summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Refactor LFS token logic to use a Redis key instead of a DB field, making it ...Patricio Cano2016-09-152-5/+6
* Added LFS support to SSHPatricio Cano2016-09-152-2/+13
* Change response for /ci/api/v1/builds/register.json from 404 to 204Tomasz Maczukin2016-09-131-0/+4
* Fix an error where we were unable to create a CommitStatus for running statefix-commit-statusKamil Trzcinski2016-09-121-26/+28
* Merge branch 'rc-api-use-search-globalservice-in-projects-search-api' into 'm...Rémy Coutable2016-09-121-12/+3
|\
| * Use Search::GlobalService.new in the `GET /projects/search/:query` endpointrc-api-use-search-globalservice-in-projects-search-apiRémy Coutable2016-09-121-12/+3
| * Search should compare only the lowercase versions of the project namesRazzeee2016-09-091-1/+1
* | Merge branch 'fix-api-sorting' into 'master' Douwe Maan2016-09-121-3/+9
|\ \
| * | Fix API issues sortingfix-api-sortingSean McGivern2016-09-091-3/+9
| |/
* | Add notification_settings API callsMarc Siegfriedt2016-09-093-1/+114
|/
* Use PipelinesFinder in Pipelines APIZ.J. van de Weg2016-09-071-1/+4
* Improve curl commend, remove blank linesKatarzyna Kobierska2016-09-071-2/+0
* Fix invalid curl commandKatarzyna Kobierska2016-09-071-4/+5
* Add Documentation to Ci Lint APIKatarzyna Kobierska2016-09-071-3/+3
* Code refactorKatarzyna Kobierska2016-09-071-1/+1
* Improve codeKatarzyna Kobierska2016-09-071-14/+10
* Code refactoringKatarzyna Kobierska2016-09-071-25/+18
* Fix errors and grammarKatarzyna Kobierska2016-09-071-13/+10
* Fix rubocop errorsKatarzyna Kobierska2016-09-071-1/+1
* Change class method nameKatarzyna Kobierska2016-09-071-3/+3
* Add class method to encapsulate exceptionKatarzyna Kobierska2016-09-071-18/+16
* Move lint to api from ci/apiKatarzyna Kobierska2016-09-072-0/+39
* Higher code quality for fork to namespace APIOlaf Tomalka2016-09-061-1/+0
* Improved code quality on API fork namespace featureOlaf Tomalka2016-09-061-3/+6
* Added fork API paremeter for a specific namespaceOlaf Tomalka2016-09-061-2/+14
* Merge branch 'internal_recovery_api' into 'master' Douwe Maan2016-09-021-5/+9
|\
| * Minor edits to two_factor_recovery_codes API error catchingDrew Blessing2016-08-311-5/+9
* | Merge branch 'issue_19734' into 'master' Douwe Maan2016-09-013-4/+12
|\ \
| * | Project tools visibility levelFelipe Artur2016-09-013-4/+12
* | | Merge branch 'merge-request-sha-info' into 'master' Douwe Maan2016-09-011-0/+2
|\ \ \ | |/ / |/| |
| * | entities: expose {,merge_commit_}sha in MergeRequestBen Boeckel2016-08-311-0/+2
* | | Merge branch 'refactor/add-policies' into 'master' Robert Speicher2016-08-312-11/+3
|\ \ \
| * | | use a nil subject when we want to check global abilitieshttp://jneen.net/2016-08-302-2/+2
| * | | remove Ability.abilitieshttp://jneen.net/2016-08-301-5/+1
| * | | remove six, and use a Set insteadhttp://jneen.net/2016-08-301-5/+1
* | | | Add BroadcastMessage API implementationRobert Speicher2016-08-313-0/+105
* | | | Merge branch 'api-confidential-issues' into 'master' Robert Speicher2016-08-312-2/+13
|\ \ \ \
| * | | | API: Expose issue#confidentialapi-confidential-issuesRobert Schilling2016-08-312-2/+13
| | |/ / | |/| |
* | | | Don't expose a user's private token in the `/api/v3/user` API.Timothy Andrew2016-08-311-1/+1
|/ / /
* | | Merge branch 'project-specific-lfs' into 'master' Robert Speicher2016-08-302-4/+10
|\ \ \
| * | | Renamed `enable_lfs` to `lfs_enabled` for the Project field, and related fixes.project-specific-lfsPatricio Cano2016-08-302-6/+8
| * | | Added CHANGELOG, documentation, and API functionalityPatricio Cano2016-08-302-3/+7
* | | | Merge branch 'prevent_authored_awardable_votes' into 'master' Robert Speicher2016-08-301-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' into prevent_authored_awardable_votesbarthc2016-08-301-1/+1
| |\ \ \ | | |/ /
| * | | prevent authored awardable thumbs votesbarthc2016-08-281-1/+5
| | |/ | |/|
* | | Merge branch '19721-issues-created-through-api-do-not-notify-label-subscriber...Douwe Maan2016-08-301-16/+4
|\ \ \ | |_|/ |/| |
| * | if issue is not valid we revert back to the old labels when updatingtiagonbotelho2016-08-302-17/+2
| * | refactors update issue api request and some minor commentstiagonbotelho2016-08-302-16/+18
| * | adds test to check whether or not an email is sent to label subscribers after...tiagonbotelho2016-08-301-19/+6
| * | user is now notified when creating an issue through the apitiagonbotelho2016-08-301-2/+16
| |/