Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the annotate gem and delete old annotations | Jeroen van Baarsen | 2016-05-09 | 1 | -37/+0 |
| | | | | | | | | | In 8278b763d96ef10c6494409b18b7eb541463af29 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382 | ||||
* | Annotate the models | Zeger-Jan van de Weg | 2016-05-06 | 1 | -7/+10 |
| | |||||
* | Fix tests | Kamil Trzcinski | 2016-04-18 | 1 | -1/+1 |
| | |||||
* | Write specs for this feature | Kamil Trzcinski | 2016-04-16 | 1 | -6/+11 |
| | |||||
* | Rename CiStatus to Statusable | Kamil Trzcinski | 2016-04-16 | 1 | -2/+6 |
| | |||||
* | Fix CiStatus implementation and tests | Kamil Trzcinski | 2016-04-13 | 1 | -2/+0 |
| | |||||
* | Optimise CI status accessor | Kamil Trzcinski | 2016-04-12 | 1 | -25/+0 |
| | |||||
* | Optimise CI status accessor | Kamil Trzcinski | 2016-04-12 | 1 | -0/+35 |
| | |||||
* | Fix specs | Kamil Trzcinski | 2016-04-11 | 1 | -7/+2 |
| | |||||
* | Use Ci::Commit as Pipeline | Kamil Trzcinski | 2016-04-11 | 1 | -32/+8 |
| | |||||
* | adjusted behavior so canceled builds tagged as allowed to fail do not fail build | Geoffrey Lalonde | 2016-03-17 | 1 | -1/+1 |
| | |||||
* | Cleanup CiCommit and CiBuild | Kamil Trzcinski | 2016-03-14 | 1 | -17/+1 |
| | | | | | | - 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 | ||||
* | Fix Merge When Succeeded for multiple stages | Kamil Trzcinski | 2016-02-19 | 1 | -6/+6 |
| | | | | Use around_transition to trigger build creation for next stages | ||||
* | Fix missing ignored? for GenericCommitStatuscommit-status-fix | Kamil Trzcinski | 2016-02-19 | 1 | -0/+4 |
| | |||||
* | Merge branch 'ci/api-builds' into 'master' | Douwe Maan | 2016-01-14 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | Add builds API References #4264 See merge request !2207 | ||||
| * | Move Ci::Build#available_statuses to AVAILABLE_STATUSES constant in CommitStatusci/api-builds | Tomasz Maczukin | 2016-01-14 | 1 | -0/+2 |
| | | |||||
* | | Rename method that returns url to CI build artifacts download | Grzegorz Bizon | 2016-01-14 | 1 | -1/+5 |
|/ | |||||
* | Annotate models | Stan Hu | 2016-01-06 | 1 | -25/+30 |
| | |||||
* | Fix errors | Kamil Trzcinski | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | Finishing touches | Kamil Trzcinski | 2015-12-11 | 1 | -3/+1 |
| | |||||
* | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 1 | -1/+3 |
| | |||||
* | Merge branch 'master' into merge-if-green | Zeger-Jan van de Weg | 2015-11-18 | 1 | -2/+6 |
|\ | |||||
| * | Annotate models | Dmitriy Zaporozhets | 2015-11-13 | 1 | -0/+33 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Implement Build Artifacts | Kamil Trzcinski | 2015-11-10 | 1 | -0/+4 |
| | | | | | | | | | | | | | | - 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 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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. | ||||
* | | API support, incorporated feedback | Zeger-Jan van de Weg | 2015-11-18 | 1 | -1/+1 |
| | | |||||
* | | Merge when build succeeds | Zeger-Jan van de Weg | 2015-11-02 | 1 | -0/+33 |
|/ | |||||
* | Fix small CI UI regressions | Kamil Trzcinski | 2015-10-23 | 1 | -1/+0 |
| | |||||
* | Implement when syntax in .gitlab-ci.yml | Kamil Trzcinski | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'builds-view' into 'master' | Kamil Trzciński | 2015-10-15 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | Added builds view  /cc @dzaporozhets @vsizov See merge request !1593 | ||||
| * | Refactor builds view | Kamil Trzcinski | 2015-10-14 | 1 | -0/+1 |
| | | |||||
* | | 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> | ||||
* | Update rendering | Kamil Trzcinski | 2015-10-12 | 1 | -2/+3 |
| | |||||
* | Small bug fixes | Kamil Trzcinski | 2015-10-12 | 1 | -7/+16 |
| | |||||
* | Add Commit Status documentation | Kamil Trzcinski | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | Add author to statuses | Kamil Trzcinski | 2015-10-12 | 1 | -0/+2 |
| | |||||
* | Implement Commit Status API | Kamil Trzcinski | 2015-10-12 | 1 | -0/+79 |