summaryrefslogtreecommitdiff
path: root/spec/requests/api/projects_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some N+1 queries in the GET /projects APIRémy Coutable2017-07-071-2/+39
* Merge branch '33657-user-projects-api' into 'master'Rémy Coutable2017-07-061-0/+20
|\
| * Add user projects APIvanadium232017-07-061-0/+20
* | Rename ci_config_file to ci_config_pathLin Jen-Shin2017-07-051-2/+2
* | Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Conf...Lin Jen-Shin2017-06-301-1/+2
|\ \ | |/
| * Add parent_id back to the testsOswaldo Ferreira2017-06-281-1/+2
| * Rename members_count to members_count_with_descendants and expose only to gro...Oswaldo Ferreira2017-06-281-3/+1
| * Adjust projects spec on namespace fieldsOswaldo Ferreira2017-06-281-1/+3
* | Merge remote-tracking branch 'upstream/master' into 15041-Add-Custom-CI-Confi...15041-Add-Custom-CI-Config-PathLin Jen-Shin2017-06-281-384/+824
|\ \ | |/
| * Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-18/+18
| * Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-15/+28
| * Accept image for avatar in project APIvanadium232017-06-091-0/+9
| * Introduce an Events APIMark Fletcher2017-06-061-58/+0
| * Fix Projects API spec33340-fix-broken-masterRémy Coutable2017-06-061-2/+2
| * Merge branch 'projects-api-import-status' into 'master'Douwe Maan2017-06-021-0/+20
| |\
| | * Expose import_status in Projects APIRobin Bobbitt2017-06-021-0/+20
| * | Fix missing optional path parameter in "Create project for user" API33242-create-project-for-user-api-ignores-path-parameterAthar Hameed2017-06-021-5/+21
| |/
| * Add tag_list param to project apivanadium232017-05-311-0/+8
| * Use CTEs for nested groups and authorizationsYorick Peterse2017-05-171-11/+9
| * Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
| * Expose project statistics on single requests via the APIMark Fletcher2017-05-031-0/+14
| * Merge branch 'jacopo-beschi/gitlab-ce-29712-unnecessary-wait-for-ajax'Rémy Coutable2017-04-241-1/+1
| |\
| | * Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-1/+1
| * | Add missing newlineswinniehell2017-04-201-0/+6