summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* add validations for boolean attributesNihad Abbasov2012-09-053-2/+8
* Update User#identifier to conform to Gitolite 2.x's user patternRobert Speicher2012-09-041-24/+34
* fix project.last_activity specrandx2012-08-301-1/+1
* Add more coverage for model validations and associationsRobert Speicher2012-08-2911-48/+85
* Remove annotations from specsRobert Speicher2012-08-2913-212/+0
* Move IssueCommonality and Upvote specs out of models and into their own specsRobert Speicher2012-08-292-66/+8
* Remove model specs that are covered by factories_specRobert Speicher2012-08-292-12/+0
* Remove all instances to 'gitlabhq_x' seed repositories from specs and featuresRobert Speicher2012-08-281-1/+1
* Simple model spec changes made possible by new factoriesRobert Speicher2012-08-286-95/+37
* All specs and features currently passing with FactoryGirlRobert Speicher2012-08-281-6/+5
* Minor cleanup to Milestone model and specRobert Speicher2012-08-251-9/+18
* Move observer specs out of spec/models into spec/observersRobert Speicher2012-08-253-218/+0
* project should not respond to write_hooks any morerandx2012-08-211-1/+0
* Fully embrace Ruby 1.9 hash syntaxRobert Speicher2012-08-1013-97/+97
* Fix `search` class method for IssueCommonalityRobert Speicher2012-08-092-0/+17
* Remove useless Protected branch testrandx2012-08-021-13/+0
* Backend RefactoringDmitriy Zaporozhets2012-07-311-5/+40
* Fix #1009 Replace all special characters in user's identitytomykaira2012-07-281-0/+5
* Enable observe for system hooksDmitriy Zaporozhets2012-07-201-0/+2
* System Hooks: rspecValeriy Sizov2012-07-191-0/+61
* System hooks: fix broken testsValeriy Sizov2012-07-193-25/+25
* Feature: Unassigned Merge RequestsDmitriy Zaporozhets2012-07-171-1/+0
* Disable issues sort. Recent issues on top. Fixed testsDmitriy Zaporozhets2012-07-022-2/+2
* Epic: Gitlab configuration with default valuesDmitriy Zaporozhets2012-07-021-1/+1
* Merge pull request #971 from gingko/masterDmitriy Zaporozhets2012-06-261-0/+18
|\
| * Added option to automaticaly generate passwords for new users.Jakub Troszok2012-06-261-4/+16
| * Added tests for automatic password generation.Jakub Troszok2012-06-241-0/+6
* | Issues can be unassigned nowrandx2012-06-261-1/+0
* | Reannotatedrandx2012-06-2613-73/+97
|/
* Protect IssueObserver#send_reassigned_email method.Robb Kidd2012-06-201-3/+3
* Extract observation of User to a UserObserverRobb Kidd2012-06-201-0/+26
* Deliver issue mails.Robb Kidd2012-06-201-5/+17
* Disable observers in specs. Enable only when observer is under test.Robb Kidd2012-06-203-13/+36
* Make IssueObserver handle issus, not MailerObserverRobb Kidd2012-06-202-6/+56
* Add method for an issue to know whether it is being closedRobb Kidd2012-06-202-8/+50
* Add method to Note to create notes about status changes.Robb Kidd2012-06-201-0/+19
* Update IssueObserver to send reassigned emails when an issue is reassigned.Robb Kidd2012-06-201-29/+36
* Add new utility method for an issue to know whether it is being reassignedRobb Kidd2012-06-201-4/+15
* New IssueObserver class and spec.Robb Kidd2012-06-201-0/+67
* cleanup User modelNihad Abbasov2012-05-291-1/+1
* lib/ refactoring. Module Gitlabhq renamed to Gitlabrandx2012-05-261-1/+1
* Add spec for ProtectedBranch.Robb Kidd2012-05-101-1/+47
* fixed testsDmitriy Zaporozhets2012-04-091-1/+1
* first pack of tests for milestonesDmitriy Zaporozhets2012-04-092-2/+38
* Milestone basic scaffoldDmitriy Zaporozhets2012-04-091-0/+5
* Fix issues with push 600+ commits. refactored, improved push eventsrandx2012-04-042-10/+10
* fixed project specDmitriy Zaporozhets2012-04-021-1/+1
* Event & Wiki models specsDmitriy Zaporozhets2012-03-282-0/+75
* Some test covering merge request update hookDmitriy Zaporozhets2012-03-161-0/+28
* Added 'x notes' and +1 counters to issues and merge requests. Refs #549Ariejan de Vroom2012-03-151-0/+32