- 29 Nov, 2018 32 commits
-
-
Stan Hu authored
This `default_value_for` entry didn't actually do anything because by default, the UI initialized the flag to `false` and the DB allows `nil` values. However, this ensures the model is consistent with that behavior and avoids the pitfalls we saw in https://gitlab.com/gitlab-org/gitlab-ce/issues/53515. This is similar to the change made in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23410 for remote mirrors.
-
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
-
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
-
Achilleas Pipinellis authored
Docs: add link to the docs site from /help landing page See merge request gitlab-org/gitlab-ee!8639
-
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
-
Yorick Peterse authored
Move EE only differences for finders Closes #8599 See merge request gitlab-org/gitlab-ee!8629
-
George Tsiolis authored
-
Sean McGivern authored
EE port of " Add a rebase API endpoint for merge requests" See merge request gitlab-org/gitlab-ee!8623
-
Steve Azzopardi authored
-
Cindy Pallares authored
[master] EE Resolve "Personal access token with only `read_user` scope can be used to authenticate any web request" See merge request gitlab/gitlab-ee!726
-
Cindy Pallares authored
[master] Operations settings page visible to reporter users See merge request gitlab/gitlab-ee!724
-
Cindy Pallares authored
[master] Fixed XSS in merge request approvers Closes #353 See merge request gitlab/gitlab-ee!662
-
Cindy Pallares authored
[master] Stored XSS in Operation Page See merge request gitlab/gitlab-ee!722
-
Cindy Pallares authored
[master] Authorize user when listing board resources Closes gitlabhq#2738 See merge request gitlab/gitlab-ee!721
-
Cindy Pallares authored
[master] Resolve: Guest can set weight of a new issue See merge request gitlab/gitlab-ee!720
-
Cindy Pallares authored
[master] Fix IDOR at /drafts/publish/ Closes #356 See merge request gitlab/gitlab-ee!710
-
Cindy Pallares authored
[master ee] Fixed ability to comment on and edit/delete comments on locked or confidential issues See merge request gitlab/gitlab-ee!739
-
- 28 Nov, 2018 8 commits
-
-
Cindy Pallares authored
[master] Operations settings page visible to reporter users See merge request gitlab/gitlab-ee!724
-
Reuben Pereira authored
-
Stan Hu authored
CE upstream - 2018-11-28 18:21 UTC See merge request gitlab-org/gitlab-ee!8628
-
Cindy Pallares authored
[master] EE Resolve "Personal access token with only `read_user` scope can be used to authenticate any web request" See merge request gitlab/gitlab-ee!726
-
Cindy Pallares authored
[master] Fixed XSS in merge request approvers Closes #353 See merge request gitlab/gitlab-ee!662
-
Cindy Pallares authored
[master] Stored XSS in Operation Page See merge request gitlab/gitlab-ee!722
-
Reuben Pereira authored
-
Cindy Pallares authored
[master] Authorize user when listing board resources Closes gitlabhq#2738 See merge request gitlab/gitlab-ee!721
-