summaryrefslogtreecommitdiff
path: root/spec/requests/api/projects_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4142-show-inline-video' into 'master' Rémy Coutable2016-07-211-1/+0
|\
| * Get rid of `is_image` in FileUploaderRémy Coutable2016-07-191-1/+0
* | Add /deploy_keys API to retrieve all deploy keys regardless of project affili...Alejandro Rodríguez2016-07-201-12/+12
|/
* formats my test properlytiagonbotelho2016-07-131-1/+2
* fixes test for simplified version of projecttiagonbotelho2016-07-121-1/+1
* fixes test according to four-phase test patterntiagonbotelho2016-07-121-0/+1
* moves let variable to it statement by using a local variabletiagonbotelho2016-07-121-2/+2
* adds test to check json fields on simple request and changes the url request ...tiagonbotelho2016-07-121-0/+10
* Expose shared groups for projectsapi-shared-groupsRobert Schilling2016-07-081-2/+38
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Enable Style/SpaceAfterComma Rubocop coprubocop/enable-space-after-copsGrzegorz Bizon2016-06-291-3/+3
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-85/+85
* Merge master into issue_12758issue_12758Felipe Artur2016-06-171-16/+0
|\
* | Expose notification setting events in APIFelipe Artur2016-06-131-5/+24
|/
* Restrict starred projects to viewable onesSean McGivern2016-05-101-12/+9
* Prevent private snippets in public/internal projects from being leaked via APIStan Hu2016-04-251-1/+1
* Styling changes to code and docsRobert Schilling2016-04-131-6/+4
* Make staring API more restfulRobert Schilling2016-04-131-4/+4
* API: Star and unstar a projectRobert Schilling2016-04-131-0/+50
* PUT becomes POST on archiving endpointsZeger-Jan van de Weg2016-03-241-29/+29
* Add endpoints for archiving and unarchivingZeger-Jan van de Weg2016-03-231-0/+72
* Fix specsFelipe Artur2016-03-181-0/+1
* Bring share project with group API from EEshare-project-ceDmitriy Zaporozhets2016-03-131-0/+36
* Add traits for each access_level to ProjectMember factoryRobert Speicher2016-03-061-2/+2
* Add specs. Adjust filter.Josh Frye2016-01-191-0/+23
* Add API project upload endpointDouwe Maan2016-01-071-0/+14
* Fix API project lookups when querying with a namespace with dotsStan Hu2016-01-031-0/+9
* Add project permissions to all project API endpointsStan Hu2015-12-221-0/+13
* Api support for requesting starred projects for userZeger-Jan van de Weg2015-12-161-1/+20
* Merge branch 'add-open-issues-count-to-api' of https://gitlab.com/stanhu/gitl...Dmitriy Zaporozhets2015-12-161-0/+16
|\
| * Add open_issues_count to project APIStan Hu2015-12-111-0/+16
* | Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-12/+0
|/
* Fix API setting of 'public' attribute to false will make a project privateStan Hu2015-12-051-0/+12
* Extent Event and Note APIextend-events-apiDmitriy Zaporozhets2015-12-041-7/+23
* Expose CI enable option in project featuresKamil Trzcinski2015-11-131-2/+5
* Made suggested content changes based on MR ReviewHan Loong Liauw2015-10-141-18/+32
* Fix specsKamil Trzcinski2015-09-241-1/+1
* remove API calls from CE to CIci_closer_integrationValery Sizov2015-09-181-1/+1
* Fix failing specs after adding format verification for token and project url ...Marin Jankovski2015-07-171-1/+1
* Use stub_application_setting in a few more specsRobert Speicher2015-07-061-3/+1
* Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets2015-06-231-13/+10
|\
| * Change `to_not` calls to `not_to`Robert Speicher2015-06-221-2/+2
| * Update mock and stub syntax for specsRobert Speicher2015-06-221-11/+8
* | Fix part of api specs for rubocopDmitriy Zaporozhets2015-06-221-16/+16
|/
* Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher2015-06-131-3/+3
* Fix tests and increase delay time before remove repositoryDmitriy Zaporozhets2015-06-031-7/+2
* Update ffaker gemRobert Speicher2015-05-201-2/+2
* Add order option for projects APIValery Sizov2015-05-141-0/+9
* Modified lib/api/entities.rb to expose Project class tag_list property to the...Cristian Medina2015-04-031-1/+8
* Fix tests.Douwe Maan2015-03-271-1/+1