summaryrefslogtreecommitdiff
path: root/features/steps/dashboard
Commit message (Collapse)AuthorAgeFilesLines
...
* Rename menu item and page 'Task queue' to 'Tasks'Douglas Barbosa Alexandre2016-02-201-1/+1
|
* Improve formatted message for tasks when action is a mentionDouglas Barbosa Alexandre2016-02-201-3/+3
|
* Add filters by project, author, type, and action to task queue page listDouglas Barbosa Alexandre2016-02-201-24/+92
|
* Add feature spec for task queue list pageDouglas Barbosa Alexandre2016-02-201-0/+60
|
* Little refactor plus some specs.Rubén Dávila2016-01-211-0/+1
|
* Use "Build passed" in tooltip instead of "Build status: passed"Douwe Maan2015-12-081-1/+1
|
* Fix specsDouwe Maan2015-11-181-1/+0
|
* Fix spinach tests introduced by 07101cfab61f28c6328efebea98f018ab8356cddKamil Trzcinski2015-10-141-3/+3
|
* Show CI status on Your projects page and Starred projects pageci-status-projects-pageDmitriy Zaporozhets2015-09-241-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix tests and update CHANGELOGrefactor-starred-projects-pageDmitriy Zaporozhets2015-09-021-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Import sources: show only enabled sourcesArtem Sidorenko2015-08-201-1/+30
|
* Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets2015-08-112-5/+5
| | | | | This reverts commit 5daf44b7c86e0e2641a902b1da8b01d91fa3dbfa, reversing changes made to 2f706fbd231cabe7a76a5d17ac44285aaaf8592c.
* Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets2015-08-112-5/+5
| | | | | | | This reverts commit 957e849f41d96fa9778fcdd06792d2f0274b29ab, reversing changes made to 6b9dbe9f5a175a8162abf296367f561bab3eea1a. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use real branches from test repoDmitriy Zaporozhets2015-07-161-4/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix application initializeDmitriy Zaporozhets2015-07-151-1/+1
|
* Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets2015-06-231-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-221-1/+1
| |
* | Fix rubocop issues at feature/ directoryDmitriy Zaporozhets2015-06-222-2/+2
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Call `page.all` instead of `all` in feature stepsRobert Speicher2015-06-121-1/+1
| | | | | | | There's a naming conflict between Capybara and rspec-matchers which both define the `all` method. See https://github.com/jnicklas/capybara/issues/1396
* Change `within` to `page.within` in feature stepsRobert Speicher2015-06-122-2/+2
|
* Update all `should`-style syntax to `expect` in featuresRobert Speicher2015-06-129-42/+42
|
* Merge branch 'support-edit-target-branch-in-mr' into 'master'Dmitriy Zaporozhets2015-05-291-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support editing target branch of merge request ### What does this MR do? This MR makes it possible to edit the target branch of a merge request and adds a system note when this happens. ### Why was this MR needed? Because lots of people requested this feature. :) ### Screenshots **Edit MR page** ![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/9b3d405bf7b5f945e35bae3534c2b67b/image.png) **New MR page** ![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/3657a2a9efad6d10e8470637d1166bdb/image.png) **System note** ![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/cc8066f3d3bdf09c0cce27193210567d/image.png) ### What are the relevant issue numbers? * Closes https://github.com/gitlabhq/gitlabhq/issues/7105 * See: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/130! See merge request !738
| * Support editing target branch of merge requestStan Hu2015-05-291-2/+2
| | | | | | | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/7105 See: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/130
* | Fix tests for group leave featureDmitriy Zaporozhets2015-05-291-0/+4
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix "Dashboard > New project" featureRobert Speicher2015-04-251-1/+3
|
* Revert "Fix and improve help rendering"Robert Speicher2015-04-151-1/+1
| | | | This reverts commit d365004e684e98459061fcd5fbaf9bea880934a8.
* Revert help link tests removalDmitriy Zaporozhets2015-04-151-0/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* fix failing testHannes Rosenögger2015-04-131-0/+6
|
* The help link has been removed. The commit removes the test for it.Hannes Rosenögger2015-04-131-9/+0
|
* Fix and improve help renderingSullivan SENECHAL2015-04-031-1/+1
|
* Fix tests and unassigned filter for issues. Updated CHANGELOGDmitriy Zaporozhets2015-03-272-24/+10
|
* Fix "Import projects from" button to show the correct instructionsStan Hu2015-03-221-0/+27
| | | | Closes #1267
* Remove projects page from dashboardDmitriy Zaporozhets2015-03-101-11/+0
|
* Fix test for creating group from dashboardDmitriy Zaporozhets2015-03-101-0/+19
|
* Add tests for starred projects pageDmitriy Zaporozhets2015-03-091-0/+15
|
* Move Profile groups tests to Dashboard group testsDmitriy Zaporozhets2015-03-081-0/+44
|
* Merge branch 'master' into rails-4.1.9Vinnie Okada2015-02-191-4/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Fix specs.Douwe Maan2015-02-131-4/+4
| |
* | Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-1/+1
|/ | | | | | 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.
* Fix scroll problems and disable authorized_only filterDmitriy Zaporozhets2014-12-241-4/+10
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improvements to issues/mr filters:Dmitriy Zaporozhets2014-12-241-4/+10
| | | | | | | * use filter_params variable when set filter values * fix project issues spinach tests Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Factor '0' * 40 blank ref constantsCiro Santilli2014-11-031-1/+1
|
* Assigned merge request should show on dashboard mr overiew feature spec.Marin Jankovski2014-10-271-1/+16
|
* Failing feature for dashboard merge requests when user has authored issues ↵Marin Jankovski2014-10-271-2/+27
| | | | on forked project source.
* Failing feature for dashboard issues when user has authored issues on ↵Marin Jankovski2014-10-271-0/+10
| | | | projects he is not a member of.
* Make Spinach test names consistentCiro Santilli2014-10-052-1/+22
| | | | | | | - do not add Feature to feature titles - titleize feature titles - put steps on the same path as .feature files - make feature titles match their path
* Remove def project from tests that inherit it.Ciro Santilli2014-09-281-4/+0
|
* Remove unnecessary page. from tests.Ciro Santilli2014-09-261-1/+1
|
* Merge branch 'spinach-step' of https://github.com/cirosantilli/gitlabhq into ↵Dmitriy Zaporozhets2014-09-224-27/+27
|\ | | | | | | | | | | | | | | | | cirosantilli-spinach-step Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: features/steps/project/markdown_render.rb
| * Replace old spinach step definitions with step.Ciro Santilli2014-09-224-27/+27
| |