summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add minor refactoringfeature/runner-jobs-v4-apiTomasz Maczukin2017-03-073-19/+8
* Add some fixes and refactoring after reviewTomasz Maczukin2017-03-025-65/+92
* Fix rubocop offensesTomasz Maczukin2017-03-023-14/+12
* Add artifacts downloading APITomasz Maczukin2017-03-021-0/+25
* Add artifacts uploading APITomasz Maczukin2017-03-021-0/+47
* Add artifacts uploading authorize APITomasz Maczukin2017-03-022-0/+34
* Add job patch trace APITomasz Maczukin2017-03-022-1/+44
* Add job update APITomasz Maczukin2017-03-022-3/+38
* Update step data namingTomasz Maczukin2017-03-022-13/+11
* Add missing param description for POST /api/v4/jobs/requestTomasz Maczukin2017-03-021-0/+2
* Fix rubocop offensesTomasz Maczukin2017-03-023-3/+3
* Refactor JobRequest response structureTomasz Maczukin2017-03-025-31/+137
* Add jobs requesting APITomasz Maczukin2017-03-023-0/+105
* Merge branch 'dm-group-reference-full-name' into 'master' Dmitriy Zaporozhets2017-03-021-1/+1
|\
| * Use full group name in GFM group reference titledm-group-reference-full-nameDouwe Maan2017-03-011-1/+1
* | Merge branch 'fix/gb/update-commit-status-api' into 'master' Kamil Trzciński2017-03-021-4/+5
|\ \
| * | Fix updaing commit status with optional attributesGrzegorz Bizon2017-03-011-4/+5
* | | Merge branch '28257-issues-iids' into 'master' Sean McGivern2017-03-021-0/+1
|\ \ \
| * | | API issues - support filtering by iidsJarka Kadlecova2017-03-011-0/+1
* | | | Merge branch '28807-search-for-milestone-by-title-in-rest-api' into 'master'Rémy Coutable2017-03-022-0/+6
|\ \ \ \
| * | | | Enable filtering milestones by search criteria in the APIMark Fletcher2017-03-022-0/+6
* | | | | Merge branch '28805-download-archive-with-branch-like-feature-xxxx-add-extra-...Rémy Coutable2017-03-021-2/+6
|\ \ \ \ \
| * | | | | Ensure archive download is only one directory deepMark Fletcher2017-03-021-2/+6
| |/ / / /
* | | | | Add internal endpoint to notify post-receive to Gitalygitaly-post-receiveAlejandro Rodríguez2017-03-013-0/+58
* | | | | Merge branch 'fix/mwbs-to-mwps' into 'master' Douwe Maan2017-03-016-48/+139
|\ \ \ \ \
| * | | | | Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-016-48/+139
| | |_|/ / | |/| | |
* | | | | Merge branch '27142-api-replace-destroy-with-stop-environment' into 'master' Kamil Trzciński2017-03-011-0/+17
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add environment `/stop` action27142-api-replace-destroy-with-stop-environmentToon Claes2017-02-281-0/+17
* | | | | Merge branch 'custom-empty-exception-class-cop' into 'master' Robert Speicher2017-03-0127-66/+49
|\ \ \ \ \
| * | | | | Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-0127-66/+49
| | |/ / / | |/| | |
* | | | | Make JS use API v3 because v4 is not frozen yetjs_should_user_right_api_versionValery Sizov2017-03-011-1/+1
* | | | | Merge branch '22951-fix-todos-api-endpoint-error-for-commits' into 'master' Sean McGivern2017-03-011-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add spec for todo with target_type CommitGeorge Andrinopoulos2017-02-211-5/+2
| * | | | Fix todos API endpoint application errorGeorge Andrinopoulos2017-02-171-1/+5
* | | | | Merge branch '6073_project_api' into 'master' Sean McGivern2017-02-282-2/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | API project create: Make name or path requiredJarka Kadlecova2017-02-272-2/+4
| | |_|/ | |/| |
* | | | New runner API returns 204api-empty-returnRobert Schilling2017-02-281-1/+1
* | | | Backport new behavior to CI APIRobert Schilling2017-02-282-0/+3
* | | | Backport API to V3Robert Schilling2017-02-2821-3/+958
* | | | Return 204 for delete endpointsRobert Schilling2017-02-2819-63/+22
| |_|/ |/| |
* | | Merge branch '20890-comment-image-inline' into 'master' 28711-cherry-picking-ui-regressions-8-17-0Robert Speicher2017-02-271-8/+1
|\ \ \
| * | | Fix inline comment images by removing wrapper #20890Jared Deckard2016-08-131-8/+1
* | | | Merge branch 'fix-webpack-dev-server-proxy' into 'master' Douwe Maan2017-02-271-1/+1
|\ \ \ \
| * | | | fix missing @ symbolMike Greiling2017-02-271-1/+1
* | | | | Merge branch 'fix-webpack-dev-server-proxy' into 'master' Douwe Maan2017-02-271-6/+6
|\ \ \ \ \ | |/ / / /
| * | | | ensure webpack dev server proxy connects regardless of request headersfix-webpack-dev-server-proxyMike Greiling2017-02-271-6/+6
* | | | | Merge branch 'mock-ci-service' into 'master'Douwe Maan2017-02-271-1/+14
|\ \ \ \ \
| * | | | | Add MockCiService integrationmock-ci-serviceEric Eastwood2017-02-241-1/+14
* | | | | | Merge branch 'unified-member-api-response' into 'master' Sean McGivern2017-02-271-7/+0
|\ \ \ \ \ \
| * | | | | | API: Return 400 for all validation erros in the mebers APIunified-member-api-responseRobert Schilling2017-02-241-7/+0
| | |/ / / / | |/| | | |