- 21 Aug, 2017 10 commits
-
-
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
-
Sean McGivern authored
Hijack ActiveRecord::Base.connection in the DB load balancer Closes #3191 See merge request !2707
-
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 20 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
-
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
-
Lin Jen-Shin authored
* upstream/master: (114 commits) Fixes the blown up emoji problem in notes Total Pages should be at least one Add specs for pagination Link header don't add next page link if current page is out of range Don't escape html entities when rich == raw line Incorporate RepositoryService.ApplyGitattributes Gitaly RPC Add GitalyClient::RepositoryService specs use proper object notation and rename isNewRepo to isNewRepoEnabled Move workflow/importing/ to user/project/import/ Prevent horizontal scrolling in new sidebar when collapsed Allow all users to delete their account Backports EE mirror stuck handling feature (https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2628) to CE Use grpc 1.4.5 Make admin user actions dropdown consistent Fixed height of group share dropdown Run remove_pages in a run_after_commit block Fix project import to group when there are project milestones Disable migrations output in migrations helpers Remove a wat in NamespacelessProjectDestroyWorker Migrate down before each migration unit test ...
-
Douwe Maan authored
Don't escape html entities in InlineDiffMarkdownMarker Closes #36041 See merge request !13553
-
Vlad authored
-
Sean McGivern authored
Gitaly apply gitattributes Closes gitaly#464 See merge request !13517
-
Phil Hughes authored
Updates for proper obj notation. See merge request !13430
-
Grzegorz Bizon authored
API: do not set rel="next" pagination header when no records found Closes #36618 See merge request !13629
-
Achilleas Pipinellis authored
Document how to use AWS IAM profiles for object storage See merge request !2708
-
🏖 Rémy Coutable 🏖 authored
Fix external link to Composer website Closes #36611 See merge request !13621
-
- 17 Aug, 2017 5 commits
-
-
Clement Ho authored
Make admin user actions dropdown consistent See merge request !13630
-
Robert Speicher authored
Tuesday: CE upstream Closes #3178, #2750, gitaly#404, and gitlab-ce#27390 See merge request !2683
-
Clement Ho authored
Fixes the blown up emoji problem in notes Closes #36448 and #36282 See merge request !13632
-
Tim Zallmann authored
-
Marcia Ramos authored
Properly explain when advanced Docker options were introduced See merge request !13608
-