consul/ui-v2/tests/unit/utils
John Cowen 99c51c9f86
UI: Reduce in-development deprecations (also use toLocaleString) (#4677)
Various ember addons produced deprecation messages, some in the browser
console and some in terminal. Upgrading and replacing some of these has
reduced this.

Upgrades:

- ember-collection
- ember-computed-style

Replacements:

- ember-pluralize replaced with ember-inflector
- ember-cli-format-number replaced with custom helper using standard
`toLocaleString`

Removing ember-cli-format-number also meant some further changes related
to decimal places in the tomography graph, done using `toFixed`

The ExternalSources background-images have also now been escaped
correctly preventing in-development `console` warnings.

The only deprecation warnings are now from ember-block-slots, only in
terminal, making for a better development experience overall, especially now we
have an empty browser console

Also adds a `callIfType` 'helper util' which is a util specifically for helpers (it conforms to a helper argument signature) to be expanded upon later.
2018-10-01 13:42:42 +01:00
..
helpers UI: Reduce in-development deprecations (also use toLocaleString) (#4677) 2018-10-01 13:42:42 +01:00
model Tie up real endpoints 2018-06-25 12:25:15 -07:00
ascend-test.js
atob-test.js Looking into atob functionality, consequence of Value: null 2018-07-05 13:35:06 +01:00
callable-type-test.js More detailed error messages for duplicate intentions 2018-06-25 12:25:15 -07:00
confirm-test.js
createURL-test.js
get-component-factory-test.js
hasStatus-test.js
injectableRequestToJQueryAjaxHash-test.js
isFolder-test.js
keyToArray-test.js
left-trim-test.js
makeAttrable-test.js
promisedTimeout-test.js
qsa-factory-test.js
remove-null-test.js Looking into atob functionality, consequence of Value: null 2018-07-05 13:35:06 +01:00
right-trim-test.js
sumOfUnhealthy-test.js
ucfirst-test.js