- 11 Mar, 2021 40 commits
-
-
Michael Kozono authored
Rubygems dependencies endpoint See merge request gitlab-org/gitlab!55917
-
Steve Abrams authored
Adds rubygems dependency resolver service and route to return dependencies for requested gems.
-
Mark Chao authored
Allow anonymous access to public Conan packages See merge request gitlab-org/gitlab!54047
-
Steve Mokris authored
- Allow access to ping endpoint without a token - Allow access to download endpoints without a token, if the project is public - Instead of throwing UnauthorizedError when no token is provided, continue with anonymous privileges - Update tests to reflect the above changes - Add test for downloading without a token
-
Jose Ivan Vargas authored
Start removing extends from SCSS See merge request gitlab-org/gitlab!55447
-
Jan Provaznik authored
Rename with_scanners to with_scanner_external_ids See merge request gitlab-org/gitlab!56283
-
Sarah Groff Hennigh-Palermo authored
Add headers to test report widget See merge request gitlab-org/gitlab!56252
-
Robert Speicher authored
Allow users to specify environment tier via .gitlab-ci.yml See merge request gitlab-org/gitlab!55723
-
Gabriel Mazetto authored
Geo: Fix syncing direct download remote stored Blobs See merge request gitlab-org/gitlab!55775
-
Douglas Barbosa Alexandre authored
Use gitlab-fog-google instead of upstream fog-google gem See merge request gitlab-org/gitlab!56245
-
Scott Hampton authored
Fix mismatched custom vue event names See merge request gitlab-org/gitlab!55958
-
Ezekiel Kigbo authored
Ensure that the custom emitted events for the type of work chart labels filters are consistent
-
Sarah Groff Hennigh-Palermo authored
Create single component for Pipeline Mini Graph See merge request gitlab-org/gitlab!55199
-
Michael Kozono authored
Fix RuboCop offenses for Style/ClassEqualityComparison See merge request gitlab-org/gitlab!56227
-
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.
-