summaryrefslogtreecommitdiff
path: root/spec/frontend/lib/utils/text_utility_spec.js
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-0/+15
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-0/+21
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-0/+50
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-0/+16
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-141-0/+14
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-271-2/+21
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-171-2/+17
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-061-0/+13
|
* Removed pluralize functionEzekiel Kigbo2019-07-241-14/+0
| | | | | Replaced instance of the `pluralize` js function with `n__` to follow our development guide.
* Replace slugifyWithHyphens with improved slugify functionLuke Ward2019-07-031-2/+17
|
* Fix typos in the whole gitlab-ce projectYoginth2019-05-201-2/+2
|
* CE backport of Add Snowplow tracking to notesConstance Okoghenun2019-04-121-0/+6
| | | | | | Bacport of Snowplow tracking for - Reply comment button - Start discussion and Comment buttons
* 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-231-0/+154