consul/ui-v2/app
John Cowen a44541a91f
ui: Implements a testable clipboard {{copy-button}} (#5967)
1. Remove ember-cli-clipboard dependency
2. Provide a new copy-button component implementing the same
interface as ^ but make the clipboard functionality injectable
3. Provide 2 implementations of a Clipboard. One using clipboard.js (as
previously) and an additional local storage 'clipboard'.
4. add a BDD step to assert whats in the clipboard (the fake one)

Main reason here is that `document.exec` must be called by a user
interaction
2019-06-21 11:42:40 +01:00
..
adapters UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
components ui: Implements a testable clipboard {{copy-button}} (#5967) 2019-06-21 11:42:40 +01:00
computed ui: Adds blocking query support to the service detail page (#5479) 2019-05-01 18:22:22 +00:00
controllers ui: Adds tick whilst editing the link template in the Settings area (#5820) 2019-05-17 12:33:12 +01:00
forms UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
helpers UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
initializers UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
instance-initializers UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
mixins ui: Don't look for isDescriptor on null (related to null proxies) (#5782) 2019-05-03 11:39:32 +01:00
models ui: Ensure Service Instance pages account for nodes (#5933) 2019-06-11 10:18:50 +01:00
routes ui: Ensure Service Instance pages account for nodes (#5933) 2019-06-11 10:18:50 +01:00
routing UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
search/filters ui: Adds ability to search by policy, role or service ident names (#5811) 2019-06-05 09:25:32 +01:00
serializers UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
services ui: Implements a testable clipboard {{copy-button}} (#5967) 2019-06-21 11:42:40 +01:00
styles ui: Adds tick whilst editing the link template in the Settings area (#5820) 2019-05-17 12:33:12 +01:00
templates ui: Normal proxies link to services, sidecars to instances (#5944) 2019-06-20 09:37:17 +01:00
utils ui: Previously we were passing through 'fake' events, revert to real.. (#5810) 2019-05-08 17:12:16 +01:00
validations UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
app.js UI V2 (#4086) 2018-05-10 19:52:53 +01:00
env.js ui: Adds easily accessible `env` for user settable 'debug' settings (#5668) 2019-05-01 18:22:35 +00:00
index.html ui: Adds multi syntax linting to the code editor (#4814) 2018-10-19 17:36:38 +01:00
resolver.js UI V2 (#4086) 2018-05-10 19:52:53 +01:00
router.js ui: Ensure Service Instance pages account for nodes (#5933) 2019-06-11 10:18:50 +01:00