- 29 Nov, 2018 20 commits
-
-
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
-
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 20 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
-
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
-
Nick Thomas authored
-
Achilleas Pipinellis authored
Force better alignment in tables See merge request gitlab-org/gitlab-ee!8615
-
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
-
GitLab Bot authored
# Conflicts: # db/schema.rb [ci skip]
-
Rémy Coutable authored
CE upstream - 2018-11-28 12:21 UTC Closes gitlab-runner#3320 See merge request gitlab-org/gitlab-ee!8621
-
Rémy Coutable authored
Show user contributions in correct timezone within user profile Closes #38495 See merge request gitlab-org/gitlab-ce!23419
-
Kushal Pandya authored
-
Rémy Coutable authored
Adds QA_COOKIES option to gitlab-qa See merge request gitlab-org/gitlab-ce!23416
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Douglas Barbosa Alexandre authored
Resolve "Instance level Maven endpoint" Closes #7769 See merge request gitlab-org/gitlab-ee!8274
-