summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'finding-multiple-projects-by-paths' into 'master' Robert Speicher2016-06-101-0/+33
|\ \ \ \ \ \
| * | | | | | Add Project.where_paths_infinding-multiple-projects-by-pathsYorick Peterse2016-06-101-0/+33
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'rename-ci-commit-phase-4' into 'master' Rémy Coutable2016-06-101-1/+1
|\ \ \ \ \ \
| * | | | | | Rename commit to pipeline in TriggerRequestKamil Trzcinski2016-06-091-1/+1
| |/ / / / /
* | | | | | Fixing specs stubbed objects cannot access databasePaco Guzman2016-06-102-2/+2
* | | | | | Cache the presence of an issue_tracker at project levelPaco Guzman2016-06-102-0/+96
| |/ / / / |/| | | |
* | | | | Rename ci_commit -> pipelineRémy Coutable2016-06-101-11/+11
* | | | | Rename MergeRequest#cannot_be_merged_because_build_is_not_success? to #mergea...Rémy Coutable2016-06-101-32/+37
* | | | | Improve initial implementation of the 'only_allow_merge_if_build_succeeds.rb'...Rémy Coutable2016-06-101-16/+47
* | | | | Allow or not merge MR with failed buildRui Anderson2016-06-101-0/+117
|/ / / /
* | | | Fix pseudo n+1 queries with Note and Note Authors in issuables APIsAlejandro Rodríguez2016-06-081-0/+26
* | | | Add a blank line between before and it:Lin Jen-Shin2016-06-071-0/+3
* | | | Avoid using subject and is_expected.to:Lin Jen-Shin2016-06-071-5/+8
* | | | Prefer do and end for before/after:Lin Jen-Shin2016-06-071-7/+21
* | | | Fix method definition styleLin Jen-Shin2016-06-071-2/+2
* | | | Use rspec's matchers and update style:Lin Jen-Shin2016-06-071-8/+10
* | | | Use subject for more consistent testing style:Lin Jen-Shin2016-06-071-4/+5
* | | | This is easier to write:Lin Jen-Shin2016-06-071-1/+1
* | | | Add a test for User#ci_authorized_runnersLin Jen-Shin2016-06-071-0/+57
* | | | Fix remaining test offensesrename-ci-commit-phase-2Kamil Trzcinski2016-06-071-1/+1
* | | | Fix tests failuresKamil Trzcinski2016-06-072-2/+2
* | | | Merge remote-tracking branch 'origin/master' into rename-ci-commit-phase-2Kamil Trzcinski2016-06-061-0/+10
|\ \ \ \
| * \ \ \ Merge branch 'notes-are-awardables' into 'master' Douwe Maan2016-06-061-0/+10
| |\ \ \ \
| | * | | | Backend awardables on commentsZJ van de Weg2016-06-061-0/+10
* | | | | | Merge branch 'rename-ci-commit' into rename-ci-commit-phase-2Kamil Trzcinski2016-06-061-0/+60
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into rename-ci-commitKamil Trzcinski2016-06-061-0/+60
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Add a `U2fRegistrations` table/model.Timothy Andrew2016-06-061-0/+60
| | |/ / / /
* | | | | | Merge branch 'rename-ci-commit' into rename-ci-commit-phase-2Kamil Trzcinski2016-06-065-47/+85
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'origin/master' into rename-ci-commitKamil Trzcinski2016-06-065-47/+85
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix rubocop offense in awardable specsfix/rubocop-offense-in-specsGrzegorz Bizon2016-06-061-3/+2
| | * | | | Merge branch 'master' into awardablesawardablesZ.J. van de Weg2016-06-0315-34/+543
| | |\ \ \ \ | | | |/ / /
| | * | | | Incorportate feedbackZ.J. van de Weg2016-06-011-2/+1
| | * | | | Merge branch 'master' into awardablesZJ van de Weg2016-05-3015-127/+226
| | |\ \ \ \
| | * | | | | Remove old tests, and use right factoriesZJ van de Weg2016-05-251-60/+0
| | * | | | | Merge branch 'master' into awardablesZJ van de Weg2016-05-257-19/+120
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into awardablesFatih Acet2016-05-182-2/+94
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into awardablesFatih Acet2016-05-1813-41/+163
| | |\ \ \ \ \ \ \
| | * | | | | | | | Fix tests and wrong choices during mergeZeger-Jan van de Weg2016-05-121-0/+30
| | * | | | | | | | Incorporate feedbackZeger-Jan van de Weg2016-05-111-33/+2
| | * | | | | | | | Merge branch 'master' into awardablesZeger-Jan van de Weg2016-05-112-2/+21
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'master' into awardablesZeger-Jan van de Weg2016-05-1163-1139/+1318
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | |
| | * | | | | | | | | Add tests on Awardables and Award EmojiZeger-Jan van de Weg2016-05-103-0/+54
| | * | | | | | | | | Create table for award emojiZeger-Jan van de Weg2016-05-063-53/+31
* | | | | | | | | | | Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski2016-06-036-195/+195
|/ / / / / / / / / /
* | | | | | | | | | Fix more places where we should rename ci_commit to pipelineKamil Trzcinski2016-06-035-14/+14
* | | | | | | | | | Merge remote-tracking branch 'origin/master' into rename-ci-commitKamil Trzcinski2016-06-033-0/+48
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | issuable#labels_array explicitly load the labelsPaco Guzman2016-06-021-0/+14
| * | | | | | | | | Update specs. Add CHANGELOG entryissue-18036Josh Frye2016-06-022-0/+34
* | | | | | | | | | Rename Ci::Build commit to pipelineKamil Trzcinski2016-06-034-46/+46
* | | | | | | | | | Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski2016-06-023-4/+4
|/ / / / / / / / /