Commit graph

13 commits

Author SHA1 Message Date
George Tsiolis
ae86a65dba Externalize strings from /app/views/project/runners 2018-11-23 14:01:25 +02:00
Dylan Griffith
0f7c38f07c Add more i18n for runner pages 2018-05-09 09:37:51 +02:00
Dylan Griffith
4ec95dc404 Share _form and show for project, instance and group runners 2018-05-07 08:54:08 +02:00
Dylan Griffith
1ef9e9c2aa Inline runner_path and runners_path helpers
These were just shorthands for project_... and they will be confusing when introducing group runners so we should not have them (#10244)
2018-05-07 08:54:07 +02:00
Winnie Hellmann
bca5747d98 Upgrade haml_lint Gem to 0.26.0 2017-08-07 09:08:15 +00:00
Grzegorz Bizon
bf9cc351c2 Add minor corrections related to config of runner 2016-05-19 22:01:53 +02:00
Grzegorz Bizon
8ab4a67ca6 Use form errors helper in CI runner edit form 2016-05-19 22:01:53 +02:00
Grzegorz Bizon
9fd6f1b600 Improve displaying validation messages for runner 2016-05-19 22:01:53 +02:00
Grzegorz Bizon
732e98eee7 Reuse runners edit form in admin and project area 2016-05-10 14:21:01 +02:00
Douwe Maan
ffabf1df50 Add cancel button to forms that didn't have one already 2015-12-02 14:41:54 +01:00
Valery Sizov
e92ceb7b57 fix specs 2015-11-30 16:12:31 +02:00
Kamil Trzcinski
ba68facf8d CI details cleanup
- 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.
2015-11-05 15:24:27 +01:00
Dmitriy Zaporozhets
b328c76c06
Move runners page to project settings
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-25 18:03:41 +02:00
Renamed from app/views/ci/runners/edit.html.haml (Browse further)