consul/ui-v2/app/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.js UI V2 (#4086) 2018-05-10 19:52:53 +01:00
action-group.js UI V2 (#4086) 2018-05-10 19:52:53 +01:00
app-view.js ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00
aria-menu.js ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
catalog-filter.js UI V2 (#4086) 2018-05-10 19:52:53 +01:00
changeable-set.js ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00
child-selector.js ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
code-editor.js ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00
confirmation-dialog.js ui: Remove some javascript files we no longer use (#6853) 2019-12-18 12:26:44 +00:00
copy-button-feedback.js UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
copy-button.js ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00
delete-confirmation.js UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
discovery-chain.js ui: Discovery Chain (#6746) 2019-12-18 12:26:47 +00:00
dom-buffer-flush.js ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00
dom-buffer.js ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00
feedback-dialog.js ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00
form-component.js ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00
freetext-filter.js ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00
hashicorp-consul.js ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
healthcheck-info.js UI: Service Instances (#5326) 2019-05-01 18:22:10 +00:00
healthcheck-list.js UI: Service Instances (#5326) 2019-05-01 18:22:10 +00:00
healthcheck-output.js ui: Change layout styling for healthcheckoutput, add CheckID (#6195) 2019-09-04 08:35:12 +00:00
healthcheck-status.js ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00
healthchecked-resource.js ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00
intention-filter.js WIP: First draft intentions 2018-06-25 12:25:14 -07:00
list-collection.js UI: dom usage refactoring (#4924) 2019-05-01 18:21:40 +00:00
modal-dialog.js ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00
modal-layer.js ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00
phrase-editor.js ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00
policy-form.js ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00
policy-selector.js ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
popover-menu.js ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
radio-group.js UI V2 (#4086) 2018-05-10 19:52:53 +01:00
resolver-card.js ui: Discovery Chain (#6746) 2019-12-18 12:26:47 +00:00
role-form.js UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
role-selector.js ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00
route-card.js ui: Discovery Chain (#6746) 2019-12-18 12:26:47 +00:00
secret-button.js UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
service-identity.js UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
sort-control.js ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00
splitter-card.js ui: Discovery Chain (#6746) 2019-12-18 12:26:47 +00:00
stats-card.js ui: Add `stats-card` component, integrate more `@hashicorp/structure-icons` (#6021) 2019-09-04 08:35:11 +00:00
tab-nav.js UI: Service Instances (#5326) 2019-05-01 18:22:10 +00:00
tab-section.js ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00
tabular-collection.js ui: CSS Upgrade (action-group,form-elements,sliding-toggle,breadcrumbs) (#6495) 2019-12-18 12:26:43 +00:00
tabular-details.js ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00
tag-list.js UI: Service Instances (#5326) 2019-05-01 18:22:10 +00:00
templated-anchor.js ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00
toggle-button.js ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
token-list.js ui: Custom version of ember-block-slots compatible with ember 3 (#5245) 2019-01-30 10:56:04 +00:00
tomography-graph.js ui: UI Release Merge (ui-staging merge) (#6527) 2019-09-30 14:47:49 +01:00