Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-17Fixing broken test of project last_activityrandx
2012-10-17Added project has_one :last_event assoc. Fixed tab line-height after font-awe...randx
2012-10-13Make Note methods sanerRiyad Preukschas
2012-10-11Separate observing of Note and MergeRequestsRobb Kidd
2012-10-10Make MRs also count and display its commits' notesRiyad Preukschas
2012-10-09AnnotatedDmitriy Zaporozhets
2012-10-09tests fixAndrey Kumanyaev
2012-10-03Merge branch 'feature/groups' of dev.gitlabhq.com:gitlabhqValery Sizov
2012-10-03Merge pull request #1617 from dosire/reject-ssh-keys-that-break-gitoliteValeriy Sizov
2012-10-03Cache the value of safe_messageRobert Speicher
2012-10-02refactored factory + fixed testsDmitriy Zaporozhets
2012-10-02Group entity. Group has many projectsDmitriy Zaporozhets
2012-09-27Use Rails.root.join where appropriateRobert Speicher
2012-09-26set activerecord whitelist_attributes to trueNihad Abbasov
2012-09-26Protect users projects_limit from mass assignment.Marin Jankovski
2012-09-24Reject ssh keys that break gitolite.Sytse Sijbrandij
2012-09-15A bit of test refactoringrandx
2012-09-12Merge pull request #1409 from riyad/update-votesDmitriy Zaporozhets
2012-09-10User left project event addedAlex Denisov
2012-09-10User joined project event addedAlex Denisov
2012-09-08Rename Upvote role to VotesRiyad Preukschas
2012-09-08Make notes recognize downvotesRiyad Preukschas
2012-09-07Merge pull request #1384 from tsigo/emojiDmitriy Zaporozhets
2012-09-07Fix spec broken by bde19c0Robert Speicher
2012-09-06Update Note#upvote? to support emoji votingRobert Speicher
2012-09-05add validations for boolean attributesNihad Abbasov
2012-09-04Update User#identifier to conform to Gitolite 2.x's user patternRobert Speicher
2012-08-30fix project.last_activity specrandx
2012-08-29Add more coverage for model validations and associationsRobert Speicher
2012-08-29Remove annotations from specsRobert Speicher
2012-08-29Move IssueCommonality and Upvote specs out of models and into their own specsRobert Speicher
2012-08-29Remove model specs that are covered by factories_specRobert Speicher
2012-08-29Remove all instances to 'gitlabhq_x' seed repositories from specs and featuresRobert Speicher
2012-08-29Simple model spec changes made possible by new factoriesRobert Speicher
2012-08-29All specs and features currently passing with FactoryGirlRobert Speicher
2012-08-25Minor cleanup to Milestone model and specRobert Speicher
2012-08-25Move observer specs out of spec/models into spec/observersRobert Speicher
2012-08-21project should not respond to write_hooks any morerandx
2012-08-11Fully embrace Ruby 1.9 hash syntaxRobert Speicher
2012-08-09Fix `search` class method for IssueCommonalityRobert Speicher
2012-08-02Remove useless Protected branch testrandx
2012-07-31Backend RefactoringDmitriy Zaporozhets
2012-07-28Fix #1009 Replace all special characters in user's identitytomykaira
2012-07-20Enable observe for system hooksDmitriy Zaporozhets
2012-07-19System Hooks: rspecValeriy Sizov
2012-07-19System hooks: fix broken testsValeriy Sizov
2012-07-17Feature: Unassigned Merge RequestsDmitriy Zaporozhets
2012-07-02Disable issues sort. Recent issues on top. Fixed testsDmitriy Zaporozhets
2012-07-02Epic: Gitlab configuration with default valuesDmitriy Zaporozhets
2012-06-27Merge pull request #971 from gingko/masterDmitriy Zaporozhets