| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
A few minor frontend changes to complete the refactoring
from MWPS to the more generic autoMergeStrategy.
|
|
|
|
|
|
|
|
|
|
|
|
| |
We have one auto merge strategy today - Merge When Pipeline
Succeeds.
In order to add more strategies for Merge Train feature,
we abstract the architecture to be more extensible.
Removed arguments
Fix spec
|
|\
| |
| |
| |
| | |
Move some project routes under - scope
See merge request gitlab-org/gitlab-ce!28830
|
| |
| |
| |
| | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Add Pipeline IID to MR's
* Add Pipeline IID to commit box
* Add Pipeline IID to builds page
* Add Pipeline IID to job sidebar
* Add Pipeline IID to header on view pipeline pages
* Add changelog entry
* Update tests
|
|/ |
|
|
|
|
| |
Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/60107
|
|
|
|
| |
Revert useless timeout added in karma spec
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
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
|