summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Expand)AuthorAgeFilesLines
* Fix failing api specs.Marin Jankovski2014-10-063-5/+14
* API: Initial support for forking a project via the APIBernhard Kaindl2014-10-011-0/+73
* Merge branch 'api/issues-filter-milestone' of https://github.com/jubianchi/gi...Dmitriy Zaporozhets2014-09-301-6/+58
|\
| * Filters issues by milestone via APIjubianchi2014-09-261-6/+58
* | Fix contributors apiDmitriy Zaporozhets2014-09-301-2/+2
|/
* Fix branch APIDmitriy Zaporozhets2014-09-251-1/+1
* Merge branch 'api/improve-error-reporting' of https://github.com/jubianchi/gi...Dmitriy Zaporozhets2014-09-235-50/+237
|\
| * Improve error reporting on users APIjubianchi2014-09-165-51/+238
* | Merge branch 'refator-members-logic' of https://dev.gitlab.org/dzaporozhets/g...Dmitriy Zaporozhets2014-09-176-52/+55
|\ \
| * | Fix access_level apiDmitriy Zaporozhets2014-09-151-1/+4
| * | Replace project_access attribute with access_level in specs and APIDmitriy Zaporozhets2014-09-155-10/+10
| * | Fix adminarea and emails for new membership logicDmitriy Zaporozhets2014-09-155-18/+18
| * | Huge replace of old users_project and users_group referencesDmitriy Zaporozhets2014-09-146-43/+43
| |/
* | Different created_at and updated_at time in api merge_requests spec.Marin Jankovski2014-09-151-31/+55
* | Ordering and sorting for MR in api.Marin Jankovski2014-09-151-0/+32
|/
* API: Create project - make sure project path is respectedDmitriy Zaporozhets2014-09-091-1/+1
* Fix tests for CIDmitriy Zaporozhets2014-09-061-11/+12
* Fix tests by using non-exist tag namesDmitriy Zaporozhets2014-09-051-5/+5
* Fix tag testsDmitriy Zaporozhets2014-09-051-2/+3
* Added annotated tags. Updated tag haml file and call to gitlab-shell. Updat...Sean Edge2014-09-041-6/+23
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2014-09-041-1/+64
|\
| * Filters issues by labels via APIjubianchi2014-09-041-1/+64
* | Merge pull request #7382 from Razer6/git_ref_validationDmitriy Zaporozhets2014-09-042-10/+69
|\ \ | |/ |/|
| * Validate tag-names and references in WebUI, APIRobert Schilling2014-09-031-4/+30
| * Validate branch-names and references in WebUI, APIRobert Schilling2014-09-031-6/+39
* | /api/allowed use POST nowDmitriy Zaporozhets2014-09-031-3/+3
|/
* Merge branch 'gitlab-shell-2-0' into 'master'Dmitriy Zaporozhets2014-09-021-2/+1
|\
| * Fix specs for internal apiDmitriy Zaporozhets2014-09-021-2/+1
* | Filters issues by state via APIjubianchi2014-09-011-0/+26
|/
* Fix tests after #7526Robert Schilling2014-08-201-6/+7
* Improve labels validation and expose error messagesjubianchi2014-08-202-6/+66
* Fix labels return codeRobert Schilling2014-08-181-8/+8
* Merge pull request #7479 from Razer6/feature/labels_apiDmitriy Zaporozhets2014-08-151-0/+127
|\
| * Update labels via APIRobert Schilling2014-08-131-4/+66
| * Add, delete labels via APIRobert Schilling2014-08-131-0/+65
* | Do label validation for issues/merge requests APIRobert Schilling2014-08-142-1/+46
|/
* Fix api files specsDmitriy Zaporozhets2014-08-061-8/+10
* Fix API branch specsDmitriy Zaporozhets2014-08-011-23/+25
* Fix API repository specsDmitriy Zaporozhets2014-08-011-9/+12
* Fix testsDmitriy Zaporozhets2014-07-302-49/+24
* Move API contributors logic to repository modelDmitriy Zaporozhets2014-07-021-1/+2
* Collect contributors info via APIDmitriy Zaporozhets2014-07-021-1/+14
* Fix signup and project visibilityDmitriy Zaporozhets2014-06-301-13/+0
* Remove rails observers from applicationDmitriy Zaporozhets2014-06-1714-47/+0
* Add /api/users test for admin role. Updated CHANGELOGDmitriy Zaporozhets2014-06-131-0/+11
* Fix api specsDmitriy Zaporozhets2014-06-133-11/+11
* Dont expose user email via APIDmitriy Zaporozhets2014-06-131-2/+2
* Delete wall notes testsDmitriy Zaporozhets2014-06-132-52/+0
* Merge pull request #7014 from asedge/api_create_tagDmitriy Zaporozhets2014-05-291-0/+18
|\
| * Fix broken repositories_spec test for creating new tags.Sean Edge2014-05-281-4/+2