- 24 Jun, 2021 40 commits
-
-
Patrick Steinhardt authored
The new `#list_blobs` RPC allows the caller to enumerate blobs via a set of revisions. It's thus a more flexible sibling to `#get_new_blobs`, which only allows a single positive revision and will automatically add `--not --all`. Add support for this new RPC via a new `#list_blobs` function in the `BlobService`.
-
Patrick Steinhardt authored
The BlobsStitcher object will reassemble blobs which have been split up across multiple gRPC messages. It is only used in the context of the `get_blobs()` RPC right now, which has a bunch of information about blobs which may not be available via other RPCs. While the stitcher gracefully handles absence for many of the parameters, absence of a blob mode and path will cause failure. Relaxe the stitcher to work alright in case either mode or path are absent. This is in preparation for the introduction of the `list_blobs()` RPC.
-
Patrick Steinhardt authored
In order to make use of the new `list_blobs()` RPC, we need a newer definition of the Gitaly protobuf Gem. Update it as a preparatory step.
-
Nikola Milojevic authored
Fix retry-lock problem on pipeline cancel See merge request gitlab-org/gitlab!63080
-
Sean McGivern authored
Remove unused view and associated helper method See merge request gitlab-org/gitlab!64621
-
Imre Farkas authored
Adds sha argument to lint See merge request gitlab-org/gitlab!64415
-
charlie ablett authored
Properly return boolean attributes in integrations API See merge request gitlab-org/gitlab!64185
-
Oghenerukevwe Kofi authored
-
Ezekiel Kigbo authored
Remove all params that match the defaults for createFlash See merge request gitlab-org/gitlab!64610
-
Sean McGivern authored
Eliminate some N+1 queries on project-pipeline GraphQL endpoint See merge request gitlab-org/gitlab!64700
-
Grzegorz Bizon authored
Force ASCII-8BIT encodings in CI job trace See merge request gitlab-org/gitlab!64631
-
Shinya Maeda authored
Remove web_hooks_rate_limit feature flag See merge request gitlab-org/gitlab!64708
-
Vijay Hawoldar authored
The members/_sort_dropdown.html.haml partial is no longer used anywhere, so this commit removes it and the associated helper methods that are called within it.
-
Max Woolf authored
Carry line_range info forward on unchanged positions See merge request gitlab-org/gitlab!64267
-
Mark Florian authored
Show access level of Project Access Token in UI and API See merge request gitlab-org/gitlab!64681
-
Jan Provaznik authored
Merge branch '334004-rake-task-gitlab-rake-gitlab-pages-deployments-migrate_to_object_storage-fails-with-error' into 'master' Fix pages deployment storage migration See merge request gitlab-org/gitlab!64697
-
Phil Hughes authored
Fix bug where Milestone page led to console error See merge request gitlab-org/gitlab!64775
-
GitLab Release Tools Bot authored
[ci skip]
-
Arturo Herrero authored
Remove unneeded spec helper See merge request gitlab-org/gitlab!64758
-
Sean McGivern authored
Merge branch '332563-rename-usagepingcontroller-to-servicepingcontroller-and-refactor-fix-specs-2' into 'master' Change frontend URLs to point to `service_ping` See merge request gitlab-org/gitlab!64449
-
Kushal Pandya authored
Fixes a bug where Group Milestone page led to console error when Apollo Query is unavailable. Changelog: fixed
-
Adam Hegyi authored
Remove Clusters Applications Fluentd Table See merge request gitlab-org/gitlab!63758
-
Jacques Erasmus authored
Fix deprecated GlIcon size and property See merge request gitlab-org/gitlab!63011
-
Max Woolf authored
Merge branch '334242-status-checks-widget-shouldn-t-appear-if-no-status-checks-match-the-branch' into 'master' Status checks widget shouldn't appear if no status checks match the branch See merge request gitlab-org/gitlab!64599
-
Furkan Ayhan authored
When fetching stages->jobs data with status details, every job tries to run "retryable?" and it leads to fetching project, namespace, route. This MR adds a "preload" for "project" on jobs. Changelog: performance
-
Furkan Ayhan authored
Having the "retries" parameter nil causes an error on Gitlab::OptimisticLocking when comparing retry_attempts < max_retries. So we need to change its default value. We can make it `0`, but I think it's better to have `1` to have a "secure" cancel mechanism. Changelog: fixed
-
Natalia Tepluhina authored
Sort milestones by due date in filtered search milestones dropdown See merge request gitlab-org/gitlab!64617
-
Phil Hughes authored
Replace $emit call with a single arg in sidebar See merge request gitlab-org/gitlab!64510
-
Natalia Tepluhina authored
Add support for data-canonical-src in content editor links + add tests See merge request gitlab-org/gitlab!64194
-
Natalia Tepluhina authored
Remove the 'Regulated' tab from compliance frameworks See merge request gitlab-org/gitlab!64690
-
Alan (Maciej) Paruszewski authored
Changelog: removed
-
Albert Salim authored
Add ssd storage class for review apps See merge request gitlab-org/gitlab!64747
-
nuwe1 authored
-
Nicolò Maria Mezzopera authored
Resolve "Terraform module usage instructions are incorrect" See merge request gitlab-org/gitlab!64660
-
Kushal Pandya authored
Add NOT filtering for epic roadmap filtered search See merge request gitlab-org/gitlab!64483
-
Alex Kalderimis authored
Add user/namespace and project in tracking calls See merge request gitlab-org/gitlab!64493
-
Matt Kasa authored
Changelog: fixed Closes https://gitlab.com/gitlab-org/gitlab/-/issues/334327
-
Mark Lapierre authored
The ssd storage class is configured for Gitaly pods so that Gitaly has better IO performance.
-
Jacques Erasmus authored
Update dependency @gitlab/ui to v30 See merge request gitlab-org/gitlab!63919
-
Heinrich Lee Yu authored
Relate Test Reports and Requirement Issues via requirement Issue widget See merge request gitlab-org/gitlab!63965
-