- 04 Nov, 2018 2 commits
-
-
GitLab Bot authored
-
Stan Hu authored
Merge branch '53467-transient-failure-in-spec-controllers-groups-boards_controller_spec-rb' into 'master' Resolve "Transient failure in spec/controllers/groups/boards_controller_spec.rb" Closes #53467 See merge request gitlab-org/gitlab-ce!22785
-
- 03 Nov, 2018 4 commits
-
-
🤖 GitLab Bot 🤖 authored
CE upstream - 2018-11-03 15:21 UTC See merge request gitlab-org/gitlab-ee!8219
-
Brett Walker authored
-
GitLab Bot authored
-
Douwe Maan authored
Optimize merge request refresh by using the database to check commit SHAs See merge request gitlab-org/gitlab-ce!22731
-
- 02 Nov, 2018 34 commits
-
-
Robert Speicher authored
Geo: Admin > Geo > Projects support for batch operations Closes #8120 See merge request gitlab-org/gitlab-ee!7806
-
🤖 GitLab Bot 🤖 authored
CE upstream - 2018-11-02 21:21 UTC See merge request gitlab-org/gitlab-ee!8212
-
GitLab Bot authored
-
Robert Speicher authored
Rails5: fix operations controller spec nil parameter See merge request gitlab-org/gitlab-ee!8209
-
Gabriel Mazetto authored
Instead of a single class iterating in batches and executing the operation there, we iterate in bigger batches to get the ranges and delegate to a separate worker that will operate in the ranges.
-
Gabriel Mazetto authored
Added Resync all and Recheck all actions to the Geo > Projects page. Added ProjectRegistryBatchWorker that is responsible for doing mass update on the ProjectRegistry entries to flag them as requiring recheck or resync.
-
Kamil Trzciński authored
Use our own docker image for helm install pods See merge request gitlab-org/gitlab-ce!22778
-
Stan Hu authored
Previously for a given merge request, we would: 1. Create the array of commit SHAs involved in the push (A) 2. Request all merge request commits and map the SHA (B) 3. Reload the diff if there were any common commits between A and B We can avoid additional database querying and overhead by checking with the database whether the merge request contains any of the commit SHAs. Relates to https://gitlab.com/gitlab-org/gitlab-ce/issues/53213
-
🤖 GitLab Bot 🤖 authored
CE upstream - 2018-11-02 17:21 UTC See merge request gitlab-org/gitlab-ee!8210
-
Dylan Griffith authored
This will reduce dependencies and failure points during installation. It will also reduce security risks from untrusted dependencies being able to effect all our users
-
GitLab Bot authored
-
Kamil Trzciński authored
CE upstream - 2018-11-02 14:21 UTC See merge request gitlab-org/gitlab-ee!8199
-
Jasper Maes authored
-
Robert Speicher authored
Add email for milestone change Closes #51520 See merge request gitlab-org/gitlab-ce!22279
-
Chantal Rollison authored
-
Robert Speicher authored
Port of ccr/51520_change_milestone_email to EE See merge request gitlab-org/gitlab-ee!7953
-
Steve Azzopardi authored
-
Kamil Trzciński authored
Incorporates Kubernetes Namespace into Cluster's flow See merge request gitlab-org/gitlab-ce!22011
-
Thong Kuah authored
-
Yorick Peterse authored
Move `prepend` outside the `class` block for finders See merge request gitlab-org/gitlab-ee!8192
-
Sean McGivern authored
Don't log fabricate args See merge request gitlab-org/gitlab-ce!22753
-
Mark Lapierre authored
Prevents logging of sensitive data
-
Steve Azzopardi authored
-
George Tsiolis authored
-
GitLab Bot authored
# Conflicts: # app/controllers/concerns/project_unauthorized.rb # app/controllers/projects/clusters_controller.rb # app/helpers/clusters_helper.rb # app/views/clusters/clusters/_integration_form.html.haml # config/routes.rb [ci skip]
-
Chantal Rollison authored
-
Douwe Maan authored
Fixes a migration that causes error on some legacy DBs Closes #46862 See merge request gitlab-org/gitlab-ce!22761
-
Douwe Maan authored
EE Port: Cannot add label to issue from board See merge request gitlab-org/gitlab-ee!8025
-
Douwe Maan authored
Cannot add label to issue from board Closes #51620 See merge request gitlab-org/gitlab-ce!22475
-
🤖 GitLab Bot 🤖 authored
CE upstream - 2018-11-02 12:21 UTC See merge request gitlab-org/gitlab-ee!8193
-
Kamil Trzciński authored
EE: Top level clusters controller See merge request gitlab-org/gitlab-ee!8006
-
Kamil Trzciński authored
Top level clusters controller See merge request gitlab-org/gitlab-ce!22438
-
GitLab Bot authored
-
Kamil Trzciński authored
Adds pagination to pipelines table in merge request & commit page Closes #28249 See merge request gitlab-org/gitlab-ce!22696
-