- 07 Feb, 2017 2 commits
-
-
Toon Claes authored
-
Toon Claes authored
The create and edit actions for projects had these parameters: - `public` (optional) - if true same as setting `visibility_level = 20` - `visibility_level` (optional) Remove the `public` parameter to avoid contradiction.
-
- 01 Feb, 2017 1 commit
-
-
Valery Sizov authored
Ports changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/642 back into CE
-
- 30 Jan, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 26 Jan, 2017 1 commit
-
-
Robert Speicher authored
-
- 17 Jan, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 15 Jan, 2017 1 commit
-
-
Bruno Melli authored
-
- 21 Dec, 2016 2 commits
-
-
Markus Koller authored
This adds counters for build artifacts and LFS objects, and moves the preexisting repository_size and commit_count from the projects table into a new project_statistics table. The counters are displayed in the administration area for projects and groups, and also available through the API for admins (on */all) and normal users (on */owned) The statistics are updated through ProjectCacheWorker, which can now do more granular updates with the new :statistics argument.
-
Markus Koller authored
-
- 16 Dec, 2016 1 commit
-
-
Rydkin Maxim authored
-
- 01 Dec, 2016 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 28 Nov, 2016 2 commits
-
-
Robert Schilling authored
-
Livier authored
Restore changes for api spec files Fix error in rspec Users Delete extra space Repositories-spec
-
- 23 Nov, 2016 1 commit
-
-
Robert Schilling authored
-
- 11 Nov, 2016 1 commit
-
- 08 Nov, 2016 1 commit
-
-
Borja Aparicio authored
-
- 04 Nov, 2016 1 commit
-
-
Rodolfo Santos authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 11 Oct, 2016 1 commit
-
-
Rémy Coutable authored
API: Share projects only with groups current_user can access Aims to address the issues here: https://gitlab.com/gitlab-org/gitlab-ce/issues/23004 * Projects can be shared with non-existent groups * Projects can be shared with groups that the current user does not have access to read Concerns: The new implementation of the API endpoint allows projects to be shared with a larger range of groups than can be done via the web UI. The form for sharing a project with a group uses the following API endpoint to index the available groups: https://gitlab.com/gitlab-org/gitlab-ce/blob/494269fc92f61098ee6bd635a0426129ce2c5456/lib/api/groups.rb#L17. The groups indexed in the web form will only be those groups that the user is currently a member of. The new implementation allows projects to be shared with any group that the authenticated user has access to view. This widens the range of groups to those that are public and internal. See merge request !2005 Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 10 Oct, 2016 1 commit
-
-
Rémy Coutable authored
From 8.15s to 4.55s by grouping expectations Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 07 Oct, 2016 1 commit
-
-
Nick Thomas authored
This commit adds a number of _html columns and, with the exception of Note, starts updating them whenever the content of their partner fields changes. Note has a collision with the note_html attr_accessor; that will be fixed later A background worker for clearing these cache columns is also introduced - use `rake cache:clear` to set it off. You can clear the database or Redis caches separately by running `rake cache:clear:db` or `rake cache:clear:redis`, respectively.
-
- 04 Oct, 2016 2 commits
-
-
Sean McGivern authored
-
Ben Boeckel authored
FIxes #19361, #3119.
-
- 28 Sep, 2016 1 commit
-
-
Felipe Artur authored
-
- 19 Sep, 2016 1 commit
-
-
Felipe Artur authored
-
- 01 Sep, 2016 1 commit
-
-
Felipe Artur authored
-
- 24 Aug, 2016 1 commit
-
-
Marc Dequènes (Duck) authored
-
- 09 Aug, 2016 1 commit
-
-
tiagonbotelho authored
-
- 04 Aug, 2016 1 commit
-
-
Z.J. van de Weg authored
Also, fix the failing test in the process
-
- 20 Jul, 2016 1 commit
-
-
Alejandro Rodríguez authored
Also, in favour of consistency, deprecate `/projects/:id/keys/...` routes in favour of `/projects/:id/deploy_keys/...`
-
- 19 Jul, 2016 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 13 Jul, 2016 1 commit
-
-
tiagonbotelho authored
-
- 12 Jul, 2016 4 commits
-
-
tiagonbotelho authored
-
tiagonbotelho authored
-
tiagonbotelho authored
-
tiagonbotelho authored
-
- 11 Jul, 2016 2 commits
-
-
tiagonbotelho authored
-
tiagonbotelho authored
-
- 08 Jul, 2016 1 commit
-
-
Robert Schilling authored
-
- 01 Jul, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 29 Jun, 2016 1 commit
-
-
Grzegorz Bizon authored
-