summaryrefslogtreecommitdiff
path: root/spec/frontend/lib
Commit message (Collapse)AuthorAgeFilesLines
* Remove slugify text utilityfe-remove-slugifyPaul Slaughter2019-04-121-6/+0
| | | | | | **Why?** This function was not being used and it's documentation was out of date.
* Resolve CE/EE diff in text_utility_specfe-fix-ee-diff-in-text-utility-specPaul Slaughter2019-04-111-8/+6
|
* Add reusable project_selector componentNathan Friend2019-04-021-0/+27
| | | | | | | | | | | | | | This commit adds a resuable UI component that allows a user to search for a project name, shows the search results, and allows the user to select one or more projects. This component communicates with its parent using props and events. This component was originally created for use in the EE-specific "Operations Dashboard" page, but it is applicable for CE use cases as well, and so was added as a CE shared component. In addition, some logic was extracted from the frequent_items_list_item component into shared filters to avoid logic duplication.
* Move some tests from Karma to JestWinnie Hellmann2019-03-235-0/+387
|
* Add autosave utilitiesWinnie Hellmann2019-03-121-0/+64
|
* Move ajax_cache_spec.js to JestWinnie Hellmann2019-02-211-0/+161