| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
Improve performance of jobs controller show
Closes #60708
See merge request gitlab-org/gitlab-ce!28093
|
| |\
| | |
| | |
| | |
| | |
| | | |
backstage/gb/improve-jobs-controller-performance
* commit '2d980fadb8fe6c54ebcbb56130c88aae2832c9c6': (51 commits)
|
| | | |
|
| | |
| | |
| | |
| | | |
Fixes style lint errors
|
| | |
| | |
| | |
| | | |
Updates tests
|
| |/
|/|
| |
| |
| | |
This changes the monitoring javascript store from
an object based to a vuex one
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
Resolve CE/EE diffs in api_spec
Closes gitlab-ee#6611
See merge request gitlab-org/gitlab-ce!28576
|
| |
| |
| |
| | |
Part of single codebase changes.
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Make throttling in the dirty_submit form check smarter
Closes #61928
See merge request gitlab-org/gitlab-ce!28377
|
| |
| |
| |
| |
| |
| | |
This commit fixes an issue that was causing the "Save changes" button
to be incorrectly enabled or disabled when changes were made to a form.
(Specifically, some of the subsections in the project settings pages.)
|
|\ \
| | |
| | |
| | |
| | | |
Move to pdf.js distributed with npm
See merge request gitlab-org/gitlab-ce!28156
|
| | |
| | |
| | |
| | |
| | |
| | | |
pdf.js is available on npm. Importing the dependency from there instead
of vendoring it has certain benefits, e.g. the discoverability of
updates (especially security fixes).
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
[CE Port] Rename vue_component_helper to text_helper
See merge request gitlab-org/gitlab-ce!28358
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
**Why?**
This file only contains a few text based helper functions.
It has nothing to do with Vue or Vue components.
|
| | |
| | |
| | |
| | | |
Adds backport changes for ee
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes issues with show whitespace button in diffs
Closes #42597 and #58852
See merge request gitlab-org/gitlab-ce!28242
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Correctly updates the URL without overwriting parameters
Reloads the diff file content without reloading the page
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58852, https://gitlab.com/gitlab-org/gitlab-ce/issues/42597
|
| | |
| | |
| | |
| | |
| | | |
Decouples sidebar collapsed style from
behavior.
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
Simplify frontend test fixtures
See merge request gitlab-org/gitlab-ce!27531
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
for f in $(find spec/javascripts/fixtures/ -name '*.rb')
do
sed -E -e 's/(, ){0,1}(fixture_file_name|
example\.description)(, ){0,1}//' < $f > $f.tmp; mv $f.tmp $f
done
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
for f in $(find spec/javascripts/fixtures/ -name '*.rb')
do
sed 's/do |example|/do/' < $f > $f.tmp; mv $f.tmp $f
done
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
for f in $(find spec/javascripts/fixtures/ -name '*.rb')
do
grep -v store_frontend_fixture < $f > $f.tmp; mv $f.tmp $f
done
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adds header column to variables list
Closes #46806
See merge request gitlab-org/gitlab-ce!28060
|
| | | |
| | | |
| | | |
| | | |
| | | | |
For the variables list in CI/CD settings
this commits adds an header row with titles
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Handle errors in successful notes reply
Closes #61377
See merge request gitlab-org/gitlab-ce!28082
|
| | |/ /
| |/| | |
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
Udpated user_edit_profile_spec with time preferences
Minor update form fields
|
| | |
| | |
| | |
| | | |
Use existing form to allow users to add custom metrics via the dashboard
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes empty block in MR widget
Closes #60462
See merge request gitlab-org/gitlab-ce!27462
|
| |/ /
| | |
| | |
| | |
| | | |
This commit prevents the pipeline block to be rendered
when no pipeline information is provided
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
into 'master'
Resolve "Resolve discussion when suggestion is applied"
Closes #54405
See merge request gitlab-org/gitlab-ce!28160
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Adds color and a tooltip to describe this new behavior
- Does not resolve if discussion is already resolved
- Adds an action `resolveDiscussion` to simplify `toggleResolveNote`
- Updates docs
https://gitlab.com/gitlab-org/gitlab-ce/issues/54405
|
| |/
|/|
| |
| |
| | |
Add settings for linking to external dashboard from
metrics dashboard
|
|\ \
| |/
|/|
| |
| | |
Generate EE-specific JavaScript fixtures into ee/ directory (CE-backport)
See merge request gitlab-org/gitlab-ce!28032
|
| |
| |
| |
| | |
(cherry picked from commit 7cde57bf7367bce130a2e7f149c8dafd362de3f8)
|
| |
| |
| |
| | |
(cherry picked from commit 1b33828811897b6a3f8a38044cc0839b87098d1f)
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
'58105-pipeline-author-and-commit-author-too-close-together-in-pipeline-list' into 'master'
Improve pipelines table spacing, add triggerer column
Closes #38802 and #58105
See merge request gitlab-org/gitlab-ce!26136
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
into 'master'
Resolve "Include time window parameters in the URL query string"
Closes #59365
See merge request gitlab-org/gitlab-ce!27230
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This commit adds the frontend functionality to add the parameters
via the `pushState` api, preventing the need for a page reload.
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | | |
Impove the performance of expanding full diff
Closes #58597
See merge request gitlab-org/gitlab-ce!27413
|
| | |/
| |/|
| | |
| | | |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58597
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Adds an endpoint on PipelinesController
- Adds a service that iterates over every build in a stage and
plays it.
- Includes 'play_manual' details on EntitySerializer
- Builds a new Stage state: PlayManual. An stage can take this status if
it has manual builds or an skipped, scheduled or manual status
- Includes FE modifications and specs
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
Fix IDE get file data with '/' as relative root
See merge request gitlab-org/gitlab-ce!27911
|