summaryrefslogtreecommitdiff
path: root/app/views
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'build-triggers' into 'master'Robert Speicher2015-08-215-0/+104
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Nice icon for triggersKamil Trzcinski2015-08-211-1/+1
| |
| * Initial support for build triggersKamil Trzcinski2015-08-215-0/+104
| |
* | Merge branch 'nav-icons' into 'master'Robert Speicher2015-08-212-2/+2
|\ \ | | | | | | | | | | | | | | | Fix navigation icons See merge request !239
| * | Fix navigation iconsKamil Trzcinski2015-08-212-2/+2
| |/
* | Update variables from within it's own controller not the project'sKamil Trzcinski2015-08-211-1/+1
|/
* Fix typo in modal titleStan Hu2015-08-181-2/+2
|
* Rename all occurrences of type to stageKamil Trzcinski2015-08-034-8/+8
|
* Use avatars from GitLabKamil Trzcinski2015-08-032-2/+2
| | | | Rewrite Gravatar URLs if needed in order to have images in different size
* Merge branch 'application_settings' into 'master' Kamil Trzciński2015-07-303-1/+34
|\ | | | | | | | | | | | | | | | | | | | | Added Application Settings This moves some of the settings from application.yml to Admin page. ![Screen_Shot_2015-07-30_at_12.22.27](https://gitlab.com/gitlab-org/gitlab-ci/uploads/d37aa0003d9afaeb85aa350bb02e6f07/Screen_Shot_2015-07-30_at_12.22.27.png) /cc @sytses @vsizov See merge request !215
| * Added Application SettingsKamil Trzcinski2015-07-303-1/+34
| |
* | Merge branch 'image-alt-text' into 'master'Kamil Trzciński2015-07-302-2/+2
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | Do not use image's file name as alternative text `image_tag` by default uses the image's file name for the img tag's alt attribute. This is not preferable in many cases. E.g. it clutters the UI with a long hash string if a gravatar could not be loaded. To fix this, the `alt` option is set for `image_tag` calls. ![gitlab-ci-img-alt](https://gitlab.com/dgerhardt/gitlab-ci/uploads/2699d149983912e458e2375fe9732b0d/gitlab-ci-img-alt.png) See merge request !214
| * Do not use image's file name as alternative textDaniel Gerhardt2015-07-302-2/+2
| | | | | | | | | | | | | | | | `image_tag` by default uses the image's file name for the img tag's alt attribute. This is not preferable in many cases. E.g. it clutters the UI with a long hash string if a gravatar could not be loaded. To fix this, the `alt` option is set for `image_tag` calls.
* | Truncate commit messages after subject line in tableDaniel Gerhardt2015-07-291-2/+1
|/ | | | | | Commit messages are now additionally truncated after the first line. Before, a commit message's body was attached behind the subject which made messages hardly readable in some cases.
* Fix invalid link to doc.gitlab.comfix-doc-linkKamil Trzcinski2015-07-231-1/+2
|
* Point to correct GitLab CI url.Achilleas Pipinellis2015-07-171-1/+1
|
* Fix specsbuild-typesKamil Trzcinski2015-07-102-2/+2
|
* Allow to specify flexible list of types in yamlKamil Trzcinski2015-07-104-41/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` types: - test - deploy - notify rspec: script: "rspec" rubocop: script: "rubocop" staging: type: deploy script: "echo deploy" only: - master production: type: deploy script: "echo production" only: - tags dockerhub: type: notify script: "curl http://docker/hub/web/hook" downstream: type: notify script: "curl http://build/downstream/jobs" ``` This will trigger two test jobs in parallel, when finished it will trigged either staging or production, when finished it will trigger dockerhub and downstream in parallel.
* Disable link to runner if it's not assigned to specific project: fixes 404 ↵runner-linkKamil Trzcinski2015-07-101-1/+3
| | | | when clicking on available runner from project's page
* Merge branch 'secure-oauth-state' into 'master'Kamil Trzciński2015-07-092-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added random salt and hashing to oauth state parameter This ensures signs state parameter. The generated state is built like this: ``` salt = random_hex(16bytes) secret = sha256_hex(gitlab_ci_secret + salt + return_to) state = "salt:secret:return_to" ``` This prevents from faking the state and forcing redirect to provided URL. However this doesn't prevent replay attacks if you know the valid `state` parameter for specific `return_to`. Should we be concerned about it? /cc @vsizov @jacobvosmaer See merge request !192
| * Don't use return_to, but instead pass state with signed return_to parameterKamil Trzcinski2015-07-082-2/+2
| |
* | Allow to defined per-job allow_failure parameterallow-per-job-failureKamil Trzcinski2015-07-081-5/+7
|/ | | | It allows to ignore status of specific job when computed for commit
* Redirect back after authorizationValery Sizov2015-06-301-1/+1
|
* warning when .gitlab-ci.yml not foundValery Sizov2015-06-241-0/+4
|
* Merge branch 'lint_improve' into 'master'Valery Sizov2015-06-241-2/+2
|\ | | | | | | | | | | | | | | Improved lint stability https://dev.gitlab.org/gitlab/gitlab-ci/issues/294 See merge request !163
| * improved lint stabilityValery Sizov2015-06-241-2/+2
| |
* | Merge branch 'cancel_commit' into 'master'Dmitriy Zaporozhets2015-06-241-0/+6
|\ \ | |/ |/| | | | | | | | | | | | | | | Ability to cancel all builds in the commit at once https://dev.gitlab.org/gitlab/gitlab-ci/issues/289 ![joxi_screenshot_1435066221235](https://gitlab.com/gitlab-org/gitlab-ci/uploads/c7a74956d05a86f40097c64ce5b2b2c3/joxi_screenshot_1435066221235.png) See merge request !160
| * Ability to cancel all builds in the commit at onceValery Sizov2015-06-241-0/+6
| |
* | update webhook exampleValery Sizov2015-06-241-1/+3
| |
* | lint relative pathlint_url_fixValery Sizov2015-06-241-1/+1
|/
* no runner notification can see managers onlyValery Sizov2015-06-231-1/+1
|
* Fix: show builds for public usersValery Sizov2015-06-221-1/+1
|
* yaml refactoringValery Sizov2015-06-191-1/+2
|
* Link to webeditor with .gitlab-ci.ymlValery Sizov2015-06-171-0/+3
|
* better yaml validationValery Sizov2015-06-171-1/+7
|
* New syntax of gitlab-ci.ymlValery Sizov2015-06-122-16/+15
|
* preview generated yamlValery Sizov2015-06-101-4/+18
|
* add links to lint, improve test coverageValery Sizov2015-06-103-2/+6
|
* specsValery Sizov2015-06-091-2/+1
|
* Lint implementationValery Sizov2015-06-093-0/+81
|
* Merge branch 'active_runners' into 'master'Valery Sizov2015-06-081-5/+11
|\ | | | | | | | | | | | | | | | | | | Show number of runners actively checking in on runners page https://dev.gitlab.org/gitlab/gitlab-ci/issues/241 ![joxi_screenshot_1433751389715](https://gitlab.com/gitlab-org/gitlab-ci/uploads/6f08e9e35a5c63396486d46792b703dc/joxi_screenshot_1433751389715.png) See merge request !127
| * active runnersValery Sizov2015-06-081-5/+11
| |
* | TYPOvariablesValery Sizov2015-06-051-1/+1
| |
* | specs for variablesValery Sizov2015-06-051-4/+9
| |
* | implementation of variablesValery Sizov2015-06-052-0/+36
|/
* Improve no runners alertValery Sizov2015-06-051-2/+2
|
* Fix login buttonsDmitriy Zaporozhets2015-06-042-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix labels alignDmitriy Zaporozhets2015-06-041-4/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* text fixesValery Sizov2015-06-031-1/+1
|
* Several improvements to header UIDmitriy Zaporozhets2015-06-031-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>