summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3801 from holdtotherod/feature/internally-public-projectsDmitriy Zaporozhets2013-05-031-0/+242
|\
| * Fix internally public projects testsStephen Lottermoser2013-05-021-4/+4
| * Internally public projectsStephen Lottermoser2013-05-021-0/+242
* | Merge pull request #3597 from amacarthur/fork-pull-requestDmitriy Zaporozhets2013-05-026-0/+128
|\ \ | |/ |/|
| * Fix bug for repeated fork requestsAngus MacArthur2013-05-021-12/+28
| * updated fork feature to use gitlab-shell for v5 of gitlabAngus MacArthur2013-04-156-0/+112
* | fix testDmitriy Zaporozhets2013-05-021-1/+1
* | Update all gems!Dmitriy Zaporozhets2013-05-012-1/+3
* | Move Gitlab::Git out of gitlab coreDmitriy Zaporozhets2013-04-275-225/+1
* | Minor usability improvementsDmitriy Zaporozhets2013-04-181-6/+6
* | Gitlab::Git::Stats specsDmitriy Zaporozhets2013-04-161-0/+28
* | Gitlab::Git::Diff specsDmitriy Zaporozhets2013-04-161-0/+34
* | change user_spec to pass postgresDmitriy Zaporozhets2013-04-151-4/+4
* | Disable mailer for spinachDmitriy Zaporozhets2013-04-111-1/+5
|/
* adopt tests to pass with new poltergeistDmitriy Zaporozhets2013-04-111-53/+60
* disable mailer for SpinachDmitriy Zaporozhets2013-04-111-0/+8
* Update capybara to 2.1, poltergeist to masterDmitriy Zaporozhets2013-04-111-0/+1
* Fixing specs & spinach since Wiki model does not exists any moreDmitriy Zaporozhets2013-04-103-10/+2
* Specs refactoring to reduce test time. Disabled observers by default for specsDmitriy Zaporozhets2013-04-1012-112/+99
* Remove Wiki and db table since we use gollum nowDmitriy Zaporozhets2013-04-101-35/+0
* Remove wiki migrator. We dont need it any more. Users should migrate to 5.0 f...Dmitriy Zaporozhets2013-04-101-219/+0
* Reduce notes_on_merge_requests_spec time from 3 min to 1minDmitriy Zaporozhets2013-04-101-55/+41
* Cleanup gfm testsDmitriy Zaporozhets2013-04-101-72/+3
* Merge pull request #3464 from jrmithdobbs/fix_overlapping_testcase_nameDmitriy Zaporozhets2013-04-101-3/+3
|\
| * Fix overlapping test case names.Douglas Huff2013-04-071-3/+3
* | Fixed random failing testDmitriy Zaporozhets2013-04-101-1/+1
* | Merge branch 'feature/refactoring_scopes_pr' of https://github.com/Undev/gitl...Dmitriy Zaporozhets2013-04-091-2/+2
|\ \ | |/ |/|
| * Fix testsAndrey Kumanyaev2013-04-031-2/+2
* | remove outdated routing specsDmitriy Zaporozhets2013-04-071-8/+0
* | 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
|\