summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Added specs for Issue#referenced_merge_requestsYorick Peterse2016-03-091-0/+25
* Destroy all related todos when removing a projectDouglas Barbosa Alexandre2016-03-091-0/+1
* Merge branch 'rs-traits-are-good' into 'master' Dmitriy Zaporozhets2016-03-091-1/+1
|\
| * Make better use of the `visibility_level` factory traitsrs-traits-are-goodRobert Speicher2016-03-081-1/+1
* | Merge branch 'rs-snippets-dont-expire' into 'master' Dmitriy Zaporozhets2016-03-092-2/+0
|\ \ | |/ |/|
| * Remove `Snippet#expires_at`rs-snippets-dont-expireRobert Speicher2016-03-052-2/+0
* | Call after_create_branch in Repository#add_branchbranch-tag-count-methodsYorick Peterse2016-03-081-0/+6
* | Call the right hooks in Repository#add_tagYorick Peterse2016-03-081-0/+11
* | Added specs for Repository#rm_tagYorick Peterse2016-03-081-0/+11
* | Call the right hooks when removing branchesYorick Peterse2016-03-081-0/+11
* | Cache & flush tag/branch countsYorick Peterse2016-03-081-3/+44
* | Merge branch 'master' into 'master' Yorick Peterse2016-03-081-0/+12
|\ \
| * | removes the test file of the project spec for invalid methodtiagonbotelho2016-03-071-8/+0
| * | implements test to simulate empty repotiagonbotelho2016-03-071-0/+6
| * | adds tests and fixes some broken code to main language mrtiagonbotelho2016-03-072-0/+14
* | | Remove redundant integration testsRobert Speicher2016-03-071-1/+1
|/ /
* | Merge branch 'issue_13621_2' into 'master' Douwe Maan2016-03-071-2/+1
|\ \
| * | Updates from last code review.issue_13621_2Rubén Dávila2016-03-061-2/+1
| |/
* | Merge branch 'feature/cross-project-labels' into 'master' Douwe Maan2016-03-071-3/+27
|\ \
| * | Add cross project references support for label modelGrzegorz Bizon2016-03-031-1/+25
| * | Add support for keyword arguments in label reference methodGrzegorz Bizon2016-03-031-2/+2
* | | Merge branch 'indicate-mr-diverged-from-target' into 'master' Douwe Maan2016-03-071-0/+64
|\ \ \ | |_|/ |/| |
| * | Indicate how much an MR branch diverges from the target branchPierre de La Morinerie2016-03-031-0/+64
| |/
* | Merge branch 'renaming-repository-caching' into 'master' Rémy Coutable2016-03-031-7/+70
|\ \ | |/ |/|
| * Flush repository caches before renaming projectsrenaming-repository-cachingYorick Peterse2016-02-261-7/+70
* | Add some specs for Repository#revert.issue_13716Rubén Dávila2016-03-011-4/+31
* | Merge branch 'rs-avatar-validation' into 'master' Douwe Maan2016-03-011-1/+15
|\ \
| * | Only validate avatar cropping values when avatar is present AND changedrs-avatar-validationRobert Speicher2016-02-291-1/+15
* | | Reset `otp_grace_period_started_at` after disabling 2FARobert Speicher2016-02-291-0/+2
|/ /
* | 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
|\