summaryrefslogtreecommitdiff
path: root/app/helpers/ci_status_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated commits UIPhil Hughes2016-06-081-4/+4
| | | | Closes #14633
* Rename all ci_commit[s] in application code to pipeline[s]Kamil Trzcinski2016-06-031-3/+3
|
* Improve pipelines designKamil Trzcinski2016-05-101-5/+7
|
* Improve rendered CI statusesKamil Trzcinski2016-04-131-9/+18
|
* Cleanup changesKamil Trzcinski2016-04-131-3/+9
|
* Fix specsKamil Trzcinski2016-04-111-0/+2
|
* Use Ci::Commit as PipelineKamil Trzcinski2016-04-111-16/+3
|
* Use klass instead of clazzci-fix-double-bordersKamil Trzcinski2016-03-151-3/+3
|
* Fix double borders around the CI statusKamil Trzcinski2016-03-151-3/+7
|
* Changed named argumentPhil Hughes2016-03-101-2/+2
| | | | Set position to auto left so that if it is off-screen it goes to the right
* Moves build status tooltip on issuesPhil Hughes2016-03-101-2/+2
|
* Merge remote-tracking branch 'origin/rs-simplify-status-icon'Dmitriy Zaporozhets2015-12-161-18/+4
|\ | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Define CI status icon colors in SCSS instead of a helperrs-simplify-status-iconRobert Speicher2015-12-121-18/+4
| |
* | Merge branch 'master' into ux/suppress-ci-yml-warningGrzegorz Bizon2015-12-141-1/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (24 commits) Fix runners admin view Fix migrations Run builds from projects with enabled CI Use Gitlab::Git instead of Ci::Git Fix last specs Fix specs Fix after column rename Fix errors Update badge Finishing touches Fix triggers tests Rename columns and rename migrations Reimplement Trigger API Remove ci_ prefix from all ci related things Add runners token Migrate CI::Project to Project Fix indentation and BuildsEmailService Change default values Enhance migrate CI emails Fix issue tracker service ... Conflicts: spec/features/commits_spec.rb
| * \ Merge branch 'ci-project-migrate' into 'master' Kamil TrzciƄski2015-12-141-1/+6
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * Remove ci_ prefix from all ci related thingsKamil Trzcinski2015-12-111-1/+1
| | |
| | * Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-1/+6
| | |
* | | Add matcher class to ci status linkGrzegorz Bizon2015-12-141-1/+1
|/ /
* | display referenced merge requests in issue description with CI statusgsmethells/gitlab-ce-mr-statusesGreg Smethells2015-12-111-1/+1
|/
* Merge branch 'master' into mr-brokenDouwe Maan2015-12-081-2/+14
|\ | | | | | | | | # Conflicts: # app/helpers/ci_status_helper.rb
| * "CI build passed", not "CI build success"Douwe Maan2015-12-021-2/+14
| |
* | Use "Build passed" in tooltip instead of "Build status: passed"Douwe Maan2015-12-081-1/+1
|/
* CI details cleanupKamil Trzcinski2015-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* Fix rubocop issuesci-status-mr-indexDmitriy Zaporozhets2015-10-231-2/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move rendering CI status to helperDmitriy Zaporozhets2015-10-231-0/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Link ci_status_path to new ci commit pageci-commit-pageDmitriy Zaporozhets2015-10-061-1/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor commit and buildKamil Trzcinski2015-10-051-1/+1
|
* Refactor CI helpersDmitriy Zaporozhets2015-09-291-13/+23
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Show CI status on all pages where commits list is renderedDmitriy Zaporozhets2015-09-231-0/+34
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>