summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Fix updating merge_when_build_succeeds via merge API endpointmrchrisw-22740-merge-apiChris Wilson2017-04-241-3/+4
* Merge branch 'fix-jobs-enabled-parameter' into 'master'Sean McGivern2017-04-211-2/+5
|\
| * Replace builds_enabled with jobs_enabled in projects API v4 (!10786)winniehell2017-04-201-2/+5
* | Refactor changing files in web UIDouwe Maan2017-04-204-8/+8
* | Merge branch 'query-users-by-extern-uid' into 'master'Robert Speicher2017-04-191-8/+14
|\ \
| * | Implement search by extern_uid in Users APIRobin Bobbitt2017-04-181-8/+14
| |/
* | Remove unused user activities codeSean McGivern2017-04-143-13/+1
* | Expose `last_activity_on` in the User APIRémy Coutable2017-04-142-9/+9
* | Port 'Add user activities API' to CESean McGivern2017-04-143-1/+24
* | Remove user activities table and use redis instead of PG for recording activi...James Lopez2017-04-141-0/+7
* | Add user activity service and spec. Also added relevant - NOT offline - migra...James Lopez2017-04-141-0/+12
|/
* Fix API not accepting job_events for webhookszj-api-fix-build-eventsZ.J. van de Weg2017-04-121-3/+9
* Add share_with_group_lock to CE optional params block28017-separate-ce-params-on-apiOswaldo Ferreira2017-04-101-0/+1
* Separate CE params on Grape APIOswaldo Ferreira2017-04-106-30/+110
* Set Git-specific env in /api/internal/allowedRémy Coutable2017-04-102-18/+12
* Remove the User#is_admin? methodblackst0ne2017-04-0911-20/+20
* Merge branch '18471-restrict-tag-pushes-protected-tags' into 'master' Douwe Maan2017-04-071-7/+3
|\
| * Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya2017-04-065-9/+22
| |\
| * \ Merge branch 'last-green-master' into 18471-restrict-tag-pushes-protected-tagsJames Edwards-Jones2017-04-067-6/+7
| |\ \
| * \ \ Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya2017-04-0616-91/+111
| |\ \ \
| * | | | Fixed developers_can_push in RepoBranch API entityJames Edwards-Jones2017-04-041-6/+2
| * | | | Moved Project#protected_branch? to ProtectedBranch, similar for tagsJames Edwards-Jones2017-04-031-1/+1
| * | | | Extract ProtectedRef ConcernJames Edwards-Jones2017-04-031-2/+2
* | | | | Use Gitlab::Git::Repository#gitaly_... moreJacob Vosmaer2017-04-071-1/+1
| |_|_|/ |/| | |
* | | | Merge branch 'microsoft-teams-integration' into 'master' Douwe Maan2017-04-062-0/+15
|\ \ \ \
| * | | | adds relevant testsTiago Botelho2017-04-062-0/+15
* | | | | Optimise trace handling code to use streaming instead of full readKamil Trzciński2017-04-063-9/+7
| |_|_|/ |/| | |
* | | | Merge branch '28810-projectfinder-should-handle-more-options' into 'master' Rémy Coutable2017-04-066-6/+6
|\ \ \ \
| * | | | ProjectsFinder should handle more optionsJacopo2017-04-066-6/+6
| |/ / /
* | | | Merge branch '30021-api-deploy_keys-can_push-is-not-honoured' into 'master' Rémy Coutable2017-04-061-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Enable creation of deploy keys with write access via the APIMark Fletcher2017-04-051-0/+1
* | | | Merge branch '30195-document-search-param-on-api' into 'master' Sean McGivern2017-04-051-0/+1
|\ \ \ \
| * | | | Add "search" optional param and docs for V430195-document-search-param-on-apiOswaldo Ferreira2017-04-051-0/+1
| |/ / /
* | | | Merge branch 'gitaly-refs' into 'master'Robert Speicher2017-04-051-1/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Incorporate Gitaly client for refs serviceAlejandro Rodríguez2017-04-041-1/+4
* | | | Added mock deployment and monitoring service with environments fixturesKamil Trzciński2017-04-051-1/+7
| |/ / |/| |
* | | Merge branch 'bug/api_milestone_merge_requests_scope' into 'master' Rémy Coutable2017-04-041-1/+1
|\ \ \ | |/ / |/| |
| * | Fixes milestone/merge_request API endpoint to really scope the resultsJoren De Groof2017-04-031-1/+1
* | | Merge branch 'backport-sticking-api-helper-changes' into 'master' Kamil Trzciński2017-04-042-11/+10
|\ \ \
| * | | Backport API changes needed to fix sticking in EEbackport-sticking-api-helper-changesYorick Peterse2017-03-312-11/+10
| |/ /
* | | Merge branch 'style-proc-cop' into 'master' Rémy Coutable2017-04-031-1/+1
|\ \ \
| * | | Enable Style/Proc cop for rubocopmhasbini2017-04-021-1/+1
| |/ /
* | | Merge branch '22303-symbolic-in-tree' into 'master' Douwe Maan2017-04-031-1/+1
|\ \ \
| * | | Fix symlink icon in project treemhasbini2017-04-021-1/+1
| |/ /
* | | Merge branch 'introduce-base-polling-interval' into 'master' Sean McGivern2017-04-032-1/+3
|\ \ \
| * | | Introduce "polling_interval_multiplier" as application settingAdam Niedzielski2017-04-032-1/+3
| |/ /
* | | Delete users asynchronouslysh-fix-destroy-user-raceStan Hu2017-04-021-1/+1
|/ /
* | Merge branch 'gitaly-socket-per-shard' into 'master' Sean McGivern2017-03-291-1/+1
|\ \
| * | Separate GRPC channels per repository storageJacob Vosmaer2017-03-291-1/+1
* | | Merge branch '23655-api-group-issues' into 'master' Rémy Coutable2017-03-292-4/+4
|\ \ \