| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
This includes refactors around usage in Vue components and specs.
|
|
|
|
|
| |
This restructures how tracking is implemented and will enable
better tracking on DOM changes as it eliminates the need to
re-look up elements.
|
|
|
|
|
|
| |
Creates a link component, a line component and
a clickable line component to handle the
new job log format
|
|
|
|
| |
Addresses https://gitlab.com/gitlab-org/gitlab-ce/issues/66750
|
|
|
| |
This reverts merge request !32400
|
|
|
|
| |
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
|
|
|
|
| |
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
|
|\
| |
| |
| |
| | |
Quarantine flaky dashboard_spec.js
See merge request gitlab-org/gitlab-ce!32574
|
| | |
|
|/
|
|
|
| |
This commit also unifies layout structure
and remove no_container flag
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
'master'
Remove area chart in favor of time series
Closes #66393
See merge request gitlab-org/gitlab-ce!32129
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Add `id` attribute to release blocks
See merge request gitlab-org/gitlab-ce!32360
|
| | |
| | |
| | |
| | |
| | | |
This commit adds an id attribute to release blocks to allow them to be
targeted as anchor links.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
CE backport for gitlab-org/gitlab-ee!15535: Resolve "Rename `ATMTWPS` to `MTWPS` in code"
See merge request gitlab-org/gitlab-ce!32112
|
| | | |
| | | |
| | | |
| | | | |
This commit does a find-and-replace from ATMTWPS -> MTWPS.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Previously submitting a DELETE request to an issuable URL would be
enough to destroy it, but this should require human confirmation. We
now require that the `destroy_confirm` parameter is set to a truthy
value before this can complete.
In addition, we log a Sentry error if a deletion arrived without
confirmation.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62387
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Resolve "Migrate spec/javascripts/vue_mr_widget/components/states/mr_widget_auto_merge_failed_spec.js to Jest"
See merge request gitlab-org/gitlab-ce!32282
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'56130-operations-environments-shows-incorrect-deployment-date-for-manual-deploy-jobs' into 'master'
Show correct deployment date for a manual job
Closes #56130
See merge request gitlab-org/gitlab-ce!32072
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Only display time if the job has deployed
Update JS tests for displaying job deployment time
Simplify boolean check in deployedDate
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | |
| | | | | |
| | | | | | |
Resolve "Migrate spec/javascripts/vue_shared/components/file_icon_spec.js to Jest"
See merge request gitlab-org/gitlab-ce!32278
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | |
| | | | | |
| | | | | | |
Change the way totalNotes is calculated
See merge request gitlab-org/gitlab-ce!32191
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
totalNotes is only used to prerender a number of
skeleton containers until real notes are loaded
issuable.discussions makes multiple requests, so
too expensive for this
This commit uses mere notes for this and sends
actual totalNotes number if it's less than 10;
otherwise it sends 10 - it allows us to avoid
bunch of skeleton prerenderings, which are not
necessary since they doesn't fit into the whole
screen and disappear quite fast
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This commit creates a create_cluster directory to collect
all Vue applications related to creating kubernetes applications
using gitlab.
It also moves the gke_cluster_dropdowns collection of apps to
the create_cluster directory. gke_cluster_dropdowns contains
dropdown components used to select configuration options to
create a Kubernetes cluster in Google Cloud.
|
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Call QuickActionsService on Note update
Add support for notes which just contain
commands after editing
Return http status gone (410) if note was deleted
Temporary frontend addition so it is not
failing when a note is deleted
Move specs to shared examples
Fix rubocop style issue
Deleting note on frontend when status is 410
Use guard clause for note which got deleted
Simplified condition for nil note
This method should no longer be called
with nil note
Refactoring of execute method to reduce
complexity
Move errors update to delete_note method
Note is now deleted visually when it only
contains commands after update
Add expectation
Fix style issues
Changing action to fix tests
Add tests for removeNote and update
deleteNote expectations
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
'66073-use-time-series-chart-instead-of-area-chart-in-panel_types' into 'master'
Enable line charts in dashbaord panels and embedded charts
Closes #66073
See merge request gitlab-org/gitlab-ce!31920
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
- Replace in panel_type.vue
- Replace in embed.vue
- Port changes to support embed in 2 cols in large screens
- Update specs
|
| | | |
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| | |
One exception: there is an existing MR for the current branch and the
branch is non-default and non-protected.
Extended mock_data for ide/stores to have different types of branches:
default, protected and regular
Cleaned new MR checkbox view
|
|\ \
| | |
| | |
| | |
| | | |
Add `searchBy` helper & `SidebarItemEpicsSelect` placeholder component
See merge request gitlab-org/gitlab-ce!31859
|
| | |
| | |
| | |
| | |
| | | |
- Adds `searchBy` util in common utils
- Adds placeholder `SidebarItemEpicsSelect`
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Refactor nextUnresolvedDiscussionId and previousUnresolvedDiscussionId getters
Closes #65817
See merge request gitlab-org/gitlab-ce!31754
|
| | | |
|
| | |
| | |
| | |
| | | |
Added snowplow event tracking to Edit buttons
|
| | |
| | |
| | |
| | |
| | | |
Changed the container registry to use the empty state component
Removed the custom svg-component
|
| |/
|/|
| |
| | |
- Fixes double escaped text in `mr_widget_rebase.vue`
|
| |
| |
| |
| |
| |
| |
| |
| | |
Adds a time series component for line and area charts.
Displays new charts in the dashboard.
- Use dynamic components for line/area swapping
- Add new line charts to dashboard in 2 panels
|
|\ \
| | |
| | |
| | |
| | | |
Improve UX multi assigness in MR
See merge request gitlab-org/gitlab-ce!31545
|
| | |
| | |
| | |
| | |
| | |
| | | |
- Use wrapper instead of global Vue object
- Use vue utils helper method
- Remove redundant spec tests
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add merge warning on avatar in:
- open view assigness
- collapsed view assigness
- dropdown (search) view assigness
Add can_merge option to MR sidebar entity
|
| | | |
|
| | | |
|
|/ / |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Add `autofocusonshow` directive for input elements
See merge request gitlab-org/gitlab-ce!31584
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Fixed deletion of directories in Web IDE
Closes #64677
See merge request gitlab-org/gitlab-ce!31727
|