- 07 Nov, 2017 22 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douwe Maan authored
Port of 27375-dashboard-activity-performance to EE See merge request gitlab-org/gitlab-ee!3287
-
Francisco Javier López authored
-
Filipa Lacerda authored
EE port of multi-file-editor-separate-commits-call See merge request gitlab-org/gitlab-ee!3285
-
Douwe Maan authored
Add maximum retry count migration and related logic Closes #2831 and gitlab-ce#33872 See merge request gitlab-org/gitlab-ee!3117
-
Nick Thomas authored
Resolve "Geo secondary help users not waste time on impossible operations." Closes #2524 See merge request gitlab-org/gitlab-ee!3260
-
Tim Zallmann authored
-
Grzegorz Bizon authored
Add all InfluxDB metrics to Prometheus Closes gitlab-ce#33643 See merge request gitlab-org/gitlab-ee!3270
-
Achilleas Pipinellis authored
Enhance the documentation for gitlab-ctl replicate-geo-database Closes #3877 See merge request gitlab-org/gitlab-ee!3268
-
Tiago Botelho authored
Removes hard_failed state out of project state machine. Now when the mirror reaches the retry count limit it will stay as failed but will not get scheduled anymore, and a new message will appear
-
Douwe Maan authored
Automatically add EE paths to eager loaded paths based on the CE paths See merge request gitlab-org/gitlab-ee!3166
-
Rémy Coutable authored
Add changes_count to the merge requests API See merge request gitlab-org/gitlab-ee!3280
-
Achilleas Pipinellis authored
CI disposable environments docs See merge request gitlab-org/gitlab-ee!3186
-
Pawel Chojnacki authored
- Fix Geo tests accessing private methods to test if metrics were collected - Readd add_event_with_values method in influx metrics - Fix metrics_update_service_spec by allowing access to private method - stop using .send to access private method in tests
-
Sean McGivern authored
Resolve "Saved configuration for issue board" Closes #2518, #3792, #2093, and #2924 See merge request gitlab-org/gitlab-ee!2912
-
Achilleas Pipinellis authored
Guide users to the right version of the Geo documentation for their installation Closes #3898 See merge request gitlab-org/gitlab-ee!3283
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Douwe Maan authored
Add support for SAML required_groups Closes #3143 See merge request gitlab-org/gitlab-ee!3223
-
Phil Hughes authored
Replace all instances of border: none to border: 0 for scss-lint See merge request gitlab-org/gitlab-ee!3288
-
Simon Knox authored
-
Tim Zallmann authored
Add metrics for monitoring canary tracks for CPU and Memory See merge request gitlab-org/gitlab-ee!3292
-
- 06 Nov, 2017 18 commits
-
-
Jacob Schatz authored
Prefer template tag instead of extra span. Closes #3916 See merge request gitlab-org/gitlab-ee!3291
-
Balazs Nagy authored
-
Joshua Lambert authored
-
Fatih Acet authored
-
Annabel Dunstone Gray authored
-
Nick Thomas authored
Geo: add secondary before db replication See merge request gitlab-org/gitlab-ee!3274
-
James Ramsay authored
As soon as the database is replicated the secondary will start behaving as primary including attempting to write to the database which will fail and cause errors. Moving this step prior avoids this.
-
Phil Hughes authored
-
Douwe Maan authored
Redirect to group boards with params from old path Closes #3922 See merge request gitlab-org/gitlab-ee!3267
-
Nick Thomas authored
Geo: order of steps in docs is important See merge request gitlab-org/gitlab-ee!3273
-
Grzegorz Bizon authored
Resolve "Improve code quality widget design" Closes #2548 See merge request gitlab-org/gitlab-ee!3215
-
Nick Thomas authored
-
Simon Knox authored
-
Sean McGivern authored
If using the old path (`/groups/$group/boards/*`), and there is no subgroup called 'boards', redirect to `/groups/$group/-/boards/*`. Note that because there is no path matching a group followed by an integer, this redirect will work for individual boards even if there _is_ a subgroup called 'boards'.
-
Sean McGivern authored
Routes with the name `legacy_*_redirect` may have wildcards deliberately, in order to support routing old paths to new paths. As long as these routes are tested independently, they do not need to fail the path regex spec.
-
Sean McGivern authored
Use repository mirroring fetches to move projects between storages Closes gitaly#587 See merge request gitlab-org/gitlab-ee!3152
-
Sean McGivern authored
This returns the `real_size` of the MR's diff, which is a string indicating the number of changes. If the diff overflows after _n_ files, the string will be `$n+`.
-
Simon Knox authored
-