summaryrefslogtreecommitdiff
path: root/spec/requests/api/projects_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Active tense test coveragejej-backport-active-tense-specsValery Sizov2017-02-011-1/+1
* Use `:empty_project` where possible in request specsrs-empty_project-requestsRobert Speicher2017-01-261-0/+1
* Replace many :project with :empty_projects in API specsuse-empty_project-factory-in-api-specsRémy Coutable2017-01-171-15/+14
* Merge branch 'dot-in-project-queries' into 'master' Rémy Coutable2017-01-161-6/+11
|\
| * Add a constraint on the query parameter to allow querying for projects with d...Bruno Melli2017-01-141-6/+11
* | Add more storage statisticsMarkus Koller2016-12-211-1/+43
* | Don't expose all namespace fields in APIMarkus Koller2016-12-211-0/+12
|/
* Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim2016-12-161-1/+1
* Merge branch 'update-api-spec-files' into 'master' Rémy Coutable2016-12-021-1/+1
|\
| * Changed API spec files to describe the correct classLivier2016-11-281-1/+1
* | Allow public access to some Project API endpoints4269-public-apiRémy Coutable2016-12-011-141/+235
* | Grapify the projects APIgrapify-projects-apiRobert Schilling2016-11-281-21/+20
|/
* API: Add endpoint to delete a group shareapi-delete-group-shareRobert Schilling2016-11-231-0/+30
* Update 8.14-rc1 migrations to minimize downtime and deploy timeAlejandro Rodríguez2016-11-111-0/+8
* Added API spec test for projects/owned endpointBorja Aparicio2016-11-081-0/+24
* Add setting to only allow merge requests to be merged when all discussions ar...Rodolfo Santos2016-11-041-1/+35
* Merge branch 'speed-up-api-projects-spec' into 'master' Robert Speicher2016-10-121-13/+15
|\
| * Speed up specs for GET /projects/:id/eventsspeed-up-api-projects-specRémy Coutable2016-10-101-13/+15
* | Merge branch 'api-fix-project-group-sharing' into 'security'Rémy Coutable2016-10-111-0/+14
|/
* Merge branch 'ben.boeckel/gitlab-ce-api-visible-projects' into 'master' Rémy Coutable2016-10-071-0/+30
|\
| * Update API docs and specs for /projects/visibleSean McGivern2016-10-041-2/+21
| * api: add /projects/visible API endpointBen Boeckel2016-10-041-0/+11
* | Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-071-2/+2
|/
* Expose project share expiration_date field on APIissue_22382Felipe Artur2016-09-281-3/+6
* Allow to set request_access_enabled for groups and projects using APIFelipe Artur2016-09-191-3/+15
* Project tools visibility levelFelipe Artur2016-09-011-1/+8
* expose 'only_allow_merge_if_build_succeeds' project setting in the APIMarc Dequènes (Duck)2016-08-241-1/+27
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-88/+88
* Move deploy_key tests to deploy_key_spec.rbZ.J. van de Weg2016-08-041-73/+1
* 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