| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanup | Robert Speicher | 2017-08-01 | 1 | -2/+2 |
* | Ensure Gitlab::Application.routes.default_url_options are set correctly in Ca... | Rémy Coutable | 2017-07-28 | 1 | -11/+1 |
* | Use `empty_project` where possible in spec/features/dashboard | Robert Speicher | 2017-07-27 | 7 | -10/+10 |
* | Remove superfluous type defs in specs | Keifer Furzland | 2017-07-27 | 16 | -16/+16 |
* | Ensure the overriding of Gitlab::Application.routes.default_url_options is on...rc/35599-stop-the-bleeding-of-default_url_options | Rémy Coutable | 2017-07-27 | 1 | -0/+4 |
* | Move relative_path to the element that is being clicked | Jarka Kadlecova | 2017-07-25 | 1 | -0/+18 |
* | Merge branch 'clear-issuable-count-cache-for-states' into 'master' | Robert Speicher | 2017-07-19 | 1 | -1/+1 |
|\ |
|
| * | Clear issuable counter caches on updateclear-issuable-count-cache-for-states | Sean McGivern | 2017-07-19 | 1 | -1/+1 |
* | | Merge branch '23036-replace-dashboard-activity-spinach' into 'master' | Rémy Coutable | 2017-07-19 | 1 | -4/+153 |
|\ \ |
|
| * | | Replaces 'dashboard/activity.feature' spinach with rspec | Alexander Randa | 2017-07-17 | 1 | -4/+153 |
* | | | Replaces dashboard/dashboard.feature spinach with rspec | Alexander Randa | 2017-07-17 | 5 | -4/+208 |
| |/
|/| |
|
* | | Support multiple Redis instances based on queue type | Paul Charlton | 2017-07-11 | 2 | -2/+2 |
|/ |
|
* | Merge branch 'master' into rs-sign_in | Robert Speicher | 2017-07-06 | 1 | -4/+12 |
|\ |
|
| * | Create and use project path helpers that only need a project, no namespace | Douwe Maan | 2017-07-05 | 3 | -3/+3 |
| * | Replaces 'dashboard/new-project.feature' spinach with rspec | Alexander Randa | 2017-06-29 | 1 | -4/+12 |
* | | Auto-correct ProjectPathHelper violations | Robert Speicher | 2017-07-06 | 3 | -3/+3 |
* | | Change gitlab_sign_in to sign_in where possible | Robert Speicher | 2017-06-29 | 17 | -24/+31 |
|/ |
|
* | Removes redundant pending delete checks30708-stop-using-deleted-at-to-filter-namespaces | Tiago Botelho | 2017-06-28 | 1 | -17/+0 |
* | Merge branch '34276-fix-dashboard-page-when-last-activity-at-is-nil' into 'ma... | Robert Speicher | 2017-06-27 | 1 | -5/+17 |
|\ |
|
| * | Fix application error when Project#last_activity_at is nil34276-fix-dashboard-page-when-last-activity-at-is-nil | Ruben Davila | 2017-06-26 | 1 | -5/+17 |
* | | Merge branch '23036-replace-dashboard-todo-spinach' into 'master' | Rémy Coutable | 2017-06-27 | 4 | -0/+672 |
|\ \ |
|
| * | | Replaces 'dashboard/todos' spinach with rspec | Alexander Randa | 2017-06-26 | 4 | -0/+672 |
| |/ |
|
* | | Replaces 'dashboard/merge_requests' spinach with rspec | Alexander Randa | 2017-06-26 | 2 | -28/+91 |
|/ |
|
* | Add feature spec for dashboard state filter tabs33833-issue-and-mr-state-tabs-don-t-work-on-dashboard | Eric Eastwood | 2017-06-21 | 1 | -0/+5 |
* | Change `login_as` uses to `gitlab_sign_in` | Robert Speicher | 2017-06-19 | 17 | -22/+22 |
* | Merge branch 'issue_20900' into 'master' | Sean McGivern | 2017-06-16 | 1 | -1/+1 |
|\ |
|
| * | Remove old specs and add new ones | Felipe Artur | 2017-06-16 | 1 | -1/+1 |
* | | Take timezone into account when comparing dates in the UI | Bob Van Landuyt | 2017-06-15 | 1 | -1/+1 |
|/ |
|
* | Correct RSpec/SingleLineHook cop offenses | Robert Speicher | 2017-06-14 | 2 | -4/+12 |
* | Merge branch 'dashboard-milestone-tabs-loading-async' into 'master' | Sean McGivern | 2017-06-09 | 1 | -0/+40 |
|\ |
|
| * | Fixed dashboard milestone tabs not loadingdashboard-milestone-tabs-loading-async | Phil Hughes | 2017-06-09 | 1 | -0/+40 |
* | | Add feature tests for Dashboard Groups page | Alfredo Sumaran | 2017-06-07 | 1 | -19/+103 |
|/ |
|
* | Use last_activity_at attr when showing the update date in project listing32869-project-s-last-updated-time-not-accurately-reflected-in-projects-dashboard | Ruben Davila | 2017-06-03 | 1 | -0/+9 |
* | Merge branch '19107-404-when-creating-new-milestone-or-issue-for-project-that... | Douwe Maan | 2017-05-30 | 2 | -45/+66 |
|\ |
|
| * | 'New issue'/'New merge request' dropdowns should show only projects with issu...19107-404-when-creating-new-milestone-or-issue-for-project-that-has-issues-disabled | blackst0ne | 2017-05-30 | 2 | -45/+66 |
* | | Replace 'starred_projects.feature' spinach test with an rspec analog23036-replace-all-spinach-tests-with-rspec-feature-tests | blackst0ne | 2017-05-28 | 1 | -1/+13 |
|/ |
|
* | use full caps RSS instead of rss | Alexis Reigel | 2017-05-24 | 3 | -5/+5 |
* | atom links with rss token instead of private token | Alexis Reigel | 2017-05-24 | 3 | -6/+6 |
* | Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requests | Oswaldo Ferreira | 2017-05-22 | 4 | -12/+10 |
* | Fix unassigned checkmark | Clement Ho | 2017-05-17 | 1 | -0/+11 |
* | Merge branch '30975-fixed-top-nav-POC' into 'master'
| Annabel Dunstone Gray | 2017-05-12 | 1 | -1/+1 |
|\ |
|
| * | Fix specs | Annabel Dunstone Gray | 2017-05-12 | 1 | -1/+1 |
* | | Merge branch 'improve-milestone_filter_spec-wait_for_ajax-correct-flow' into ... | Sean McGivern | 2017-05-12 | 1 | -6/+7 |
|\ \
| |/
|/| |
|
| * | Fix milestone_filter_spec.rb by using wait_for_ajax and a correct user flowimprove-milestone_filter_spec-wait_for_ajax-correct-flow | Luke "Jared" Bennett | 2017-05-12 | 1 | -6/+7 |
* | | Merge branch 'update_assignee_cache_counts_refactoring' into 'master'
| Sean McGivern | 2017-05-12 | 1 | -1/+3 |
|\ \
| |/
|/| |
|
| * | Move update_assignee_cache_counts to the service | Valery Sizov | 2017-05-12 | 1 | -1/+3 |
* | | Use .trigger(‘click’) instead of .clickas-fix-spec-master | Alfredo Sumaran | 2017-05-11 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'fix-shortcuts_spec-explore-page-transient-failure' into 'master'
| Douwe Maan | 2017-05-11 | 1 | -14/+17 |
|\ |
|
| * | Fix `send_key` to `send_keys` and add EOF newlinefix-shortcuts_spec-explore-page-transient-failure | Luke "Jared" Bennett | 2017-05-10 | 1 | -3/+3 |
| * | Find the nothing-here-block before asserting page content when on explore pag... | Luke "Jared" Bennett | 2017-05-10 | 1 | -15/+18 |