| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
Do not show Vue pagination if only one page
Closes #33609
See merge request gitlab-org/gitlab-ce!15999
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Skip projects filter on merge requests search
See merge request gitlab-org/gitlab-ce!15955
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When searching for merge requests, an additional subquery
is added which by default filters only merge requests which belong
to source or target project user has permission for.
This filter is not needed because more restrictive filter
which checks if user has permission for target project
is used in the query.
So unless a custom projects filter is used by user, it's possible
to skip the default projects filter and speed up the final query.
Related to #40540
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Reduce cardinality of some of GitLab's Prometheus metrics and fix observed duration reporting.
Closes #41045
See merge request gitlab-org/gitlab-ce!15881
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
microsecond precision
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fall back to the `MergeRequestWidgetEntity`
Closes #41296
See merge request gitlab-org/gitlab-ce!16074
|
| | | | |
| | | | |
| | | | |
| | | | | |
When no serializer was passed.
|
| |_|/ /
|/| | | |
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Hide toolbar in markdown preview mode
Closes #40063
See merge request gitlab-org/gitlab-ce!15994
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add new last_commit_id param for create commit endpoint
Closes #38356
See merge request gitlab-org/gitlab-ce!15922
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Apply some refactoring for code reuse
- Add file status validation for Files::DeleteService
- Write additional specs
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When commiting multiple files we're now checking if any of those files
has been modified by another commit and we're rejecting the new commit
in this case.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Enables ordering groups and their children by name in the web interface
Closes #24962 et #36958
See merge request gitlab-org/gitlab-ce!16045
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix racing condition in Ajax call of merge_request_tabs_spec.js
Closes #35294
See merge request gitlab-org/gitlab-ce!16012
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'41291-spec-failure-on-spec-features-merge_requests-image_diff_notes_spec-rb' into 'master'
Fix a failure because we stub DiffHelper#diff_file_blob_raw_path instead of #diff_file_blob_raw_url
Closes #41291
See merge request gitlab-org/gitlab-ce!16052
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
#diff_file_blob_raw_url
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Update d3 to v4 to enable tree shaking (and reduce the size of our webpack bundles)
Closes #37013
See merge request gitlab-org/gitlab-ce!15585
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
modules instead
|
| | | | | | | |
|
| | | | | | | |
|
| | |_|_|/ /
| |/| | | | |
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Revert "Move Repository#write_ref to Git::Repository#write_ref"
Closes #41143
[ci skip]
See merge request gitlab-org/gitlab-ce!16055
|
| | |/ / /
| |/| | |
| | | | | |
This reverts merge request !15712
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Resolve "Search merge-requests with API"
Closes #38318
See merge request gitlab-org/gitlab-ce!16029
|
| | |/ /
| |/| | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'39246-fork-and-import-jobs-should-only-be-marked-as-failed-when-the-number-of-retries-was-exhausted' into 'master'
Fork and Import jobs only get marked as failed when the number of Sidekiq retries were exhausted
Closes #39246
See merge request gitlab-org/gitlab-ce!15844
|
| | | | |
| | | | |
| | | | |
| | | | | |
retries were exhausted
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add BlocksJsonSerialization model concern and include it in User
Closes #37947
See merge request gitlab-org/gitlab-ce!14350
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Previously, this would include the entire User record in the update
hash, which was rendered in the response using `to_json`, erroneously
exposing every attribute of that record, including their (now removed)
private token.
Now we only include the user ID, and perform the lookup on-demand.
|
| | | | | | |
|
| | |/ / /
| |/| | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Don't link LFS-objects multiple times.
Closes #41241
See merge request gitlab-org/gitlab-ce!16006
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
If Unlinking a fork would fail somewhere after this, the LFS objects
might still be linked. Which would cause issues when trying to destroy
a project.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix spec failures in spec/lib/gitlab/git/gitlab_projects_spec.rb
Closes #41264
See merge request gitlab-org/gitlab-ce!16015
|
| | | | | |
|
| |/ / / |
|
| | | | |
|
| | | | |
|
| | | | |
|