04 Sep, 2012
1 commit
-
Also modifies the specs a bit because I can't help myself. Closes #480
03 Sep, 2012
1 commit
-
API for new project creation
02 Sep, 2012
2 commits
-
Should now be much clearer about what each spec is actually testing. For example, instead of testing stuff like link classes and titles in every single call, we only test those things once, in their own specs.
31 Aug, 2012
3 commits
-
Issue status changed notifications
30 Aug, 2012
1 commit
29 Aug, 2012
19 commits
-
Fix milestone API specs
-
Increased model spec coverage
-
Closes #1331
-
Conflicts: spec/requests/api/issues_spec.rb
-
Simplified gitolite handle logic Stubn over monkeypatch Stub only specific methods in Gitlab:Gitolite Moved grach auth to lib added specs for keys observer removes SshKey role
28 Aug, 2012
7 commits
-
We now need only one seed repo! Also cleans up the seeding script.
27 Aug, 2012
2 commits
25 Aug, 2012
4 commits
-
Back-ported from my still-in-progress major cleanup.
-
See docs for usage
-
Changes: * Move spec/monkeypatch to spec/support * Remove unused support/shared_examples * Move support/api to support/api_helpers to match module name * Move support/login to support/login_helpers to match module name * Move API specs to requests/api (convention over configuration) * Remove unused support/js_patch * Simplify login_as helper * Move DatabaseCleaner stuff to its own support file * Remove unnecessary configuration and requires from spec_helper