- 22 Aug, 2017 2 commits
-
-
Lin Jen-Shin authored
* ee/master: Geo - Remove unnecessary param from Geo::BaseSyncService#update_registry [ci skip] Geo: add documentation on what selective replication support Update multi_project_pipeline_graphs.md Drop unnecessary timestamp columns in Geo event tables
-
Marcia Ramos authored
[ci skip] Geo: add documentation on what selective replication support Closes #3161 See merge request !2734
-
- 21 Aug, 2017 20 commits
-
-
Robert Speicher authored
Geo - Remove unnecessary param from Geo::BaseSyncService#update_registry See merge request !2735
-
Douglas Barbosa Alexandre authored
-
Robert Speicher authored
Drop unnecessary timestamp columns in Geo event tables See merge request !2714
-
Douglas Barbosa Alexandre authored
-
Marcia Ramos authored
Update multi_project_pipeline_graphs.md Closes #2938 See merge request !2727
-
Lin Jen-Shin authored
* ee/master: Hide admin Audit Log in sidebar when not licensed
-
Robert Speicher authored
Hide admin Audit Log in sidebar when not licensed Closes #3197 See merge request !2726
-
Mike Greiling authored
-
Lin Jen-Shin authored
* ee/master: Removes Gitlab::Metrics usage from StuckImportJobsWorker Fixes Audit Events Documentation issue link Add more sections in GPG docs Refactor GPG signing docs Change GPG docs location Fix store credentials Refactor `push_rule_check` GitAccess specs Fix invalid GitAccess specs for License and secondary Geo node Make issuable filter dropdown style consistent Refactor `run_group_permission_checks` helper in GitAccess spec Reduce duplication in GitAccess spec around error messages Greatly reduce test duration for git_access_spec Hijack AR::Base.connection in the DB load balancer Added time fields for csv export Use gitlab.yml.example instead of settings logic stubbing Fix url for object store artifacts fix Modify commit message button spacing
-
Douwe Maan authored
Removes Gitlab::Metrics usage from StuckImportJobsWorker See merge request !2728
-
Tiago Botelho authored
-
Fabio Busatto authored
-
Sean McGivern authored
Hijack ActiveRecord::Base.connection in the DB load balancer Closes #3191 See merge request !2707
-
Toon Claes authored
Only show the Audit Log in the Admin sidebar when the installation has a valid EE license to use that feature.
-
Douwe Maan authored
[EE] Greatly reduce test duration for git_access_spec See merge request !2719
-
Phil Hughes authored
fix Modify commit message button spacing Closes #3163 See merge request !2693
-
Achilleas Pipinellis authored
Fixes Audit Events Documentation issue link See merge request !2725
-
Mark Fletcher authored
-
Marcia Ramos authored
Refactor GPG docs See merge request !2724
-
- 20 Aug, 2017 1 commit
-
-
Grzegorz Bizon authored
Fix url for object store artifacts Closes #3172 See merge request !2705
-
- 19 Aug, 2017 4 commits
-
-
Achilleas Pipinellis authored
1. Generating a GPG key 1. Signing commits 1. Associating a GPG key with Git
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
Kamil Trzcinski authored
-
- 18 Aug, 2017 13 commits
-
-
Robert Speicher authored
- Reduces duplication of long ref strings - Passes push rule attributes directly to `create_push_rule`, rather than creating one and then updating it.
-
Robert Speicher authored
Due to a logic error, these specs weren't actually doing anything -- we were running the checks on `Hash.new(Hash.new(false))`, which is just `{}`.
-
Clement Ho authored
Make issuable filter dropdown style consistent See merge request !2711
-
Winnie Hellmann authored
-
Robert Speicher authored
This uses the same thinking as the earlier `run_permission_checks` refactor, to run all of the checks for the matrix in a single `it` block to avoid repeated setup.
-
Robert Speicher authored
- Adds a new `ProjectMovedError` class to encapsulate that error condition. Inherits from `NotFoundError` so existing rescues should continue to work. - Separating that condition out of `NotFoundError` allowed us to simplify the `raise_not_found` helper and avoid repeating the literal string. - Spec makes use of `ERROR_MESSAGES` hash to avoid repeating literal error message strings.
-
Robert Speicher authored
- Combine multiple `it` blocks into one where it made sense - Use `set` for the top-level User record - Refactor permission matrix tests
-
Douglas Barbosa Alexandre authored
-
Lin Jen-Shin authored
-
Yorick Peterse authored
This changes the load balancing logic so we hijack `ActiveRecord::Base.connection` instead of hijacking "connection" on a per model basis. This ensures _all_ code that might use it (including Rails internals) goes through the database load balancer. This in turn should make the application more resistant to failures on the primary. Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/3191
-
Sean McGivern authored
Resolve "Export issue time tracking information" Closes #1406 See merge request !2627
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-