Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Link to correct (source) project on MR builds tabmr-builds-fixes | Douwe Maan | 2015-12-16 | 1 | -4/+4 |
| | |||||
* | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | Link builds list status to build details | Douwe Maan | 2015-12-08 | 1 | -1/+6 |
| | |||||
* | Show "#123" instead of "Builds #123" to make column smaller | Douwe Maan | 2015-12-08 | 1 | -2/+2 |
| | |||||
* | Implement Build Artifacts | Kamil Trzcinski | 2015-11-10 | 1 | -0/+3 |
| | | | | | | | - Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile | ||||
* | CI details cleanup | Kamil Trzcinski | 2015-11-05 | 1 | -7/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 warning signshow_pending_warning | Kamil Trzcinski | 2015-10-14 | 1 | -4/+3 |
| | |||||
* | Show warning if build doesn't have runners with specified tags or runners ↵ | Kamil Trzcinski | 2015-10-14 | 1 | -0/+4 |
| | | | | | | | | didn't connect recently Slightly refactor runner status detection: moving it to Runner class Signed-off-by: Kamil Trzcinski <ayufan@ayufan.eu> | ||||
* | Fix retry and cancel for buildfix-retry-and-cancel | Kamil Trzcinski | 2015-10-14 | 1 | -3/+3 |
| | |||||
* | Update rendering | Kamil Trzcinski | 2015-10-12 | 1 | -3/+2 |
| | |||||
* | Small bug fixes | Kamil Trzcinski | 2015-10-12 | 1 | -8/+8 |
| | |||||
* | Implement Commit Status API | Kamil Trzcinski | 2015-10-12 | 1 | -0/+52 |