| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| | |
Makes section title clickable and collapsible
Closes #63181
See merge request gitlab-org/gitlab-ce!31571
|
| | |
| |
| |
| |
| | |
In the job log, if the user clicks the section title
the job log section will be collapsed
|
| | |
| |
| |
| | |
Pass keyname instead of translated string
|
| | |
| |
| |
| |
| |
| | |
Send a `persist_filter: false` param to backend when
opening links to notes and auto-switching to show
all notes
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Removes duplicate button from job log page
Closes #65705
See merge request gitlab-org/gitlab-ce!31544
|
| | |/
| |
| |
| |
| | |
Prevents manual action button from being rendered
twice in the job log empty state
|
| |\ \
| |/
|/|
| |
| |
| |
| | |
Allow masking @ and : characters
Closes #63043
See merge request gitlab-org/gitlab-ce!31065
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Hides loading spinner after request
Closes #65263
See merge request gitlab-org/gitlab-ce!31478
|
| | | |
| | |
| | |
| | |
| | |
| | | |
In the pipeline's actions, moves the request
to the component to allow to manage the inner
state properly
|
| |/ /
| |
| |
| | |
It also prepare for the EE merge request https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14786
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Persistent user callouts now support deferred links, which are links
that can be used to dismiss the callout, and then proceed to follow
the link's original location.
This ensures that the callout dismissal is properly recorded
before the user leaves the page.
|
| | | |
|
| | |
| |
| |
| |
| | |
- Remove setTimeout calls
- Add helper function to encapsulate setup
|
| | |
| |
| |
| |
| |
| | |
Change sidebar's renderBlock() to return true only if
any of the block's <detail-row>s will be rendered
Change block to render only if renderBlock() returns true
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | | |
Emit dropdown show event in boards_selector test
See merge request gitlab-org/gitlab-ce!31255
|
| | | | |
|
| |/ /
| |
| |
| |
| |
| |
| |
| | |
1. `page.getViewpoint()` now takes in JSON instead of an integer.
2. Promises are returned from loading and rendering tasks.
See https://mozilla.github.io/pdf.js/examples/index.html for more
details.
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Replace peek-pg with our own implementation
Closes #44441
See merge request gitlab-org/gitlab-ce!31187
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This uses an ActiveRecord subscriber to get queries and calculate the
total query time from that. This means that the total will always be
consistent with the queries in the table. It does however mean that we
could potentially miss some queries that don't go through ActiveRecord.
Making this change also allows us to unify the response JSON a little
bit, making the frontend slightly simpler as a result.
|
| |/ /
| |
| |
| |
| | |
Adds Job specific variables to facilitate specifying variables when
running manual jobs.
|
| | |
| |
| |
| |
| | |
The GitLab UI update changed the spinner selector from `spinner` to
`gl-spinner`, so we need to update it, so that our tests won't fail.
|
| | |
| |
| |
| |
| |
| |
| |
| | |
This merge request adds an empty chart component
which will load in case of queries not having
data to display, this will override the current
logic, which hides all the graphs that have no
data to show
|
| |/ |
|
| |\
| |
| |
| |
| | |
Adds a waitForMutation helper for VueX(CE backport)
See merge request gitlab-org/gitlab-ce!30186
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Resolve "Export frontend fixtures as pipeline artifact"
Closes #64722 and #59166
See merge request gitlab-org/gitlab-ce!30917
|
| | | |
| | |
| | |
| | |
| | | |
Moves every fixture source file from
spec/javascripts to spec/frontend
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
EE-specific line changes were introduced in the following MR:
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/12680
This change resolves most of them
|
| | | |
| | |
| | |
| | |
| | | |
DEPRECATION WARNING: The success? predicate is deprecated and will be
removed in Rails 6.0. Please use successful? ...
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
The actions tracked in the web IDE are:
- creation of commits
- creation of merge requests
- projects loaded
|
| |/ /
| |
| |
| | |
toHaveBeenCalledWith for the pre-defined labels test
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | | |
Use correct parent when committing in WebIDE
See merge request gitlab-org/gitlab-ce!29598
|
| | |/
| |
| |
| |
| |
| |
| | |
Previously `start_sha` was intercepted on the frontend to create the
correct branch in a separate API call. Now that the commits API supports
the `start_sha` parameter directly this workaround is not needed
anymore.
|
| |/
|
|
| |
(cherry picked from commit a82e4d57a6fbba840a8a944e372b80866a1e48cc)
|
| |
|
|
|
| |
Shortened descriptive text
Added copy button to code snippets
|
| |
|
|
| |
(cherry picked from commit 9cd745c65bcb51d615399e82d8b26ef5cce972e1)
|
| |\
| |
| |
| |
| | |
Remove setImmediate polyfill from production assets
See merge request gitlab-org/gitlab-ce!30591
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | | |
Set unique modal IDs
See merge request gitlab-org/gitlab-ce!30532
|
| | |/ |
|
| | |
| |
| |
| |
| | |
This introduces the single stat chart component aside from
the area chart component
|
| |/ |
|