An error occurred fetching the project authors.
- 03 Apr, 2017 1 commit
-
-
Rémy Coutable authored
FFaker can generate data that randomly break our test suite. This simplifies our factories and use sequences which are more predictive. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 27 Mar, 2017 1 commit
-
-
Rémy Coutable authored
FFaker can generate data that randomly break our test suite. This simplifies our factories and use sequences which are more predictive. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 24 Mar, 2017 1 commit
-
-
Robert Speicher authored
-
- 01 Mar, 2017 3 commits
-
-
James Lopez authored
-
James Lopez authored
Rename column in the database Rename fields related to import/export feature Rename API endpoints Rename documentation links Rename the rest of occurrences in the code Replace the images that contain the words "build succeeds" and docs referencing to them Make sure pipeline is green and nothing is missing. # Conflicts: # app/controllers/projects/merge_requests_controller.rb # app/serializers/merge_request_entity.rb # app/services/merge_requests/merge_when_pipeline_succeeds_service.rb # app/services/merge_requests/refresh_service.rb # app/views/projects/merge_requests/merge.js.haml # app/views/projects/merge_requests/widget/open/_accept.html.haml # doc/api/merge_requests.md # doc/api/projects.md # lib/api/entities.rb # lib/api/v3/entities.rb # lib/api/v3/merge_requests.rb # spec/services/merge_requests/merge_when_pipeline_succeeds_service_spec.rb # spec/services/merge_requests/refresh_service_spec.rb
-
James Lopez authored
Rename column in the database Rename fields related to import/export feature Rename API endpoints Rename documentation links Rename the rest of occurrences in the code Replace the images that contain the words "build succeeds" and docs referencing to them Make sure pipeline is green and nothing is missing. updated doc images renamed only_allow_merge_if_build_succeeds in projects and fixed references more updates fix some spec failures fix rubocop offences fix v3 api spec fix MR specs fixed issues with partials fix MR spec fix alignment add missing v3 to v4 doc wip - refactor v3 endpoints fix specs fix a few typos fix project specs copy entities fully to V3 fix entity error more fixes fix failing specs fixed missing entities in V3 API remove comment updated code based on feedback typo fix spec
-
- 27 Feb, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 24 Feb, 2017 1 commit
-
-
Sean McGivern authored
This was an admin-only field that was exposed, and there were no tests for doing this as an admin and getting that response. In CE, we renamed the `user` option to `current_user`, and inadvertently broke this.
-
- 23 Feb, 2017 6 commits
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
Douwe Maan authored
-
- 14 Feb, 2017 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 09 Feb, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 03 Feb, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 30 Jan, 2017 2 commits
-
-
Oswaldo Ferreira authored
-
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
-
- 02 Dec, 2016 1 commit
-
-
Livier authored
Restore changes for api spec files Fix error in rspec Users Delete extra space Repositories-spec
-
- 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
-
- 07 Nov, 2016 1 commit
-
-
Valery Sizov 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
-