summaryrefslogtreecommitdiff
path: root/features/steps/shared
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add tests for initializing bare repo and creating new file in itDmitriy Zaporozhets2015-01-271-0/+4
|
* Fix blob controller rendering in case of errorsDmitriy Zaporozhets2015-01-261-2/+2
|
* Spinach for admin applicationsValery Sizov2015-01-191-0/+4
|
* Merge pull request #7905 from cirosantilli/visible-falseDmitriy Zaporozhets2015-01-152-3/+3
|\ | | | | Change always passing visible false tests.
| * Change always passing visible true tests to false.Ciro Santilli2015-01-022-3/+3
| |
* | Revert "Fix tests"Dmitriy Zaporozhets2015-01-141-1/+1
| | | | | | | | This reverts commit 1e45ba7f169781d7c1d79fdfcee14760558db253.
* | Fix testsDmitriy Zaporozhets2015-01-141-1/+1
| |
* | Improve application settings and write testsDmitriy Zaporozhets2015-01-081-0/+4
| |
* | Add tests for disabled blob edit button cases.Ciro Santilli2014-12-301-0/+10
|/
* Show assigned issues/mr be default on dashboardDmitriy Zaporozhets2014-12-261-2/+3
| | | | | | | | | This was default before but now it fixed with providing assignee_id parameter making url shareble and dont reset when other filters users. Also this commit removes old methods that are not used any more. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix tests and add message if no oauth appsDmitriy Zaporozhets2014-12-251-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix issueable context update and fix testsDmitriy Zaporozhets2014-12-222-5/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'master' into sidebar-navDmitriy Zaporozhets2014-12-214-24/+88
|\ | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/views/layouts/group.html.haml
| * Merge branch 'upstream-master' into markdown-previewVinnie Okada2014-12-073-2/+20
| |\ | | | | | | | | | | | | Conflicts: spec/routing/project_routing_spec.rb
| * | Fix test assertionsVinnie Okada2014-10-213-13/+13
| | | | | | | | | | | | | | | Make sure we're asserting the correct thing when testing visible and invisible DOM elements.
| * | Fix houndci warningsVinnie Okada2014-10-183-6/+6
| | |
| * | Fix Markdown preview testsVinnie Okada2014-10-183-24/+34
| | | | | | | | | | | | | | | Update Spinach tests for Markdown previews for the new-ish tab UI that replaced the old preview/edit toggle button.
| * | Refactor Markdown preview testsVinnie Okada2014-10-184-22/+37
| | | | | | | | | | | | | | | | | | Create a new shared module for common issue/merge request behavior, use `expect` syntax instead of `should`, and avoid `visible: false` in the `have_css` matcher.
| * | Add Markdown preview to more formsVinnie Okada2014-10-153-13/+52
| | | | | | | | | | | | | | | Enable Markdown previews when creating and editing issues, merge requests, and milestones, and when editing notes.
* | | Css/views cleanup after layout restyleDmitriy Zaporozhets2014-12-211-2/+2
| |/ |/| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Improve project factoriesDmitriy Zaporozhets2014-11-301-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Factor '0' * 40 blank ref constantsCiro Santilli2014-11-031-1/+1
| |
* | fix for public snippetValery Sizov2014-10-241-0/+9
| |
* | Use :message key, not :error for File::Service.Ciro Santilli2014-10-131-0/+9
|/
* Snippets: public/internal/privateValery Sizov2014-10-091-3/+13
|
* Refactor task list tests and coffeescriptVinnie Okada2014-10-061-7/+22
|
* Add Spinach tests for task listsVinnie Okada2014-10-063-0/+64
|
* Remove assignment without effect.Ciro Santilli2014-10-031-1/+1
|
* Remove unnecessary page. from tests.Ciro Santilli2014-09-263-6/+6
|
* Replace javascript:; links with buttons.Ciro Santilli2014-09-221-2/+2
|
* Replace old spinach step definitions with step.Ciro Santilli2014-09-228-63/+63
|
* Merge pull request #7646 from bushong1/snippet-search3Dmitriy Zaporozhets2014-09-092-0/+34
|\ | | | | Adding in snippet search functionality
| * Cleaning for the houndCharles Bushong2014-09-051-3/+18
| |
| * Updating to persist a params snippets variableCharles Bushong2014-09-052-0/+19
| |
* | Merge branch 'sha-link' of https://github.com/cirosantilli/gitlabhq into ↵Dmitriy Zaporozhets2014-09-041-0/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | cirosantilli-sha-link Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
| * | Add permalink to fixed SHA URL on blob view.Ciro Santilli2014-09-011-0/+6
| |/
* | Explicitly require active teab for testsDmitriy Zaporozhets2014-09-041-0/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Rename activity to project tabDmitriy Zaporozhets2014-09-021-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Awesome shortcuts for GitLabRobert Schilling2014-09-013-0/+82
|/
* Validate label titel in project scopeRobert Schilling2014-08-131-1/+13
|