summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Resolve "Projects API: filter 'with_issues_enabled=true' returns projects wit...Jan Christophersen2018-01-191-2/+2
* Merge branch 'feature/merge-request-system-hook' into 'master'Douwe Maan2018-01-182-2/+3
|\
| * api support for merge_requests_events system hookAlexis Reigel2018-01-042-2/+3
* | Merge branch '42129-fix-project-snippet-user-agent-detail' into 'master'Sean McGivern2018-01-181-1/+1
|\ \
| * | Fix the user-agent detail API endpoint for project snippetsNick Thomas2018-01-171-1/+1
* | | Merge branch 'sh-backport-10-3-4-security-fixes' into 'master'Oswaldo Ferreira2018-01-176-43/+89
|\ \ \
| * | | Make ruby lint happysh-backport-10-3-4-security-fixesOswaldo Ferreira2018-01-171-0/+1
| * | | Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'securit...Douwe Maan2018-01-163-33/+84
| * | | Merge branch 'security-10-3-do-not-expose-passwords-or-tokens-in-service-inte...Stan Hu2018-01-164-10/+4
| |/ /
* | | Adds sorting to deployments APIJacopo2018-01-171-1/+3
|/ /
* | Merge branch 'builds-api-nplusone' into 'master'Stan Hu2018-01-162-0/+2
|\ \
| * | Use preload instead of includes to avoid joinsbuilds-api-nplusoneMatija Čupić2018-01-152-2/+2
| * | Fix N+1 builds query in Jobs list APIMatija Čupić2018-01-141-0/+1
| * | Eager load user, runner, pipeline and its creatorMatija Čupić2018-01-141-1/+3
| * | Fix N+1 in v3 builds APIMatija Čupić2018-01-131-2/+1
* | | Enables Project Milestone Deletion via APIJacopo2018-01-161-0/+9
* | | Merge branch '42025-fix-issue-api' into 'master'Sean McGivern2018-01-151-2/+4
|\ \ \
| * | | [API] Fix creating issue when assignee_id is empty42025-fix-issue-apiValery Sizov2018-01-151-2/+4
| |/ /
* | | Merge branch 'fix-duplication-circuit-breakers' into 'master'Douwe Maan2018-01-151-2/+2
|\ \ \ | |/ / |/| |
| * | Fix duplication in API::CircuitBreakersSerdar Dogruyol2018-01-151-2/+2
* | | Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-1113-0/+14
* | | Merge branch 'remove-soft-removals' into 'master'Douwe Maan2018-01-112-2/+2
|\ \ \
| * | | Remove soft removals related codeYorick Peterse2018-01-082-2/+2
* | | | Merge branch '39214__pipeline_api' into 'master'Sean McGivern2018-01-111-0/+16
|\ \ \ \
| * | | | Fix styleTony Rom2018-01-101-2/+3
| * | | | Add `pipelines` endpoint to merge requests APITony Rom2017-12-151-0/+15
* | | | | Add option to disable commit stats to commit APIFrancisco Javier López2018-01-093-3/+5
* | | | | Merge branch 'jej/backport-authorized-keys-to-ce' into 'master'Douwe Maan2018-01-091-0/+12
|\ \ \ \ \
| * | | | | Backport authorized_keys branch 'find-key-by-fingerprint'Pablo Carranza2018-01-081-0/+12
| | |/ / / | |/| | |
* | | | | Save user ID and username in Grape API log (api_json.log)sh-store-user-in-api-logsStan Hu2018-01-082-1/+9
|/ / / /
* | | | API: get participants from merge_requests & issuesBrent Greeff2018-01-052-0/+23
* | | | Merge branch 'api-domains-expose-project_id' into 'master'Dmitriy Zaporozhets2018-01-051-0/+1
|\ \ \ \
| * | | | Expose project_id on /api/v4/pages/domainsLuc Didry2018-01-031-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'backport-issue_3413' into 'master'Sean McGivern2018-01-057-60/+101
|\ \ \ \
| * | | | EE-BACKPORT group boardsFelipe Artur2018-01-047-60/+101
| |/ / /
* | | | Merge branch 'feature/api_runners_online' into 'master'Rémy Coutable2018-01-051-0/+2
|\ \ \ \
| * | | | Add status attribute to runner api entityAlessio Caiazza2018-01-051-0/+1
| * | | | Add online attribute to runner api entityAlessio Caiazza2018-01-031-0/+1
| |/ / /
* | | | Merge branch 'rd-api-request-to-edit-wiki-page-fails-when-project-belongs-to-...Grzegorz Bizon2018-01-041-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix API endpoints to edit wiki pages where project belongs to a grouprd-api-request-to-edit-wiki-page-fails-when-project-belongs-to-groupRubén Dávila2018-01-031-1/+1
* | | | Merge branch 'ce-4135-remove-ee-specific-code-from-post-api-v4-projects-id-me...Robert Speicher2018-01-021-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Backport a change made in EEce-4135-remove-ee-specific-code-from-post-api-v4-projects-id-membersRémy Coutable2017-12-211-1/+3
* | | | Gracefully handle orphaned write deploy keys in /internal/post_receivesh-handle-orphaned-deploy-keysStan Hu2017-12-241-3/+6
* | | | Support new chat notifications parameters in Services APIMark Fletcher2017-12-222-34/+151
|/ / /
* | | Merge branch '38318-search-merge-requests-with-api' into 'master'Rémy Coutable2017-12-202-2/+3
|\ \ \
| * | | Add optional `search` param for Merge Requests APIMark Fletcher2017-12-201-0/+1
| * | | Employ declared_params in finder methods for MR and Issue API listsMark Fletcher2017-12-202-2/+2
* | | | Only include the user's ID in the time_spent command's update hashRobert Speicher2017-12-192-4/+4
|/ / /
* | | Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-12-1513-50/+177
|\ \ \ | |/ /
| * | sorting for tags apihaseeb2017-12-141-1/+6