Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-14API: Consolidate /projects endpointToon Claes
It consolidates these endpoints: - /projects - /projects/owned - /projects/visible - /projects/starred - /projects/all Into the /projects endpoint using query parameters.
2017-02-10Remove a transient failure from spec/requests/api/groups_spec.rbRobert Speicher
2017-02-08Add nested groups to the APIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-02-02Active tense test coverageValery Sizov
Ports changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/642 back into CE
2017-01-30Update group api doc with full_name and full_path attributesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-01-17Replace many :project with :empty_projects in API specsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-03Fix groups API to accept path when transferring a projectMark Fletcher
* Use standard helpers for finding group and project
2016-12-21Add more storage statisticsMarkus Koller
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.
2016-12-15Add Gitlab::Middleware::MultipartJacob Vosmaer
2016-12-13API: Ability to get group's project in simple representationRobert Schilling
2016-12-12API: Fix groups filterRobert Schilling
2016-11-28Changed API spec files to describe the correct classLivier
Restore changes for api spec files Fix error in rspec Users Delete extra space Repositories-spec
2016-11-17Allow sorting groups in APISean McGivern
Allow `order_by` and `sort` parameters to `/api/v3/groups.json`. At present, only ordering by name and path is supported, and the default sort is name ascending (alphabetical order).
2016-11-15Grapify the group APIRobert Schilling
2016-11-08Added API endpoint groups/ownedBorja Aparicio
2016-10-31Backport Group API code that was added in EE onlyRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-05fix group links 404barthc
2016-09-19Allow to set request_access_enabled for groups and projects using APIFelipe Artur
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-07-08API: Expose shared projects in a groupRobert Schilling
2016-06-27Use HTTP matchers if possibleZ.J. van de Weg
2016-05-25Fix groups API to list only user's accessible projectsStan Hu
Closes #17496
2016-04-13API: Avoid group leak while updating the groupRobert Schilling
2016-04-13API: Return 404 if user does not have access to groupRobert Schilling
2016-04-12Fix minor issues according development guidelinesRobert Schilling
2016-04-12API: Ability to update a groupRobert Schilling
2016-03-21Fix some specsDouwe Maan
2015-12-08Add API group projects specsDouwe Maan
2015-08-24Fix Error 500 in API when accessing a group that has an avatarStan Hu
Closes #2340
2015-08-07Add `Group#add_*` convenience methodsRobert Speicher
Encapsulates the logic for `Gitlab::Access::WHATEVER` levels.
2015-06-23Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: spec/features/issues_spec.rb spec/models/forked_project_link_spec.rb spec/models/hooks/service_hook_spec.rb spec/models/hooks/web_hook_spec.rb spec/models/project_services/hipchat_service_spec.rb spec/requests/api/project_members_spec.rb spec/requests/api/projects_spec.rb spec/requests/api/system_hooks_spec.rb spec/services/archive_repository_service_spec.rb spec/support/matchers.rb spec/tasks/gitlab/backup_rake_spec.rb
2015-06-22Fix Style/SpaceInsideHashLiteralBraces cop violationsRobert Speicher
These fixes were performed automatically by Rubocop's `-a` flag.
2015-06-22Update mock and stub syntax for specsRobert Speicher
2015-03-31Fix #6417: users with group permission should be able to create groups via APIRobert Schilling
2015-02-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-02-03Acces groups with their path in APIjubianchi
2015-01-07Fix failing tests due to updates on the return messages.Marin Jankovski
2014-12-30Fix api tests.Marin Jankovski
2014-10-29Split group members apiDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-10-28Add failing test that should be green after group members api get fixedDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-14Huge replace of old users_project and users_group referencesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-28Modify specs for new project transfer codeDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-04-11Added API testing groupJeroen van Baarsen
2013-12-15fix most of warningsskv
2013-10-07Remove group api specsDmitriy Zaporozhets
2013-09-26Ignore owner_id for Group in testsDmitriy Zaporozhets
2013-09-05Fixes for @randxIzaak Alpert
Change-Id: I3b15ae34c0957a0f4026e1886c92a9770e9d170e
2013-09-04Add group membership apiIzaak Alpert
Change-Id: I5b174bba02856ede788dcb51ec9b0d598ea7d0df
2013-05-14Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets
2013-05-05remove trailing spacesAndrey Kumanyaev