summaryrefslogtreecommitdiff
path: root/spec/requests/api/projects_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into jarv/dev-to-gitl...jarv/dev-to-gitlab-2019-04-02John Jarvis2019-04-021-5/+11
|\
| * Return cached languages if they've been detected beforeIgor Drozdov2019-03-201-5/+11
* | Show statistics also when repository is disabledPeter Marko2019-03-231-0/+10
|/
* Merge branch 'security-protect-private-repo-information' into 'master'Yorick Peterse2019-03-041-2/+57
|\
| * Prevent leaking of private repo data through APILuke Duncalfe2019-02-181-2/+57
* | Merge branch '2802-security-add-public-internal-groups-as-members-to-your-pro...Yorick Peterse2019-03-041-0/+12
|\ \
| * | Change policy regarding group visibilityMałgorzata Ksionek2019-02-201-0/+12
| |/
* | Added: Documentation for the APINermin Vehabovic2019-02-261-3/+3
* | Merge branch 'zj-load-languages-from-database' into 'master'Nick Thomas2019-02-251-0/+26
|\ \
| * | Load repository language from the DB if detectedZeger-Jan van de Weg2019-02-251-0/+26
| |/
* | Add specs: setting path/name to project fork APIBalasankar "Balu" C2019-02-201-0/+48
|/
* Add programming language filtering to `/projects`Dylan MacKenzie2019-02-041-0/+47
* Merge branch '51913-api-getting-projects-for-users-with-dot-gets-404' into 'm...Rémy Coutable2019-02-011-2/+11
|\
| * API: Support username with dotsRobert Schilling2019-01-151-2/+11
* | Merge branch 'api-nested-group-permission' into 'master'Nick Thomas2019-01-181-0/+34
|\ \
| * | Return max group access level in the projects APIAlejandro Rodríguez2019-01-161-0/+34
| |/
* | Add group full path to project's shared_with_groupsMathieu Parent2019-01-151-0/+2
|/
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-90/+90
* Resolve "Can add an existing group member into a group project with new permi...James Lopez2018-12-061-1/+1
* 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