summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jprovazn-remote-upload-destroy' into 'master'Kamil Trzciński2018-05-162-0/+2
|\
| * Whitelisted query limits for group destroy APIjprovazn-remote-upload-destroyJan Provaznik2018-05-162-0/+2
* | Remove unnecessary runner.is_shared? checks in api because they are handled b...Dylan Griffith2018-05-161-2/+0
* | Allow admin to assign shared runner to project through APIDylan Griffith2018-05-161-2/+2
* | Change policy list_runner_jobs -> read_runnerDylan Griffith2018-05-161-1/+1
* | Rename User#ci_authorized_runners -> ci_owned_runnersDylan Griffith2018-05-162-2/+2
* | Use can? policies for lib/api/runners.rbDylan Griffith2018-05-161-9/+5
* | Allow group runners to be viewed/edited in APIDylan Griffith2018-05-161-0/+1
|/
* Remove authentication for readonly endpoints in issues APIhaseeb2018-05-151-1/+2
* Block access to API & git when terms are enforcedBob Van Landuyt2018-05-101-1/+11
* Support 'active' setting on Runner Registration API endpointTomasz Maczukin2018-05-091-1/+2
* Expose runner ip address to runners APILars Greiss2018-05-081-0/+1
* Enforce proper 416 support for runner trace patch endpointKamil Trzciński2018-05-071-3/+14
* Backports every CE related change from ee-44542 to CETiago Botelho2018-05-041-0/+1
* Merge branch 'feature/runner-per-group' into 'master'Kamil Trzciński2018-05-042-6/+21
|\
| * Merge branch 'master' into feature/runner-per-groupDylan Griffith2018-05-038-58/+159
| |\
| * | Remove API changes for assigning group runner to projectDylan Griffith2018-04-301-1/+0
| * | Start persisting runner_type when creating runnersDylan Griffith2018-04-301-3/+3
| * | Rename Runner#group? -> #assigned_to_group? and Runner#project? -> #assigned_...Dylan Griffith2018-04-301-1/+1
| * | Merge branch 'master' into siemens-runner-per-groupDylan Griffith2018-04-243-4/+12
| |\ \
| * | | runner can't be assigned to more than 1 groupAlexis Reigel2018-04-231-1/+0
| * | | disallow group runners to become project runnersAlexis Reigel2018-04-231-0/+1
| * | | revert support for v3 apiAlexis Reigel2018-04-231-1/+0
| * | | support group runners in existing API endpointsAlexis Reigel2018-04-234-4/+21
* | | | Fix lambda arguments in Grape entitiesRémy Coutable2018-05-031-2/+2
| |_|/ |/| |
* | | Merge request and commit discussions APIJan Provaznik2018-05-015-49/+148
* | | show only groups an admin is a member of in dashboards/gropsRoger Rüttimann2018-05-012-9/+10
* | | Add sha filter to list pipelinesJames Ramsay2018-04-271-0/+1
| |/ |/|
* | Resolve "Namespace factory is problematic"Lin Jen-Shin2018-04-231-1/+3
* | Merge branch '45576-fix-create-project-for-user-endpoint' into 'master'Rémy Coutable2018-04-231-2/+8
|\ \
| * | Fix project creation for user endpoint bugMark Fletcher2018-04-231-2/+8
| |/
* | Add 2FA filter to users API for admins onlyDmitriy Zaporozhets2018-04-231-1/+1
|/
* Add an API endpoint to download git repository snapshotsNick Thomas2018-04-193-0/+45
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-1816-41/+41
* Merge branch '45363-optional-params-on-api-endpoint-produce-invalid-paginatio...Nick Thomas2018-04-171-2/+2
|\
| * [API] Fix URLs in the 'Link' header for 'GET /projects/:id/repository/contrib...Rémy Coutable2018-04-171-2/+2
* | Validate project path prior to hitting the database.Andreas Brandl2018-04-131-2/+2
|/
* Feature/add language in repository to apiRoger Rüttimann2018-04-131-0/+5
* Correct permissions for creating merge requests from issuesBob Van Landuyt2018-04-112-2/+2
* Expose the target commit ID through the tag APIAndrew Beresford2018-04-081-1/+1
* Projects and groups badges settings UIFrancisco Javier López2018-04-081-0/+1
* Extend API for importing a project export with overwrite supportFrancisco Javier López2018-04-061-1/+3
* Merge branch 'jramsay-38830-tarball' into 'master'Douwe Maan2018-04-063-4/+4
|\
| * Add option to suppress archive commit shaJames Ramsay2018-04-043-4/+4
* | Merge branch 'issue_42443' into 'master'Sean McGivern2018-04-061-1/+1
|\ \
| * | Include subgroup issues when searching for group issues using the APIissue_42443Felipe Artur2018-04-051-1/+1
* | | Merge branch 'direct-upload-of-artifacts' into 'master'Grzegorz Bizon2018-04-053-33/+33
|\ \ \
| * | | Add `direct_upload` setting for artifactsdirect-upload-of-artifactsKamil Trzciński2018-04-053-33/+33
| | |/ | |/|
* | | Merge branch 'bvl-override-import-params' into 'master'Douwe Maan2018-04-053-31/+53
|\ \ \
| * | | Store override params as import data on projectsBob Van Landuyt2018-04-041-1/+11