- 02 Aug, 2021 40 commits
-
-
Yorick Peterse authored
This method was added using an EE only method, and just inverted the result of Postgresql::ReplicationSlot. This however creates a problem: a Connection is tied to a specific database connection, but ReplicationSlot is tied to the main database. When we add support for multiple databases to ReplicationSlot, we'd somehow have to figure out what model to use for the `healthy?` class, as there would a ReplicationSlot model per primary database. Instead of trying to work this out, which likely would get hairy, we simply remove the `healthy?` method in favour of using ReplicationSlot directly. It was only used in one place anyway, ant there is no harm in using ReplicationSlot directly in that instance.
-
Yorick Peterse authored
This merges the EE-only PgReplicationSlot class into the class Postgresql::ReplicationSlot class, and updates any references to PgReplicationSlot to use the new class instead.
-
David Fernandez authored
Generate Debian component files for udeb and source files See merge request gitlab-org/gitlab!65188
-
Mathieu Parent authored
Changelog: added
-
Heinrich Lee Yu authored
Revert merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/66927 [RUN ALL RSPEC] See merge request gitlab-org/gitlab!67312
-
Natalia Tepluhina authored
Refactor board scope milestone dropdown See merge request gitlab-org/gitlab!66896
-
Florie Guibert authored
-
David Kim authored
Create issue of type incident from alert factory See merge request gitlab-org/gitlab!67126
-
Albert Salim authored
test: Split long fixtures generation file See merge request gitlab-org/gitlab!66940
-
Miguel Rincon authored
Replace success button with confirm button See merge request gitlab-org/gitlab!67148
-
Kushal Pandya authored
Fixed spacing issues in MR creation diff See merge request gitlab-org/gitlab!67029
-
Matthias Käppler authored
Use ref instead of sha for CI config variables See merge request gitlab-org/gitlab!67262
-
Hordur Freyr Yngvason authored
A SHA cannot be used as a ref for this purpose. The ref is meant to be a branch name or a tag name, and it is used to decide if the branch or tag is protected. Passing a sha results in the ref getting treated as unprotected, unless the sha happens to match a protected branch or tag (which is a security issue). See https://gitlab.com/gitlab-org/gitlab/-/issues/337344
-
Tiger Watson authored
[RUN AS-IF-FOSS] Move read_only/read_write back to Gitlab::Database See merge request gitlab-org/gitlab!67149
-
Heinrich Lee Yu authored
Replace Vulnerabilities::Feedback.only_valid_feedback without joining ci See merge request gitlab-org/gitlab!67010
-
Vitali Tatarintev authored
Also renames alert's `with_issue` trait to `with_incident`
-
Matthias Käppler authored
Add secret_detection to security_orchestration_policy JSON schema See merge request gitlab-org/gitlab!67124
-
Martin Wortschack authored
[VSA] Split Vuex actions into separate files See merge request gitlab-org/gitlab!67113
-
Ezekiel Kigbo authored
-
Albert Salim authored
This reverts merge request !66927
-
Heinrich Lee Yu authored
Inject kubectl-compatible config file into the CI job See merge request gitlab-org/gitlab!67089
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!67307
-
David Kim authored
Add specs for private container registry See merge request gitlab-org/gitlab!65831
-
Sashi authored
This change adds secret_detection to security_orchestration_policy JSON schema and also discard other fields related to dast. EE: true Changelog: added
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Vitali Tatarintev authored
Label CPU bound monitor group workers as such See merge request gitlab-org/gitlab!66895
-
Dylan Griffith authored
Expose created_at to billable members API See merge request gitlab-org/gitlab!67127
-
Kati Paizee authored
Remove old unused images from docs See merge request gitlab-org/gitlab!67302
-
GitLab Release Tools Bot authored
-
Marcel Amirault authored
These images are no longer in use and should be removed to save space
-
Marcel Amirault authored
Replace image with smaller iteration See merge request gitlab-org/gitlab!67200
-
Dylan Griffith authored
Check for N+1 in CommitReferenceFilter See merge request gitlab-org/gitlab!67079
-
Luke Duncalfe authored
Add Ci::Pipeline source for DAST site validation See merge request gitlab-org/gitlab!66991
-
Philip Cunningham authored
- Adds new source called ondemand_dast_validation - Indicates new source is dangling - Switches over to using new source for DAST validation - Updates the specs accordingly
-
Mark Chao authored
Fix fixtures for projects in the user namespace See merge request gitlab-org/gitlab!67222
-
Mark Lapierre authored
Separate CE from EE components on secure configuration form See merge request gitlab-org/gitlab!67177
-
Mark Lapierre authored
Fix remove runner failed error See merge request gitlab-org/gitlab!67183
-
Tiffany Rea authored
-
Luke Duncalfe authored
Update hash for vulnerability See merge request gitlab-org/gitlab!67132
-
Luke Duncalfe authored
Merge branch 'change_the_place_we_set_latest_pipeline_id_and_mark_project_as_vulnerable' into 'master' Set `latest_pipeline_id` and mark project as vulnerable first See merge request gitlab-org/gitlab!67165
-