Commit graph

9 commits

Author SHA1 Message Date
GitLab Bot
b66baea97d Add latest changes from gitlab-org/gitlab@master 2019-11-06 00:06:13 +00:00
Ezekiel Kigbo
78d57823ca Removed pluralize function
Replaced instance of the `pluralize` js function
with `n__` to follow our development guide.
2019-07-24 17:39:18 +00:00
Luke Ward
0d32d31864 Replace slugifyWithHyphens with improved slugify function 2019-07-03 08:20:57 +00:00
Yoginth
2f6a20ce66 Fix typos in the whole gitlab-ce project 2019-05-20 14:11:44 +00:00
Constance Okoghenun
a3966d92cf CE backport of Add Snowplow tracking to notes
Bacport of Snowplow tracking for
- Reply comment button
- Start discussion and Comment buttons
2019-04-12 15:32:24 +00:00
Paul Slaughter
e42ecb1c07
Remove slugify text utility
**Why?**
This function was not being used and it's
documentation was out of date.
2019-04-12 08:46:00 -05:00
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
Renamed from spec/javascripts/lib/utils/text_utility_spec.js (Browse further)