summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* yaml refactoringValery Sizov2015-06-191-31/+22
|
* fix API: project createValery Sizov2015-06-171-2/+2
|
* better yaml validationValery Sizov2015-06-171-3/+43
|
* invalid yaml handlingValery Sizov2015-06-161-3/+1
|
* invalid yaml handlingValery Sizov2015-06-161-1/+12
|
* improve parserValery Sizov2015-06-151-4/+4
|
* New syntax of gitlab-ci.ymlValery Sizov2015-06-121-70/+52
|
* Merge branch 'lint' into 'master'Valery Sizov2015-06-101-4/+4
|\ | | | | | | | | | | | | | | | | | | Lint: Online validation of .gitlab-ci.yml https://dev.gitlab.org/gitlab/gitlab-ci/issues/254 ![joxi_screenshot_1433861574874](https://gitlab.com/gitlab-org/gitlab-ci/uploads/6195d1ba7f63e8d418e6510011638302/joxi_screenshot_1433861574874.png) See merge request !131
| * spec fixlintValery Sizov2015-06-091-1/+1
| |
| * Lint implementationValery Sizov2015-06-091-3/+3
| |
* | make multipart_chunk_size configurableJeroen Nijhof2015-06-091-1/+2
| |
* | use multipart uploading when using fogJeroen Nijhof2015-06-091-1/+1
|/
* implementation of variablesValery Sizov2015-06-051-0/+6
|
* fix specsValery Sizov2015-06-031-1/+1
|
* improve migrator of deprecated jobsValery Sizov2015-06-031-4/+12
|
* Add migrator for deprecated jobsValery Sizov2015-06-031-4/+6
|
* rspec for yaml config processorValery Sizov2015-06-031-31/+31
|
* fix specsValery Sizov2015-06-031-10/+10
|
* Implementation of configuration CI with gitlab-ci.ymlValery Sizov2015-06-032-31/+96
|
* cleaning upValery Sizov2015-06-033-117/+1
|
* proof of concept yml configurationValery Sizov2015-06-031-0/+31
|
* 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
| |
* | Merge branch 'save_info_from_runner' into 'master'Dmitriy Zaporozhets2015-05-132-2/+10
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Storing runner info https://dev.gitlab.org/gitlab/gitlab-ci/issues/223 ![Screenshot_2015-05-12_19.42.52](https://gitlab.com/gitlab-org/gitlab-ci/uploads/32fa390a8b2abf1f1103f4fd7b3475c0/Screenshot_2015-05-12_19.42.52.png) See merge request !98
| * | storing runner infosave_info_from_runnerValery Sizov2015-05-122-2/+10
| |/
* | using gzip for backupValery Sizov2015-05-071-8/+8
| |
* | backup/restore rake taskValery Sizov2015-05-063-0/+290
|/
* 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
|
* Enable more rubocop rulesDmitriy Zaporozhets2015-04-151-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* remove protected attributesValery Sizov2015-04-091-1/+1
|
* 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
| |
* | Adding brakemanValery Sizov2015-03-111-0/+9
| |
* | 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 'master' of github.com:gitlabhq/gitlab-ciValery Sizov2015-03-031-2/+6
|\ \
| * | Upgrade to rails 4.1.9Jeroen van Baarsen2015-02-281-2/+6
| |/ | | | | | | 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