summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '41673-blank-query-members-api' into 'master'Rémy Coutable2018-01-222-0/+20
|\
| * Fix error on empty query for Members APIMark Fletcher2018-01-212-0/+20
* | Merge branch '42231-protected-branches-api-route-returns-404-for-branches-wit...Rémy Coutable2018-01-221-0/+6
|\ \
| * | Fix protected branches API to accept name parameter with dotMark Fletcher2018-01-191-0/+6
| |/
* | Resolve "Projects API: filter 'with_issues_enabled=true' returns projects wit...Jan Christophersen2018-01-191-0/+26
* | Update rubocop, rubocop-rspec, and gitlab-styles42187-update-gitlab-styles-to-2-3-0Rémy Coutable2018-01-182-2/+2
|/
* Merge branch 'feature/merge-request-system-hook' into 'master'Douwe Maan2018-01-181-1/+19
|\
| * api support for merge_requests_events system hookAlexis Reigel2018-01-041-1/+19
* | Merge branch '42129-fix-project-snippet-user-agent-detail' into 'master'Sean McGivern2018-01-181-3/+10
|\ \
| * | Fix the user-agent detail API endpoint for project snippetsNick Thomas2018-01-171-3/+10
* | | Merge branch 'sh-backport-10-3-4-security-fixes' into 'master'Oswaldo Ferreira2018-01-176-30/+44
|\ \ \
| * | | Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'securit...Douwe Maan2018-01-163-14/+4
| * | | Merge branch '41567-projectfix' into 'security-10-3'Sean McGivern2018-01-162-14/+38
| * | | Merge branch 'security-10-3-do-not-expose-passwords-or-tokens-in-service-inte...Stan Hu2018-01-161-2/+2
| |/ /
* | | Adds sorting to deployments APIJacopo2018-01-171-5/+49
|/ /
* | Merge branch 'builds-api-nplusone' into 'master'Stan Hu2018-01-162-4/+50
|\ \
| * | Add missing newline in Jobs API specMatija Čupić2018-01-151-0/+1
| * | Extend N+1 Builds and Jobs API specsMatija Čupić2018-01-152-2/+24
| * | Add N+1 query spec for Jobs APIMatija Čupić2018-01-141-2/+13
| * | Add n plus one spec for v3 builds apiMatija Čupić2018-01-131-2/+14
* | | Enables Project Milestone Deletion via APIJacopo2018-01-161-0/+40
* | | [API] Fix creating issue when assignee_id is empty42025-fix-issue-apiValery Sizov2018-01-151-0/+9
|/ /
* | Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-112-0/+2
* | Remove call to ProjectTeam#<< in MR API specSean McGivern2018-01-111-1/+1
* | Merge branch '39214__pipeline_api' into 'master'Sean McGivern2018-01-111-0/+43
|\ \
| * | Fix styleTony Rom2018-01-101-0/+6
| * | Add `pipelines` endpoint to merge requests APITony Rom2017-12-151-0/+37
* | | Add option to disable commit stats to commit APIFrancisco Javier López2018-01-092-0/+52
* | | Merge branch 'jej/backport-authorized-keys-to-ce' into 'master'Douwe Maan2018-01-091-0/+48
|\ \ \
| * | | Fix typo in spec/requests/api/internal_spec.rbJames Edwards-Jones2018-01-081-1/+1
| * | | Backport authorized_keys branch 'find-key-by-fingerprint'Pablo Carranza2018-01-081-0/+48
* | | | Save user ID and username in Grape API log (api_json.log)sh-store-user-in-api-logsStan Hu2018-01-081-0/+6
* | | | Merge branch '22643-manual-job-page' into 'master'Kamil Trzciński2018-01-061-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' into 22643-manual-job-pageFilipa Lacerda2018-01-0444-126/+164
| |\ \ \
| * \ \ \ Merge branch 'master' into 22643-manual-job-pageFilipa Lacerda2017-12-221-0/+20
| |\ \ \ \
| * | | | | Fix spec failuresKamil Trzciński2017-12-211-2/+2
| | |_|/ / | |/| | |
* | | | | API: get participants from merge_requests & issuesBrent Greeff2018-01-052-0/+18
* | | | | 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-051-167/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | EE-BACKPORT group boardsFelipe Artur2018-01-041-167/+12
| |/ / /
* | | | Merge branch 'osw-introduce-merge-request-statistics' into 'master'Sean McGivern2018-01-044-4/+4
|\ \ \ \
| * | | | Cache merged and closed events data in merge_request_metrics tableOswaldo Ferreira2018-01-024-4/+4
| |/ / /
* | | | 41054-Disallow creation of new Kubernetes integrationsMayra Cabrera2018-01-042-3/+9
* | | | 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-4/+26
|/ / /
* | | Gracefully handle orphaned write deploy keys in /internal/post_receivesh-handle-orphaned-deploy-keysStan Hu2017-12-241-0/+10
* | | Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-2242-115/+115
| |/ |/|
* | Add optional `search` param for Merge Requests APIMark Fletcher2017-12-201-0/+20
|/
* sorting for tags apihaseeb2017-12-141-0/+38
* Adds ordering to projects contributors in APIJacopo2017-12-131-0/+22