- 05 Feb, 2020 13 commits
-
-
Mark Chao authored
To avoid mocking external dependencies, Ability-check is mocked to always return false, so we can check everything gets redacted. Add check for external dependency returned types.
-
Mark Chao authored
Lazy pagination is no longer applicable, since blob searches has to be loaded and wrapped, similar to commit searches, so method signatures are changed accordingly.
-
Mark Chao authored
This is similar to FoundBlob, but allows different policy checks. Delegation is used instead of inheritance because it allows reuse of SearchResults.parse_search_result.
-
Mark Chao authored
Extract common logic between blob and commit search. Internalize highlight for searches. Assign project to search results, which can be passed to FoundBlob, where it is used for policy checks.
-
Mark Chao authored
-
Mark Chao authored
Project batch loading is done in search layer.
-
Thong Kuah authored
Merge branch '202044-uninitialized-constant-geo-packagefilereplicator-preventing-omnibus-gitlab-docker-images' into 'master' Explicitly require Geo::PackageFileReplicator Closes #202044 See merge request gitlab-org/gitlab!24425
-
Ash McKenzie authored
-
Marcel Amirault authored
Mention how to run Vale locally See merge request gitlab-org/gitlab!24255
-
Marcel Amirault authored
Document missing job failure reasons See merge request gitlab-org/gitlab!23889
-
Heinrich Lee Yu authored
Update gitlab.yml.example with new GraphQL Timeout See merge request gitlab-org/gitlab!24416
-
Ash McKenzie authored
Add http status cop to all project controller specs See merge request gitlab-org/gitlab!24209
-
Mario de la Ossa authored
-
- 04 Feb, 2020 27 commits
-
-
Heinrich Lee Yu authored
Fix GraphiQL when GitLab is installed under a relative URL See merge request gitlab-org/gitlab!23143
-
Evan Read authored
Adding a test for multiple spaces in sentences in docs Closes #199367 See merge request gitlab-org/gitlab!23928
-
Mayra Cabrera authored
Restrict use of CTE fence to dashboards/projects#index Closes #201994 See merge request gitlab-org/gitlab!24408
-
Heinrich Lee Yu authored
Allow configuring Rails GraphQL timeout See merge request gitlab-org/gitlab!24400
-
Peter Leitzen authored
347 files inspected, 95 offenses detected, 95 offenses corrected
-
Mayra Cabrera authored
Change broadcast message index See merge request gitlab-org/gitlab!23986
-
Douglas Barbosa Alexandre authored
Bump auto-deploy-image for dast deploy to 0.9.1 See merge request gitlab-org/gitlab!24232
-
Mayra Cabrera authored
Add migration to create resource milestone events table See merge request gitlab-org/gitlab!23965
-
Mayra Cabrera authored
Disable mirror importing when the project is archived See merge request gitlab-org/gitlab!24029
-
David Kim authored
-
Shaun McCann authored
Adds a subsection for bad self-signed cert See merge request gitlab-org/gitlab!24136
-
Shaun McCann authored
Add feature flag list command See merge request gitlab-org/gitlab!24336
-
Shaun McCann authored
Adds runner-related scenarios to SSL doc See merge request gitlab-org/gitlab!24133
-
Alexander Tanayno authored
-
Thong Kuah authored
Update feature_categories.yml See merge request gitlab-org/gitlab!24366
-
Mayra Cabrera authored
Migrate issue tracker data to data field tables See merge request gitlab-org/gitlab!24076
-
Stan Hu authored
In https://gitlab.com/gitlab-org/gitlab/merge_requests/23754, we added a CTE optimization fence to ensure loading a user's projects is always fast. However, using a CTE for the dashboard/projects/starred endpoint is less efficient than the default query because that endpoint also loads public and internal projects. For now, we can just restrict use of this CTE for the `index` action. In the future, we may want to put this logic inside ProjectsFinder. Closes https://gitlab.com/gitlab-org/gitlab/issues/201994
-
Thong Kuah authored
Add exclusive guard to ClusterUpdateAppWorker See merge request gitlab-org/gitlab!24228
-
Reuben Pereira authored
Due to https://gitlab.com/gitlab-org/gitlab/issues/196243, the ClusterUpdateAppWorker should never be run multiple times concurrently for the same application.
-
Kamil Trzciński authored
Expose items for suggesting a pipeline See merge request gitlab-org/gitlab!23991
-
Douglas Barbosa Alexandre authored
Geo: Spike Self-Service Framework Closes #197319 See merge request gitlab-org/gitlab!23447
-
Martin Wortschack authored
Merge branch '201910-cannot-find-projects-within-subgroups-when-you-select-a-top-level-group-in-cycle-analytics' into 'master' Resolve "Cannot find projects within subgroups when you select a top-level group in cycle analytics" Closes #201910 See merge request gitlab-org/gitlab!24392
-
Mario de la Ossa authored
-
Doug Stull authored
- this is an incrimental MR that will expose a few objects needed for suggesting a pipeline in the front end
-
Dennis Tang authored
-
nicolasdular authored
-