Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds hashed option to bs linked options59232-add-storage-counter-ce | Filipa Lacerda | 2019-06-05 | 1 | -0/+11 |
| | | | | Adds isOdd function | ||||
* | Add global isSafeURL utilityissafeurl-utility | Paul Gascou-Vaillancourt | 2019-06-03 | 1 | -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 invalid | Paul Gascou-Vaillancourt | 2019-05-28 | 1 | -0/+436 |
| | |||||
* | Fix typos in the whole gitlab-ce project | Yoginth | 2019-05-20 | 1 | -2/+2 |
| | |||||
* | CE backport of Add Snowplow tracking to notes | Constance Okoghenun | 2019-04-12 | 1 | -0/+6 |
| | | | | | | Bacport of Snowplow tracking for - Reply comment button - Start discussion and Comment buttons | ||||
* | Remove slugify text utilityfe-remove-slugify | Paul Slaughter | 2019-04-12 | 1 | -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-spec | Paul Slaughter | 2019-04-11 | 1 | -8/+6 |
| | |||||
* | Add reusable project_selector component | Nathan Friend | 2019-04-02 | 1 | -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 Jest | Winnie Hellmann | 2019-03-23 | 5 | -0/+387 |
| | |||||
* | Add autosave utilities | Winnie Hellmann | 2019-03-12 | 1 | -0/+64 |
| | |||||
* | Move ajax_cache_spec.js to Jest | Winnie Hellmann | 2019-02-21 | 1 | -0/+161 |