Commit graph

5 commits

Author SHA1 Message Date
Paul Slaughter
9779798ac4
Resolve CE/EE diff in text_utility_spec 2019-04-11 22:20:45 -05:00
Nathan Friend
06b88af046
Add reusable project_selector component
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.
2019-04-02 23:58:01 -06:00
Winnie Hellmann
514ee63826 Move some tests from Karma to Jest 2019-03-23 17:53:46 +01:00
Winnie Hellmann
c75da766ae Add autosave utilities 2019-03-12 12:03:30 +01:00
Winnie Hellmann
69f9ec77c2 Move ajax_cache_spec.js to Jest 2019-02-21 09:39:59 +01:00