Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix failures introduced by Capybara upgraders-update-capybara | Robert Speicher | 2017-09-05 | 1 | -2/+2 |
| | |||||
* | fixed up a bunch of specs | Phil Hughes | 2017-08-29 | 1 | -1/+1 |
| | | | | some caused by webkit prefixes | ||||
* | Fix group and project search for anonymous users | Nick Thomas | 2017-08-24 | 1 | -0/+26 |
| | |||||
* | Change find to within for detecting bad search specs | Clement Ho | 2017-08-16 | 1 | -8/+4 |
| | |||||
* | Change all `:empty_project` to `:project`rs-empty_project-default | Robert Speicher | 2017-08-02 | 1 | -2/+2 |
| | |||||
* | Remove superfluous type defs in specs | Keifer Furzland | 2017-07-27 | 1 | -2/+2 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Auto-correct ProjectPathHelper violations | Robert Speicher | 2017-07-06 | 1 | -8/+8 |
| | |||||
* | Change gitlab_sign_in to sign_in where possible | Robert Speicher | 2017-06-29 | 1 | -1/+1 |
| | |||||
* | Change `login_with` uses to `gitlab_sign_in` | Robert Speicher | 2017-06-19 | 1 | -1/+1 |
| | | | | Change single `login_via` use to `gitlab_sign_in_via` | ||||
* | Correct RSpec/SingleLineHook cop offenses | Robert Speicher | 2017-06-14 | 1 | -1/+3 |
| | |||||
* | Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requests | Oswaldo Ferreira | 2017-05-22 | 1 | -4/+4 |
| | |||||
* | Fix specs | Annabel Dunstone Gray | 2017-05-12 | 1 | -2/+2 |
| | |||||
* | Fix specs | Annabel Dunstone Gray | 2017-05-12 | 1 | -2/+2 |
| | |||||
* | Filter projects by group on search pagesearch-restrict-projects-to-group | Phil Hughes | 2017-05-08 | 1 | -0/+19 |
| | | | | | | After selecting a group, the projects dropdown will now filter by group projects instead Closes #29489 | ||||
* | Backport of multiple_assignees_feature [ci skip] | Valery Sizov | 2017-05-04 | 1 | -1/+1 |
| | |||||
* | Merge branch 'jacopo-beschi/gitlab-ce-29712-unnecessary-wait-for-ajax' | Rémy Coutable | 2017-04-24 | 1 | -1/+0 |
|\ | | | | | | | | | | | See merge request !10567 Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Unnecessary "include WaitForAjax" and "include ApiHelpers" | Jacopo | 2017-04-21 | 1 | -1/+0 |
| | | | | | | | | | | Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true` | ||||
* | | Use `:empty_project` where possible in top-level feature specsrs-empty-project-features | Robert Speicher | 2017-04-20 | 1 | -1/+6 |
|/ | |||||
* | MR empty state | Luke "Jared" Bennett | 2017-04-05 | 1 | -0/+2 |
| | |||||
* | Fix blob highlighting in search | Nick Thomas | 2017-04-03 | 1 | -1/+3 |
| | |||||
* | Add filtered search visual tokensfiltered-search-visual-tokens | Clement Ho | 2017-03-07 | 1 | -4/+9 |
| | |||||
* | Add filtered search to MR pageadd-filtered-search-to-mr | Clement Ho | 2017-02-21 | 1 | -2/+2 |
| | |||||
* | Search feature: redirects to commit page if query is commit sha and only ↵ | YarNayar | 2017-01-24 | 1 | -0/+25 |
| | | | | | | commit found See !8028 and #24833 | ||||
* | Allows to search within project by commit's hash | YarNayar | 2017-01-24 | 1 | -0/+15 |
| | | | | Was proposed in #24833 | ||||
* | Add user symbol for search spec | Clement Ho | 2017-01-09 | 1 | -2/+2 |
| | |||||
* | Add username to gon | Clement Ho | 2017-01-09 | 1 | -4/+4 |
| | |||||
* | Fix broken commits search24255-search-fix | Valery Sizov | 2016-11-08 | 1 | -0/+26 |
| | |||||
* | Fixed search dropdown labels not displayingsearch-filters-label-fix | Phil Hughes | 2016-09-12 | 1 | -0/+32 |
| | | | | | | This would only happen when the search term was empty because the method was returning before the controller could find the group or project for the toggle Closes #21783 | ||||
* | Fixed enter key in search input not working | Phil Hughes | 2016-08-23 | 1 | -0/+10 |
| | | | | Closes #20627 | ||||
* | fixes part1 of files to start using active tense | tiagonbotelho | 2016-08-09 | 1 | -9/+9 |
| | |||||
* | Fix search results for notes without commits | Felipe Artur | 2016-08-01 | 1 | -0/+20 |
| | |||||
* | Updated tests | Phil Hughes | 2016-07-05 | 1 | -0/+2 |
| | |||||
* | Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-lines | Grzegorz Bizon | 2016-07-01 | 1 | -5/+0 |
| | |||||
* | Fix specs and add new tests. | Fatih Acet | 2016-06-10 | 1 | -2/+2 |
| | |||||
* | Added tests for categorised search autocomplete. | Fatih Acet | 2016-06-07 | 1 | -0/+79 |
| | |||||
* | Add test to check if top right search form is not presentissue_15222 | Alfredo Sumaran | 2016-04-13 | 1 | -0/+4 |
| | |||||
* | Fix view of notes in search results when noteable is a snippetsnippets-with-comments-cause-a-500-when-they-show-up-in-search-results-14764 | Rémy Coutable | 2016-03-31 | 1 | -8/+35 |
| | | | | | | Also, streamline the view. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix Style/TrailingBlankLines cop violations | Robert Speicher | 2015-06-22 | 1 | -1/+0 |
| | |||||
* | Use `page.all` and `page.within` in specsrs-expect-syntax-specs | Robert Speicher | 2015-06-13 | 1 | -1/+1 |
| | |||||
* | Updated rspec to rspec 3.x syntax | Jeroen van Baarsen | 2015-02-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Remove rails observers from application | Dmitriy Zaporozhets | 2014-06-17 | 1 | -1/+0 |
| | |||||
* | Split feature tests out to different build job | Jeroen van Baarsen | 2014-04-13 | 1 | -1/+1 |
| | |||||
* | remove useless routing tests. Added symlink creation for project with code | Dmitriy Zaporozhets | 2013-06-22 | 1 | -1/+2 |
| | |||||
* | Removing ambiguity and non-working selectors | Dmitriy Zaporozhets | 2013-02-21 | 1 | -2/+5 |
| | |||||
* | move capybara scenarios to spec/features | Dmitriy Zaporozhets | 2013-02-21 | 1 | -0/+17 |