summaryrefslogtreecommitdiff
path: root/features
Commit message (Expand)AuthorAgeFilesLines
* Fix tab tests. Prevent 500 if user.last_sign_in_at is nilDmitriy Zaporozhets2013-06-141-4/+4
* Style page for project assign to team. Fix test for admin:teamsDmitriy Zaporozhets2013-06-111-1/+1
* fix group:people tests after prev commitDmitriy Zaporozhets2013-06-112-1/+3
* Solve inconsistency between network graph & stat graphsDmitriy Zaporozhets2013-06-113-3/+3
* Fix admin:group spinach. Remove selecting .all projects for admin user at tea...Dmitriy Zaporozhets2013-06-102-3/+3
* Merge pull request #4178 from docwhat/use-COLOR_SCHEMESDmitriy Zaporozhets2013-06-061-1/+1
|\
| * design pages now uses the COLOR_SCHEMESChristian HoĢˆltje2013-06-051-1/+1
* | Move search to separate layoutDmitriy Zaporozhets2013-06-062-9/+0
* | Merge pull request #4155 from babatakao/selectable_master_project_deploy_keysDmitriy Zaporozhets2013-06-051-0/+1
|\ \
| * | Selectable deploy keys contain master projectsbabatakao2013-06-051-0/+1
* | | Fix snippets testDmitriy Zaporozhets2013-06-062-2/+2
* | | Its better to load graph with ajax since it requires ~10 seconds for bigger p...Dmitriy Zaporozhets2013-06-052-0/+22
|/ /
* | Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into Andrew8xx8...Dmitriy Zaporozhets2013-06-0410-0/+355
|\ \
| * | Typos fixedAndrew8xx82013-03-252-2/+2
| * | Typo in class name fixedAndrew8xx82013-03-254-3/+6
| * | Tests for private snippet fixedAndrew8xx82013-03-251-1/+1
| * | Tests for personal snippets addedAndrew8xx82013-03-258-0/+209
| * | Snippets feature refactored. Tests now use spinachAndrew8xx82013-03-243-0/+139
* | | Fix project.show spinach testDmitriy Zaporozhets2013-06-041-0/+1
| |/ |/|
* | Fix routiong specs after rename of resque controllerDmitriy Zaporozhets2013-05-301-1/+1
* | Hipchat service implementationRonald van Eede2013-05-242-0/+23
* | Fix service tests in spinachDmitriy Zaporozhets2013-05-221-4/+4
* | changed Gitlab to GitLabBen Bodenmiller2013-05-192-7/+7
* | Add test for "Show only selected tag"Sato Hiroyuki2013-05-132-0/+35
* | made some ui enhancement for search pageDmitriy Zaporozhets2013-05-091-0/+1
* | Implemented code search featureJavier Castro2013-05-092-0/+25
* | Merge pull request #3275 from Undev/feature/code_cleanup_remove_old_hashesDmitriy Zaporozhets2013-05-0711-45/+45
|\ \
| * | Replace old hashes with new 1.9 ruby hashes (rebase)Andrey Kumanyaev2013-05-0511-45/+45
* | | Feature tests for deploy keysDmitriy Zaporozhets2013-05-063-59/+138
|/ /
* | Merge pull request #3801 from holdtotherod/feature/internally-public-projectsDmitriy Zaporozhets2013-05-033-0/+25
|\ \
| * | Internally public projectsStephen Lottermoser2013-05-023-0/+25
* | | Merge pull request #3597 from amacarthur/fork-pull-requestDmitriy Zaporozhets2013-05-022-0/+44
|\ \ \ | |/ / |/| |
| * | updated fork feature to use gitlab-shell for v5 of gitlabAngus MacArthur2013-04-152-0/+44
* | | Add test related to a bug of network graph.Sato Hiroyuki2013-04-252-4/+15
* | | Fix random failing testDmitriy Zaporozhets2013-04-122-10/+9
|/ /
* | disable mailer for SpinachDmitriy Zaporozhets2013-04-111-1/+1
* | disable capybra 2.1 ingore hidden elementsDmitriy Zaporozhets2013-04-112-6/+6
* | Update capybara to 2.1, poltergeist to masterDmitriy Zaporozhets2013-04-113-15/+17
* | Fixing specs & spinach since Wiki model does not exists any moreDmitriy Zaporozhets2013-04-102-16/+0
* | Fixed random failing testDmitriy Zaporozhets2013-04-101-7/+0
* | Fixed mr filter testsDmitriy Zaporozhets2013-04-071-5/+5
* | Update test with new titleDmitriy Zaporozhets2013-04-031-1/+1
* | Fix MR comment testsDmitriy Zaporozhets2013-04-031-11/+3
* | fixed blame and mr factoryDmitriy Zaporozhets2013-04-031-1/+1
* | fix tabs featuresDmitriy Zaporozhets2013-04-021-3/+3
* | Pass project into factory for teams testsDmitriy Zaporozhets2013-04-011-2/+2
* | Use project_with_code factory where necessaryDmitriy Zaporozhets2013-04-011-1/+1
* | Project.repository should never be nil so you can call repository.exists? or ...Dmitriy Zaporozhets2013-04-011-2/+2
* | define TestEnv and keep all global stubs in one placeDmitriy Zaporozhets2013-04-011-14/+3
* | Fix RoutingError when changing username to non ascii char.Sato Hiroyuki2013-03-262-0/+31