summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Fixed missing current user for issue observerDmitriy Zaporozhets2013-01-022-25/+24
|
* Fix api specs. Use id instead pathDmitriy Zaporozhets2013-01-027-39/+25
|
* Fix few bugs and tests after refactoring ownership logicDmitriy Zaporozhets2013-01-028-36/+36
|
* Project has now correct owner and creator. Increased test coverageDmitriy Zaporozhets2013-01-025-45/+146
|
* Bit of cleanup and improving mailerDmitriy Zaporozhets2012-12-311-1/+1
|
* Fix routing issues when navigating over tree, commits etcDmitriy Zaporozhets2012-12-252-0/+21
|
* Improve web hook data. Use clonable url in repo infoDmitriy Zaporozhets2012-12-231-1/+1
|
* Fix import rake task and testsDmitriy Zaporozhets2012-12-231-0/+1
|
* Implement UsersProject project_access validationDmitriy Zaporozhets2012-12-225-5/+7
|
* Fixed wierd gitlab markdown issueDmitriy Zaporozhets2012-12-221-2/+2
|
* Fixed testsDmitriy Zaporozhets2012-12-212-8/+8
|
* Merge pull request #2305 from gitlabhq/fix_gfm_auto_completeDmitriy Zaporozhets2012-12-211-0/+8
|\ | | | | Fix and refactoring gfm_autocomplete
| * refactoring gfm_autocompleteValeriy Sizov2012-12-201-0/+8
| |
* | Fix gravatar and ldap configRiyad Preukschas2012-12-201-2/+2
| |
* | Update uses of Gitolite.config.foo settingsRiyad Preukschas2012-12-206-9/+9
| |
* | Cleanup after issues refactor and fix testDmitriy Zaporozhets2012-12-201-0/+3
| |
* | Refactor issues, Remove ajaxDmitriy Zaporozhets2012-12-191-1/+1
| |
* | Make tests green for postgresDmitriy Zaporozhets2012-12-181-5/+5
| |
* | Split commit_id and noteable_id for NoteDmitriy Zaporozhets2012-12-182-6/+6
|/
* Account role specDmitriy Zaporozhets2012-12-162-12/+48
|
* Moving repositories spec to roles. Added missing spec for projectDmitriy Zaporozhets2012-12-152-92/+96
|
* Uncommented test observing comment eventDmitriy Zaporozhets2012-12-141-11/+13
|
* Fixed event.allowed? with event.proper?Dmitriy Zaporozhets2012-12-141-1/+1
|
* added NamespacedProject role. Extended project info displayed for admin. ↵Dmitriy Zaporozhets2012-12-141-1/+12
| | | | Fixed project limit
* Fix spec/workers/post_receive_spec.rbDmitriy Zaporozhets2012-12-131-2/+2
|
* Add ace editor to snippetsDmitriy Zaporozhets2012-12-121-3/+2
|
* Fix project hook specRiyad Preukschas2012-12-101-1/+1
|
* Merge pull request #2222 from jojosch/add-test-help-raketasksRiyad Preukschas2012-12-101-0/+5
|\ | | | | add help/raketasks to routing spec and search autocomplete
| * add help/raketasks to routing specJohannes Schleifenbaum2012-12-081-0/+5
| |
* | Fix worker specs to parse namespacesDmitriy Zaporozhets2012-12-091-4/+8
|/
* Merge pull request #2208 from jouve/username2Ariejan de Vroom2012-12-072-14/+14
|\ | | | | Allow proper use of @username in Git(lab|hub) Flavored Markdown.
| * replace user.name by user.username in GFMCyril2012-12-072-14/+14
| |
* | allow customize gravatar urlSergey Linnik2012-12-071-0/+22
|/
* fix failing specSergey Linnik2012-12-061-1/+1
|
* Rewrite project security model testsDmitriy Zaporozhets2012-12-051-11/+82
|
* Remove annoying failing specDmitriy Zaporozhets2012-12-031-12/+0
|
* Merge pull request #2124 from NARKOZ/apiDmitriy Zaporozhets2012-12-022-1/+9
|\ | | | | remove unnecessary API::VERSION constant
| * API: get a single wall noteNihad Abbasov2012-12-011-0/+8
| |
| * API version returns last version setNihad Abbasov2012-12-011-1/+1
| | | | | | | | * fixed in grape v0.2.2
* | Refactored profile to resource. Added missing flash notice on successfull ↵Dmitriy Zaporozhets2012-12-022-19/+16
|/ | | | updated. Update username via ajax
* Merge pull request #2017 from duksis/backup_restoreDmitriy Zaporozhets2012-11-301-0/+46
|\ | | | | bugfix: backup data retrieved with the same type keys as saved
| * Stub for Dir.chdir as it is not neededHugo Duksis2012-11-201-0/+1
| |
| * tests for issue #1984Hugo Duksis2012-11-191-0/+45
| |
* | API: ability to create a wall noteNihad Abbasov2012-11-291-0/+8
| |
* | API: create new notesNihad Abbasov2012-11-291-0/+20
| |
* | API: get a single noteNihad Abbasov2012-11-291-2/+20
| |
* | API: list wall, snippet and issue notesNihad Abbasov2012-11-291-0/+52
| |
* | Refactor abilities. Added ProjectUpdate context. Fixed few bugs with namespacesDmitriy Zaporozhets2012-11-292-2/+3
| |
* | Removed feature: comments on wikiDmitriy Zaporozhets2012-11-291-12/+0
| |
* | Fix GitLab Markdown helper specRiyad Preukschas2012-11-281-2/+4
| |