summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Merge branch 'master' into 13948-access-request-to-projects-and-groupsDouwe Maan2016-06-141-1/+69
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | Fix Ci::Build#artifacts_expire_in= when assigning invalid durationartifacts-expire-dateKamil Trzcinski2016-06-141-1/+1
| | * | | | | | | Merge remote-tracking branch 'origin/master' into artifacts-expire-dateKamil Trzcinski2016-06-147-37/+48
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | * | | | | | | Fix specsKamil Trzcinski2016-06-141-2/+4
| | * | | | | | | Merge remote-tracking branch 'origin/master' into artifacts-expire-dateKamil Trzcinski2016-06-131-1/+0
| | |\ \ \ \ \ \ \
| | * | | | | | | | Improve testsKamil Trzcinski2016-06-131-1/+1
| | * | | | | | | | Improve design based on reviewKamil Trzcinski2016-06-131-0/+3
| | * | | | | | | | Test controllers if they allow to keep artifactsKamil Trzcinski2016-06-131-1/+64
| * | | | | | | | | UI and copywriting improvements13948-access-request-to-projects-and-groupsRémy Coutable2016-06-147-77/+129
| * | | | | | | | | Add request access for groupsRémy Coutable2016-06-147-58/+336
| | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'confidential-issues-in-private-projects' into 'master' Douwe Maan2016-06-144-4/+37
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Project members with guest role can't access confidential issuesDouglas Barbosa Alexandre2016-06-134-4/+37
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Fix broken URI joining for `teamcity_url` with suffixesRémy Coutable2016-06-141-5/+5
| * | | | | | | | Factorize duplicated code into a method in BambooService and update specsRémy Coutable2016-06-141-6/+6
| |/ / / / / / /
* | | | | | | | Use active tense, feedback from:test-merge-request-4093Lin Jen-Shin2016-06-161-9/+9
* | | | | | | | blank line between setup and expectation, feedback:Lin Jen-Shin2016-06-161-0/+4
* | | | | | | | Adopt the rename from ci_commits to ci_pipelinesLin Jen-Shin2016-06-151-2/+2
* | | | | | | | Merge branch 'master' into feature/runner-lock-on-projectLin Jen-Shin2016-06-147-15/+274
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Remove deprecated issues_tracker and issues_tracker_id from projectDouglas Barbosa Alexandre2016-06-131-22/+0
| | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'issue_3359_2' into 'master' Douwe Maan2016-06-131-1/+0
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Remove notification level from user modelFelipe Artur2016-06-101-1/+0
| * | | | | | 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
| |/ / / /
* | | | | Rename specific_for to available_for:Lin Jen-Shin2016-06-141-7/+7
* | | | | Extra tests inside shared_examples:Lin Jen-Shin2016-06-091-13/+25
* | | | | Remove Build#can_be_served? and rename Runner#can_serve? to can_pick?Lin Jen-Shin2016-06-092-117/+120
* | | | | Prefer string for describe, feedback from:Lin Jen-Shin2016-06-091-5/+5
* | | | | Use block for before/after as we preferredLin Jen-Shin2016-06-091-22/+67
* | | | | Prefer do and end for before/after:Lin Jen-Shin2016-06-091-11/+33
* | | | | Introduced Ci::Runner.specific_for for getting specific runners:Lin Jen-Shin2016-06-091-0/+54
* | | | | Implement the logic for locking runnerLin Jen-Shin2016-06-091-2/+53
|/ / / /
* | | | 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