- 06 Jul, 2018 40 commits
-
-
danielgruesso authored
-
Jacob Schatz authored
Add GPL Commitment language See merge request gitlab-org/gitlab-ce!20449
-
Robert Speicher authored
Add ExclusiveLease guards for RepositoryCheck::{DispatchWorker,BatchWorker} See merge request gitlab-org/gitlab-ce!20441
-
Achilleas Pipinellis authored
Make it clear that we need to enable omniauth for SAML and Bitbucket See merge request gitlab-org/gitlab-ce!20421
-
Lin Jen-Shin authored
-
Jamie Hurewitz authored
-
Robert Speicher authored
CE: Move mailer preview to app directory See merge request gitlab-org/gitlab-ce!20430
-
Stan Hu authored
We saw in production that DispatchWorker was running about twice an hour, which would schedule twice as many jobs as it should. For some reason, BatchWorker was running 1000 times per hour, possibly due to Sidekiq RSS kills that caused these jobs to restart. Adding an ExclusiveLease prevents these jobs from running more than they should. Relates to https://gitlab.com/gitlab-com/infrastructure/issues/4526
-
Robert Speicher authored
Ability to check if underlying database is read only See merge request gitlab-org/gitlab-ce!20345
-
Brett Walker authored
-
Sean McGivern authored
Remove silly use of repo disk path See merge request gitlab-org/gitlab-ce!20436
-
Nick Thomas authored
Add Repository#set_config and #delete_config See merge request gitlab-org/gitlab-ce!20372
-
Grzegorz Bizon authored
Add a new scenario to test GitHub import Closes gitlab-qa#146 See merge request gitlab-org/gitlab-ce!19555
-
Sean McGivern authored
Delete deprecated object_storage_upload queue See merge request gitlab-org/gitlab-ce!20371
-
Jan Provaznik authored
-
Tim Zallmann authored
Improves MR refactor getters and state and adds specs Closes #48937 See merge request gitlab-org/gitlab-ce!20429
-
Kamil Trzciński authored
Update GitLab Pages to v1.0.0 See merge request gitlab-org/gitlab-ce!20404
-
Phil Hughes authored
(Part 2) Resolve "Recognise when a user is trying to validate a private SSH key" Closes #46396 See merge request gitlab-org/gitlab-ce!19997
-
Luke Bennett authored
-
Jacob Vosmaer authored
-
Clement Ho authored
Revert "Merge branch 'rosulk-patch-12' into 'master'" See merge request gitlab-org/gitlab-ce!20428
-
Phil Hughes authored
Resolve "Add dropdown to Groups link in top bar" Closes #36234 See merge request gitlab-org/gitlab-ce!18280
-
Dennis Tang authored
-
Lin Jen-Shin authored
-
Nick Thomas authored
-
Douwe Maan authored
Preload ancestors after pagination when filtering Closes #40785 See merge request gitlab-org/gitlab-ce!20398
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Filipa Lacerda authored
Exports state to allow tests Adds specs for the getters that didn't have any.
-
Lin Jen-Shin authored
-
Yorick Peterse authored
Merge branch 'blackst0ne-rails5-activerecord-statementinvalid-mysql2-error-expression-1-of-select-list-is-not-in-group-by-clause' into 'master' [Rails5] Fix milestone GROUP BY query Closes #48428 See merge request gitlab-org/gitlab-ce!20256
-
Bob Van Landuyt authored
We need to preload the ancestors of search results after applying pagination limits. This way the search results itself are paginated, but not the ancestors. If we don't do this, we might not preload a parent group of a search result as it has been cut off by pagination.
-
Douwe Maan authored
Extract EE-specific lines from NotificationService See merge request gitlab-org/gitlab-ce!20406
-
Victor Wu authored
This reverts merge request !19250
-
Grzegorz Bizon authored
Allow to store BuildTraceChunks on Object Storage Closes #45712 See merge request gitlab-org/gitlab-ce!19515
-
Sean McGivern authored
-
Douwe Maan authored
Partially revert "Revert "Merge branch 'gitaly-mandatory-20180703-jv' into 'master'"" See merge request gitlab-org/gitlab-ce!20422
-
Sean McGivern authored
Backport of EE changes "Add support for autocompleting Epics and Labels within Epics" See merge request gitlab-org/gitlab-ce!20419
-
Sean McGivern authored
Added merge request info to Web IDE sidebar Closes #45187 See merge request gitlab-org/gitlab-ce!19860
-
Jacob Vosmaer authored
-