summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* New Members::DestroyServiceRémy Coutable2016-06-183-32/+0
* Merge branch 'issue_12758' into 'master' Douwe Maan2016-06-171-0/+25
|\
| * Merge master into issue_12758issue_12758Felipe Artur2016-06-176-33/+61
| |\
| * | Implement custom notification level optionsFelipe Artur2016-06-151-0/+25
* | | Merge branch '14918-add-filter-dropdown-to-tag-page' into 'master' Rémy Coutable2016-06-171-0/+41
|\ \ \ | |_|/ |/| |
| * | Add sorting dropdown to tag page14918-add-filter-dropdown-to-tag-pageAlejandro Rodríguez2016-06-161-0/+41
* | | Merge branch '2979-personal-access-tokens' into 'master' Douwe Maan2016-06-171-0/+15
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-06-1615-58/+522
| |\ \ \ | | | |/ | | |/|
| * | | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-06-147-15/+274
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-06-0912-524/+738
| |\ \ \ \
| * | | | | Fix rubocop spec.Timothy Andrew2016-06-031-1/+1
| * | | | | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-06-0334-281/+1167
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-05-1155-895/+536
| |\ \ \ \ \ \
| * | | | | | | Address @DouweM's feedback on !3749.Timothy Andrew2016-04-281-0/+15
* | | | | | | | Merge branch 'remove_jiraissue' into 'master' Robert Speicher2016-06-172-32/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove JiraIssue model and replace references with ExternalIssueIlan Shamir2016-06-162-32/+4
* | | | | | | | | Merge branch 'fix-project-find-with-namespace-order' into 'master' Robert Speicher2016-06-171-1/+17
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Fixed ordering in Project.find_with_namespacefix-project-find-with-namespace-orderYorick Peterse2016-06-161-1/+17
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'fix/status-of-pipeline-without-builds' into 'master' Rémy Coutable2016-06-161-0/+13
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into fix/status-of-pipeline-without-buildsfix/status-of-pipeline-without-buildsGrzegorz Bizon2016-06-1510-43/+474
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| * | | | | | | | Remove reduntant method for building pipeline buildsGrzegorz Bizon2016-06-151-0/+3
| * | | | | | | | Return false in create_builds if not builds createdGrzegorz Bizon2016-06-151-0/+10
| * | | | | | | | Remove ci commit specs that remain after bad mergeGrzegorz Bizon2016-06-141-403/+0
| * | | | | | | | Merge branch 'master' into fix/status-of-pipeline-without-buildsGrzegorz Bizon2016-06-1418-150/+1059
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Refactor code reponsible for creating buildsGrzegorz Bizon2016-06-031-6/+2
| * | | | | | | | | Update specs describeKamil Trzcinski2016-06-031-1/+1
| * | | | | | | | | Update CreateCommitBuildsService to pass testsKamil Trzcinski2016-06-031-3/+3
| * | | | | | | | | Save Ci::Commit object to persist all created buildsKamil Trzcinski2016-06-031-2/+6
| * | | | | | | | | Update ci commit pipeline specs according to changesGrzegorz Bizon2016-06-031-8/+8
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'group-owners-association' into 'master' Rémy Coutable2016-06-161-0/+12
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Turn Group#owners into a has_many associationYorick Peterse2016-06-161-0/+12
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'environments-and-deployments' into 'master' Rémy Coutable2016-06-153-0/+33
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge remote-tracking branch 'origin/master' into environments-and-deploymentsKamil Trzcinski2016-06-141-1/+69
| |\ \ \ \ \ \ \
| * | | | | | | | Add specs for models and servicesKamil Trzcinski2016-06-143-0/+33
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | 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
|/ / / / / / /
* | | | | | | 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
|\ \ \ \ \ \ | |/ / / / / |/| | | | |