summaryrefslogtreecommitdiff
path: root/app/views/projects/runners
Commit message (Collapse)AuthorAgeFilesLines
* Fix files, project settings and few more pages with new layoutDmitriy Zaporozhets2016-01-141-1/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix 500 when viewing specific runners on runners page [ci skip]Kamil Trzcinski2015-12-141-1/+1
|
* Merge branch 'ci-project-migrate' into 'master' Kamil TrzciƄski2015-12-143-7/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ci Project migrate - This doesn't migrate: allow_git_fetch, coverage_regex, timeout. Since this are project configuration settings I would propose to migrate them to `.gitlab-ci.yml`. - This requires offline migrations. - It simplifies database models making all CI objects to be attached to: Project. - It removes Ci::Project, but makes /ci/projects working by adding method: Project.find_by_ci_id for backward compatibility (badges, triggers). - We should add default `timeout` to Application Settings. - It misses specs. - It is based on ci-services-migrate for now. - It removes CI events. - It removes administrator CI projects overview. - It removes CI application settings. In 8.4 or 8.5 we can remove redundant tables and columns. See merge request !1987
| * Fix last specsKamil Trzcinski2015-12-111-1/+1
| |
| * Remove ci_ prefix from all ci related thingsKamil Trzcinski2015-12-111-2/+2
| |
| * Migrate CI::Project to ProjectKamil Trzcinski2015-12-113-7/+7
| |
* | Fix wording on runner setup pagePelle2015-12-121-2/+2
|/
* Add cancel button to forms that didn't have one alreadyDouwe Maan2015-12-021-1/+1
|
* fix specsrails_update_to_4_2Valery Sizov2015-11-301-1/+1
|
* CI details cleanupKamil Trzcinski2015-11-053-10/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* Make tables full width.Douwe Maan2015-10-191-50/+51
|
* Move runners page to project settingsDmitriy Zaporozhets2015-09-256-0/+202
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>