- 04 Feb, 2019 32 commits
-
-
Toon Claes authored
Upon a customer request make it possible to edit the Geo primary node through the API. Technically there is no reason to disallow it, since admins are also able to modify nodes on the Admin panel. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/9454
-
GitLab Bot authored
-
Nick Thomas authored
Fix Detect Host Keys not working Closes #56855 See merge request gitlab-org/gitlab-ce!24884
-
GitLab Bot authored
-
Sean McGivern authored
Merge branch '9558-alert-notification-not-working-for-managed-prometheus-installations' into 'master' Resolve "Alert notification not working for managed Prometheus installations" Closes #9558 See merge request gitlab-org/gitlab-ee!9402
-
Peter Leitzen authored
-
Sean McGivern authored
accured -> occurred, as suggested in… See merge request gitlab-org/gitlab-ce!23629
-
Yaron Shahrabani authored
-
Sean McGivern authored
DB and model changes for Sentry project selection dropdown See merge request gitlab-org/gitlab-ce!24677
-
Reuben Pereira authored
-
Sean McGivern authored
Implement alerting setting model See merge request gitlab-org/gitlab-ee!9334
-
Peter Leitzen authored
-
Grzegorz Bizon authored
Refactor helper in environments controller for clarity See merge request gitlab-org/gitlab-ce!24781
-
Sean McGivern authored
Consume jobs from dead and retry queues See merge request gitlab-org/gitlab-ce!24881
-
Sean McGivern authored
CE upstream - 2019-02-02 19:09 UTC See merge request gitlab-org/gitlab-ee!9408
-
Phil Hughes authored
Use ECharts for metrics dashboard graphs See merge request gitlab-org/gitlab-ce!24648
-
Sean McGivern authored
Fix template labels Closes #55744 See merge request gitlab-org/gitlab-ce!24803
-
Felipe Artur authored
-
Filipa Lacerda authored
Resolve "Block emojis and symbol characters from user's full names" Closes #50521 See merge request gitlab-org/gitlab-ce!24523
-
Dmitriy Zaporozhets authored
Backport of ee/9235: Add LDAP integration to smartcard authentication See merge request gitlab-org/gitlab-ce!24704
-
Dmitriy Zaporozhets authored
Add LDAP integration to smartcard authentication See merge request gitlab-org/gitlab-ee!9235
-
Rémy Coutable authored
Fix ReturnInVoidContext rubocop offense See merge request gitlab-org/gitlab-ce!24857
-
Phil Hughes authored
Update UI of admin appearance settings See merge request gitlab-org/gitlab-ce!24685
-
Phil Hughes authored
Update UI of admin appearance settings (EE) See merge request gitlab-org/gitlab-ee!9307
-
Phil Hughes authored
Renders new & edit feature flag page in Vue See merge request gitlab-org/gitlab-ee!9228
-
Filipa Lacerda authored
-
Sean McGivern authored
Merge branch '19745-forms-with-task-lists-can-be-overwritten-when-editing-simultaneously' into 'master' Forms with task lists can be overwritten when editing simultaneously See merge request gitlab-org/gitlab-ce!23938
-
Sean McGivern authored
Merge branch 'ee-19745-forms-with-task-lists-can-be-overwritten-when-editing-simultaneously' into 'master' EE port of task list improvements MR See merge request gitlab-org/gitlab-ee!9365
-
Sean McGivern authored
Resolve "UI bug adding group members with lower permissions" Closes #55098 See merge request gitlab-org/gitlab-ce!24820
-
Achilleas Pipinellis authored
Docs: corrects link See merge request gitlab-org/gitlab-ce!24865
-
Evan Read authored
Docs: Fix some references to the mirroring doc See merge request gitlab-org/gitlab-ce!24879
-
Evan Read authored
Docs: EE Port: Fix some references to the mirroring doc See merge request gitlab-org/gitlab-ee!9406
-
- 03 Feb, 2019 8 commits
-
-
Evan Read authored
publickeymustbechangedtoprivatekey.md See merge request gitlab-org/gitlab-ce!24830
-
Evan Read authored
Docs: Fix link references for artifacts See merge request gitlab-org/gitlab-ce!24843
-
Marcel Amirault authored
-
Evan Read authored
EE Port: Docs: Fix link references for artifacts See merge request gitlab-org/gitlab-ee!9384
-
Marcel Amirault authored
-
Imre Farkas authored
It implements certificate matching using certificateExactMatch matching rule defined in RFC4523.
-
Stan Hu authored
Due to a change in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24245, the Detect Host Key feature in the SSH mirroring stopped working. `SshHostKey#primary_key` was being used instead of the hard-coded `:id`. However, `SshHostKey#find_by` was expecting the symbolized `:id` rather than the string `id`, so it could never find the host key it was supposed to update. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56855
-
Sanad Liaquat authored
-