| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
html_render=false
|
| |
|
|\
| |
| |
| |
| | |
Fix flakey time-sensitive user comment on issue test
See merge request gitlab-org/gitlab-ce!19786
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
'rd-33733-showing-created-date-instead-of-updated-date-in-project-lists' into 'master'
Invalidate cache with project details when repository is updated
Closes #33733
See merge request gitlab-org/gitlab-ce!19774
|
| | |
| | |
| | |
| | |
| | | |
The partial using this cache key was showing stale information due to
the cache not being invalidated.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix shoulda-matchers in Rails 5
Closes #47639
See merge request gitlab-org/gitlab-ce!19749
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Backports a fix for https://github.com/thoughtbot/shoulda-matchers/issues/913.
This can be removed once new shoulda-matchers version is released.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Rails5 ActionController::ParameterMissing: param is missing or the value is…
Closes #47805
See merge request gitlab-org/gitlab-ce!19763
|
| | | | |
| | | | |
| | | | |
| | | | | |
empty: application_setting
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Rails5 fix stack level too deep
Closes #47804
See merge request gitlab-org/gitlab-ce!19762
|
| |/ / / |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Render access denied without message
Closes #47844
See merge request gitlab-org/gitlab-ce!19755
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The `errors/access_denied` page should not fail to render when no
message is provided.
When accessing something as a sessionless user, we should also display
the terms message if possible.
|
| |/ / /
|/| | |
| | | |
| | | | |
check rake tasks
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
ListCommitByOid isn't called with an empty batch
See merge request gitlab-org/gitlab-ce!19753
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Batching commits for performance improvements, might lead to empty
batches being used. This isn't the case yet, but to guard against this
in future cases, a guard clause is added.
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
Resolve "[Rails5] `StorageHelper#storage_counter uses commas as thousands separator` fails"
Closes #47375
See merge request gitlab-org/gitlab-ce!19725
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Since rails 5 beta 2 support of petabytes and exabytes were added to the
`number_to_human*` methods.
See https://github.com/rails/rails/pull/22759
So for rails5 the comma separator gets shown for big numbers (EBs).
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add active class to active file in IDE commit panel
Closes #46051
See merge request gitlab-org/gitlab-ce!19646
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
added spec for openPendingTab in component
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Resolve "Regressions for assigning group milestone from ancestor"
Closes #47735
See merge request gitlab-org/gitlab-ce!19721
|
| | | | | |
|
| | |/ /
| |/| | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'47513-upload-migration-lease-key-is-incorrect-for-non-mounted-uploaders' into 'master'
Resolve "Upload migration lease key is incorrect for non-mounted uploaders"
Closes #47513
See merge request gitlab-org/gitlab-ce!19600
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
For FileUploaders it's possible that a model has many uploads
and if lease key is created only from model id, it causes that
the model's uploads can not be migrated in parallel because the
exclusive lease key would be same for all uploads of the model.
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
into 'master'
Resolve "`MigrateUploadsWorker` is doing N+1 queries on migration"
Closes #47408
See merge request gitlab-org/gitlab-ce!19547
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Resolve "Microsoft Teams notification for pipelines do not work"
Closes #42342
See merge request gitlab-org/gitlab-ce!19632
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Closes #42342
|
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | |
| | | | | | |
| | | | | | | |
Added with_stats option to GET /projects/:id/repository/commits (API)
See merge request gitlab-org/gitlab-ce!19484
|
| | |/ / / /
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixed IDE jobs empty state showing when loading
Closes #47766
See merge request gitlab-org/gitlab-ce!19706
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Closes #47766
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Ensure MR diffs always exist in the PR importer
Closes #47312
See merge request gitlab-org/gitlab-ce!19704
|