- 03 Nov, 2017 23 commits
-
-
Winnie Hellmann authored
-
Douwe Maan authored
Prune Geo event log Closes #3577 See merge request gitlab-org/gitlab-ee!3172
-
Stan Hu authored
Geo repository sync over HTTPS Closes #3341 See merge request gitlab-org/gitlab-ee!3116
-
Nick Thomas authored
-
Nick Thomas authored
-
Nick Thomas authored
-
Nick Thomas authored
-
Jarka Kadlecova authored
-
Toon Claes authored
By actually checking if it deletes the correct Geo Event Log events.
-
Toon Claes authored
-
Toon Claes authored
-
Toon Claes authored
The following is not supported: ```ruby allow_any_instance_of(Geo::NodeStatusService).to receive(:call) { build(:geo_node_status, :healthy, cursor_last_event_id: 3) } allow_any_instance_of(Geo::NodeStatusService).to receive(:call) { build(:geo_node_status, :healthy, cursor_last_event_id: 10) } ``` So instead, mock `Geo::NodeStatusService.new` and make it return a `double` that can be used to mock all the things.
-
Toon Claes authored
When there are no secondary nodes configured, there is no need to generate Geo Log Events because no one will handle them.
-
Toon Claes authored
This worker runs regularly to check all secondary nodes what there last handled Geo Log event was. All the Geo Log events that are handled by all nodes are pruned from the database. If the primary failed to get the status of one of the nodes, nothing is done. Closes gitlab-org/gitlab-ee#3577.
-
Toon Claes authored
-
Sean McGivern authored
Add project actions in Audit events Closes #1371 See merge request gitlab-org/gitlab-ee!3160
-
Francisco Javier López authored
-
Sean McGivern authored
Remove Private Tokens See merge request gitlab-org/gitlab-ee!3252
-
Douwe Maan authored
-
Douwe Maan authored
-
Filipa Lacerda authored
Applyed Patch for CI/CD Icons See merge request gitlab-org/gitlab-ee!3255
-
Sean McGivern authored
Resolve "Failed to rebase MR from forked repo" Closes #3900 See merge request gitlab-org/gitlab-ee!3258
-
Annabel Dunstone Gray authored
Suppress MergeableSelector warning candidates in EE-only files Closes #3879 See merge request gitlab-org/gitlab-ee!3225
-
- 02 Nov, 2017 17 commits
-
-
Tim Zallmann authored
-
Jacob Schatz authored
IssueBoards: Show project name in group context inside board item and sidebar. Closes #3239 See merge request gitlab-org/gitlab-ee!3242
-
Tim Zallmann authored
-
Valery Sizov authored
-
Valery Sizov authored
-
Tim Zallmann authored
-
Annabel Dunstone Gray authored
Refactor responsive table styles to support nested error block -- EE merge edition See merge request gitlab-org/gitlab-ee!3251
-
Tim Zallmann authored
-
Jacob Schatz authored
Show epic view Closes #3550 and #3693 See merge request gitlab-org/gitlab-ee!3126
-
Clement Ho authored
-
Marin Jankovski authored
Pg ha updates docs Closes omnibus-gitlab#2901, omnibus-gitlab#2899, omnibus-gitlab#2902, and omnibus-gitlab#2903 See merge request gitlab-org/gitlab-ee!3226
-
Ian Baum authored
-
Grzegorz Bizon authored
[EE] Refactor controller calls into services Closes #3544 See merge request gitlab-org/gitlab-ee!3029
-
Rémy Coutable authored
CE upstream: Thursday Closes gitaly#689 et gitlab-ce#39513 See merge request gitlab-org/gitlab-ee!3250
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-