consul/ui-v2/app
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
..
adapters ui: Add blocking queries to gateways (#7967) 2020-06-03 16:46:52 +00:00
components ui: Remove WithSearching mixin, use helpers instead (#7961) 2020-06-03 16:46:53 +00:00
computed ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00
controllers ui: Remove WithSearching mixin, use helpers instead (#7961) 2020-06-03 16:46:53 +00:00
forms ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
helpers ui: Add ability to sort service based on health (#7989) 2020-06-03 16:46:57 +00:00
initializers ui: Add ability to sort service based on health (#7989) 2020-06-03 16:46:57 +00:00
instance-initializers ui: Per Service Intentions Tab (#7615) 2020-05-12 17:14:26 +00:00
mixins ui: Remove WithSearching mixin, use helpers instead (#7961) 2020-06-03 16:46:53 +00:00
models intentions: fix a bug in Intention.SetHash 2020-06-05 14:51:43 -04:00
routes ui: Blocking with filtering intentions amends (#8027) 2020-06-05 14:44:57 +01:00
routing ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
search/filters ui: Add ability to search nodes listing page with IP Address (#7204) 2020-02-04 10:45:25 -05:00
serializers ui: Add blocking queries to gateways (#7967) 2020-06-03 16:46:52 +00:00
services ui: Blocking with filtering intentions amends (#8027) 2020-06-05 14:44:57 +01:00
sort/comparators ui: Add ability to sort service based on health (#7989) 2020-06-03 16:46:57 +00:00
styles ui: Switch help menu icons to use the correct icons 2020-06-04 14:31:15 +00:00
templates ui: Add ability to sort service based on health (#7989) 2020-06-03 16:46:57 +00:00
utils ui: Remove WithSearching mixin, use helpers instead (#7961) 2020-06-03 16:46:53 +00:00
validations ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
app.js ui: Upgrade to ember 3.16 Octane Edition (#7334) 2020-05-12 17:14:10 +00:00
env.js ui: Improve configuration/env/feature flag usage (also add build time year detection) (#7072) 2020-01-21 17:52:40 +00:00
index.html ui: Keyboard navigation improvements (#7090) 2020-01-20 14:15:15 +00:00
router.js ui: Create Tags & Meta tab (#7954) 2020-06-03 16:46:48 +00:00