- 01 Dec, 2020 40 commits
-
-
Kerri Miller authored
Refactor package event guest event handling See merge request gitlab-org/gitlab!48311
-
Achilleas Pipinellis authored
Update t2 small instances to t3 See merge request gitlab-org/gitlab!48807
-
Sean McGivern authored
Fix the deduplication logic in `StoreScanService` See merge request gitlab-org/gitlab!48704
-
Lin Jen-Shin authored
tooling: Work around a gitlab gem bug to make unauthenticated requests See merge request gitlab-org/gitlab!48788
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Mike Jang authored
Update links in docs file cvs.md See merge request gitlab-org/gitlab!48868
-
Benson Muite authored
Link to cvs-fast-export documentation has changed and now points to Reposurgeon. The source code is available and other documentation describes how to use it.
-
Michael Kozono authored
Remove redundant expectation in test See merge request gitlab-org/gitlab!48884
-
Rémy Coutable authored
Add danger missing test coverage See merge request gitlab-org/gitlab!48507
-
Doug Stull authored
- for 100% coverage
-
Craig Norris authored
Update docs metadata to reflect Release stage restructuring See merge request gitlab-org/gitlab!48205
-
Shinya Maeda authored
Add npm.latest.gitlab-ci.yml to only run `publish` if necessary See merge request gitlab-org/gitlab!48615
-
Nathan Friend authored
-
Miguel Rincon authored
Add reactive-cache to pipeline config variables See merge request gitlab-org/gitlab!47490
-
Furkan Ayhan authored
Calculating config variables is a heavy operation, and we don't want to run a long synchronous operation for every request. So with this, we only call the operation synchronously once, then it will read from the cache until the expiration.
-
Mehmet Emin INAC authored
-
Achilleas Pipinellis authored
Add Database metadata to PostgreSQL troubleshooting doc See merge request gitlab-org/gitlab!48838
-
Achilleas Pipinellis authored
Add Distribution metadata to SSL Troubleshooting doc See merge request gitlab-org/gitlab!48840
-
Mehmet Emin INAC authored
Also made some cosmetic changes.
-
Achilleas Pipinellis authored
Document Geo container list view regression See merge request gitlab-org/gitlab!48825
-
Andreas Brandl authored
Rebuild table statistics after reindexing an expression index See merge request gitlab-org/gitlab!47422
-
Fabio Pitino authored
GraphQL: Add gitlay field to CiStatusAction See merge request gitlab-org/gitlab!48892
-
Sarah Groff Hennigh-Palermo authored
-
Brandon Labuschagne authored
Remove fa-chevron-down styles See merge request gitlab-org/gitlab!48667
-
Phil Hughes authored
Collapse approval rules and move it under reviewer See merge request gitlab-org/gitlab!47475
-
Andreas Brandl authored
Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/272997
-
Andreas Brandl authored
This adds the table name to the postgres_indexes view.
-
Rémy Coutable authored
Remove some usages of Timecop.freeze [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!48190
-
Jan Provaznik authored
Add checking if pipeline needs to be touched See merge request gitlab-org/gitlab!48629
-
Alan (Maciej) Paruszewski authored
-
Denys Mishunov authored
Fix empty results status See merge request gitlab-org/gitlab!48034
-
Dmitry Gruzd authored
-
Sarah Groff Hennigh-Palermo authored
Update dependency @gitlab/ui to v24.3.2 See merge request gitlab-org/gitlab!48846
-
Denys Mishunov authored
Merge branch '288755-vulnerability-identifier-shows-as-link-even-though-it-doesn-t-have-a-link' into 'master' Vuln Report: Show identifiers with no URL as plain-text See merge request gitlab-org/gitlab!48653
-
David Pisek authored
* Update view logic to only render a link when a vulnerability identifier has a url attached to it * Update specs
-
Sean McGivern authored
Add exception logging in SnippetsCheck See merge request gitlab-org/gitlab!48873
-
Nicolò Maria Mezzopera authored
Fix MR buttons when fork is deleted See merge request gitlab-org/gitlab!48813
-
Nick Thomas authored
Generalize repository routing See merge request gitlab-org/gitlab!45872
-
Markus Koller authored
Previously we used both a `:namespace_id` and a `:repository_id` in the repository routes, which originally made sense for project repositories, but was confusing with personal snippets where `:namespace_id` was just the `/snippets` prefix and not an actual namespace. For group wiki repositories we also need to support toplevel groups, where we only have a namespace path. So we combine `:namespace_id` and `:repository_id` into a single `:repository_path` route argument, and refactor the related controllers and internal APIs accordingly. The repository path is mainly used in `Gitlab::RepoPath` to determine the container for the repository. In the `GitAccess` classes it's only used in `GitAccessProject` when auto-creating project repositories, where we need to know in which namespace to create the new project.
-
Markus Koller authored
Merge branch '250353-convert-issues-createfromvulnerabilityservice-to-work-similar-to-issues-buildservice-add-route' into 'master' Add route to build issue from vulnerability See merge request gitlab-org/gitlab!47528
-