summaryrefslogtreecommitdiff
path: root/features
Commit message (Expand)AuthorAgeFilesLines
* Make left menu more hierarchical and less contextual by adding back item at topDmitriy Zaporozhets2015-07-104-0/+31
* Improve readme testsDmitriy Zaporozhets2015-07-091-3/+6
* Dont check for link but for actual readme contentDmitriy Zaporozhets2015-07-091-1/+0
* Fix project testsproject-home-pageDmitriy Zaporozhets2015-07-082-13/+9
* Fix creating file in new repoDmitriy Zaporozhets2015-07-081-1/+1
* Fix schortcut testsDmitriy Zaporozhets2015-07-081-2/+2
* Cleanup and some test fixes after refactoring project home pageDmitriy Zaporozhets2015-07-085-2/+11
* Add shortcut for project activity pageDmitriy Zaporozhets2015-07-082-1/+12
* Audit log for user authenticationValery Sizov2015-07-065-9/+9
* Merge branch 'improve-spinach-test-for-mr-submit' into 'master'Stan Hu2015-07-011-0/+1
|\
| * Add an expect call to prevent random Spinach failure:Stan Hu2015-06-231-0/+1
* | Merge branch 'group_settings_nav' into 'master'Douwe Maan2015-07-011-2/+2
|\ \
| * | Fix consistency issue in sidebars of Project and Group Settings.Nicolas2015-06-241-2/+2
| |/
* | Merge branch 'rs-fix-subscription-feature' into 'master'Dmitriy Zaporozhets2015-06-292-5/+4
|\ \
| * | Attempt to fix the "I should see that I am [un]subscribed" stepsrs-fix-subscription-featureRobert Speicher2015-06-252-5/+4
| |/
* | Fix "Project Forked Merge Requests" scenarioRobert Speicher2015-06-261-1/+0
* | Merge branch 'rs-issue-1887' into 'master'Dmitriy Zaporozhets2015-06-262-20/+14
|\ \
| * | Fix merge request diff featuresrs-issue-1887Robert Speicher2015-06-252-20/+14
| |/
* | Use page.within in testsDmitriy Zaporozhets2015-06-261-3/+3
* | Write test for submitting issue as guestDmitriy Zaporozhets2015-06-252-0/+30
|/
* Merge branch 'split-tests' into 'master'Dmitriy Zaporozhets2015-06-231-1/+1
|\
| * Refactor rake tasks for testsDmitriy Zaporozhets2015-06-231-1/+1
* | Merge branch 'fix-diff-patch-public-mr' into 'master'Dmitriy Zaporozhets2015-06-233-0/+39
|\ \ | |/ |/|
| * Fix downloading of patches on public merge requests when user logged outStan Hu2015-06-233-0/+39
* | Merge branch 'admin-edit-identities' into 'master'Dmitriy Zaporozhets2015-06-232-1/+60
|\ \ | |/ |/|
| * Fix tests for admin identities after migrate to rspec3Dmitriy Zaporozhets2015-06-231-5/+2
| * Merge branch 'master' into admin-edit-identitiesadmin-edit-identitiesDmitriy Zaporozhets2015-06-233-9/+9
| |\
| * \ Merge branch 'master' into admin-edit-identitiesDmitriy Zaporozhets2015-06-2219-199/+124
| |\ \
| * | | Fix indendity testDmitriy Zaporozhets2015-06-222-5/+14
| * | | Add tests for admin managing user identitiesDmitriy Zaporozhets2015-06-192-1/+54
* | | | Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets2015-06-2314-64/+97
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'fix-project-icon-links' into 'master'Dmitriy Zaporozhets2015-06-233-9/+9
| |\ \ \ | | |_|/ | |/| |
| | * | Fix avatar tests to use banana_sample.gif since SVG is not supportedStan Hu2015-06-223-9/+9
| * | | Merge branch 'revert-mr-state-names'Dmitriy Zaporozhets2015-06-222-5/+5
| |\ \ \ | | |/ / | |/| |
| | * | Revert merge request states renamingDmitriy Zaporozhets2015-06-192-5/+5
| | |/
| * | Fix features syntaxRobert Speicher2015-06-2212-51/+83
| * | Started on the actual rspec 3 upgradeJeroen van Baarsen2015-06-221-0/+1
* | | Fix rubocop issues at feature/ directoryDmitriy Zaporozhets2015-06-229-37/+35
|/ /
* | Merge branch 'fix-error-500-internal-snippet' into 'master'Douwe Maan2015-06-203-1/+36
|\ \
| * | Fix Error 500 when one user attempts to access a personal, internal snippetStan Hu2015-06-193-1/+36
| |/
* | Remove "Multiselect Blob" feature specsRobert Speicher2015-06-192-143/+0
|/
* Merge branch 'support-comment-parallel-diff' into 'master'Douwe Maan2015-06-163-8/+55
|\
| * Support commenting on a diff in side-by-side viewStan Hu2015-06-163-8/+55
* | Merge branch 'applications_form' into 'master'Douwe Maan2015-06-161-1/+1
|\ \ | |/ |/|
| * Fix consistency issues on New Application page.Nicolas2015-06-151-1/+1
* | Move the "Design" templates and logic to PreferencesRobert Speicher2015-06-132-34/+0
* | Add Profiles::PreferencesControllerRobert Speicher2015-06-133-7/+7
|/
* Call `page.all` instead of `all` in feature stepsRobert Speicher2015-06-1210-12/+12
* Change `within` to `page.within` in feature stepsRobert Speicher2015-06-1234-159/+159
* Update all `should`-style syntax to `expect` in featuresRobert Speicher2015-06-1269-662/+662