summaryrefslogtreecommitdiff
path: root/features/steps/shared
Commit message (Collapse)AuthorAgeFilesLines
* Fix test for network shortcutmove-networkDmitriy Zaporozhets2015-12-091-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move Network page from separate tab to sub tab of CommitsDmitriy Zaporozhets2015-12-091-4/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add feature test for emoji-only diff notesGrzegorz Bizon2015-12-031-0/+17
| | | | This specs is related to bug described in #3734 (award-emojis).
* Split group feature testsDmitriy Zaporozhets2015-11-252-0/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Create milestones in the groupDmitriy Zaporozhets2015-11-161-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Better name for up-level linksgo-to-navDmitriy Zaporozhets2015-11-031-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add tests for last commit info on project home pageDmitriy Zaporozhets2015-10-161-0/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix rubocop warnings in featuresGuilherme Garnier2015-10-031-1/+1
|
* Prevent creating 2 Ci::Project entities when enable CIDmitriy Zaporozhets2015-10-021-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix testsKamil Trzcinski2015-09-291-1/+1
|
* Show CI status on Your projects page and Starred projects pageci-status-projects-pageDmitriy Zaporozhets2015-09-241-0/+10
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Create a "destroyed Milestone" event and keep Milestone events around in the DBStan Hu2015-09-151-0/+5
| | | | | | | | | | | for posterity. Also fix issue where destroying a Milestone would cause odd, transient messages like "created milestone" or "imported milestone". Add "in" preposition when creating and destroying milestones Closes #2382
* Fix snippets exploration testDouwe Maan2015-09-091-1/+1
|
* Use new routing helperDouwe Maan2015-09-081-1/+1
|
* Fix testsDmitriy Zaporozhets2015-09-071-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix testsDmitriy Zaporozhets2015-09-031-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix tests and last push widgetseparate-activityDmitriy Zaporozhets2015-08-251-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix testDmitriy Zaporozhets2015-08-201-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Spinach testsArtem Sidorenko2015-08-192-0/+27
|
* Add tests for abuse report featureDmitriy Zaporozhets2015-08-061-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix project testsproject-home-pageDmitriy Zaporozhets2015-07-081-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Cleanup and some test fixes after refactoring project home pageDmitriy Zaporozhets2015-07-081-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Audit log for user authenticationValery Sizov2015-07-061-2/+2
|
* Fix downloading of patches on public merge requests when user logged outStan Hu2015-06-231-0/+5
| | | | | | Closes #1225 Closes #1854 Closes #1858
* Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets2015-06-232-22/+36
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: spec/features/issues_spec.rb spec/models/forked_project_link_spec.rb spec/models/hooks/service_hook_spec.rb spec/models/hooks/web_hook_spec.rb spec/models/project_services/hipchat_service_spec.rb spec/requests/api/project_members_spec.rb spec/requests/api/projects_spec.rb spec/requests/api/system_hooks_spec.rb spec/services/archive_repository_service_spec.rb spec/support/matchers.rb spec/tasks/gitlab/backup_rake_spec.rb
| * Fix features syntaxRobert Speicher2015-06-222-22/+36
| |
* | Fix rubocop issues at feature/ directoryDmitriy Zaporozhets2015-06-224-25/+24
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix Error 500 when one user attempts to access a personal, internal snippetStan Hu2015-06-191-0/+4
| | | | Closes #1815
* Support commenting on a diff in side-by-side viewStan Hu2015-06-161-0/+40
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9283
* Add Profiles::PreferencesControllerRobert Speicher2015-06-131-2/+2
|
* Change `within` to `page.within` in feature stepsRobert Speicher2015-06-124-44/+44
|
* Update all `should`-style syntax to `expect` in featuresRobert Speicher2015-06-129-42/+42
|
* Move Project Members link from Settings to main menu.Nicolas2015-06-092-0/+8
| | | | Addresses #2278.
* Fix project snippets button appearing when it is disabledStan Hu2015-05-271-0/+5
| | | | Closes #1705
* Disable "New Issue" and "New Merge Request" buttons when features are ↵Stan Hu2015-05-251-0/+6
| | | | | | disabled in project settings Closes #1676
* Remove feature tests for old task listsRobert Speicher2015-05-063-79/+0
|
* Fix header_should_have_correct_id_and_link for featuresRobert Speicher2015-04-301-2/+6
|
* Revert help link tests removalDmitriy Zaporozhets2015-04-151-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* The help link has been removed. The commit removes the test for it.Hannes Rosenögger2015-04-131-4/+0
|
* Move current user to the top of the list in author/assignee filtersStan Hu2015-04-091-0/+7
| | | | Closes #1321
* Move group members index from `/members` to `/group_members`.Douwe Maan2015-03-151-2/+2
|
* Move project members index from `/team` to `/project_members`Douwe Maan2015-03-151-1/+1
|
* Rename dashboard landing page to Your projectsDmitriy Zaporozhets2015-03-101-1/+1
|
* Add tests for starred projects pageDmitriy Zaporozhets2015-03-091-0/+4
|
* Move Profile groups tests to Dashboard group testsDmitriy Zaporozhets2015-03-081-8/+8
|
* Fix bug where editing a comment with "+1" or "-1" would cause a server errorStan Hu2015-03-021-0/+17
| | | | Closes #1151
* Improve sidebar menu for project settingsDmitriy Zaporozhets2015-02-231-1/+3
|
* Merge branch 'master' into rails-4.1.9Vinnie Okada2015-02-191-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/views/dashboard/_project.html.haml app/views/events/event/_common.html.haml app/views/explore/projects/_project.html.haml app/views/groups/_projects.html.haml app/views/projects/_home_panel.html.haml app/views/projects/_issues_nav.html.haml app/views/projects/issues/_discussion.html.haml app/views/projects/issues/_issues.html.haml app/views/projects/issues/show.html.haml app/views/projects/merge_requests/_discussion.html.haml app/views/projects/merge_requests/_show.html.haml app/views/projects/milestones/index.html.haml app/views/projects/notes/_edit_form.html.haml app/views/shared/_issuable_filter.html.haml
| * Make sure Markdown previews always use the same styling as the eventual ↵Douwe Maan2015-02-171-1/+1
| | | | | | | | destination.
* | Upgrade to Rails 4.1.9Vinnie Okada2015-02-142-57/+58
|/ | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.