summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '11489-branded-appearance-to-ce' into 'master' Douwe Maan2016-02-291-0/+10
|\
| * Branded login page also in CE11489-branded-appearance-to-ceZeger-Jan van de Weg2016-02-261-0/+10
* | Merge branch 'evuez/gitlab-ce-webhook-url-spaces' into 'master' Robert Speicher2016-02-262-10/+14
|\ \
| * | Allow webhooks URL to have leading and trailing spacesevuez/gitlab-ce-webhook-url-spacesevuez2016-02-262-10/+14
* | | Merge branch 'repository-caching-refactor' into 'master' Robert Speicher2016-02-261-2/+106
|\ \ \ | |/ / |/| |
| * | Added specs for the various Repository hooksrepository-caching-refactorYorick Peterse2016-02-251-2/+106
* | | Add `:with_avatar` trait to User factoryRobert Speicher2016-02-241-0/+12
| |/ |/|
* | Does not raise an error when Todo is already marked as doneDouglas Barbosa Alexandre2016-02-231-27/+7
|/
* Ensure we don't check a commit's description for revert message if it has no ...Rémy Coutable2016-02-221-0/+34
* Merge branch 'tasks' into 'master' Douglas Barbosa Alexandre2016-02-223-0/+92
|\
| * Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-203-6/+6
| * Refactoring task queue partialsDouglas Barbosa Alexandre2016-02-201-19/+5
| * Improve formatted message for tasks when action is a mentionDouglas Barbosa Alexandre2016-02-201-1/+7
| * Use destroy, in case we ever have before_destroy callbacks on TaskDouglas Barbosa Alexandre2016-02-201-1/+1
| * Fix task factoryDouglas Barbosa Alexandre2016-02-201-1/+1
| * Fix pending examples from task model specDouglas Barbosa Alexandre2016-02-201-4/+30
| * Create a pending task when a user is mentioned on a noteDouglas Barbosa Alexandre2016-02-202-0/+18
| * Add tasks queue list pageDouglas Barbosa Alexandre2016-02-201-0/+23
| * Add task modelDouglas Barbosa Alexandre2016-02-202-0/+33
* | Flush emptiness caches whenever neededYorick Peterse2016-02-201-0/+14
|/
* Merge branch 'rs-blob' into 'master' Douwe Maan2016-02-201-0/+81
|\
| * Add a `Blob` model that wraps `Gitlab::Git::Blob`rs-blobRobert Speicher2016-02-181-0/+81
* | Merge branch '12792-emoji-as-text-diff-comment'Douwe Maan2016-02-191-2/+10
|\ \
| * | Improve #set_award! on the Note model12792-emoji-as-text-diff-commentZeger-Jan van de Weg2016-02-191-1/+4
| * | Emoji reponses on diffs aren't award emojiZeger-Jan van de Weg2016-02-191-2/+7
* | | Merge branch 'builds-artifacts-API' into 'master' Kamil Trzciński2016-02-191-2/+2
|\ \ \
| * | | Fix ci_build trace traitKamil Trzcinski2016-02-191-2/+2
* | | | Fix build and add specsRubén Dávila2016-02-191-7/+6
* | | | Some updates from last code review.Rubén Dávila2016-02-191-1/+0
* | | | Add some specs plus some refactor.Rubén Dávila2016-02-191-0/+26
* | | | Save merge commit id when MR is mergedRubén Dávila2016-02-191-0/+1
|/ / /
* | | Move build erasable implementation from concern to modelGrzegorz Bizon2016-02-192-97/+98
* | | Fix name of build erasable, remove superfluous method from itGrzegorz Bizon2016-02-191-21/+11
* | | Use DELETE verb for erasing a build contentGrzegorz Bizon2016-02-191-1/+0
* | | Create method that checks if build has been erasedGrzegorz Bizon2016-02-191-1/+16
* | | Update relevant build fields when build is erasedGrzegorz Bizon2016-02-191-8/+38
* | | Make CI build eraseable only if build is completedGrzegorz Bizon2016-02-191-2/+2
* | | Add build eraseable feature implementationGrzegorz Bizon2016-02-191-0/+62
* | | Use build artifacts trait in build specsGrzegorz Bizon2016-02-191-22/+8
* | | Fix old usages of `ci_runner` factoryTomasz Maczukin2016-02-193-12/+12
|/ /
* | Allow `ProjectTeam#human_max_access` to return "Owner"rs-show-owner-labelRobert Speicher2016-02-181-8/+18
|/
* Merge branch 'autocrlf-lazy' into 'master' Robert Speicher2016-02-181-2/+57
|\
| * Handle raw_repository returning nil in exists?autocrlf-lazyYorick Peterse2016-02-181-0/+6
| * Added specs for Repository#exists?Yorick Peterse2016-02-181-0/+13
| * Only set autocrlf when creating/updating filesYorick Peterse2016-02-181-2/+38
* | Add specs covering bug in build allowed to fail caseGrzegorz Bizon2016-02-181-0/+29
|/
* Expire caches after forking/importing a repositoryYorick Peterse2016-02-171-0/+11
* Merge branch 'bugagazavr/gitlab-ce-extend-hooks' into 'master' Douwe Maan2016-02-162-17/+27
|\
| * Add new data to project in push, issue, merge-request and note webhooks databugagazavr/gitlab-ce-extend-hooksKirill Zaitsev2016-02-112-17/+27
* | Merge branch 'streamline-email-validation' into 'master' Douwe Maan2016-02-124-30/+38
|\ \ | |/ |/|