summaryrefslogtreecommitdiff
path: root/lib/api/projects.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Rename ci_config_file to ci_config_pathLin Jen-Shin2017-07-051-1/+1
* | Fix various descriptions given the feedbackLin Jen-Shin2017-07-041-1/+1
* | Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Conf...Lin Jen-Shin2017-06-301-1/+3
|\ \ | |/
| * bugfix: use `require_dependency` to bring in DeclarativePolicybugfix/declarative-policy-reloadinghttp://jneen.net/2017-06-291-1/+1
| * use subject scope in :id/usershttp://jneen.net/2017-06-271-1/+3
* | Merge remote-tracking branch 'upstream/master' into 15041-Add-Custom-CI-Confi...15041-Add-Custom-CI-Config-PathLin Jen-Shin2017-06-281-352/+297
|\ \ | |/
| * add printing_merge_request_link_enabled to APIDavid Turner2017-06-191-0/+2
| * Accept image for avatar in project APIvanadium232017-06-091-0/+1
| * Introduce an Events APIMark Fletcher2017-06-061-10/+0
| * Enable the Style/PreferredHashMethods coprc/enable-PreferredHashMethods-copRémy Coutable2017-06-021-2/+2
| * Fix missing optional path parameter in "Create project for user" API33242-create-project-for-user-api-ignores-path-parameterAthar Hameed2017-06-021-0/+1
| * Merge branch 'tc-improve-project-api-perf' into 'master'Douwe Maan2017-05-311-14/+12
| |\
| | * Add :owned param to ProjectFinderToon Claes2017-05-301-1/+1
| | * Use helper to construct Finder paramsToon Claes2017-05-301-8/+1
| | * Use ProjectFinder to filter the projectsToon Claes2017-05-301-0/+4
| | * Handle `membership` in ProjectFinderToon Claes2017-05-301-1/+4
| | * Build options hash after finding the list of projectsToon Claes2017-05-301-5/+6
| | * Move ProjectsFinder to `present_projects` for simplificationToon Claes2017-05-301-12/+9
| * | Add tag_list param to project apivanadium232017-05-311-0/+2
| |/
| * 'New issue'/'New merge request' dropdowns should show only projects with issu...19107-404-when-creating-new-milestone-or-issue-for-project-that-has-issues-disabledblackst0ne2017-05-301-1/+7