summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Collapse)AuthorAgeFilesLines
* API for trigger when requested returns trigger request with commit ↵Kamil Trzcinski2015-08-212-2/+5
| | | | information, but without the created builds
* Initial support for build triggersKamil Trzcinski2015-08-213-0/+53
|
* Added support for YAML-defined variablesKamil Trzcinski2015-08-051-5/+1
|
* Fix project API listing returning empty list when first projects are not ↵Kamil Trzcinski2015-08-051-2/+2
| | | | | | added to CI The CI prefers to receive the projects added to CI first
* Merge branch 'remove-unused-entities' into 'master' Kamil Trzciński2015-08-051-5/+0
|\ | | | | | | | | | | | | Remove unused entities See merge request !224
| * Remove unused entitiesremove-unused-entitiesKamil Trzcinski2015-08-041-5/+0
| |
* | Allow to use access_token in GitLab CI APIKamil Trzcinski2015-08-041-2/+5
|/
* Added support for image and servicesKamil Trzcinski2015-07-061-1/+1
|
* Get rid of private message usageoauth_everywhereValery Sizov2015-07-022-2/+2
|
* fix API: project createValery Sizov2015-06-171-2/+2
|
* implementation of variablesValery Sizov2015-06-051-0/+6
|
* cleaning upValery Sizov2015-06-032-116/+0
|
* Merge branch 'fix_api_vulnerability' into 'master'Valery Sizov2015-05-211-1/+1
|\ | | | | | | | | | | | | | | Fix API vulnerability with MySQL https://dev.gitlab.org/gitlab/gitlab-ci/issues/228 See merge request !155
| * API vulnerability with MySQLValery Sizov2015-05-131-1/+1
| |
* | storing runner infosave_info_from_runnerValery Sizov2015-05-122-2/+10
|/
* Refactoring. Clean up advanced settings. Migrate from gotlab_url to pathValery Sizov2015-05-042-5/+11
|
* API rework && testsapi_reworkValery Sizov2015-04-282-48/+32
|
* refactoring network related coderefactoring_user_urlValery Sizov2015-04-222-3/+2
|
* Merge branch 'project_search' into 'master'Valery Sizov2015-04-221-2/+2
|\ | | | | | | | | | | | | | | | | | | Projects search on dashboard https://dev.gitlab.org/gitlab/gitlab-ci/issues/173 ![Screenshot_2015-04-21_16.36.58](https://gitlab.com/gitlab-org/gitlab-ci/uploads/d7b6c3d82f71fc920aa484a950ac48a2/Screenshot_2015-04-21_16.36.58.png) See merge request !73
| * projects search on dashboardValery Sizov2015-04-211-2/+2
| |
* | API for deploy jobsValery Sizov2015-04-212-2/+48
|/
* only who has manage access can manage projectValery Sizov2015-04-171-5/+5
|
* project forking: specsValery Sizov2015-04-061-4/+4
|
* support for forksValery Sizov2015-04-062-0/+39
|
* Merge pull request #559 from jvanbaarsen/remove-deprecated-api-pointValeriy Sizov2015-03-311-51/+0
|\ | | | | Removed deprecated API behaviour
| * Removed deprecated API behaviourJeroen van Baarsen2015-03-051-51/+0
| | | | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* | Security fix: added is_shared parameterValery Sizov2015-03-251-1/+2
| |
* | Allow to pause runners - when paused runner will not receive any new buildKamil Trzcinski2015-03-061-0/+2
| |
* | Added runner last contactKamil Trzcinski2015-03-062-0/+9
|/
* Merge pull request #553 from jvanbaarsen/fix-295Valeriy Sizov2015-03-031-1/+1
|\ | | | | Only update trace when trace is given
| * Only update trace when trace is givenJeroen van Baarsen2015-02-281-1/+1
| | | | | | | | | | | | Fixes #295 Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* | Merge branch 'feature_project_jobs_rest_api-1' into 'master'Valery Sizov2015-03-032-0/+78
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | Implemented api for project jobs with working tests and updated doc The rest API allows you to manipulate a project on gitlab-ci but there is no way to manipulate build jobs through the api. I tested it, implemented truly working tests & updated documentation http://feedback.gitlab.com/forums/176466-general/suggestions/7068630-expose-the-job-api-to-the-rest-api See merge request !39
| * project jobs api: exposed active, build_branches, build_tags, tags. ↵Michel Courtine2015-02-122-3/+16
| | | | | | | | Implemented tests and updated documentation
| * Implemented api for project jobs with working tests and updated docMichel Courtine2015-02-112-1/+66
| |
* | delete runner endpointValery Sizov2015-02-261-0/+12
| |
* | rubocop installValery Sizov2015-02-253-19/+19
| |
* | Revert "Implemented api for project jobs"Valery Sizov2015-02-112-64/+0
| | | | | | | | This reverts commit 0d39bfa32967c5f2794bdf30d088b74a78fd54c2.
* | Implemented api for project jobsMichel Courtine2015-02-102-0/+64
|/
* Merge branch 'topic/settings-email' into 'master'Valery Sizov2015-02-041-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate E-mail notification to Services menu As discussed earlier e-mail notifications lives now under Services menu. Let me know if this is right direction. I think now that maybe I shouldn't migrate email_add_committer and email_recipients to MailService and instead use parameters from Project. What guys do you think? Tests results are here: https://semaphoreapp.com/ayufan/gitlab-ci/branches/topic-settings-email See merge request !30
| * Fixed testsKamil Trzcinski2015-01-291-0/+1
| |
* | Rename hostname in Runner's API to descriptionKamil Trzcinski2015-01-281-2/+2
|/
* Allow runner to pass tag_list during registrationKamil Trzcinski2015-01-271-2/+8
|
* Use hostname as default runner's descriptionKamil Trzcinski2015-01-231-2/+2
|
* Register builds depend on runner tagsDmitriy Zaporozhets2015-01-121-16/+4
|
* Don't run projects which are assigned to specific runner by shared runner.Kamil Trzcinski2015-01-121-1/+4
|
* Merge branch 'api_for_webhooks_registering' into 'master'Valery Sizov2015-01-072-0/+28
|\ | | | | | | | | | | | | | | | | | | API for webhooks registering Simple API method for creating new WebHooks for specified Project. P.S. Sorry for not squasing commits, they were already pushed. See merge request !11
| * Projects API method for webhooks creationMariusz Michalak2014-11-241-0/+24
| |
| * Grape Entity for WebHookMariusz Michalak2014-11-241-0/+4
| |
* | Add ability to register specific runners for projectsDmitriy Zaporozhets2015-01-071-2/+10
| | | | | | | | | | You can provide project token durinng runner regstration and runner will be created specifically for this project
* | remove script field from projectValery Sizov2014-12-012-5/+2
|/