summaryrefslogtreecommitdiff
path: root/spec/requests/api/projects_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use more specific regexes.Douwe Maan2015-03-271-1/+1
* Enforce restricted visibilities for snippetsVinnie Okada2015-03-081-1/+2
* Allow admins to override restricted visibilityVinnie Okada2015-03-081-0/+26
* Fix specs.Douwe Maan2015-02-131-2/+2
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-155/+155
* Improved speed of the project_spec.rbJeroen van Baarsen2015-02-031-72/+31
* Fix tests and CHANGELOG entry for project edit via APIHannes Rosenögger2015-01-221-157/+163
* Implement edit via API for projectsMika Mäenpää2015-01-221-0/+131
* Fix the api project ordering spec.Marin Jankovski2015-01-121-1/+1
* Add search filter option on project api for authorized projects.Marin Jankovski2015-01-121-0/+25