- 29 Nov, 2018 40 commits
-
-
Brandon Labuschagne authored
-
Clement Ho authored
Resolve "Empty state for Packages screen" Closes #7926 See merge request gitlab-org/gitlab-ee!8583
-
Robert Speicher authored
CE upstream - 2018-11-29 00:21 UTC Closes gitlab-ce#38317, #8608, #2727, #2732, and #2742 See merge request gitlab-org/gitlab-ee!8634
-
Filipa Lacerda authored
Improve draft note header design Closes #7920 and #7905 See merge request gitlab-org/gitlab-ee!8503
-
Nick Thomas authored
Store hashed storage paths in the database See merge request gitlab-org/gitlab-ee!8614
-
Steve Azzopardi authored
-
Steve Azzopardi authored
-
Steve Azzopardi authored
-
Phil Hughes authored
Moves the pending badge into the header. Enables the toggle resolve button to toggle the resolve status of a draft note. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/7905
-
Grzegorz Bizon authored
Retry the review-qa-smoke job twice Closes #54610 See merge request gitlab-org/gitlab-ce!23440
-
Rémy Coutable authored
Fix Environment terminal specs for EE See merge request gitlab-org/gitlab-ce!23421
-
Achilleas Pipinellis authored
Docs: add link to the docs site from /help landing page See merge request gitlab-org/gitlab-ce!23434
-
Achilleas Pipinellis authored
Docs: add link to the docs site from /help landing page See merge request gitlab-org/gitlab-ee!8639
-
Rémy Coutable authored
Merge branch 'docs/8608-update-approval-guidelines-to-include-red-orange-data-reviews' into 'master' Add RED data security requirement to code review See merge request gitlab-org/gitlab-ce!23426
-
Achilleas Pipinellis authored
Remove link that is broken now See merge request gitlab-org/gitlab-ce!23427
-
James Lopez authored
-
Rémy Coutable authored
Commits API: Preserve file content in move operations if unspecified Closes #52974 et #51083 See merge request gitlab-org/gitlab-ce!23387
-
Rémy Coutable authored
Also, enable debug mode. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Steve Azzopardi authored
Resolve conflicts for https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8634
-
Steve Azzopardi authored
Resolve conflicts for https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8634
-
Steve Azzopardi authored
Resolve conflict in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8634
-
Bob Van Landuyt authored
-
Steve Azzopardi authored
Resolve conflicts for https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8634
-
Bob Van Landuyt authored
-
Toon Claes authored
-
Toon Claes authored
-
Toon Claes authored
And place #track_project_repository in Projects::CreateService instead.
-
Toon Claes authored
A shard is now the proper name for a repository storage, so Shardable is an acceptable name for defining the repository shard.
-
Toon Claes authored
-
Toon Claes authored
-
Toon Claes authored
This is a more sensible name to make clear it tracks it in the database and not just saves it on disk.
-
Toon Claes authored
-
Toon Claes authored
Instead of having the foreign key `repository_id` in the `projects` table, have a FK in the `project_repositories` table. This will: - Reduce the size of `projects` table, which is huge already. - Make the foreign key constraint `on_delete: :cascade` useful, because the `project_repositories` row will be deleted when `projects` row is deleted. - Since the `project_repositories` row can only be created **after** the `projects` row (because hashed storage needs a `projects.id`), it does not require updating the `projects` row after creating the `project_repositories`. - Make it easier in the future to have a N-to-M relation.
-
Toon Claes authored
When a new project is created, or migrated to hashed storage, create/update the project repository row.
-
Toon Claes authored
-
Toon Claes authored
-
Toon Claes authored
-
Marcia Ramos authored
-
Marcia Ramos authored
-
Marcia Ramos authored
-