- 11 Mar, 2021 40 commits
-
-
Achilleas Pipinellis authored
Clean up anchor in Backup docs See merge request gitlab-org/gitlab!56363
-
Gabriel Mazetto authored
Update two autodevops template references to default branch See merge request gitlab-org/gitlab!56304
-
Marcel Amirault authored
-
Arturo Herrero authored
Merge branch '300351-es-migration-add-permission-data-to-notes-attempt-3-as-indexed-json-changes' into 'master' Delete orphaned notes from Elasticsearch index See merge request gitlab-org/gitlab!56162
-
Adam Hegyi authored
Move recursive namespace query to INNER JOIN [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56078
-
Andrew Fontaine authored
Add comments to Jira issues See merge request gitlab-org/gitlab!56069
-
Alessio Caiazza authored
Fix typo in Workhorse readme See merge request gitlab-org/gitlab!56366
-
Amy Qualls authored
Update docs for retarget MRs See merge request gitlab-org/gitlab!56335
-
Kamil Trzciński authored
This ensures that: - it is ready for production use - documents `remove source branch` caveat
-
Gabriel Mazetto authored
Move expectation out of `before` block See merge request gitlab-org/gitlab!56268
-
Sanad Liaquat authored
Update to re-add QA selectors See merge request gitlab-org/gitlab!56324
-
Rémy Coutable authored
Ensure Project Approvals attributes (and API) casts to boolean See merge request gitlab-org/gitlab!55492
-
Heinrich Lee Yu authored
Fix autoloading issue for SidekiqMiddleware::SizeLimiter::Client See merge request gitlab-org/gitlab!56120
-
Amy Qualls authored
Fix tier badging for Auth0 integration See merge request gitlab-org/gitlab!56364
-
Jacques Erasmus authored
Add allow force push docs See merge request gitlab-org/gitlab!55751
-
Jacques Erasmus authored
Added docs for the allow force push feature
-
Jacques Erasmus authored
Add Allow force push option to Protected branches See merge request gitlab-org/gitlab!55261
-
Jacob Vosmaer authored
-
Rémy Coutable authored
Get vulnerabilities from db [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!55641
-
Tetiana Chupryna authored
Issue https://gitlab.com/gitlab-org/gitlab/-/issues/321086 We get vulnerabilities from database. Before that we have to parse report on each request
-
Alessio Caiazza authored
Move Workhorse development to main GitLab repository See merge request gitlab-org/gitlab!54941
-
Kamil Trzciński authored
Fix pipeline status when DAG jobs needs manual jobs [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!53476
-
Furkan Ayhan authored
We achieve this with skipping DAG jobs when it needs a manual job.
-
Terri Chu authored
Since we now raise an error if noteable is `nil` when `as_indexed_json` is called, the noteable object will always be available when adding project feature access level.
-
Dylan Griffith authored
This relates to some more possible edge cases we may have in our data. Since we are running a migration to backfill all these settings that will run forever unless a value is set it is better to always have some fallback that isn't `nil` as the migration will never finish. In this case we can be sure that anything that is required to have a project but doesn't for whatever reason shouldn't show up in searches and therefore it's safe to just set `*_access_level = DISABLED`.
-
Dylan Griffith authored
Prior to this we were specifically targetting missing commits because this was a case we [observed in staging](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/55878) but we also may have more cases we haven't run into yet for other noteable types. The `noteable_id` column on the table does not have a `NOT NULL` constraint nor does it have foreign key references so it's totally conceivable there are other kinds of orphaned notes (eg. issues that were hard deleted at some point) that we don't know about. I have concerns that any one of these situations could again lead to the migration to update permissions getting stuck forever. As such I think the best course of action is to delete any of these. I also can't think of any good reason to keep the orphaned notes in the index so this seems quite safe.
-
Dylan Griffith authored
We discovered at https://gitlab.com/gitlab-org/gitlab/-/merge_requests/55878 that there are sometimes orphaned commit notes. Since these are making it difficult to migrate as we can't set the permissions correctly for these and also since you can't actually navigate to a note on a deleted commit there is no point in keeping these in the index. This commit was extracted from a combined MR at https://gitlab.com/gitlab-org/gitlab/-/merge_requests/55883 so it could be merged independently from the migration.
-
Fabio Pitino authored
Remove latest_builds_report_results preloading in pipeline serializer See merge request gitlab-org/gitlab!56181
-
Craig Norris authored
Update tier badge to indicate self-managed.
-
Nick Gaskill authored
Clarify the use of registry_api_url See merge request gitlab-org/gitlab!56106
-
Olena Horal-Koretska authored
Apply new GitLab UI for buttons on GitHub Import page See merge request gitlab-org/gitlab!56096
-
Yogi authored
-
Dan Davison authored
Fix allow settings for maven duplicates See merge request gitlab-org/gitlab!56100
-
David Fernandez authored
Add info column into security_scans table See merge request gitlab-org/gitlab!55983
-
Vitali Tatarintev authored
Remove `multiple_http_integrations_custom_mapping` feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56021
-
Olena Horal-Koretska authored
Remove `multiple_http_integrations_custom_mapping` feature flag
-
Brandon Labuschagne authored
Show branch info in DAST profiles library See merge request gitlab-org/gitlab!56019
-
Paul Gascou-Vaillancourt authored
Add branch information to the DAST profiles library.
-
Marcin Sedlak-Jakubowski authored
-
Sean McGivern authored
Remove incorrectly added optional params from Project update params [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56180
-