Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimize branch lookups and force a repository reload for Repository#find_branchsh-reload-find-branch | Stan Hu | 2016-09-01 | 1 | -0/+18 |
* | don't use a deprecated api in ability_spec | http://jneen.net/ | 2016-08-30 | 1 | -2/+2 |
* | add project_policy_spec to replace .project_abilities spec | http://jneen.net/ | 2016-08-30 | 1 | -64/+0 |
* | remove Ability.abilities | http://jneen.net/ | 2016-08-30 | 2 | -14/+11 |
* | remove six, and use a Set instead | http://jneen.net/ | 2016-08-30 | 2 | -4/+2 |
* | delete project_security_spec | http://jneen.net/ | 2016-08-30 | 1 | -112/+0 |
* | Merge branch 'artifacts-from-ref-and-build-name' into 'master' | Douwe Maan | 2016-08-30 | 4 | -17/+63 |
|\ | |||||
| * | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu... | Lin Jen-Shin | 2016-08-26 | 6 | -17/+114 |
| |\ | |||||
| * \ | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu... | Lin Jen-Shin | 2016-08-24 | 7 | -10/+106 |
| |\ \ | |||||
| * \ \ | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu... | Lin Jen-Shin | 2016-08-19 | 5 | -1/+1108 |
| |\ \ \ | |||||
| * \ \ \ | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu... | Lin Jen-Shin | 2016-08-18 | 6 | -0/+258 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu... | Lin Jen-Shin | 2016-08-17 | 17 | -65/+235 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu... | Lin Jen-Shin | 2016-08-16 | 12 | -333/+375 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Remove Pipeline#latest in favour of Project#pipeline_for(ref) | Lin Jen-Shin | 2016-08-11 | 1 | -21/+7 |
| * | | | | | | | Fix mock | Lin Jen-Shin | 2016-08-11 | 1 | -2/+2 |
| * | | | | | | | Fetch the current SHA if SHA was not passed | Lin Jen-Shin | 2016-08-11 | 1 | -12/+26 |
| * | | | | | | | Reverse ref and sha in args and rename pipeline to pipeline_for | Lin Jen-Shin | 2016-08-11 | 1 | -1/+1 |
| * | | | | | | | Introduce Pipeline#latest and Pipeline.latest_for: | Lin Jen-Shin | 2016-08-10 | 1 | -2/+46 |
| * | | | | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu... | Lin Jen-Shin | 2016-08-10 | 52 | -311/+1162 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu... | Lin Jen-Shin | 2016-07-25 | 7 | -78/+283 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | They were moved to project_spec.rb | Lin Jen-Shin | 2016-07-21 | 1 | -36/+0 |
| * | | | | | | | | | Merge branch 'artifacts-from-ref-and-build-name-api' into artifacts-from-ref-... | Lin Jen-Shin | 2016-07-21 | 8 | -57/+701 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Rename latest_success* to latest_successful: | Lin Jen-Shin | 2016-07-19 | 1 | -4/+4 |
| * | | | | | | | | | | Merge branch 'master' into artifacts-from-ref-and-build-name | Lin Jen-Shin | 2016-07-18 | 22 | -102/+209 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Latest success pipelines (rather than builds) | Lin Jen-Shin | 2016-07-18 | 1 | -8/+27 |
| * | | | | | | | | | | | Use ci_commits.ref (Pipeline#ref) to find builds | Lin Jen-Shin | 2016-07-18 | 1 | -2/+3 |
| * | | | | | | | | | | | Match against records rather than id, feedback: | Lin Jen-Shin | 2016-07-18 | 1 | -2/+2 |
| * | | | | | | | | | | | Use RSpec helpers, feedback from: | Lin Jen-Shin | 2016-07-18 | 1 | -5/+6 |
| * | | | | | | | | | | | Introduce Project#latest_success_builds_for: | Lin Jen-Shin | 2016-07-15 | 1 | -4/+8 |
| * | | | | | | | | | | | Prefer empty relation rather than arrays | Lin Jen-Shin | 2016-07-12 | 1 | -0/+6 |
| * | | | | | | | | | | | Doh. I already wrote that test and I forgot. | Lin Jen-Shin | 2016-07-12 | 2 | -16/+2 |
| * | | | | | | | | | | | Test for Project#builds_for and return empty array for nothing | Lin Jen-Shin | 2016-07-12 | 1 | -1/+15 |
| * | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu... | Lin Jen-Shin | 2016-07-11 | 9 | -29/+484 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Multiline for before block | Lin Jen-Shin | 2016-07-07 | 1 | -2/+6 |
| * | | | | | | | | | | | | Avoid ambiguous syntax | Lin Jen-Shin | 2016-07-07 | 1 | -2/+2 |
| * | | | | | | | | | | | | Introduce Project#builds_for(build_name, ref = 'HEAD'): | Lin Jen-Shin | 2016-07-07 | 1 | -2/+10 |
* | | | | | | | | | | | | | Merge branch '19315-can-edit-merge-request-with-deleted-fork' into 'master' | Douwe Maan | 2016-08-30 | 1 | -0/+76 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Change method name | Katarzyna Kobierska | 2016-08-30 | 1 | -4/+4 |
| * | | | | | | | | | | | | | Improve grammar | Katarzyna Kobierska | 2016-08-30 | 1 | -7/+7 |
| * | | | | | | | | | | | | | Improve code | Katarzyna Kobierska | 2016-08-30 | 1 | -4/+16 |
| * | | | | | | | | | | | | | User can edit closed MR with deleted fork | Katarzyna Kobierska | 2016-08-30 | 1 | -0/+64 |
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Fix "Wiki" link not appearing in navigation for projects with external wiki21446-service-external-wiki-only-works-when-project-wiki-is-enabled | Alejandro RodrÃguez | 2016-08-26 | 2 | -0/+25 |
|/ / / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge branch 'capitalize-mentioned-issue-notes' into 'master' | Douwe Maan | 2016-08-26 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Capitalize mentioned issue timeline notes | Clement Ho | 2016-08-25 | 1 | -1/+1 |
* | | | | | | | | | | | | | Merge branch '21275-getting-500-error-when-viewing-a-merge-request' | Douwe Maan | 2016-08-25 | 1 | -0/+13 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Don't show conflicts when there are none | Sean McGivern | 2016-08-25 | 1 | -0/+6 |
| * | | | | | | | | | | | | | Handle case where conflicts aren't on disk yet | Sean McGivern | 2016-08-25 | 1 | -0/+7 |
* | | | | | | | | | | | | | | Merge branch 'statuseable-hasstatus' into 'master' | Robert Speicher | 2016-08-25 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | rename Statuseable to HasStatus | De Wet Blomerus | 2016-08-25 | 1 | -3/+3 |
| |/ / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | | Merge branch 'dz-merge-request-version' | Douwe Maan | 2016-08-25 | 2 | -13/+56 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | |