- 03 Nov, 2017 32 commits
-
-
Jarka Kadlecova authored
[ci skip]
-
Stan Hu authored
Add reconfigure logs location to docs See merge request gitlab-org/gitlab-ee!3269
-
Chenjerai Katanda authored
-
Annabel Dunstone Gray authored
Remove bottom-border from last responsive table row -- EE merge edition Closes gitlab-ce#39776 See merge request gitlab-org/gitlab-ee!3265
-
Sean McGivern authored
Fix text/plain emails for approval/unapproval Closes #3924 See merge request gitlab-org/gitlab-ee!3266
-
Douwe Maan authored
Add ability to enforce that only the author of a commit can push those changes back to the repository Closes #2445 See merge request gitlab-org/gitlab-ee!3086
-
Nick Thomas authored
-
Douwe Maan authored
Add system hooks user_rename and group_rename Closes gitlab-ce#39596 See merge request gitlab-org/gitlab-ee!3257
-
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 8 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
-