summaryrefslogtreecommitdiff
path: root/spec/features/participants_autocomplete_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-171-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-071-1/+1
|
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-261-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-051-1/+1
|
* Changes tab VUE refactoringFelipe Artur2018-06-211-3/+3
|
* Fix autocomplete broken testsFilipa Lacerda2017-08-141-5/+9
|
* Fix broken task list specFilipa Lacerda2017-08-131-5/+1
|
* Fix open discussionsFilipa Lacerda2017-08-111-1/+1
| | | | Put back deleted tests
* Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-041-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (162 commits) Since mysql is not a priority anymore, test it less Add container registry and spam logs icons Fix different Markdown styles Backport to CE for: Make new dropdown dividers full width Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs Install yarn via apt in update guides Use long curl options Remove monkey-patched Array.prototype.first() and last() methods Openshift Getting Started 35659 Rename Pipelines tab to CI / CD in new navigation Don't bother going through an entire Banzai pipeline for empty text Add active state for pipelines settings on old nav Bump rspec to 3.6.0 Resolve "Specific Async Script Loading by using a Page Variable" Revert "Merge branch 'rs-warm-capybara-only-in-ci' into 'master'" another rubocop style fix Use mixin for new dropdown style Migrate Repository#last_commit_for_path to Gitaly Migrate blame loading to Gitaly ...
| * Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
| |
* | IssueNotesRefactor: Fixes autocomplete specs.Fatih Acet2017-07-211-1/+5
|/
* Cache Note#notable for commits and fix testsrequest-store-wrapLin Jen-Shin2017-07-181-1/+2
|
* Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-3/+3
|
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
|
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
|
* Use `:empty_project` where possible in top-level feature specsrs-empty-project-featuresRobert Speicher2017-04-201-1/+3
|
* Fix spec/features/participants_autocomplete_spec.rbRémy Coutable2017-03-221-67/+28
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Changed autocomplete_sources into an action that returns a single 'at' type ↵18435-autocomplete-is-not-performantLuke Bennett2016-12-151-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | of sources at a time Finished up autocomplete_sources action and added frontend to fetch data only when its needed Added wait_for_ajax to specs Fixed builds and improved the setup/destroy lifecycle Changed global namespace and DRYed up loading logic Added safety for accidentally loading data twice Removed destroy as its not necessary and is messing with click events from a blur race condition Created AutocompleteSourcesController and updated routes Fixed @undefined from tabbing before load ends Disable tabSelectsMatch until we have loaded data Review changes
* fixes part1 of files to start using active tensetiagonbotelho2016-08-091-3/+3
|
* Update specs to carry out changes in note factoryGrzegorz Bizon2016-05-291-2/+4
|
* Add tests for autocomplete on a CommitAlfredo Sumaran2016-04-161-0/+22
|
* Change context descriptionAlfredo Sumaran2016-04-161-2/+2
|
* Add tests for autocomplete on a Merge RequestAlfredo Sumaran2016-04-161-29/+52
|
* Add tests for autocomplete on a IssueAlfredo Sumaran2016-04-161-0/+53