summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Allow to defined per-job allow_failure parameterallow-per-job-failureKamil Trzcinski2015-07-081-1/+6
| | | | It allows to ignore status of specific job when computed for commit
* Added support for image and servicesKamil Trzcinski2015-07-062-18/+40
|
* Get rid of private message usageoauth_everywhereValery Sizov2015-07-022-2/+2
|
* Enhance YAML validationKamil Trzcinski2015-06-301-35/+27
|
* Improved validation of .gitlab-ci.ymlValery Sizov2015-06-291-0/+17
|
* fix list of branches in only sectionValery Sizov2015-06-291-2/+2
|
* update changelogValery Sizov2015-06-261-1/+1
|
* implemented rake env:infoValery Sizov2015-06-261-0/+68
|
* silent rake backup for CRONValery Sizov2015-06-251-0/+10
|
* improved lint stabilityValery Sizov2015-06-241-0/+4
|
* 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>