- 07 Aug, 2020 40 commits
-
-
Małgorzata Ksionek authored
Add changelog entry Add cr remarks
-
Marcin Sedlak-Jakubowski authored
Add move note to ECS template details See merge request gitlab-org/gitlab!37290
-
Marcel Amirault authored
-
Nick Thomas authored
Add more specific ID type for DastSiteProfiles See merge request gitlab-org/gitlab!38660
-
Thong Kuah authored
[RUN AS-IF-FOSS] Mount PersonalAccessTokens API in EE only See merge request gitlab-org/gitlab!38865
-
Tim Zallmann authored
Disable loading resolvedOnDefaultBranch for Vulnerabilities See merge request gitlab-org/gitlab!38783
-
Alan (Maciej) Paruszewski authored
-
Adam Hegyi authored
Geo: Part 2 of Enforce not null merge_request_diffs.external_diff_store See merge request gitlab-org/gitlab!38719
-
Sanad Liaquat authored
Use Express template for auto devops app See merge request gitlab-org/gitlab!38683
-
Mike Kozono authored
On GitLab.com, 19M of 93M rows have NULL external_diff_store. With batches of 5000 and a background migration job interval of 2m 5s, 3.8K jobs are scheduled over 5.5 days. The index `index_merge_request_diffs_external_diff_store_is_null` is expected to be used by the migration queries. queue_background_migration_jobs_by_range_at_intervals is not used because it would enqueue 18.6K jobs and we have an index for getting these ranges.
-
Natalia Tepluhina authored
Replace fa-cubes icon with GitLab SVG package icon Closes #225200 See merge request gitlab-org/gitlab!38664
-
Tim Zallmann authored
-
Natalia Tepluhina authored
Merge branch '227582-package-detail-ui-update-the-package-detail-main-body-to-include-a-history-install-commands' into 'master' New Package details UI See merge request gitlab-org/gitlab!38680
-
Nicolò Maria Mezzopera authored
- new component - tests
-
charlie ablett authored
Fix problem that vulnerability list is not loaded See merge request gitlab-org/gitlab!38867
-
Alan (Maciej) Paruszewski authored
-
Shinya Maeda authored
Add PipelineArtifact table and model See merge request gitlab-org/gitlab!37969
-
Maxime Orefice authored
This new model will be used to store generated report consumable by gitlab frontend in a pipeline context.
-
Ramya Authappan authored
Fix for project_security_dashboard_spec Closes #233362 See merge request gitlab-org/gitlab!38509
-
Patrick Bajao authored
Index trial groups in Elasticsearch Closes #225744 See merge request gitlab-org/gitlab!38541
-
Ramya Authappan authored
Add a licence_compliance_spec end to end test See merge request gitlab-org/gitlab!38598
-
Ramya Authappan authored
Add e2e test of distributed reads from unhealthy node Closes gitlab-org/quality/testcases#859 See merge request gitlab-org/gitlab!37664
-
Mark Lapierre authored
-
Craig Miskell authored
The endpoint is EE only, so must be mounted only in the EE API class (see https://gitlab.com/gitlab-com/gl-infra/production/-/issues/2495 for this breaking)
-
Patrick Bajao authored
Allow saving of runbooks to PrometheusAlert See merge request gitlab-org/gitlab!38234
-
Sarah Yasonik authored
-
Marcel Amirault authored
Improve details on duplicate pipelines See merge request gitlab-org/gitlab!36009
-
Ben Bodenmiller authored
-
Russell Dickenson authored
Fix: Correct SAST docs variable groupings See merge request gitlab-org/gitlab!38816
-
Paul Slaughter authored
Move constants to constant file for suggest pipeline Closes #229937 See merge request gitlab-org/gitlab!38616
-
Doug Stull authored
- better development pattern.
-
charlie ablett authored
Revert "Create emphemeral IssueLink if Feedback is present" Closes #223770 See merge request gitlab-org/gitlab!38785
-
Evan Read authored
Document `-writable` flag of Praefect's dataloss See merge request gitlab-org/gitlab!38796
-
Miguel Rincon authored
Create freeze period frontend fixture See merge request gitlab-org/gitlab!38525
-
Stan Hu authored
Remove signup experiment tracking See merge request gitlab-org/gitlab!38801
-
Dylan Griffith authored
As part of https://gitlab.com/gitlab-org/gitlab/-/issues/220386 we want to index trial groups in Elasticsearch so they can make use of Advanced search. This change also refactored the existing logic around indexing paid groups a bit: 1. Removing the feature flag that has been on for a while now along with the documentation explaining this feature flag. We already have separate docs explaining that Advanced Global Search is enabled for bronze and above groups so this is not necessary. 2. This will now also exclude `expired?` groups which we shouldn't have been indexing to begin with. The assumption is that the `expired?` check will also ensure we skip expired trials. These expired trials also have a `trial_ends_on` date but based on looking at some data I think we can expect this will be the same or less than `end_date`. The expired trials that are in the index will be cleaned up in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/38551 3. Don't check `saved_changes.key?('hosted_plan_id')` anymore since we don't really care why the plan is changing. As long as we use `safe_find_or_create_by!` we'll be fine to run this multiple times.
-
Michał Zając authored
-
Michał Zając authored
This reverts commit 76eb2c96, reversing changes made to 67739c5b. It appears that GraphQL can't handle records which have id of nil, we need to revert this change as it prevents our API from working while we think of a workaround.
-
Michael Kozono authored
Geo - Remove rake task to refresh the foreign tables See merge request gitlab-org/gitlab!38632
-
Dylan Griffith authored
Merge branch '197231-default-searches-for-public-groups-bronze-and-above-to-advanced-global-search' into 'master' Enable advanced search by default for global search scope See merge request gitlab-org/gitlab!38093
-