open-consul/ui/packages/consul-ui/app
Michael Klein f58fca2048
ui: upgrade ember composable helper (#13394)
Upgrade ember-composable-helpers to version 5.x. This version contains the pick-helper which makes composition in the template layer easier with Octane.

{{!-- this is usually hard to do with Octane --}}
<input {{on "input" (pick "target.value" this.updateText)}} .../>
Version 5.x also fixes a regression with sort-by that according to @johncowen was the reason why the version was pinned to 4.0.0 at the moment.

Version 5 of ember-composable-helpers removes the contains-helper in favor of includes which I changed all occurences for.
2022-06-08 16:07:51 +01:00
..
abilities ui:fixed bug where license was showing in oss (#12795) 2022-04-18 13:05:16 -07:00
adapters ui: Add license endpoint/datasource (#12506) 2022-03-09 09:03:15 +00:00
components ui: upgrade ember composable helper (#13394) 2022-06-08 16:07:51 +01:00
controllers ui: Move nspace CRUD to use the same approach as partitions (#11633) 2021-12-01 11:04:02 +00:00
decorators ui: Add license endpoint/datasource (#12506) 2022-03-09 09:03:15 +00:00
filter/predicates ui: Ensure service instance data does not get re-written on blocking refresh (#11903) 2022-01-07 19:16:21 +00:00
forms ui: Move nspace CRUD to use the same approach as partitions (#11633) 2021-12-01 11:04:02 +00:00
helpers ui: Adds licensing overview tab (#12706) 2022-04-12 09:56:54 +01:00
instance-initializers ui: Runtime Injectable Components (#11969) 2022-01-19 10:14:59 +00:00
locations ui: Add selective no-console eslint rule (#11938) 2022-01-05 16:56:26 +00:00
machines ui: Disclosure Component (#12263) 2022-02-08 19:24:50 +00:00
mixins ui: Notifications re-organization/re-style (#11577) 2021-11-24 18:14:07 +00:00
models ui: Initial Server Status Overview Page (#12599) 2022-04-04 09:45:03 +01:00
modifiers ui: Native CSS Icon Composition (#12461) 2022-03-15 12:54:14 +00:00
routes ui: Remove Settings Ember Route (#12488) 2022-03-09 08:29:27 +00:00
routing ui: Allow templateName paths to be relative (#11955) 2022-01-12 09:27:00 +00:00
search/predicates ui: Fixup names of Meta for instance search, also add Node (#11774) 2021-12-21 07:00:02 +00:00
serializers ui: Add license endpoint/datasource (#12506) 2022-03-09 09:03:15 +00:00
services ui: Don't automatically move rz read-replicas out of the rz (#12740) 2022-04-13 10:33:31 +01:00
sort/comparators ui: Adds initial CRUD for partitions (#11188) 2021-10-08 16:29:30 +01:00
styles ui: upgrade ember composable helper (#13394) 2022-06-08 16:07:51 +01:00
templates ui: upgrade ember composable helper (#13394) 2022-06-08 16:07:51 +01:00
utils ui: Enable theming (#12134) 2022-01-21 12:19:03 +00:00
validations ui: Move nspace CRUD to use the same approach as partitions (#11633) 2021-12-01 11:04:02 +00:00
app.js
env.js
formats.js
index.html
router.js ui: Runtime Injectable Components (#11969) 2022-01-19 10:14:59 +00:00