summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Accept a username for User-level Events APIMark Fletcher2017-06-061-2/+2
* Introduce an Events APIMark Fletcher2017-06-064-31/+87
* Merge branch 'mk-fix-git-over-http-rejections' into 'master'Douwe Maan2017-06-052-21/+29
|\
| * Remove unnecessary variablemk-fix-git-over-http-rejectionsMichael Kozono2017-06-051-3/+1
| * Refactor construction of responseMichael Kozono2017-06-052-14/+22
| * Refactor to let GitAccess errors bubble upMichael Kozono2017-06-051-18/+20
* | Refactor the DeleteUserWorkerNick Thomas2017-06-051-1/+1
|/
* Merge branch 'projects-api-import-status' into 'master'Douwe Maan2017-06-021-0/+2
|\
| * Expose import_status in Projects APIRobin Bobbitt2017-06-021-0/+2
* | Merge branch '28694-hard-delete-user-from-api' into 'master'Douwe Maan2017-06-021-1/+2
|\ \
| * | Allow users to be hard-deleted from the APINick Thomas2017-06-021-1/+2
* | | Enable the Style/PreferredHashMethods coprc/enable-PreferredHashMethods-copRémy Coutable2017-06-026-7/+7
|/ /
* | Fix missing optional path parameter in "Create project for user" API33242-create-project-for-user-api-ignores-path-parameterAthar Hameed2017-06-021-0/+1
* | Merge branch '24196-protected-variables' into 'master'Kamil Trzciński2017-06-012-1/+4
|\ \
| * \ Merge branch 'master' into '24196-protected-variables'Kamil Trzciński2017-06-015-2/+68
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into 24196-protected-variablesLin Jen-Shin2017-06-018-39/+199
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into 24196-protected-variablesLin Jen-Shin2017-05-315-5/+25
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into '24196-protected-variables'Lin Jen-Shin (godfat)2017-05-265-6/+14
| |\ \ \ \ \
| * | | | | | API and doc for protected variablesLin Jen-Shin2017-05-252-1/+4
* | | | | | | Merge branch 'migrate-old-artifacts' into 'master'Grzegorz Bizon2017-06-014-30/+11
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Add missing specsKamil Trzcinski2017-06-014-30/+11
| * | | | | | Fix data inconsistency issue for old artifacts by moving them to a currently ...Kamil Trzcinski2017-06-013-3/+3
* | | | | | | Merge branch 'bugfix/deploy_keys__can_push__usage_in_api' into 'master'Rémy Coutable2017-06-011-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add missing `can_push` parameter to POST /v3/deploy_keysRichard Clamp2017-05-221-0/+1
* | | | | | | Merge branch 'dm-collapsed-blob' into 'master'Sean McGivern2017-06-014-6/+6
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Change no_limits to limitsdm-collapsed-blobDouwe Maan2017-05-314-6/+6
| * | | | | | Consistent diff and blob size limit namesDouwe Maan2017-05-294-6/+6
* | | | | | | Merge branch 'master' into 'trigger-source'Grzegorz Bizon2017-05-318-39/+115
|\ \ \ \ \ \ \
| * | | | | | | Add feature toggles through FlipperAlejandro Rodríguez2017-05-313-0/+59
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch 'tc-improve-project-api-perf' into 'master'Douwe Maan2017-05-315-39/+54
| |\ \ \ \ \ \
| | * | | | | | Remove some deprecated methodstc-improve-project-api-perfToon Claes2017-05-302-2/+2
| | * | | | | | Add :owned param to ProjectFinderToon Claes2017-05-303-7/+4
| | * | | | | | Use helper to construct Finder paramsToon Claes2017-05-303-9/+12
| | * | | | | | Use ProjectFinder to filter the projectsToon Claes2017-05-302-13/+4
| | * | | | | | Handle `membership` in ProjectFinderToon Claes2017-05-302-5/+4
| | * | | | | | Build options hash after finding the list of projectsToon Claes2017-05-301-5/+6
| | * | | | | | Move ProjectsFinder to `present_projects` for simplificationToon Claes2017-05-301-12/+9
| | * | | | | | Copy `filter_projects` helper to V3Toon Claes2017-05-301-0/+27
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch '33000-tag-list-in-project-create-api' into 'master'Rémy Coutable2017-05-311-0/+2
| |\ \ \ \ \ \
| | * | | | | | Add tag_list param to project apivanadium232017-05-311-0/+2
| | |/ / / / /
* | | | | | | Introduce source to pipeline entitytrigger-sourceKamil Trzcinski2017-05-312-2/+9
|/ / / / / /
* | | | | | Use update_pipeline_scheduleShinya Maeda2017-05-311-2/+2
* | | | | | Return 202 for destory. Remove []. Remove def pipeline_schedules from helper.Shinya Maeda2017-05-301-6/+2
* | | | | | Improve API with optinal and default. Allow to use scope as a parameter.Shinya Maeda2017-05-301-3/+7
* | | | | | Use PipelineScheduleDetailsShinya Maeda2017-05-302-11/+14
* | | | | | Improve documentShinya Maeda2017-05-301-4/+4
* | | | | | Remove deleted_at from Entity. Use find_by. Remove returns.Shinya Maeda2017-05-302-6/+6
* | | | | | Expose last_pipeline only when detailed statusShinya Maeda2017-05-302-6/+6
* | | | | | Dryup fetching pipeline_schedule with helperShinya Maeda2017-05-301-6/+14
* | | | | | Switch to preload. Remove unncecessary associations.Shinya Maeda2017-05-301-1/+1