summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Handle perfomance issue with team import. Model specsDmitriy Zaporozhets2012-10-241-0/+33
* Fixing broken test of project last_activityrandx2012-10-171-16/+16
* Added project has_one :last_event assoc. Fixed tab line-height after font-awe...randx2012-10-171-4/+3
* Make Note methods sanerRiyad Preukschas2012-10-131-2/+16
* Separate observing of Note and MergeRequestsRobb Kidd2012-10-101-0/+43
* Make MRs also count and display its commits' notesRiyad Preukschas2012-10-101-0/+15
* AnnotatedDmitriy Zaporozhets2012-10-0913-0/+208
* tests fixAndrey Kumanyaev2012-10-096-8/+8
* Merge branch 'feature/groups' of dev.gitlabhq.com:gitlabhqValery Sizov2012-10-032-0/+46
|\
| * refactored factory + fixed testsDmitriy Zaporozhets2012-10-021-0/+2
| * Group entity. Group has many projectsDmitriy Zaporozhets2012-10-022-0/+44
* | Merge pull request #1617 from dosire/reject-ssh-keys-that-break-gitoliteValeriy Sizov2012-10-031-0/+12
|\ \
| * | Reject ssh keys that break gitolite.Sytse Sijbrandij2012-09-241-0/+12
* | | Cache the value of safe_messageRobert Speicher2012-10-021-0/+37
| |/ |/|
* | Use Rails.root.join where appropriateRobert Speicher2012-09-261-1/+1
* | set activerecord whitelist_attributes to trueNihad Abbasov2012-09-2612-26/+56
* | Protect users projects_limit from mass assignment.Marin Jankovski2012-09-261-0/+26
* | A bit of test refactoringrandx2012-09-151-21/+20
|/
* Merge pull request #1409 from riyad/update-votesDmitriy Zaporozhets2012-09-113-10/+17
|\
| * Rename Upvote role to VotesRiyad Preukschas2012-09-082-2/+2
| * Make notes recognize downvotesRiyad Preukschas2012-09-081-8/+15
* | User left project event addedAlex Denisov2012-09-101-1/+12
* | User joined project event addedAlex Denisov2012-09-091-0/+11
|/
* Merge pull request #1384 from tsigo/emojiDmitriy Zaporozhets2012-09-061-0/+10
|\
| * Update Note#upvote? to support emoji votingRobert Speicher2012-09-061-0/+10
* | Fix spec broken by bde19c0Robert Speicher2012-09-061-1/+1
|/
* 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