summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Expand)AuthorAgeFilesLines
* Backports every CE related change from ee-44542 to CETiago Botelho2018-05-041-2/+3
* Store application wide termsBob Van Landuyt2018-05-041-1/+5
* Merge branch 'master' into feature/runner-per-groupDylan Griffith2018-05-035-13/+43
|\
| * Merge branch 'blackst0ne-rails5-fix-requests-specs' into 'master'Rémy Coutable2018-05-023-7/+7
| |\
| | * [Rails5] Fix `undefined method 'downcase'` errors in requests specsblackst0ne2018-04-293-7/+7
| * | Merge request and commit discussions APIJan Provaznik2018-05-011-6/+27
| * | Define custom base controller for DoorkeeperBob Van Landuyt2018-04-301-0/+9
| |/
* | Make assertions about runner_type in spec/requests/api/runner_spec.rbDylan Griffith2018-05-031-4/+9
* | Remove unnecessary API specs for group runners since we do not have API suppo...Dylan Griffith2018-04-301-78/+1
* | Merge branch 'master' into siemens-runner-per-groupDylan Griffith2018-04-242-1/+14
|\ \ | |/
| * Merge branch '45576-fix-create-project-for-user-endpoint' into 'master'Rémy Coutable2018-04-231-1/+2
| |\
| | * Fix project creation for user endpoint bugMark Fletcher2018-04-231-1/+2
| * | Add 2FA filter to users API for admins onlyDmitriy Zaporozhets2018-04-231-0/+12
| |/
* | runner can't be assigned to more than 1 groupAlexis Reigel2018-04-231-8/+1
* | disallow group runners to become project runnersAlexis Reigel2018-04-231-0/+6
* | revert support for v3 apiAlexis Reigel2018-04-231-45/+12
* | support group runners in existing API endpointsAlexis Reigel2018-04-233-73/+218
|/
* Add an API endpoint to download git repository snapshotsNick Thomas2018-04-191-0/+51
* [API] Fix URLs in the 'Link' header for 'GET /projects/:id/repository/contrib...Rémy Coutable2018-04-171-0/+15
* Use stable docker image instead of latestPhilippe Lafoucrière2018-04-131-1/+1
* Feature/add language in repository to apiRoger Rüttimann2018-04-131-0/+48
* Correct permissions for creating merge requests from issuesBob Van Landuyt2018-04-112-4/+4
* Use Goldiloader for handling N+1 queriesYorick Peterse2018-04-091-8/+15
* Extend API for importing a project export with overwrite supportFrancisco Javier López2018-04-061-0/+23
* Merge branch 'issue_42443' into 'master'Sean McGivern2018-04-061-0/+24
|\
| * Include subgroup issues when searching for group issues using the APIissue_42443Felipe Artur2018-04-051-0/+24
* | Merge branch 'direct-upload-of-artifacts' into 'master'Grzegorz Bizon2018-04-052-32/+104
|\ \
| * | Add `direct_upload` setting for artifactsdirect-upload-of-artifactsKamil Trzciński2018-04-052-32/+104
* | | Merge branch 'bvl-override-import-params' into 'master'Douwe Maan2018-04-051-1/+44
|\ \ \
| * | | Override values from JSON with import dataBob Van Landuyt2018-04-051-2/+17
| * | | Store override params as import data on projectsBob Van Landuyt2018-04-041-1/+29
* | | | Merge branch 'jej/mattermost-notification-confidentiality-10-6' into 'securit...Douwe Maan2018-04-051-0/+4
|/ / /
* | | Allow assigning and filtering issuables by ancestor group labelsFelipe Artur2018-04-041-0/+31
* | | Merge branch 'zj-feature-gate-remove-http-api' into 'master'Douwe Maan2018-04-041-2/+41
|\ \ \ | |/ / |/| |
| * | Allow feature gate removal through the APIzj-feature-gate-remove-http-apiZeger-Jan van de Weg2018-04-031-2/+41
* | | Resolve "Allow the configuration of a project's merge method via the API"Jan2018-04-041-1/+40
* | | [Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne2018-04-041-5/+5
* | | Store metadata checksum for artifacts43745-store-metadata-checksum-for-artifactsShinya Maeda2018-04-031-1/+5
|/ /
* | Extend API for exporting a project with direct upload URLFrancisco Javier López2018-03-301-5/+74
* | Remove support for absolute dirs from Git::EnvJacob Vosmaer (GitLab)2018-03-301-35/+14
* | Merge branch 'add-per-runner-job-timeout' into 'master'Kamil Trzciński2018-03-292-3/+61
|\ \
| * | Remove Ci::Build#timeoutTomasz Maczukin2018-03-281-2/+2
| * | Use raw value of maximum_timeout for Runner registration APITomasz Maczukin2018-03-281-1/+1
| * | Fix style problem in spec/requests/api/runners_spec.rbTomasz Maczukin2018-03-281-1/+1
| * | Rename maximum_job_timeout to maximum_timeoutTomasz Maczukin2018-03-282-9/+9
| * | Update runner registration APITomasz Maczukin2018-03-281-2/+2
| * | Use _human_readable for Runner's registration APITomasz Maczukin2018-03-281-2/+12
| * | Rename job_upper_timeout to maximum_job_timeoutTomasz Maczukin2018-03-282-8/+8
| * | Override project-defined timeout with runner-defined oneTomasz Maczukin2018-03-281-0/+35
| * | Add support for job_upper_timeout in APITomasz Maczukin2018-03-282-1/+14