summaryrefslogtreecommitdiff
path: root/spec/javascripts/frequent_items
Commit message (Collapse)AuthorAgeFilesLines
* Rename vue_component_helper to text_helperfe-rename-vue-component-helper-cePaul Slaughter2019-05-161-1/+1
| | | | | | **Why?** This file only contains a few text based helper functions. It has nothing to do with Vue or Vue components.
* Make corrections to address review feedbackce-9262-move-project-search-bar-into-modal-dialog-on-operations-dashboard-pagemfluharty2019-04-022-71/+59
| | | | | | | Refactor tests to follow conventions Add XSS test Eliminate a few unnecessary lines, comments, and parameters Use Vue.set for nested state changes
* Add reusable project_selector componentNathan Friend2019-04-021-10/+39
| | | | | | | | | | | | | | 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-231-24/+0
|
* Fix failing testsBrandon Labuschagne2019-03-181-1/+1
| | | | | | | | A number of the karma tests looked for the .fa-spinner class or the icon element used for the font awesome spinner class. These instances have been refactored to now look for the .spinner class instead.
* Prettify all spec filesMike Greiling2018-10-171-2/+1
|
* enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer2018-10-173-0/+13
|
* Vuex test helper improvementsLukas Eipert2018-07-121-2/+2
|
* Resolve "Add dropdown to Groups link in top bar"Dennis Tang2018-07-069-0/+1110