- 21 Aug, 2017 13 commits
-
-
Robert Speicher authored
Drop unnecessary timestamp columns in Geo event tables See merge request !2714
-
Marcia Ramos authored
Update multi_project_pipeline_graphs.md Closes #2938 See merge request !2727
-
Robert Speicher authored
Hide admin Audit Log in sidebar when not licensed Closes #3197 See merge request !2726
-
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 12 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
-
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
-
Vlad authored
-
Achilleas Pipinellis authored
Document how to use AWS IAM profiles for object storage See merge request !2708
-
- 17 Aug, 2017 10 commits
-
-
Robert Speicher authored
Tuesday: CE upstream Closes #3178, #2750, gitaly#404, and gitlab-ce#27390 See merge request !2683
-
Stan Hu authored
[ci skip]
-
Phil Hughes authored
-
Marcia Ramos authored
Move workflow/importing/ to user/project/import/ See merge request !2694
-
Tim Zallmann authored
Fixed issue boards focus mode not being visible to guest users Closes #3182 See merge request !2699
-
Nick Thomas authored
-
Douwe Maan authored
Fix LDAP backwards compatibility Closes gitlab-ce#36432 and #3082 See merge request !2690
-
Nick Thomas authored
-
Kamil Trzcinski authored
-
Achilleas Pipinellis authored
-