summaryrefslogtreecommitdiff
path: root/spec/frontend/lib
Commit message (Collapse)AuthorAgeFilesLines
* Adds hashed option to bs linked options59232-add-storage-counter-ceFilipa Lacerda2019-06-051-0/+11
| | | | Adds isOdd function
* Add global isSafeURL utilityissafeurl-utilityPaul Gascou-Vaillancourt2019-06-031-0/+194
| | | | | | | | - 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
* Throw an error when formatDate's input is invalidPaul Gascou-Vaillancourt2019-05-281-0/+436
|
* 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-235-0/+387
|
* Add autosave utilitiesWinnie Hellmann2019-03-121-0/+64
|
* Move ajax_cache_spec.js to JestWinnie Hellmann2019-02-211-0/+161