summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* save each notification setting with ajax on changeDmitriy Zaporozhets2013-04-042-6/+8
* specs for repository tag_names, branch_namesDmitriy Zaporozhets2013-04-031-0/+16
* decorate commits in Gitlab::Git::repository with valid classDmitriy Zaporozhets2013-04-031-0/+11
* keep same dir structure for specs as in lib/Dmitriy Zaporozhets2013-04-034-19/+0
* Fixed API file raw functionality, Fixed tree controller tests. Added BlobCont...Dmitriy Zaporozhets2013-04-033-5/+42
* fixed blame and mr factoryDmitriy Zaporozhets2013-04-033-4/+8
* fix testDmitriy Zaporozhets2013-04-021-1/+1
* fixed test using repo with commits but old factoryDmitriy Zaporozhets2013-04-018-19/+10
* fix testsDmitriy Zaporozhets2013-04-013-8/+5
* fix facotriesDmitriy Zaporozhets2013-04-012-3/+3
* Use project_with_code factory where necessaryDmitriy Zaporozhets2013-04-016-6/+6
* Dont init repo on every create(:repo)Dmitriy Zaporozhets2013-04-014-6/+9
* Project.repository should never be nil so you can call repository.exists? or ...Dmitriy Zaporozhets2013-04-015-36/+29
* Use Gitlab::Git:: for git features across applicationDmitriy Zaporozhets2013-04-011-2/+5
* define TestEnv and keep all global stubs in one placeDmitriy Zaporozhets2013-04-013-72/+64
* Fix stubbed repoDmitriy Zaporozhets2013-04-011-6/+2
* Decorate Gitlab::Git::Commit with CommitDmitriy Zaporozhets2013-03-311-1/+1
* Fix tests and remove app/models/repository.rbDmitriy Zaporozhets2013-03-314-153/+3
* specs for Gitlab::Git::Repository and Gitlab::Git::CommitDmitriy Zaporozhets2013-03-312-0/+155
* Use existing methods for branch names: Ex use @repository.branch_names instea...Dmitriy Zaporozhets2013-03-311-1/+12
* Merge pull request #3396 from Andrew8xx8/issue-button-fixDmitriy Zaporozhets2013-03-301-0/+27
|\
| * New issue button was not follows to external tracker if it is selected. fixed...Andrew8xx82013-03-261-0/+27
* | Merge pull request #3406 from docwhat/in_projectsDmitriy Zaporozhets2013-03-301-1/+20
|\ \
| * | Fixed UsersProject.in_projectsChristian HoĢˆltje2013-03-261-1/+20
* | | refactor wall.js. style wall page a bitDmitriy Zaporozhets2013-03-281-8/+0
* | | inslude author & assignee to note notification recipientsDmitriy Zaporozhets2013-03-281-27/+58
* | | rebuild notification on notes logicDmitriy Zaporozhets2013-03-281-0/+39
* | | Fix notify specs. Fix merge request close via apiDmitriy Zaporozhets2013-03-281-2/+2
* | | Improve notification service testsDmitriy Zaporozhets2013-03-281-9/+20
* | | Add close issue/mr methods to Notify. Refactored NotificationserviceDmitriy Zaporozhets2013-03-281-3/+3
* | | add watchers to email recipients list. Add emails for close/merge MRDmitriy Zaporozhets2013-03-281-9/+112
* | | Prepare UI for notification settingsDmitriy Zaporozhets2013-03-271-11/+0
* | | notification scaffoldDmitriy Zaporozhets2013-03-273-0/+39
* | | annotatedDmitriy Zaporozhets2013-03-272-0/+2
* | | stub notification in event modelDmitriy Zaporozhets2013-03-261-0/+1
* | | refactor observers test since email logic moved to serviceDmitriy Zaporozhets2013-03-264-161/+10
* | | use NotificationService for handle notify logic when MR createdDmitriy Zaporozhets2013-03-262-14/+21
|/ /
* | Merge pull request #3398 from Andrew8xx8/sporkDmitriy Zaporozhets2013-03-261-43/+58
|\ \
| * | Spork support addedAndrew8xx82013-03-261-43/+58
| |/
* | enable callbacks for specs after notificationDmitriy Zaporozhets2013-03-261-1/+2
* | refactor issue observer specDmitriy Zaporozhets2013-03-262-66/+16
* | fixed testsDmitriy Zaporozhets2013-03-261-2/+2
* | NotificationService for resolving email notification logicDmitriy Zaporozhets2013-03-261-0/+47
|/
* login with both email or usernameDmitriy Zaporozhets2013-03-251-1/+1
* Admin.projects: remove views and route specsDmitriy Zaporozhets2013-03-251-20/+0
* Updatev security tests since admin is a superuser now. Has access to any projectDmitriy Zaporozhets2013-03-251-17/+17
* Removed not relevant tests for admin.projectsDmitriy Zaporozhets2013-03-251-42/+0
* Merge branch 'fix-404-json-file' of https://github.com/hiroponz/gitlabhq into...Dmitriy Zaporozhets2013-03-241-42/+0
|\
| * Fix 404 error while displaying json files.Sato Hiroyuki2013-03-211-42/+0
* | Move directory logic out of model. Use Gitlab:Shell class to interact with fi...Dmitriy Zaporozhets2013-03-211-1/+1