summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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