summaryrefslogtreecommitdiff
path: root/spec/requests/api/projects_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Feature/add license to project APIJ.D. Bean2018-10-261-0/+38
* Remove the `ForkedProjectLink` modelBob Van Landuyt2018-10-191-1/+1
* Resolve "500 Internal Server Error: Deleting branch of deleted project"🙈 jacopo beschi 🙉2018-09-121-0/+19
* Initialize projects with readmeSteve2018-09-121-0/+8
* Merge branch 'api-shared_group_expires-at' into 'master'Sean McGivern2018-08-221-0/+16
|\
| * API: Add shared project's expiration dateapi-shared_group_expires-atRobert Schilling2018-08-211-0/+16
* | Allow project owners to set up forking relation through APIToon Claes2018-08-201-34/+74
* | Remove some duplicate tests and fix some typosqa-314-project-tests-cleanupsliaquat2018-08-161-100/+5
|/
* Use Projects::UpdateService to archive projectsJames Ramsay2018-08-031-2/+2
* Add min_access_level filter to projects APIMarko, Peter2018-07-231-0/+30
* Fix gitlab import project loadFrancisco Javier López2018-07-231-1/+1
* Fix archived parameter for projects APIMarko, Peter2018-07-161-0/+33
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-7/+7
* Fix #48537 - Update avatar only via the projects APIJamie Schembri2018-07-091-0/+14
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-3/+3
* Add transfer project endpoint to the Projects APIAram Visser2018-06-271-0/+32
* Make all uses of `fixture_file_upload` use relative pathsRobert Speicher2018-06-071-2/+2
* Expose readme url in Project APIImre Farkas2018-05-221-2/+3
* Fix project creation for user endpoint bugMark Fletcher2018-04-231-1/+2
* Feature/add language in repository to apiRoger Rüttimann2018-04-131-0/+48
* Resolve "Allow the configuration of a project's merge method via the API"Jan2018-04-041-1/+40
* Resolve "Forking with namespace doesn't work (API)"Jan2018-03-261-0/+15
* Fix order dependencies in some specsNick Thomas2018-02-161-2/+2
* Use hashed storage in the specs40744-hashed-storage-specsNick Thomas2018-02-071-7/+4
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-2/+0
* Resolve "Projects API: filter 'with_issues_enabled=true' returns projects wit...Jan Christophersen2018-01-191-0/+26
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-5/+5
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+2
* Merge branch '36099-api-responses-missing-x-content-type-options-header' into...Douwe Maan2017-11-081-0/+6
* Support custom attributes on projectsMarkus Koller2017-11-061-0/+5
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-128/+128
* Add a project forks spec helperBob Van Landuyt2017-10-071-1/+4
* Expose avatar_url when requesting list of projects from API with simple=truedm-simple-project-avatar-urlDouwe Maan2017-09-261-0/+1
* Add an API endpoint to determine the forks of a projectMark Fletcher2017-09-201-0/+53
* Use the new query-recorder features as a PoCbvl-extend-query-recorderBob Van Landuyt2017-09-141-3/+3
* Merge branch '23079-remove-default-scope-in-sortable' into 'master'Douwe Maan2017-09-071-2/+2
|\
| * Removes default scope from sortable23079-remove-default-scope-in-sortableTiago Botelho2017-09-071-2/+2
* | Tidy up projects API specsSean McGivern2017-09-061-15/+23
* | change collapse to resolve and comments to discussionsAshley Dumaine2017-09-061-14/+14
* | add unit tests for new collapse_outdated_diff_comments toggleAshley Dumaine2017-09-061-0/+30
|/
* Add a spec when ressource is not modifiedRobert Schilling2017-08-291-0/+2
* Add tests for the unmodified headerRobert Schilling2017-08-281-20/+49
* Cache the number of forks of a projectforks-count-cacheYorick Peterse2017-08-141-0/+8
* Improve the Project factory to make `creator` defaults to namespace.ownerRémy Coutable2017-08-101-2/+2
* Expose more attributes to unauthenticated GET /projects/:idTony2017-08-031-1/+9
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-23/+23
* Fix the /projects/:id/repository/branches endpoint to handle dots in the bran...Rémy Coutable2017-07-271-1/+1
* Resolve "More RESTful API: include resource URLs in responses"Oswaldo Ferreira2017-07-251-0/+32
* Support both internal and external issue trackersJarka Kadlecova2017-07-241-0/+25
* Update specs for new upload pathBob Van Landuyt2017-07-181-1/+1