consul/ui-v2/app/models
Daniel Nephin ce6cc094a1 intentions: fix a bug in Intention.SetHash
Found using staticcheck.

binary.Write does not accept int types without a size. The error from binary.Write was ignored, so we never saw this error. Casting the data to uint64 produces a correct hash.

Also deprecate the Default{Addr,Port} fields, and prevent them from being encoded. These fields will always be empty and are not used.
Removing these would break backwards compatibility, so they are left in place for now.

Co-authored-by: Hans Hasselberg <me@hans.io>
2020-06-05 14:51:43 -04:00
..
acl.js Use defaultValue for making sure Name is at least '' 2018-06-12 11:24:36 +01:00
coordinate.js ui: Reconcile ember-data store when records are deleted via blocking (#5745) 2019-09-04 08:34:57 +00:00
dc.js UI: Repo layer integration tests (#4454) (#4563) 2018-08-29 10:00:15 +01:00
discovery-chain.js ui: Discovery Chain (#6746) 2019-12-18 12:26:47 +00:00
intention.js intentions: fix a bug in Intention.SetHash 2020-06-05 14:51:43 -04:00
kv.js ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
node.js ui: Remove WithSearching mixin, use helpers instead (#7961) 2020-06-03 16:46:53 +00:00
nspace.js ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
oidc-provider.js ui: Model Layer for SSO Support (#7771) 2020-05-12 17:14:41 +00:00
policy.js ui: Use DataSources in ACLs area (#7681) 2020-05-12 17:14:29 +00:00
proxy.js ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
role.js ui: Use DataSources in ACLs area (#7681) 2020-05-12 17:14:29 +00:00
service.js ui: Add blocking queries to gateways (#7967) 2020-06-03 16:46:52 +00:00
session.js ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
token.js ui: Model Layer for SSO Support (#7771) 2020-05-12 17:14:41 +00:00