summaryrefslogtreecommitdiff
path: root/lib/api/entities.rb
Commit message (Collapse)AuthorAgeFilesLines
* Added support for image and servicesKamil Trzcinski2015-07-061-1/+1
|
* implementation of variablesValery Sizov2015-06-051-0/+6
|
* cleaning upValery Sizov2015-06-031-5/+0
|
* Refactoring. Clean up advanced settings. Migrate from gotlab_url to pathValery Sizov2015-05-041-1/+1
|
* API for deploy jobsValery Sizov2015-04-211-2/+9
|
* project jobs api: exposed active, build_branches, build_tags, tags. ↵Michel Courtine2015-02-121-1/+1
| | | | Implemented tests and updated documentation
* Implemented api for project jobs with working tests and updated docMichel Courtine2015-02-111-0/+4
|
* Merge branch 'api_for_webhooks_registering' into 'master'Valery Sizov2015-01-071-0/+4
|\ | | | | | | | | | | | | | | | | | | 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
| * Grape Entity for WebHookMariusz Michalak2014-11-241-0/+4
| |
* | remove script field from projectValery Sizov2014-12-011-1/+1
|/
* Add Commits APIDmitriy Zaporozhets2014-11-051-1/+9
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* expose project namegdunkle2013-10-291-1/+1
|
* Allow selecting git fetch or git clone for builds. Send build timeout with APIDmitriy Zaporozhets2013-10-231-1/+1
|
* Adding Project manipulation support via APIAngelo Lakra2013-10-081-0/+4
| | | | | | | | | | | * The following actions are now supported: GET /projects/:id - returns information about a project GET /projects - returns list of all projects PUT /projects/:id - updates project information (see docs for more info) DELETE /projects/:id - removes a project POST /projects/:id/runners/:runner_id - links a project to a runner DELETE /projects/:id/runners/:runner_id - removes link between project and runner
* Implementing method for authentication via tokenAngelo Lakra2013-10-081-0/+4
|
* adding before commit to available info for build.Nick Huanca2013-09-031-1/+1
| | | adding before commit to available info for build. will help with diff for using like post-receive hook (oldrev / newrev)
* Runner resource. Now only registered runners can use gitlab-ciDmitriy Zaporozhets2013-05-311-0/+4
|
* Remove repo reading logic from project. GitLab CI does not store repos any moreDmitriy Zaporozhets2013-05-311-1/+1
|
* Remove runner functionality. Added api for buildsDmitriy Zaporozhets2013-05-301-0/+7