open-consul/ui/packages/consul-ui/app/components/consul/auth-method
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
..
binding-list ui: Auth Methods - Create Binding Rules tab (#9914) 2021-03-26 11:47:47 -04:00
list ui: Create auth-method show page with General Info Tab (#9845) 2021-03-17 10:40:56 -04:00
nspace-list ui: Auth Methods - Namespace rules tab (#9935) 2021-03-31 10:55:31 -04:00
search-bar ui: upgrade ember composable helper (#13394) 2022-06-08 16:07:51 +01:00
type ui: Auth Methods List view (#9617) 2021-02-17 13:56:56 -05:00
view ui: Adds support for AWS-IAM Auth Methods (#12786) 2022-04-14 17:13:13 +01:00
index.scss ui: Adds support for AWS-IAM Auth Methods (#12786) 2022-04-14 17:13:13 +01:00