- 14 May, 2021 40 commits
-
-
Adam Hegyi authored
Fix query timeouts in BackfillNamespaceTraversalIdsRoots See merge request gitlab-org/gitlab!61781
-
Craig Norris authored
Redirected and moved bulk edit content See merge request gitlab-org/gitlab!61713
-
Suzanne Selhorn authored
-
Kushal Pandya authored
Limit creation of issues based on issue type See merge request gitlab-org/gitlab!61281
-
Sarah Yasonik authored
-
Kushal Pandya authored
Refactor ready to merge widget tests to Vue test utils See merge request gitlab-org/gitlab!61699
-
Frédéric Caplette authored
Add complete field to indicate if a pipeline/job is completed See merge request gitlab-org/gitlab!61209
-
Jan Provaznik authored
Fix another repeating queries See merge request gitlab-org/gitlab!60718
-
Tetiana Chupryna authored
-
Dmitry Gruzd authored
Merge branch '330369-unassign-all-assignees-from-merge-request-via-rest-api-not-possible' into 'master' Resolve "Unassign all assignees from merge request via Rest API not possible" See merge request gitlab-org/gitlab!61301
-
Kati Paizee authored
Rename of job warning See merge request gitlab-org/gitlab!61429
-
Evan Read authored
-
Grzegorz Bizon authored
Upgrade Pages to v1.39.0 See merge request gitlab-org/gitlab!61756
-
Imre Farkas authored
Timeouts are due to the query plan using wrong index.
-
Nicolò Maria Mezzopera authored
Remove legacy custom value stream components and docs See merge request gitlab-org/gitlab!61710
-
Ezekiel Kigbo authored
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!61779
-
Olena Horal-Koretska authored
Remove unnecessary styling for sidebar components See merge request gitlab-org/gitlab!61740
-
Max Woolf authored
Add fields to graphQL version type See merge request gitlab-org/gitlab!61567
-
Matthias Käppler authored
Improve readability of specs table for credit card requirement See merge request gitlab-org/gitlab!61776
-
Bob Van Landuyt authored
Wiki: Use FindAllCommits RPC to list page versions See merge request gitlab-org/gitlab!61459
-
Nicolò Maria Mezzopera authored
Enable pipeline editor drawer by default See merge request gitlab-org/gitlab!61620
-
Frédéric Caplette authored
-
GitLab Release Tools Bot authored
-
Alessio Caiazza authored
Bump image in the CI-Template Jobs/Build.gitlab-ci.yml to 0.6.0 See merge request gitlab-org/gitlab!59882
-
Albert Salim authored
Move the changelog Dangerfile logic to a fully-tested helper module See merge request gitlab-org/gitlab!60919
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!61773
-
Bob Van Landuyt authored
Require credit card data if shared runners are enabled See merge request gitlab-org/gitlab!61769
-
Fabio Pitino authored
Make table more compact for better readability
-
Dmitry Gruzd authored
Remove group-level licensed features from free-tier project boards [RUN-AS-IF-FOSS] [RUN ALL RSPEC] See merge request gitlab-org/gitlab!61434
-
Marcel Amirault authored
Document branch switcher feature in pipeline editor See merge request gitlab-org/gitlab!61771
-
Max Woolf authored
Move changelog file to appropriate directory See merge request gitlab-org/gitlab!61735
-
GitLab Release Tools Bot authored
-
Jaime Martinez authored
Changelog: added
-
Rémy Coutable authored
This helps test the changelog rules and prevent regressions. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!61767
-
mgandres authored
-
Zeger-Jan van de Weg authored
The wiki interface to the Git data leverages the Wiki Service in Gitaly. This service uses LibGit2, and the Ruby sidecar. As such there's a maintainance burden to the Wiki RPCs. This change changes the Gitaly RPC that the `Wiki#versions` call uses to FinddAllCommits. This RPC uses Git itself, and as such will allow the remove of the PageVersions RPC on the Gitaly side in the next release. Furthermore, it's expected that this change resolves other bugs too, for example: https://gitlab.com/gitlab-org/gitlab/-/issues/330295#note_572087692 In this instance, `git-fsck(1)` can inflate a ZLib'ed Git object, where Libgit2 for some reason fails. While I don't yet know why Libgit2 fails, leveraging the same implementation as `git-fsck(1)` should resolve it. Changelog: changed
-
Fabio Pitino authored
Credit card data is not required if the project has shared runners disabled and the user is trying to create a pipeline, meaning they are using project/group runners.
-
Miguel Rincon authored
Fix checkboxes in Markdown tables See merge request gitlab-org/gitlab!46060
-