summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* port personal snippetshttp://jneen.net/2016-08-301-32/+1
* trim dead codehttp://jneen.net/2016-08-301-81/+0
* port notes and project snippetshttp://jneen.net/2016-08-302-0/+39
* add automatic detection of the policy classhttp://jneen.net/2016-08-302-16/+18
* port CommitStatus/Buildhttp://jneen.net/2016-08-304-1/+24
* add and use MergeRequestPolicyhttp://jneen.net/2016-08-302-2/+8
* port issues to Issu{able,e}Policyhttp://jneen.net/2016-08-305-4/+58
* add support for anonymous abilitieshttp://jneen.net/2016-08-303-205/+67
* add policies, and factor out ProjectPolicyhttp://jneen.net/2016-08-303-31/+231
* remove Ability.abilitieshttp://jneen.net/2016-08-309-26/+9
* 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-3016-77/+127
|\
| * Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-2651-363/+379
| |\
| * | Extract ref_name and path in before_action, feedback:Lin Jen-Shin2016-08-261-5/+10
| * | Add a download icon for artifacts, too. Feedback:Lin Jen-Shin2016-08-251-0/+1
| * | Just use instance variable instead, feedback:Lin Jen-Shin2016-08-251-7/+2
| * | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-24128-320/+920
| |\ \
| * | | Aggressively merge views, feedback:Lin Jen-Shin2016-08-2410-85/+37
| * | | Path could also have slashes! Feedback:Lin Jen-Shin2016-08-242-5/+14
| * | | 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-19100-341/+2319
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-18119-289/+3878
| |\ \ \ \
| * | | | | Not sure why I missed this renamingLin Jen-Shin2016-08-181-1/+1
| * | | | | Use path rather than URL because it should work for http 302:Lin Jen-Shin2016-08-182-6/+6
| * | | | | Use switch case in a helper, feedback:Lin Jen-Shin2016-08-172-7/+18
| * | | | | Use partials for downloading artifacts buttonLin Jen-Shin2016-08-175-63/+26
| * | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-1776-264/+921
| |\ \ \ \ \
| * | | | | | Not sure why missed this oneLin Jen-Shin2016-08-161-1/+1
| * | | | | | Rename to latest_succeeded, feedback:Lin Jen-Shin2016-08-164-4/+4
| * | | | | | An empty line after guard, feedback:Lin Jen-Shin2016-08-161-0/+1
| * | | | | | Add unclickable state to running build artifactsAnnabel Dunstone2016-08-155-4/+10
| * | | | | | Fixed bug when a pipeline for latest SHA does not existKamil Trzcinski2016-08-155-4/+9
| * | | | | | It's project, not @projectLin Jen-Shin2016-08-161-1/+1
| * | | | | | Use URL helper, feedback:Lin Jen-Shin2016-08-161-3/+7
| * | | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-1682-551/+1128
| |\ \ \ \ \ \
| * | | | | | | Show latest pipeline status if what provided artifacts aren't latestLin Jen-Shin2016-08-114-4/+16
| * | | | | | | Make Pipeline.latest_successful_for return the recordLin Jen-Shin2016-08-116-11/+7
| * | | | | | | 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-113-5/+7
| * | | | | | | 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-10225-1341/+2052
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-07-25352-10886/+13475
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'artifacts-from-ref-and-build-name-api' into artifacts-from-ref-...Lin Jen-Shin2016-07-21131-1857/+2604
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Link to pipeline instead of source tree, feedback:Lin Jen-Shin2016-07-194-4/+4
| * | | | | | | | | | Rename latest_success* to latest_successful:Lin Jen-Shin2016-07-197-14/+14