summaryrefslogtreecommitdiff
path: root/app/views/ci
Commit message (Collapse)AuthorAgeFilesLines
* Refactor fields in viewKatarzyna Kobierska2016-09-301-3/+3
|
* Expose jobs to viewKatarzyna Kobierska2016-09-301-3/+3
|
* Add test for linter values visibilityKatarzyna Kobierska2016-09-301-1/+1
|
* Add missing values to linterKatarzyna Kobierska2016-09-301-1/+4
|
* Add title to CI lint pageZ.J. van de Weg2016-08-301-0/+3
|
* Clean up some unused templates imported from GitLab CITakuya Noguchi2016-06-263-22/+0
|
* Redirect to root path when visiting `/ci`fix/nomethod-error-on-ciGrzegorz Bizon2016-03-291-20/+0
|
* Cleanup CiCommit and CiBuildKamil Trzcinski2016-03-141-32/+0
| | | | | | - Remove all view related methods from Ci::Build and CommitStatus - Remove unused Ci::Commit and Ci::Build methods - Use polymorphism to render different types of CommitStatus
* Allow subsequent validations in CI Linterfix/ci-linter-sequence-validationsGrzegorz Bizon2016-01-111-3/+3
| | | | Closes #5851
* Make CI Lint form synchronousfix/ci-lintGrzegorz Bizon2015-12-223-27/+13
| | | | | | | | | | | This removes `remote: true` from CI Lint form, making it synchronous form. This also removes some complexity related to displaying lint messages. View also has been updated, removed deprecated Bootstrap 2 tags. Improved design. Closes #4206
* Finishing touchesKamil Trzcinski2015-12-111-4/+2
|
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-1115-453/+3
|
* Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-104-69/+0
|
* fix deprecation messages in testsValery Sizov2015-12-031-1/+1
|
* fix specsrails_update_to_4_2Valery Sizov2015-11-302-2/+2
|
* Merge branch 'ci-build-name-in-notification-email' into 'master' Kamil Trzciński2015-11-104-0/+12
|\ | | | | | | | | | | | | Send build name and stage in CI notification e-mail See merge request !1776
| * Send build name and stage in CI notification e-mailci-build-name-in-notification-emailKamil Trzcinski2015-11-104-0/+12
| |
* | Replace CoffeeScript block into JavaScript in Views.Jason Lee2015-11-101-7/+9
|/ | | | | | | For example view: shared/issuable/_context CoffeeScript: 190ms JavaScript: 19.7ms
* CI details cleanupKamil Trzcinski2015-11-052-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | - Add page titles to CI settings. - Fix CI admin navigation. - Remove duplicated scope. - Use monospace font for commit sha. - Add page title and header title to build page. - Proper authorization for cancel/retry builds. - Use gitlab pagination theme for builds and group members. - Don't paginate builds widget on build page. - Add badges to commit page Changes/Builds tabs. - Add "Builds" to commit Builds tab page title. - Add and use Ci::Build#retryable? method. - Add CI::Build#retried? method. - Allow all failed commit builds to be retried. - Proper authorization for cancel/retry all builds. - Remove unused param. - Use time_ago_with_tooltip where appropriate. - Tweak builds index text - Remove duplication between builds/build and commit_statuses/commit_status. - Use POST rather than GET for canceling and retrying builds. - Remove redundant URL helpers. - Add build ID to build page. - Link branch name on build page. - Move commit/:sha/ci to commit/:sha/builds.
* Remove deprecated CI events from project settings pageDmitriy Zaporozhets2015-10-281-20/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix some grammatical issuesJannick Fahlbusch2015-10-244-7/+6
|
* Fixed nesting for Allowed to failfix-ci-regressionsKamil Trzcinski2015-10-231-1/+1
|
* Fix broken Runners admin pageKamil Trzcinski2015-10-231-12/+18
|
* Fix small CI UI regressionsKamil Trzcinski2015-10-231-1/+6
|
* Make tables full width.Douwe Maan2015-10-195-78/+83
|
* Temporary bring /ci page page with help informationDmitriy Zaporozhets2015-10-171-0/+20
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add spellcheck=false to certain input fieldsspellcheck_falseValery Sizov2015-10-122-2/+2
|
* Move CI services to project settings areaDmitriy Zaporozhets2015-10-073-80/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove Continuous Integration from project menuDmitriy Zaporozhets2015-10-072-44/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move no runners alert to project ci settingsDmitriy Zaporozhets2015-10-072-10/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move status badge helper to CI project settings for nowDmitriy Zaporozhets2015-10-071-16/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix routing in CI mailerDmitriy Zaporozhets2015-10-074-4/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Cleanup CI code after refactoring and fix several 500 errorsDmitriy Zaporozhets2015-10-066-308/+13
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix graphical glitchesKamil Trzcinski2015-10-052-10/+19
|
* Fix builds viewKamil Trzcinski2015-10-051-1/+1
|
* Merge branch 'rs-remove-ci-disable'Kamil Trzcinski2015-10-051-1/+0
|\ | | | | | | See merge request !1512
| * Remove the option to disable CIrs-remove-ci-disableRobert Speicher2015-10-051-1/+0
| | | | | | | | | | | | This option only existed to ease the CI-to-CE/EE migration process. This commit partially reverts 8b05abe816b0c681ac218096b294311dd04fde8b
* | Merge branch 'refactor-build-service' into 'master' Kamil Trzciński2015-10-058-51/+44
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor Ci::Commit and Ci::Build to have all builds for same :sha on single page This makes Ci::Commit to have only :sha and simplifies routing to have only :sha in path. The :ref and :push_data is now parameter of Ci::Build. All commit related data (git author, message and .gitlab-ci.yml) is read directly from repository. All code related for creating builds is moved to CreateBuildsService. Status deduction is rewritten to make if more efficient and easier to integrate with Commit Status API. This is partially working, tests are not yet touched. This slightly changes view of Commit: ![Screen_Shot_2015-10-02_at_15.21.47](https://gitlab.com/gitlab-org/gitlab-ce/uploads/ad3f1ccdcc87659ea437d8db6c5b9f94/Screen_Shot_2015-10-02_at_15.21.47.png) @dzaporozhets What do you think? See merge request !1502
| * Fix next round of testsKamil Trzcinski2015-10-051-3/+3
| |
| * Fix builds_without_retryKamil Trzcinski2015-10-051-2/+2
| |
| * Make commit_spec runKamil Trzcinski2015-10-052-13/+3
| |
| * Refactor commit and buildKamil Trzcinski2015-10-058-38/+41
| |
* | Move CI web hooks page to project settings areaDmitriy Zaporozhets2015-10-051-92/+0
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'fix-visit-project-button' into 'master' Dmitriy Zaporozhets2015-10-011-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Make Visit project on GitLab button goes to The internal Gitlab project Since we are merging CI into CE, projects should go to the internal Projects page, we can also use Turbolinks to do so. In order to give the user an idea of integration, I renamed the button: "Go to Project" ![image](https://gitlab.com/jeroenvanbaarsen/gitlab-ce/uploads/e4134716680e37b3211c3b5fd6118d1e/image.png) See merge request !1344
| * Make Visit project on GitLab button goes to The internal Gitlab projectJeroen van Baarsen2015-09-181-1/+1
| | | | | | | | | | | | | | | | | | | | Since we are merging CI into CE, projects should go to the internal Projects page, we can also use Turbolinks to do so. In order to give the user an idea of integration, I renamed the button: "Go to Project" Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* | Move CI project settings page to CE project settings areamove-ci-settingsDmitriy Zaporozhets2015-09-292-121/+0
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'ci-commits-to-projects' into 'master' Dmitriy Zaporozhets2015-09-291-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Make Ci::Commits belong to Project instead of Ci::Project See merge request !1455
| * | Fix testsKamil Trzcinski2015-09-291-1/+1
| | |
* | | Move CI triggers page to project settings areamove-triggers-pageDmitriy Zaporozhets2015-09-292-81/+0
|/ / | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Move CI variables page to project settingsmove-variables-pageDmitriy Zaporozhets2015-09-281-39/+0
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>