summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'build-triggers' into 'master'Robert Speicher2015-08-211-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement build trigger API This commit implements Build Triggers. There are changes to API request: - Due to security advised method to pass trigger token is to use form data - Advised method to pass variables is to use form data TODO: - [x] Implement API - [x] Implement UI - [x] Dimitriy and Valery review - [x] Write specs - [x] Write documentation - [x] Job documentation review See merge request !229
| * Initial support for build triggersKamil Trzcinski2015-08-211-0/+2
| |
* | Update variables from within it's own controller not the project'sKamil Trzcinski2015-08-211-1/+1
|/
* Use avatars from GitLabKamil Trzcinski2015-08-032-13/+0
| | | | Rewrite Gravatar URLs if needed in order to have images in different size
* Added Application SettingsKamil Trzcinski2015-07-302-2/+4
|
* Create config/secrets.yml with 0600secrets-permKamil Trzcinski2015-07-151-1/+1
|
* Use config/secrets.yml to store session secret and database encryption secretKamil Trzcinski2015-07-102-7/+49
|
* Make configurable builds_path in application.ymlbuilds-pathKamil Trzcinski2015-07-082-0/+4
|
* Ability to cancel all builds in the commit at onceValery Sizov2015-06-241-0/+1
|
* Add a note that changing example configuration files requires changing ↵note_about_configMarin Jankovski2015-06-114-8/+21
| | | | omnibus-gitlab.
* Merge branch 'lint' into 'master'Valery Sizov2015-06-101-0/+2
|\ | | | | | | | | | | | | | | | | | | 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
| * Lint implementationValery Sizov2015-06-091-0/+2
| |
* | make multipart_chunk_size configurableJeroen Nijhof2015-06-092-0/+4
|/
* Fix of creation project with the same nameValery Sizov2015-06-091-0/+1
|
* implementation of variablesValery Sizov2015-06-051-0/+1
|
* download link to generated yamlValery Sizov2015-06-031-0/+1
|
* cleaning upValery Sizov2015-06-031-6/+0
|
* Merge branch 'save_info_from_runner' into 'master'Dmitriy Zaporozhets2015-05-131-1/+1
|\ | | | | | | | | | | | | | | | | | | 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-121-1/+1
| |
* | Merge branch 'master' of dev.gitlab.org:gitlab/gitlab-ciValery Sizov2015-05-132-0/+26
|\ \ | |/ |/|
| * documentation for backup/restore rake taskValery Sizov2015-05-061-0/+14
| |
| * backup/restore rake taskValery Sizov2015-05-061-0/+12
| |
* | Merge branch 'sidekiq_worker_fix' into 'master'Valery Sizov2015-05-081-0/+2
|\ \ | |/ |/| | | | | | | | | | | Added Sidekiq config... I added a config file for Sidekiq for regulating the amount of threads. See merge request !70
| * filled fileValentin Boettcher2015-04-281-0/+2
| |
| * renameValentin Boettcher2015-04-281-0/+0
| |
| * renameValentin Boettcher2015-04-281-2/+0
| |
| * add sidekiq conficvale9812015-04-181-0/+2
| | | | | | | | changelog
* | toggle shared runnersValery Sizov2015-04-211-0/+1
| |
* | Improved runner page for projectDmitriy Zaporozhets2015-04-211-0/+2
|/ | | | | | | | * ability to add runner to several projects * render runner status (online, offline, disabled) * two column style of page: specific and shared runners Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* remove protected attributesValery Sizov2015-04-093-12/+0
|
* events for adminValery Sizov2015-03-261-0/+2
|
* eventsValery Sizov2015-03-261-1/+3
|
* improve commit routingValery Sizov2015-03-201-5/+6
|
* Url to commit contain ref nameValery Sizov2015-03-201-1/+3
|
* Merge branch 'brakeman' into 'master'Dmitriy Zaporozhets2015-03-111-3/+1
|\ | | | | | | | | | | | | | | Adding brakeman Fixes #163 See merge request !136
| * Adding brakemanValery Sizov2015-03-111-3/+1
| |
* | rename committer to pusherValery Sizov2015-03-102-3/+3
|/
* Allow to pause runners - when paused runner will not receive any new buildKamil Trzcinski2015-03-061-1/+9
|
* Merge branch 'jobs_tabs' into 'master'Dmitriy Zaporozhets2015-03-041-1/+5
|\ | | | | | | | | | | | | | | | | | | Deploy jobs Implements #153 ![joxi_screenshot_1425465268516](https://dev.gitlab.org/gitlab/gitlab-ci/uploads/23960cfff46ac6c7d1d0ded528917306/joxi_screenshot_1425465268516.png) See merge request !124
| * Deploy jobsValery Sizov2015-03-021-1/+5
| |
* | Upgrade to rails 4.1.9Jeroen van Baarsen2015-02-286-3/+22
|/ | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* rubocop installValery Sizov2015-02-252-2/+2
|
* Make sure test env use localhost:80Dmitriy Zaporozhets2015-01-221-0/+4
|
* Merge branch 'topic/settings' into 'master'Valery Sizov2015-01-222-1/+8
|\ | | | | | | | | | | | | | | Settings enhancements with services transplantation As discussed here: https://gitlab.com/gitlab-org/gitlab-ci/issues/68 and here https://gitlab.com/gitlab-org/gitlab-ci/issues/63 this is implementation of Services backported from GitLab. As proof of concept Slack Service is implemented. What is missing here is the specs for services and some design choices described in first issue. See merge request !14
| * Transplanted project notifications from GitLabKamil Trzcinski2015-01-122-1/+8
| |
* | Fix testsDmitriy Zaporozhets2015-01-171-2/+4
| |
* | OAuth2: config checkValery Sizov2015-01-161-1/+3
| |
* | Oauth2: small refactoringValery Sizov2015-01-161-1/+1
| |
* | OAuth: done.Valery Sizov2015-01-163-8/+17
| |
* | Runner edit via project settings. Small cleanup for runner index pageDmitriy Zaporozhets2015-01-121-1/+1
|/