open-consul/ui-v2/app
John Cowen 85540ca829 ui: Blink/Webkit input[type=password] workaround (#7929)
It seems that blink/webkit browsers at least will leak memory when using
input[type=password] inputs. This only affects us during testing as we
'refresh' the ember app ~1000 times without actually refreshing
the browser. This means references to these HTML input elements mount
up now that every single page/test has an input[password] on it.

Following this change our memory usage during testing seems to have
reduced by as much as 75%.

During normal usage the single password element is only added to the
page once per login/logout.
2020-06-03 16:46:43 +00:00
..
adapters ui: Create Linked Services Tab for Terminating Gateways (#7858) 2020-05-13 13:12:55 -04:00
components ui: Blink/Webkit input[type=password] workaround (#7929) 2020-06-03 16:46:43 +00:00
computed ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00
controllers ui: Only save the setting that you've changed (#7918) 2020-05-19 16:20:27 +01:00
forms ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
helpers ui: Create PopoverSelect, CatalogToolbar, and update tests (#7489) 2020-05-12 17:14:48 +00:00
initializers ui: Model Layer for SSO Support (#7771) 2020-05-12 17:14:41 +00:00
instance-initializers ui: Per Service Intentions Tab (#7615) 2020-05-12 17:14:26 +00:00
mixins ui: Misc amends for Safari and Firefox (#7907) 2020-05-18 17:21:10 +01:00
models ui: Create Linked Services Tab for Terminating Gateways (#7858) 2020-05-13 13:12:55 -04:00
routes UI Release Merge (1.8-beta-2: ui-staging merge) (#7919) 2020-05-19 17:18:04 +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: Create Linked Services Tab for Terminating Gateways (#7858) 2020-05-13 13:12:55 -04:00
services UI Release Merge (1.8-beta-2: ui-staging merge) (#7919) 2020-05-19 17:18:04 +01:00
styles ui: Slightly refactor %composite-rows and reuse ConsulServiceList component (#7886) 2020-06-03 16:46:42 +00:00
templates UI Release Merge (1.8-beta-2: ui-staging merge) (#7919) 2020-05-19 17:18:04 +01:00
utils UI Release Merge (1.8-beta-2: ui-staging merge) (#7919) 2020-05-19 17:18:04 +01: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 Upstreams tab for Ingress Gateways (#7865) 2020-05-13 13:12:56 -04:00