Commit Graph

12 Commits

Author SHA1 Message Date
Paul Slaughter 908829089c
Update IDE file mirror service (ce utils)
**Notes:**
This module is a client to the webide-file-sync service.
https://gitlab.com/gitlab-org/webide-file-sync
2019-06-07 09:12:11 -05:00
Filipa Lacerda 74f78fa326 Adds hashed option to bs linked options
Adds isOdd function
2019-06-05 15:14:02 +01:00
Paul Gascou-Vaillancourt 6ca5b19aaf Add global isSafeURL utility
- Added isSafeURL utility based on prior work in gitlab-ee
- Also added isAbsoluteOrRootRelative() and getBaseURL() utils,
  needed by isSafeURL
- Removed URL() fallback because URL() is now polyfilled
- Updated specs
2019-06-03 08:10:34 -04:00
Paul Gascou-Vaillancourt dade5a44ec Throw an error when formatDate's input is invalid 2019-05-28 07:53:44 +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
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