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
path: root/spec
AgeCommit message (Expand)Author
2013-04-04save each notification setting with ajax on changeDmitriy Zaporozhets
2013-04-03specs for repository tag_names, branch_namesDmitriy Zaporozhets
2013-04-03decorate commits in Gitlab::Git::repository with valid classDmitriy Zaporozhets
2013-04-03keep same dir structure for specs as in lib/Dmitriy Zaporozhets
2013-04-03Fixed API file raw functionality, Fixed tree controller tests. Added BlobCont...Dmitriy Zaporozhets
2013-04-03fixed blame and mr factoryDmitriy Zaporozhets
2013-04-02fix testDmitriy Zaporozhets
2013-04-01fixed test using repo with commits but old factoryDmitriy Zaporozhets
2013-04-01fix testsDmitriy Zaporozhets
2013-04-01fix facotriesDmitriy Zaporozhets
2013-04-01Use project_with_code factory where necessaryDmitriy Zaporozhets
2013-04-01Dont init repo on every create(:repo)Dmitriy Zaporozhets
2013-04-01Project.repository should never be nil so you can call repository.exists? or ...Dmitriy Zaporozhets
2013-04-01Use Gitlab::Git:: for git features across applicationDmitriy Zaporozhets
2013-04-01define TestEnv and keep all global stubs in one placeDmitriy Zaporozhets
2013-04-01Fix stubbed repoDmitriy Zaporozhets
2013-03-31Decorate Gitlab::Git::Commit with CommitDmitriy Zaporozhets
2013-03-31Fix tests and remove app/models/repository.rbDmitriy Zaporozhets
2013-03-31specs for Gitlab::Git::Repository and Gitlab::Git::CommitDmitriy Zaporozhets
2013-03-31Use existing methods for branch names: Ex use @repository.branch_names instea...Dmitriy Zaporozhets
2013-03-31Merge pull request #3396 from Andrew8xx8/issue-button-fixDmitriy Zaporozhets
2013-03-31Merge pull request #3406 from docwhat/in_projectsDmitriy Zaporozhets
2013-03-28refactor wall.js. style wall page a bitDmitriy Zaporozhets
2013-03-28inslude author & assignee to note notification recipientsDmitriy Zaporozhets
2013-03-28rebuild notification on notes logicDmitriy Zaporozhets
2013-03-28Fix notify specs. Fix merge request close via apiDmitriy Zaporozhets
2013-03-28Improve notification service testsDmitriy Zaporozhets
2013-03-28Add close issue/mr methods to Notify. Refactored NotificationserviceDmitriy Zaporozhets
2013-03-28add watchers to email recipients list. Add emails for close/merge MRDmitriy Zaporozhets
2013-03-27Prepare UI for notification settingsDmitriy Zaporozhets
2013-03-27notification scaffoldDmitriy Zaporozhets
2013-03-27annotatedDmitriy Zaporozhets
2013-03-26stub notification in event modelDmitriy Zaporozhets
2013-03-26refactor observers test since email logic moved to serviceDmitriy Zaporozhets
2013-03-26use NotificationService for handle notify logic when MR createdDmitriy Zaporozhets
2013-03-26Fixed UsersProject.in_projectsChristian HoĢˆltje
2013-03-26Merge pull request #3398 from Andrew8xx8/sporkDmitriy Zaporozhets
2013-03-26enable callbacks for specs after notificationDmitriy Zaporozhets
2013-03-26refactor issue observer specDmitriy Zaporozhets
2013-03-26Spork support addedAndrew8xx8
2013-03-26fixed testsDmitriy Zaporozhets
2013-03-26NotificationService for resolving email notification logicDmitriy Zaporozhets
2013-03-26New issue button was not follows to external tracker if it is selected. fixed...Andrew8xx8
2013-03-25login with both email or usernameDmitriy Zaporozhets
2013-03-25Admin.projects: remove views and route specsDmitriy Zaporozhets
2013-03-25Updatev security tests since admin is a superuser now. Has access to any projectDmitriy Zaporozhets
2013-03-25Removed not relevant tests for admin.projectsDmitriy Zaporozhets
2013-03-24Merge branch 'fix-404-json-file' of https://github.com/hiroponz/gitlabhq into...Dmitriy Zaporozhets
2013-03-22Move directory logic out of model. Use Gitlab:Shell class to interact with fi...Dmitriy Zaporozhets
2013-03-21Merge pull request #3258 from hiroponz/display-commit-msgDmitriy Zaporozhets