Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make almost everything on Ability private | http://jneen.net/ | 2016-08-30 | 1 | -46/+44 |
* | don't double-cache project_abilites | http://jneen.net/ | 2016-08-30 | 1 | -11/+2 |
* | remove six, and use a Set instead | http://jneen.net/ | 2016-08-30 | 1 | -6/+19 |
* | re-enable the cyclomatic complexity checker | http://jneen.net/ | 2016-08-30 | 1 | -1/+0 |
* | Merge branch 'artifacts-from-ref-and-build-name' into 'master' | Douwe Maan | 2016-08-30 | 3 | -7/+14 |
|\ | |||||
| * | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu... | Lin Jen-Shin | 2016-08-26 | 10 | -107/+153 |
| |\ | |||||
| * \ | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu... | Lin Jen-Shin | 2016-08-24 | 24 | -74/+188 |
| |\ \ | |||||
| * | | | Unify pipeline_for(ref, nil) and pipeline_for(ref), feedback: | Lin Jen-Shin | 2016-08-19 | 1 | -1/+4 |
| * | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu... | Lin Jen-Shin | 2016-08-19 | 7 | -32/+231 |
| |\ \ \ | |||||
| * \ \ \ | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu... | Lin Jen-Shin | 2016-08-18 | 11 | -4/+128 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu... | Lin Jen-Shin | 2016-08-17 | 15 | -16/+121 |
| |\ \ \ \ \ | |||||
| * | | | | | | An empty line after guard, feedback: | Lin Jen-Shin | 2016-08-16 | 1 | -0/+1 |
| * | | | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu... | Lin Jen-Shin | 2016-08-16 | 15 | -138/+250 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Make Pipeline.latest_successful_for return the record | Lin Jen-Shin | 2016-08-11 | 2 | -7/+3 |
| * | | | | | | | Remove Pipeline#latest in favour of Project#pipeline_for(ref) | Lin Jen-Shin | 2016-08-11 | 1 | -4/+0 |
| * | | | | | | | Fetch the current SHA if SHA was not passed | Lin Jen-Shin | 2016-08-11 | 1 | -1/+2 |
| * | | | | | | | Reverse ref and sha in args and rename pipeline to pipeline_for | Lin Jen-Shin | 2016-08-11 | 2 | -4/+6 |
| * | | | | | | | It's latest_for, not just latest | Lin Jen-Shin | 2016-08-10 | 1 | -1/+1 |
| * | | | | | | | Introduce Pipeline#latest and Pipeline.latest_for: | Lin Jen-Shin | 2016-08-10 | 1 | -2/+10 |
| * | | | | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu... | Lin Jen-Shin | 2016-08-10 | 28 | -109/+507 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu... | Lin Jen-Shin | 2016-07-25 | 12 | -88/+292 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'artifacts-from-ref-and-build-name-api' into artifacts-from-ref-... | Lin Jen-Shin | 2016-07-21 | 16 | -109/+354 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Rename latest_success* to latest_successful: | Lin Jen-Shin | 2016-07-19 | 2 | -5/+5 |
| * | | | | | | | | | | Support SHA for downloading artifacts: | Lin Jen-Shin | 2016-07-19 | 1 | -3/+6 |
| * | | | | | | | | | | Just use order(id: :desc) for latest stuffs: | Lin Jen-Shin | 2016-07-19 | 3 | -11/+3 |
| * | | | | | | | | | | Show notice if builds are not from latest pipeline | Lin Jen-Shin | 2016-07-18 | 2 | -3/+12 |
| * | | | | | | | | | | Merge branch 'master' into artifacts-from-ref-and-build-name | Lin Jen-Shin | 2016-07-18 | 15 | -53/+98 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | We should actually give latest success builds as well | Lin Jen-Shin | 2016-07-18 | 1 | -1/+1 |
| * | | | | | | | | | | | Latest success pipelines (rather than builds) | Lin Jen-Shin | 2016-07-18 | 3 | -7/+12 |
| * | | | | | | | | | | | Use ci_commits.ref (Pipeline#ref) to find builds | Lin Jen-Shin | 2016-07-18 | 1 | -9/+2 |
| * | | | | | | | | | | | Use ci_commits.gl_project_id instead of ci_builds.gl_project_id: | Lin Jen-Shin | 2016-07-18 | 1 | -3/+4 |
| * | | | | | | | | | | | Introduce Project#latest_success_builds_for: | Lin Jen-Shin | 2016-07-15 | 1 | -3/+6 |
| * | | | | | | | | | | | More descriptive local variable, feedback: | Lin Jen-Shin | 2016-07-14 | 1 | -3/+3 |
| * | | | | | | | | | | | Remove blank line between if/else clause, feedback: | Lin Jen-Shin | 2016-07-14 | 1 | -1/+0 |
| * | | | | | | | | | | | Avoid shadowing CommitStatus#id, feedback: | Lin Jen-Shin | 2016-07-14 | 1 | -2/+2 |
| * | | | | | | | | | | | save some lines and a local variable | Lin Jen-Shin | 2016-07-12 | 1 | -3/+1 |
| * | | | | | | | | | | | Prefer if over return | Lin Jen-Shin | 2016-07-12 | 1 | -5/+9 |
| * | | | | | | | | | | | Prefer empty relation rather than arrays | Lin Jen-Shin | 2016-07-12 | 1 | -1/+1 |
| * | | | | | | | | | | | Test for Project#builds_for and return empty array for nothing | Lin Jen-Shin | 2016-07-12 | 1 | -0/+3 |
| * | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu... | Lin Jen-Shin | 2016-07-11 | 19 | -240/+530 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Introduce Project#builds_for(build_name, ref = 'HEAD'): | Lin Jen-Shin | 2016-07-07 | 2 | -1/+15 |
* | | | | | | | | | | | | | Merge branch 'shorten-task-status-phrase' into 'master' | Douwe Maan | 2016-08-30 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Shorten task status phrase | Clement Ho | 2016-08-29 | 1 | -2/+2 |
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge branch '19315-can-edit-merge-request-with-deleted-fork' into 'master' | Douwe Maan | 2016-08-30 | 1 | -15/+18 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Change method name | Katarzyna Kobierska | 2016-08-30 | 1 | -3/+3 |
| * | | | | | | | | | | | | | Improve grammar and fix CHANGELOG | Katarzyna Kobierska | 2016-08-30 | 1 | -1/+1 |
| * | | | | | | | | | | | | | User can edit closed MR with deleted fork | Katarzyna Kobierska | 2016-08-30 | 1 | -15/+18 |
| |/ / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | Merge branch '21211-comment-on-diff-partially-broken-after-updating-to-8-11' ... | Douwe Maan | 2016-08-30 | 2 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Move #to_discussion to NoteOnDiff21211-comment-on-diff-partially-broken-after-updating-to-8-11 | Sean McGivern | 2016-08-30 | 3 | -8/+4 |
| * | | | | | | | | | | | | | Fix diff comments on legacy MRs | Sean McGivern | 2016-08-30 | 1 | -0/+4 |
| |/ / / / / / / / / / / / |