- 17 Jan, 2018 1 commit
-
-
Douwe Maan authored
[10.3] Migrate `can_push` column from `keys` to `deploy_keys_project` See merge request gitlab/gitlabhq!2276 (cherry picked from commit f6ca52d31bac350a23938e0aebf717c767b4710c) 1f2bd3c0 Backport to 10.3
-
- 08 Jan, 2018 1 commit
-
-
Yorick Peterse authored
This removes all usage of soft removals except for the "pending delete" system implemented for projects. This in turn simplifies all the query plans of the models that used soft removals. Since we don't really use soft removals for anything useful there's no point in keeping it around. This _does_ mean that hard removals of issues (which only admins can do if I'm not mistaken) can influence the "iid" values, but that code is broken to begin with. More on this (and how to fix it) can be found in https://gitlab.com/gitlab-org/gitlab-ce/issues/31114. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37447
-
- 05 Jan, 2018 1 commit
-
-
Jan Provaznik authored
When a project uses fast-forward merging strategy user has to rebase MRs to target branch before it can be merged. Now user can do rebase in UI by clicking 'Rebase' button instead of doing rebase locally. This feature was already present in EE, this is only backport of the feature to CE. Couple of changes: * removed rebase license check * renamed migration (changed timestamp) Closes #40301
-
- 03 Jan, 2018 1 commit
-
-
Oswaldo Ferreira authored
-
- 02 Jan, 2018 1 commit
-
-
Oswaldo Ferreira authored
-
- 24 Dec, 2017 1 commit
-
-
Jacopo authored
Allows rendering of emoji's in the Group Overview.
-
- 21 Dec, 2017 1 commit
-
-
Bob Van Landuyt authored
When no serializer was passed.
-
- 19 Dec, 2017 1 commit
-
-
Filipa Lacerda authored
-
- 15 Dec, 2017 1 commit
-
-
Oswaldo Ferreira authored
requests
-
- 05 Dec, 2017 1 commit
-
-
Felipe Artur authored
-
- 17 Nov, 2017 1 commit
-
-
Lin Jen-Shin authored
-
- 09 Nov, 2017 1 commit
-
-
Yorick Peterse authored
This adds various foreign key constraints, indexes, missing NOT NULL constraints, and changes some column types from timestamp to timestamptz. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/31811
-
- 06 Nov, 2017 3 commits
-
-
Alessio Caiazza authored
-
Shinya Maeda authored
-
Phil Hughes authored
Closes #38360
-
- 02 Nov, 2017 2 commits
-
-
Kamil Trzcinski authored
-
Jarka Kadlecova authored
-
- 31 Oct, 2017 2 commits
-
-
Eric Eastwood authored
-
Alessio Caiazza authored
-
- 21 Oct, 2017 2 commits
-
-
Phil Hughes authored
-
Stan Hu authored
Because container registry tags can have periods, the addition of the `.json` format caused ambiguity. Since the tag name regex is greedy, it would attempt to locate an image named `foo.json` instead of `foo`. Closes #39260
-
- 20 Oct, 2017 1 commit
-
-
Phil Hughes authored
-
- 19 Oct, 2017 1 commit
-
-
Stan Hu authored
Because container registry tags can have periods, the addition of the `.json` format caused ambiguity. Since the tag name regex is greedy, it would attempt to locate an image named `foo.json` instead of `foo`. Closes #39260
-
- 17 Oct, 2017 1 commit
-
-
Kamil Trzcinski authored
-
- 13 Oct, 2017 1 commit
-
-
Bob Van Landuyt authored
Even when we pass an array of only a single object
-
- 12 Oct, 2017 1 commit
-
-
Bob Van Landuyt authored
-
- 10 Oct, 2017 2 commits
-
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
- 05 Oct, 2017 7 commits
-
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Grzegorz Bizon authored
Conflicts: app/serializers/pipeline_entity.rb
-
Bob Van Landuyt authored
-
Vitaliy @blackst0ne Klachkov authored
-
- 04 Oct, 2017 5 commits
-
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
By preloading the count of members, projects and subgroups of a group, we don't need to query them later. We also preload the entire hierarchy for a search result and include the counts so we don't need to query for them again
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
We do the wrapping in an array in represent_hierarchy for children.
-
Bob Van Landuyt authored
-