summaryrefslogtreecommitdiff
path: root/lib/api/projects.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'zj-load-languages-from-database' into 'master'Nick Thomas2019-02-251-1/+5
|\
| * Load repository language from the DB if detectedZeger-Jan van de Weg2019-02-251-1/+5
* | Let users set name/path on project fork using APIBalasankar "Balu" C2019-02-201-0/+2
|/
* Add programming language filtering to `/projects`Dylan MacKenzie2019-02-041-0/+4
* Unify user requirements for API slugsRobert Schilling2019-01-311-1/+1
* API: Support username with dotsRobert Schilling2019-01-151-1/+1
* Refactor upload service to return uploaderHeinrich Lee Yu2019-01-071-1/+1
* Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routingImre Farkas2018-11-281-2/+2
* Feature/add license to project APIJ.D. Bean2018-10-261-2/+7
* Make GitLab pages support access controlTuomo Ala-Vannesluoma2018-10-051-0/+6
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+4
* Allow project owners to set up forking relation through APIToon Claes2018-08-201-1/+1
* Use Projects::UpdateService to archive projectsJames Ramsay2018-08-031-2/+2
* Backports EE-1499 to CETiago Botelho2018-07-271-28/+39
* Add min_access_level filter to projects APIMarko, Peter2018-07-231-0/+1
* Backport of gitlab-org/gitlab-ee!6137Valery Sizov2018-07-191-3/+18
* Fix archived parameter for projects APIMarko, Peter2018-07-161-1/+1
* Fix #48537 - Update avatar only via the projects APIJamie Schembri2018-07-091-1/+2
* Add transfer project endpoint to the Projects APIAram Visser2018-06-271-0/+17
* Only preload member records for the relevant projects/groups/user in projects...dm-api-projects-members-preloadDouwe Maan2018-05-301-7/+0
* Fix project creation for user endpoint bugMark Fletcher2018-04-231-2/+8
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-1/+1
* Feature/add language in repository to apiRoger Rüttimann2018-04-131-0/+5
* Make the API project params reusableBob Van Landuyt2018-04-041-30/+4
* Resolve "Allow the configuration of a project's merge method via the API"Jan2018-04-041-0/+2
* Resolve "Forking with namespace doesn't work (API)"Jan2018-03-261-5/+1
* Resolve "API: PUT /projects/:id fails when only ci_config_path is specified"Kárpáti László2018-02-211-0/+1
* Allow including custom attributes in API responsesMarkus Koller2018-02-081-3/+16
* Track and act upon the number of executed queriesquery-countsYorick Peterse2018-02-011-0/+2
* Resolve "Projects API: filter 'with_issues_enabled=true' returns projects wit...Jan Christophersen2018-01-191-2/+2
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* The API isn't using the appropriate services for managing forksFrancisco Javier López2017-12-071-10/+11
* Undoing debugging changeFrancisco Lopez2017-12-011-2/+2
* Comments from code review applied. Also switched forked_from_project and Fork...Francisco Lopez2017-12-011-5/+5
* Refactored /projects and /user/:user_id/projects endpointsFrancisco Lopez2017-12-011-2/+2
* Support custom attributes on projectsMarkus Koller2017-11-061-0/+2
* Add an API endpoint to determine the forks of a projectMark Fletcher2017-09-201-4/+19
* change collapse to resolve and comments to discussionsAshley Dumaine2017-09-061-2/+2
* Add functionality to collapse outdated diff comments regardless of discussion...Ashley Dumaine2017-09-061-0/+2
* API: Use defined project requirementsrs-api-use-project-requirementsRobert Schilling2017-08-311-2/+2
* Add a spec when ressource is not modifiedRobert Schilling2017-08-291-4/+2
* Update remaining endpointsRobert Schilling2017-08-281-1/+0
* Conditionally destroy a ressourceRobert Schilling2017-08-281-2/+3
* API: Respect the 'If-Unmodified-Since' for delete endpointsRobert Schilling2017-08-281-0/+2
* Cache the number of forks of a projectforks-count-cacheYorick Peterse2017-08-141-0/+2
* Update grape gemdz-update-grapeDmitriy Zaporozhets2017-07-201-0/+2
* Fix some N+1 queries in the GET /projects APIRémy Coutable2017-07-071-0/+8
* Merge branch '33657-user-projects-api' into 'master'Rémy Coutable2017-07-061-48/+65
|\
| * Add user projects APIvanadium232017-07-061-48/+65