- 09 Dec, 2019 16 commits
-
-
James Lopez authored
Abort rendering of security reports that aren't set up See merge request gitlab-org/gitlab!20381
-
Jan Provaznik authored
Add API endpoint to unpublish GitLab Pages Closes #33880 See merge request gitlab-org/gitlab!19781
-
Ethan Urie authored
Refactored PagesController and pages API to use new service.
-
Paul Slaughter authored
Fix duplicate spec files See merge request gitlab-org/gitlab!21355
-
Scott Stern authored
Related to https://gitlab.com/gitlab-org/gitlab/merge_requests/16336
-
Evan Read authored
Clarify 2FA QR scanning instructions See merge request gitlab-org/gitlab!21199
-
Mike Jang authored
-
Evan Read authored
Clarify pipeline visibility details See merge request gitlab-org/gitlab!21297
-
Marcel Amirault authored
-
Evan Read authored
Add docs for API keyset pagination See merge request gitlab-org/gitlab!21035
-
Evan Read authored
Clarify ModSecurity docs- rule engine disablement See merge request gitlab-org/gitlab!21206
-
Lucas Charles authored
Update the modsecurity docs to provide more clear instructions on disabling the rule processing engine.
-
Thong Kuah authored
Refactor code to substitute variables in Prometheus queries See merge request gitlab-org/gitlab!19994
-
Reuben Pereira authored
Create new service to do template variable replacement on the query parameter of the Prometheus proxy API.
-
Ash McKenzie authored
Add a `remote_mirrors` project API See merge request gitlab-org/gitlab!21146
-
Walmyr Lima e Silva Filho authored
Fix failure in squash_merge_request_spec by reloading page if commit does not appear Closes #37924 See merge request gitlab-org/gitlab!21292
-
- 08 Dec, 2019 9 commits
-
-
Ash McKenzie authored
Preload group ancestor to avoid N+1 See merge request gitlab-org/gitlab!20977
-
Jan Provaznik authored
When checking permissions for a group, it always tries to load group ancestor (to check SSO). If we check permissions for related groups (for which we are sure that all of them have same root), we just preset this root group before checking permission.
-
Ash McKenzie authored
fix: strip_signature helper Closes #38102 See merge request gitlab-org/gitlab!21187
-
Jan Provaznik authored
Backfill GraphQL epic type descriptions (part 2) See merge request gitlab-org/gitlab!21164
-
Paul Slaughter authored
Delete empty file See merge request gitlab-org/gitlab!21369
-
charlieablett authored
- Regenerate schema docs
-
Jan Provaznik authored
Fix order-dependent spec in Gitaly cleanup spec Closes #38535 See merge request gitlab-org/gitlab!21370
-
Stan Hu authored
Stubs for Gitaly calls are memoized by storage and service names in the `@stubs` class variable. Normally this doesn't cause a problem, but an example in `spec/lib/gitlab/gitaly_client/cleanup_service_spec.rb` expected that a new stub would always be instantiated. Since `spec/services/projects/cleanup_service_spec.rb` preceded `spec/lib/gitlab/gitaly_client/cleanup_service_spec.rb`, the stub had already been instantiated, causing the test to fail. To fix this problem, we just clear out the Gitaly stubs for `spec/lib/gitlab/gitaly_client/cleanup_service_spec.rb`. Closes https://gitlab.com/gitlab-org/gitlab/issues/38535
-
Chad Woolley authored
This file was accidentally made empty instead of deleted as part of https://gitlab.com/gitlab-org/gitlab/merge_requests/21153
-
- 07 Dec, 2019 7 commits
-
-
Thong Kuah authored
Fix flaky spec in user_suggests_changes_on_diff_spec.rb Closes #38277 See merge request gitlab-org/gitlab!21360
-
Stan Hu authored
Resolve "Gitaly N+1 queries in /api/:version/groups/:id" Closes #31031 See merge request gitlab-org/gitlab!20023
-
Manoj M J authored
This change limits the number of projects displayed in GET /groups/:id API, to prevent N+1 in Gitaly
-
Stan Hu authored
Preload job_artifacts when loading builds in stage Closes #38306 See merge request gitlab-org/gitlab!21307
-
Stan Hu authored
The test appears to be failing occasionally because the diff notes aren't always visible within the browser when the diff view is reloaded. We fix this by clicking on the "Jump to first unresolved thread" button to ensure the notes are shown. Closes https://gitlab.com/gitlab-org/gitlab/issues/38277
-
Michael Kozono authored
Validate connection section in direct upload config Closes #38258 See merge request gitlab-org/gitlab!21270
-
Stan Hu authored
Add missing spec for fogbugz importer See merge request gitlab-org/gitlab!20981
-
- 06 Dec, 2019 8 commits
-
-
Stan Hu authored
For some reason, `Settingslogic` doesn't always provide the right error message when the `connection` block is omitted. Sometimes it erroneously attributes the error section to a different part of the YAML (e.g. `backup`, `dependency_proxy`). This commit adds on more information on which `connection` block is missing from the `gitlab.yml` (e.g. LFS, artifacts, or uploads). Closes https://gitlab.com/gitlab-org/gitlab/issues/38258
-
Robert Speicher authored
Do not attribute unverified commit e-mails to GitLab users Closes #28493 See merge request gitlab-org/gitlab!21214
-
Matija Čupić authored
-
Mayra Cabrera authored
Add two partial nonunique indexes See merge request gitlab-org/gitlab!21230
-
charlie ablett authored
- Non-unique
-
Robert Speicher authored
Update RSpec helper methods to *_next_instance_of See merge request gitlab-org/gitlab!21244
-
Paul Slaughter authored
Convert Web IDE specs to jest See merge request gitlab-org/gitlab!21153
-
Mayra Cabrera authored
Fix Sidekiq testing API warnings in Rake tasks Closes #38377 See merge request gitlab-org/gitlab!21343
-