open-nomad/ui/app
Buck Doyle e3392b7da8
Fix exec escaping for emoji task name (#7813)
This closes #7459.

While emoji don’t actually need escaping, expanding the
expression that enumerates all task name characters that
don’t need escaping to include emoji is prohibitive, since
it’s a discontinuous range. The emoji-regex project has
such an expression and it’s 12kB.

This fixes the regular expression to property escape emoji
as a single character instead of as its component bytes.
Thanks to @DingoEatingFuzz for the suggestion.
2021-02-09 09:33:48 -06:00
..
abilities Fix job detail crash when recommendations off (#9269) 2020-11-06 08:21:38 -06:00
adapters Update ember-a11y-testing (#9912) 2021-02-02 12:45:40 -06:00
components Always include the region param in server monitor requests 2021-02-01 09:54:46 -08:00
controllers Don't use generic ACL error messages 2021-01-28 12:18:53 -08:00
helpers New all-icons helper that's really only meant for development use 2020-10-26 12:25:34 -07:00
initializers Remove test code 2020-05-26 14:54:59 -07:00
mixins Improve global search UX (#8249) 2020-06-25 08:51:52 -05:00
models Change down to highest-priority composite status (#9927) 2021-02-01 12:00:34 -06:00
modifiers Quick window resize modifier 2020-10-15 02:54:13 -07:00
routes Merge pull request #9294 from hashicorp/f-ui/das-filter-toggle 2020-11-11 14:04:25 -08:00
serializers Guard against a null Meta property in the scale event API 2020-12-07 12:28:23 -08:00
services Don't include the region param in authorizedRequest if it's already in the URL 2021-02-01 09:54:46 -08:00
styles Use dominant-baseline instead of alignment-baseline to get firefox support 2021-01-26 08:56:52 -08:00
templates Merge branch 'master' into b-ui/topo-viz-accounting 2021-01-28 09:56:46 -06:00
utils Fix exec escaping for emoji task name (#7813) 2021-02-09 09:33:48 -06:00
app.js Update to Ember 3.16/Data 3.12 (#8319) 2020-07-09 11:37:00 -05:00
breakpoints.js Change breakpoints to match Nomad/Bulma widths 2019-04-10 10:34:10 -05:00
index.html sync 2017-09-19 10:08:23 -05:00
router.js Add DAS subroute and copy button (#9201) 2020-11-04 12:22:24 -06:00