- 25 Nov, 2021 23 commits
-
-
Patrick Steinhardt authored
Upgrade the Gitaly server version to f87bc1e98 (Merge branch 'pks-create-repository-atomic' into 'master', 2021-11-24), which introduces a feature flag into Gitaly's code base changing the semantics of CreateRepository and related RPCs to create repositories atomically. This both implements proper voting on created repositories in Gitaly Cluster setups, and causes these RPCs to fail in case the target repository exists already.
-
Patrick Steinhardt authored
There are two project factories which create repositories, once with a default repository and once with custom files which then get written into the repository. These can be used in combination to use a default repository which has a bunch of custom files on top, and some tests do in fact do this. When doing so, we call Gitaly's `CreateRepository()` RPC twice though, where the second call is idempotent and doesn't really do anything interesting. Gitaly is about to change behaviour of `CreateRepository()` to fail in case it is asked to recreate an already existing repository. So let's call `CreateRepository()` for custom repos only when they do not exist yet.
-
Marcel Amirault authored
Add documentation of a second variable when creating pipelines See merge request gitlab-org/gitlab!75245
-
Caleb Cooper authored
-
Vitaly Slobodin authored
Reroute storage to GitLab flow See merge request gitlab-org/gitlab!74929
-
Diana Zubova authored
-
Simon Knox authored
Rearchitect component and update copy for iteration dropdown See merge request gitlab-org/gitlab!71010
-
Simon Knox authored
Changelog: changed EE: true
-
Thong Kuah authored
Quarantines failing spec/views/layouts/_head.html.haml_spec.rb specs See merge request gitlab-org/gitlab!75311
-
Kushal Pandya authored
Add Release token to board filtering See merge request gitlab-org/gitlab!74762
-
Mark Lapierre authored
Fix wrong number of argument See merge request gitlab-org/gitlab!75262
-
Tiffany Rea authored
-
Ezekiel Kigbo authored
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/346542
-
Russell Dickenson authored
Removed italics because it's unnecessary See merge request gitlab-org/gitlab!75300
-
Suzanne Selhorn authored
-
Evan Read authored
Fixed Maintainer permission/role language See merge request gitlab-org/gitlab!75297
-
Suzanne Selhorn authored
-
Evan Read authored
Add tier badge to email notification page See merge request gitlab-org/gitlab!75273
-
Craig Norris authored
-
Russell Dickenson authored
Updating to match the latest UI See merge request gitlab-org/gitlab!75278
-
Suzanne Selhorn authored
-
Russell Dickenson authored
Add tier badge to release-cli page See merge request gitlab-org/gitlab!75270
-
Craig Norris authored
-
- 24 Nov, 2021 17 commits
-
-
Marcel Amirault authored
Clarify pipelines project only See merge request gitlab-org/gitlab!75266
-
Cynthia Ng authored
-
Marcel Amirault authored
Add tier badge to workflow keyword page See merge request gitlab-org/gitlab!75275
-
Craig Norris authored
-
Ash McKenzie authored
Automatically detect Jest tests to run upon backend changes See merge request gitlab-org/gitlab!74003
-
Rémy Coutable authored
-
Peter Hegman authored
Fix column order in jobs tab in the pipelines details page See merge request gitlab-org/gitlab!75160
-
Jose Ivan Vargas authored
Changelog: fixed
-
Russell Dickenson authored
Doc | Add more details about group id See merge request gitlab-org/gitlab!75199
-
Priyan Sureshbabu authored
-
Enrique Alcántara authored
Update Content Editor Packages See merge request gitlab-org/gitlab!75050
-
Russell Dickenson authored
Change release examples to use double quotes See merge request gitlab-org/gitlab!75178
-
Marcel Amirault authored
-
Tiger Watson authored
Add squash commit message template See merge request gitlab-org/gitlab!74340
-
Dylan Griffith authored
Remove unused StrongMemoize from Security::ConfigurationPresenter See merge request gitlab-org/gitlab!75093
-
Alan (Maciej) Paruszewski authored
-
Etienne Baqué authored
Hide Auto Approve Pending Users Modal Behind Feature Flag See merge request gitlab-org/gitlab!74842
-