- 20 Aug, 2020 1 commit
-
-
Dallas Reedy authored
- This way we only have to calculate it once and we can use it to see if the currently rendered plan is also the currently active plan
-
- 07 Aug, 2020 24 commits
-
-
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
-
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
-
Terri Chu authored
-
James Fargher authored
Disallow project-level iteration creation See merge request gitlab-org/gitlab!38637
-
Tiger Watson authored
Fix slow uncached VSA label stage query See merge request gitlab-org/gitlab!38252
-
- 06 Aug, 2020 15 commits
-
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!38849
-
Mark Lapierre authored
Add E2E for working with forks in Web IDE See merge request gitlab-org/gitlab!38259
-
Anastasia McDonald authored
Covers first two scenarios in https://gitlab.com/gitlab-org/quality/testcases/-/issues/923
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
Since Gitlab 13.2 Geo does not rely on the Foreign Data Wrapper to replicate data.
-
Evan Read authored
Document repository specific read-only mode See merge request gitlab-org/gitlab!37593
-
Dylan Griffith authored
Skip recording ES-metrics when there are none Closes #233858 See merge request gitlab-org/gitlab!38831
-
Suzanne Selhorn authored
Performance tip & verification details for registry S3 migration See merge request gitlab-org/gitlab!37693
-
Ben Bodenmiller authored
-
Jose Ivan Vargas authored
Resolve "Custom renderers cleanup - erb" See merge request gitlab-org/gitlab!38791
-
Mario de la Ossa authored
We don't fully support it yet, so make sure we don't create any by mistake.
-