summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Refactoed GroupsFinder into two separate classesYorick Peterse2015-11-182-9/+91
| * | | | | | | | Renamed GroupsFinder spec file so the name matchesYorick Peterse2015-11-181-0/+0
| * | | | | | | | Refactor getting user groups/projects/contributionsYorick Peterse2015-11-181-4/+48
| * | | | | | | | Added Gitlab::SQL::Union classYorick Peterse2015-11-181-0/+16
| * | | | | | | | Faster way of obtaining latest event update timeYorick Peterse2015-11-181-0/+21
* | | | | | | | | Merge branch 'check_if_it_should_be_archived_in_backup' into 'master' Dmitriy Zaporozhets2015-11-191-1/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Specs that failed before the fix.Marin Jankovski2015-11-181-1/+2
| |/ / / / / /
* | | | | | | Fix specsDouwe Maan2015-11-182-13/+5
|/ / / / / /
* | | | | | Add tests for merge request update.Douwe Maan2015-11-172-5/+8
* | | | | | Fix specDouwe Maan2015-11-171-4/+6
* | | | | | Merge branch 'master' into adamliesko/gitlab-ce-notification-upon-unassignmentDouwe Maan2015-11-1754-307/+1672
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'rs-revert-gh-9820' into 'master' Robert Speicher2015-11-172-0/+9
| |\ \ \ \ \
| | * | | | | Revert "Merge pull request #9820 from huacnlee/avoid-render-form-in-notes-list"rs-revert-gh-9820Robert Speicher2015-11-162-0/+9
| * | | | | | Merge branch 'rs-wiki-touches-project' into 'master' Douwe Maan2015-11-171-0/+18
| |\ \ \ \ \ \
| | * | | | | | Make ProjectWiki touch Project#last_activity_at after wiki actionsrs-wiki-touches-projectRobert Speicher2015-11-161-0/+18
| | |/ / / / /
| * | | | | | Merge branch 'global-milestones' into 'master' Dmitriy Zaporozhets2015-11-164-70/+117
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Lets add more tests to Milestones servicesDmitriy Zaporozhets2015-11-162-0/+52
| | * | | | | Move global milestone specsDmitriy Zaporozhets2015-11-162-70/+65
| * | | | | | Merge branch 'ci-runners-master-or-owner' into 'master' Dmitriy Zaporozhets2015-11-161-1/+11
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Show specific runners from projects where user is master or ownerci-runners-master-or-ownerKamil Trzcinski2015-11-161-1/+11
| * | | | | | Add support for git lfs.lfsMarin Jankovski2015-11-163-0/+670
| |/ / / / /
| * | | | | Merge branch 'releases-feature'Dmitriy Zaporozhets2015-11-162-75/+135
| |\ \ \ \ \
| | * | | | | Add api test for creating tag with release infoDmitriy Zaporozhets2015-11-121-0/+13
| | * | | | | Expose release notes to tags apiDmitriy Zaporozhets2015-11-121-5/+25
| | * | | | | Add releases apiDmitriy Zaporozhets2015-11-121-1/+14
| | * | | | | Move git tags API to separate fileDmitriy Zaporozhets2015-11-122-75/+89
| * | | | | | Merge branch 'impersonate' into 'master' Dmitriy Zaporozhets2015-11-142-27/+38
| |\ \ \ \ \ \
| | * | | | | | refactor login as to be impersonation with better login/logoutJames Newton2015-10-292-27/+38
| * | | | | | | Merge branch 'annotate-models' into 'master' Dmitriy Zaporozhets2015-11-1420-19/+134
| |\ \ \ \ \ \ \
| | * | | | | | | Annotate modelsDmitriy Zaporozhets2015-11-1320-19/+134
| * | | | | | | | Merge branch 'builds_feature' into 'master' Kamil Trzciński2015-11-1312-105/+89
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Fix caching breaking test of build artifactsbuilds_featureKamil Trzcinski2015-11-131-6/+3
| | * | | | | | | Fix broken testsKamil Trzcinski2015-11-136-89/+43
| | * | | | | | | Expose CI enable option in project featuresKamil Trzcinski2015-11-136-10/+43
| * | | | | | | | Merge branch 'refactor-complex-methods' into 'master' Dmitriy Zaporozhets2015-11-131-0/+0
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Move spec to proper place and fix unused variablerefactor-complex-methodsDmitriy Zaporozhets2015-11-131-0/+0
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Add ignore white space option in merge request diffMinsik Yoon2015-11-132-0/+44
| |/ / / / / /
| * | | | | | Merge pull request #9820 from huacnlee/avoid-render-form-in-notes-listDmitriy Zaporozhets2015-11-122-9/+0
| |\ \ \ \ \ \
| | * | | | | | Avoid render edit_form in each notes.Jason Lee2015-11-122-9/+0
| * | | | | | | Merge branch 'caches' into 'master' Kamil Trzciński2015-11-121-0/+82
| |\ \ \ \ \ \ \
| | * | | | | | | Allow to define cache in `.gitlab-ci.yml`cachesKamil Trzcinski2015-11-101-0/+82
| * | | | | | | | Merge branch 'artifacts' into 'master' Kamil Trzciński2015-11-117-15/+312
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Fix testsartifactsKamil Trzcinski2015-11-101-2/+2
| | * | | | | | | Use normal file upload mechanism to upload artifactsKamil Trzcinski2015-11-101-8/+17
| | * | | | | | | Move tmp artifacts to shared/artifacts/tmp/. Check for GitLab-Workhorse nowKamil Trzcinski2015-11-101-1/+1
| | * | | | | | | Change artifacts syntax to allow uploading untracked filesKamil Trzcinski2015-11-101-5/+18
| | * | | | | | | Implement Build ArtifactsKamil Trzcinski2015-11-107-15/+290
| | |/ / / / / /
| * | | | | | | Merge branch 'add-allow-failure-status' into 'master' Stan Hu2015-11-101-1/+3
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Add allow_failure field to commit status APIStan Hu2015-11-031-1/+3
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge remote-tracking branch 'origin/release-notes'Dmitriy Zaporozhets2015-11-102-0/+25
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |