summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Expand)AuthorAgeFilesLines
* Remove the `gfm_with_options` helperrs-remove-gfm_with_optionsRobert Speicher2015-08-121-2/+2
* Fix specDouwe Maan2015-08-061-2/+2
* Fix setup/teardown for Markdown feature specrs-markdown-feature-pipelinesRobert Speicher2015-07-291-16/+9
* Update Markdown feature to allow for multiple pipelinesRobert Speicher2015-07-281-163/+53
* Move MarkdownFeature to its own support fileRobert Speicher2015-07-281-115/+0
* Break up SanitizationFilter feature specsRobert Speicher2015-07-281-16/+37
* Use aggregate_failures where appropriateRobert Speicher2015-07-281-34/+53
* Minor Markdown feature spec reorganizationRobert Speicher2015-07-281-46/+47
* Simplify AutolinkFilter specsRobert Speicher2015-07-281-16/+12
* Change before(:all) -> let! to avoid leaking data across testsStan Hu2015-07-281-15/+15
* Move spec/features/admin/security_spec to spec/features/securityrs-security-spec-speedRobert Speicher2015-07-221-0/+2
* Consolidate group access specs into one fileRobert Speicher2015-07-225-353/+284
* Remove redundant Profile access test casesRobert Speicher2015-07-221-9/+0
* Remove be_not_found_for matcherRobert Speicher2015-07-221-5/+0
* Move access-related matchers to their own moduleRobert Speicher2015-07-229-1/+18
* Add a button to Admin::Users#show to disable 2FA for that userrs-disable-2fa-by-adminRobert Speicher2015-07-101-0/+33
* Improve features to ensure Ajax filter has actually executedrs-dev-issue-2372Stan Hu2015-07-082-6/+10
* Remove "mystery guest" from Milestone filtering featuresRobert Speicher2015-07-082-26/+18
* Use stub_application_setting in a few more specsRobert Speicher2015-07-061-4/+2
* Add `feature` tag to feature specsRobert Speicher2015-07-0610-11/+11
* Rename NoMilestone to Milestone::NoneRobert Speicher2015-07-062-2/+2
* Remove duplicate feature spec for filtering issues by no milestoneRobert Speicher2015-07-061-16/+0
* Allow user to filter by Issues/Merge Requests without a MilestoneRobert Speicher2015-07-062-0/+76
* Audit log for user authenticationValery Sizov2015-07-061-2/+2
* Reporter role can manage issue tracker nowreporter-manage-issuesDmitriy Zaporozhets2015-06-303-0/+36
* Merge branch 'rs-issue-1887' into 'master'Dmitriy Zaporozhets2015-06-261-3/+2
|\
| * Fix merge request diff featuresrs-issue-1887Robert Speicher2015-06-251-3/+2
* | Update tests and use js-issuable class for context formDmitriy Zaporozhets2015-06-262-5/+5
|/
* Merge branch 'rubocop-for-tests' into 'master'Dmitriy Zaporozhets2015-06-234-18/+22
|\
| * Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets2015-06-234-5/+8
| |\
| * | Fix Style/AlignHash cop violationsStan Hu2015-06-221-6/+13
| * | Fix Style/Blocks cop violationsRobert Speicher2015-06-221-3/+1
| * | Fix Style/CommentIndentation cop violationRobert Speicher2015-06-221-7/+7
| * | Fix Style/HashSyntax violationsRobert Speicher2015-06-221-1/+1
| * | Fix Style/TrailingBlankLines cop violationsRobert Speicher2015-06-221-1/+0
* | | Merge branch 'rs-dev-issue-2414' into 'master'Dmitriy Zaporozhets2015-06-231-0/+40
|\ \ \ | |_|/ |/| |
| * | Allow Admin to filter users by 2FA statusRobert Speicher2015-06-191-0/+40
| |/
* | Change `to_not` calls to `not_to`Robert Speicher2015-06-221-1/+1
* | Update spec/features/security specsRobert Speicher2015-06-221-1/+1
* | Update mock and stub syntax for specsRobert Speicher2015-06-222-3/+6
* | Fix features syntaxRobert Speicher2015-06-221-1/+1
|/
* Add 2FA status to Admin::Users#showRobert Speicher2015-06-191-4/+24
* Fix duplicate 'Email has already been taken' message when creating a userswellard2015-06-161-0/+21
* Merge branch 'rs-dev-issue-2228' into 'master'Dmitriy Zaporozhets2015-06-152-2/+84
|\
| * Add `allowing_for_delay` helper method for feature specsRobert Speicher2015-06-141-6/+8
| * Add feature specs for default dashboard preferenceRobert Speicher2015-06-131-9/+48
| * Simplify the javascript behavior for Preference updatingRobert Speicher2015-06-131-0/+8
| * Add Gitlab::Themes module; remove Gitlab::ThemeRobert Speicher2015-06-131-3/+3
| * Move the "Design" templates and logic to PreferencesRobert Speicher2015-06-131-0/+33
| * Add Profiles::PreferencesControllerRobert Speicher2015-06-131-2/+2