consul/ui-v2/app/templates/components
John Cowen aa680d5f0c ui: Discovery Chain (#6746)
* Add data layer for discovery chain (model/adapter/serializer/repo)

* Add routing plus template for routing tab

* Add extra deps - consul-api-double upgrade plus ngraph for graphing

* Add discovery-chain and related components and helpers:

1. discovery-chain to orchestrate/view controller
2. route-card, splitter-card, resolver card to represent the 3 different
node types.
3. route-match helper for easy formatting of route rules
4. dom-position to figure out where things are in order to draw lines
5. svg-curve, simple wrapper around svg's <path d=""> attribute format.
6. data-structs service. This isn't super required but we are using
other data-structures provided by other third party npm modules in other
yet to be merged PRs. All of these types of things will live here for
easy access/injection/changability
7. Some additions to our css-var 'polyfill' for a couple of extra needed
rules

* Related CSS for discovery chain

1. We add a %card base component here, eventually this will go into our
base folder and %stats-card will also use it for a base component.
2. New icon for failovers

* ui: Discovery Chain Continued (#6939)

1. Add in the things we use for the animations
2 Use IntersectionObserver so we know when the tab is visible,
otherwise the dom-position helper won't work as the dom elements don't
have any display.
3. Add some base work for animations and use them a little
4. Try to detect if a resolver is a redirect. Right now this works for
datacenters and namespaces, but it can't work for services and subsets -
we are awaiting backend support for doing this properly.
5. Add a fake 'this service has no routes' route that says 'Default'
6. redirect icon
7. Add CSS.escape polyfill for Edge
2019-12-18 12:26:47 +00:00
..
acl-filter.hbs UI: Move legacy ACLs to use the new searchables/changeable-sets (#4933) 2019-05-01 18:21:42 +00:00
action-group.hbs ui: CSS Upgrade (action-group,form-elements,sliding-toggle,breadcrumbs) (#6495) 2019-12-18 12:26:43 +00:00
app-view.hbs ui: Adds warning flash messages (yellow with warning icon) (#5033) 2019-05-01 18:21:52 +00:00
aria-menu.hbs ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
catalog-filter.hbs UI: Service Numbers (#5348) 2019-05-01 18:22:11 +00:00
changeable-set.hbs ui: Async Search (#4859) 2019-05-01 18:21:34 +00:00
child-selector.hbs UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
code-editor.hbs UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
confirmation-dialog.hbs UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
copy-button-feedback.hbs UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
copy-button.hbs UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
delete-confirmation.hbs UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
discovery-chain.hbs ui: Discovery Chain (#6746) 2019-12-18 12:26:47 +00:00
dom-buffer-flush.hbs UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
dom-buffer.hbs UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
feedback-dialog.hbs UI: Tooltips and feedback-dialogs are the same thing - merge (#4678) 2018-09-21 11:13:21 +01:00
form-component.hbs UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
freetext-filter.hbs Use html5 oninput instead of onkeyup for native textual inputs 2018-07-03 15:40:15 +01:00
hashicorp-consul.hbs ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
healthcheck-info.hbs UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
healthcheck-list.hbs ui: Expose checks (#6575) 2019-12-18 12:26:43 +00:00
healthcheck-output.hbs ui: Expose checks (#6575) 2019-12-18 12:26:43 +00:00
healthcheck-status.hbs UI: Service Instances (#5326) 2019-05-01 18:22:10 +00:00
healthchecked-resource.hbs ui: Leader icon for node listing view (#6265) 2019-09-04 08:35:16 +00:00
intention-filter.hbs ui: Async Search (#4859) 2019-05-01 18:21:34 +00:00
list-collection.hbs UI V2 (#4086) 2018-05-10 19:52:53 +01:00
modal-dialog.hbs ui: Improvements to modal-dialog (#5585) 2019-05-01 18:22:30 +00:00
modal-layer.hbs UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
phrase-editor.hbs ui: {{phrase-editor}} amends (#5991) 2019-09-04 08:35:07 +00:00
policy-form.hbs ui: add some additional env level URLs for easier linking (#6145) 2019-09-04 08:35:14 +00:00
policy-selector.hbs ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
popover-menu.hbs ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
radio-group.hbs UI V2 (#4086) 2018-05-10 19:52:53 +01:00
resolver-card.hbs ui: Discovery Chain (#6746) 2019-12-18 12:26:47 +00:00
role-form.hbs UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
role-selector.hbs ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
route-card.hbs ui: Discovery Chain (#6746) 2019-12-18 12:26:47 +00:00
secret-button.hbs UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
service-identity.hbs UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
sort-control.hbs ui: Adds a `sort-control` component for asc/desc sorting of columns etc (#6034) 2019-09-04 08:35:16 +00:00
splitter-card.hbs ui: Discovery Chain (#6746) 2019-12-18 12:26:47 +00:00
stats-card.hbs ui: Add `stats-card` component, integrate more `@hashicorp/structure-icons` (#6021) 2019-09-04 08:35:11 +00:00
tab-nav.hbs UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
tab-section.hbs UI V2 (#4086) 2018-05-10 19:52:53 +01:00
tabular-collection.hbs UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
tabular-details.hbs UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
tag-list.hbs UI: Service Instances (#5326) 2019-05-01 18:22:10 +00:00
templated-anchor.hbs ui: dashboard links (#5704) 2019-05-01 18:22:38 +00:00
toggle-button.hbs ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
token-list.hbs ui: CSS Components Migration (#5913) 2019-09-04 08:35:01 +00:00
tomography-graph.hbs UI: Reduce in-development deprecations (also use toLocaleString) (#4677) 2018-10-01 13:42:42 +01:00