summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* make almost everything on Ability privatehttp://jneen.net/2016-08-301-46/+44
* don't double-cache project_abiliteshttp://jneen.net/2016-08-301-11/+2
* remove six, and use a Set insteadhttp://jneen.net/2016-08-301-6/+19
* re-enable the cyclomatic complexity checkerhttp://jneen.net/2016-08-301-1/+0
* Merge branch 'artifacts-from-ref-and-build-name' into 'master' Douwe Maan2016-08-303-7/+14
|\
| * Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-2610-107/+153
| |\
| * \ Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-2424-74/+188
| |\ \
| * | | Unify pipeline_for(ref, nil) and pipeline_for(ref), feedback:Lin Jen-Shin2016-08-191-1/+4
| * | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-197-32/+231
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-1811-4/+128
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-1715-16/+121
| |\ \ \ \ \
| * | | | | | An empty line after guard, feedback:Lin Jen-Shin2016-08-161-0/+1
| * | | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-1615-138/+250
| |\ \ \ \ \ \
| * | | | | | | Make Pipeline.latest_successful_for return the recordLin Jen-Shin2016-08-112-7/+3
| * | | | | | | Remove Pipeline#latest in favour of Project#pipeline_for(ref)Lin Jen-Shin2016-08-111-4/+0
| * | | | | | | Fetch the current SHA if SHA was not passedLin Jen-Shin2016-08-111-1/+2
| * | | | | | | Reverse ref and sha in args and rename pipeline to pipeline_forLin Jen-Shin2016-08-112-4/+6
| * | | | | | | It's latest_for, not just latestLin Jen-Shin2016-08-101-1/+1
| * | | | | | | Introduce Pipeline#latest and Pipeline.latest_for:Lin Jen-Shin2016-08-101-2/+10
| * | | | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-1028-109/+507
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-07-2512-88/+292
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'artifacts-from-ref-and-build-name-api' into artifacts-from-ref-...Lin Jen-Shin2016-07-2116-109/+354
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Rename latest_success* to latest_successful:Lin Jen-Shin2016-07-192-5/+5
| * | | | | | | | | | Support SHA for downloading artifacts:Lin Jen-Shin2016-07-191-3/+6
| * | | | | | | | | | Just use order(id: :desc) for latest stuffs:Lin Jen-Shin2016-07-193-11/+3
| * | | | | | | | | | Show notice if builds are not from latest pipelineLin Jen-Shin2016-07-182-3/+12
| * | | | | | | | | | Merge branch 'master' into artifacts-from-ref-and-build-nameLin Jen-Shin2016-07-1815-53/+98
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | We should actually give latest success builds as wellLin Jen-Shin2016-07-181-1/+1
| * | | | | | | | | | | Latest success pipelines (rather than builds)Lin Jen-Shin2016-07-183-7/+12
| * | | | | | | | | | | Use ci_commits.ref (Pipeline#ref) to find buildsLin Jen-Shin2016-07-181-9/+2
| * | | | | | | | | | | Use ci_commits.gl_project_id instead of ci_builds.gl_project_id:Lin Jen-Shin2016-07-181-3/+4
| * | | | | | | | | | | Introduce Project#latest_success_builds_for:Lin Jen-Shin2016-07-151-3/+6
| * | | | | | | | | | | More descriptive local variable, feedback:Lin Jen-Shin2016-07-141-3/+3
| * | | | | | | | | | | Remove blank line between if/else clause, feedback:Lin Jen-Shin2016-07-141-1/+0
| * | | | | | | | | | | Avoid shadowing CommitStatus#id, feedback:Lin Jen-Shin2016-07-141-2/+2
| * | | | | | | | | | | save some lines and a local variableLin Jen-Shin2016-07-121-3/+1
| * | | | | | | | | | | Prefer if over returnLin Jen-Shin2016-07-121-5/+9
| * | | | | | | | | | | Prefer empty relation rather than arraysLin Jen-Shin2016-07-121-1/+1
| * | | | | | | | | | | Test for Project#builds_for and return empty array for nothingLin Jen-Shin2016-07-121-0/+3
| * | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-07-1119-240/+530
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Introduce Project#builds_for(build_name, ref = 'HEAD'):Lin Jen-Shin2016-07-072-1/+15
* | | | | | | | | | | | | Merge branch 'shorten-task-status-phrase' into 'master' Douwe Maan2016-08-301-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Shorten task status phraseClement Ho2016-08-291-2/+2
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch '19315-can-edit-merge-request-with-deleted-fork' into 'master' Douwe Maan2016-08-301-15/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Change method nameKatarzyna Kobierska2016-08-301-3/+3
| * | | | | | | | | | | | | Improve grammar and fix CHANGELOGKatarzyna Kobierska2016-08-301-1/+1
| * | | | | | | | | | | | | User can edit closed MR with deleted forkKatarzyna Kobierska2016-08-301-15/+18
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch '21211-comment-on-diff-partially-broken-after-updating-to-8-11' ...Douwe Maan2016-08-302-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Move #to_discussion to NoteOnDiff21211-comment-on-diff-partially-broken-after-updating-to-8-11Sean McGivern2016-08-303-8/+4
| * | | | | | | | | | | | | Fix diff comments on legacy MRsSean McGivern2016-08-301-0/+4
| |/ / / / / / / / / / / /