- 21 Sep, 2018 12 commits
-
-
Douglas Barbosa Alexandre authored
These changes introduce a new Geo event that can be triggered to reset the repositories checksums for a project on secondary nodes. This event is necessary when you want to recalculate the checksum on the primary node and make sure that the secondary node will redo the calculation to avoid stale checksum in the database.
-
Marin Jankovski authored
CE upstream - 2018-09-21 00:21 UTC See merge request gitlab-org/gitlab-ee!7445
-
Douwe Maan authored
Correct GitLab capitalization in CE code files (CE to EE Port) See merge request gitlab-org/gitlab-ee!7438
-
Marcel Amirault authored
-
Dmitriy Zaporozhets authored
Merge branch 'ee-47398-user-is-unable-revoke-a-authorized-application-unless-user-oauth-applications-is-checked-in-admin-settings' into 'master' Always allow user to revoke an authorized application See merge request gitlab-org/gitlab-ee!7431
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Achilleas Pipinellis authored
Docs: fix grammar (community contribution) See merge request gitlab-org/gitlab-ee!7428
-
Marcia Ramos authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
GitLab Bot authored
# Conflicts: # .gitlab-ci.yml # app/controllers/omniauth_callbacks_controller.rb [ci skip]
-
- 20 Sep, 2018 28 commits
-
-
Stan Hu authored
EE Port of gitlab-ce!21736 (Enable frozen string in app/controllers/**/*.rb) See merge request gitlab-org/gitlab-ee!7372
-
Stan Hu authored
Enable frozen string in app/controllers/**/*.rb See merge request gitlab-org/gitlab-ce!21736
-
Dmitriy Zaporozhets authored
CE upstream - 2018-09-20 15:21 UTC See merge request gitlab-org/gitlab-ee!7439
-
Stan Hu authored
Add Fog use_iam_profile option to docs See merge request gitlab-org/gitlab-ce!21844
-
Deniz Zoeteman authored
-
Robert Speicher authored
CI/review_apps: Make use of external-dns and ephemeral IPs Closes #7683 See merge request gitlab-org/gitlab-ee!7443
-
Nick Thomas authored
Prune all the Geo event log tables correctly Closes #6422 See merge request gitlab-org/gitlab-ee!6175
-
Toon Claes authored
-
Nick Thomas authored
Add Gitlab::Database::Subquery.self_join to delete_all with limit See merge request gitlab-org/gitlab-ce!21839
-
Martin Wortschack authored
-
Jason Plum authored
Don't rely on static IPs for Ingress/LoadBalancers. To do this, we implement annotations for `external-dns` to be able to populate endpoints into our `$REVIEW_APPS_DOMAIN`. This requires the installation of `external-dns` into the cluster used by CI, which is not a part of this MR. See #7683 comments for details of installation.
-
Achilleas Pipinellis authored
Update wiki upload documentation See merge request gitlab-org/gitlab-ce!21815
-
James Ramsay authored
-
Dmitriy Zaporozhets authored
For next files: - app/controllers/admin/application_settings_controller.rb - config/routes/admin.rb - locale/gitlab.pot Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Achilleas Pipinellis authored
Add webhook branch filtering docs See merge request gitlab-org/gitlab-ce!21816
-
James Ramsay authored
-
Robert Speicher authored
QA: Fix failure in merge_merge_request_from_fork_spec.rb Closes #51657 See merge request gitlab-org/gitlab-ce!21817
-
Mark Lapierre authored
-
Robert Speicher authored
Move the cloud-native-image trigger job into the test stage See merge request gitlab-org/gitlab-ce!21819
-
Annabel Dunstone Gray authored
Fixes Admin Runners table not wrapping the content Closes #51549 See merge request gitlab-org/gitlab-ce!21802
-
GitLab Bot authored
# Conflicts: # app/controllers/admin/application_settings_controller.rb # config/routes/admin.rb # locale/gitlab.pot # spec/features/admin/admin_settings_spec.rb [ci skip]
-
Toon Claes authored
`delete_all` doesn't support limit, so you'd need to subquery that. And instead of subquerying with `where(id: query)`, it's better to use an `INNER JOIN`. This method also works with MySQL, while subquerying doesn't (without another layer of subquerying) Reference: https://stackoverflow.com/questions/17892762/mysql-this-version-of-mysql-doesnt-yet-support-limit-in-all-any-some-subqu/17892886#17892886
-
Dmitriy Zaporozhets authored
Resolve "Split admin settings into multiple sub pages" Closes #44998 See merge request gitlab-org/gitlab-ce!21467
-
Dmitriy Zaporozhets authored
EE Port: Split admin settings into subpages See merge request gitlab-org/gitlab-ee!7371
-
Martin Wortschack authored
-
Marin Jankovski authored
CE upstream - 2018-09-20 12:21 UTC See merge request gitlab-org/gitlab-ee!7435
-
Filipa Lacerda authored
Fixed hidden truncated diff lines not showing when expanded See merge request gitlab-org/gitlab-ce!21801
-
GitLab Bot authored
-