Michael Klein
fc74c0c7fb
Merge pull request #15158 from hashicorp/ui/improve-layout-address-list-peer-detail
...
ui: Improve layout address list peer detail
2022-10-27 20:26:30 +02:00
Michael Klein
9d36db3a2a
Merge pull request #15156 from hashicorp/ui/peer-create-redirect-to-show
...
ui: peer create redirect to show
2022-10-26 17:16:28 +02:00
Michael Klein
b7c5229e79
Improve layout address list peer detail
2022-10-26 16:17:05 +02:00
Michael Klein
be97a2a4a8
Redirect to peers.show after establishing peering
2022-10-26 11:15:57 +02:00
Michael Klein
6eaa9d94da
Prettify peers.index template
2022-10-26 11:15:06 +02:00
Michael Klein
ac41499d9b
prettify peer/initiate form
2022-10-26 10:11:41 +02:00
Michael Klein
89cf54d730
Use HDS utilities instead of tailwind peer details
2022-10-25 14:17:40 +02:00
Michael Klein
677bbcf4fa
Bento-Box show scrollbars only when necessary
2022-10-13 20:27:19 +02:00
Michael Klein
e8f2024e43
Add tests peers.show
2022-10-13 16:45:03 +02:00
Michael Klein
f2e0df1534
Use translations for empty states peers.show
2022-10-13 16:43:54 +02:00
Michael Klein
5a8678e596
Rename `peers.edit` to `peers.show`
2022-10-13 16:43:54 +02:00
Michael Klein
3d1f032b51
Fix bucket-list display depends on navigation
...
We need to explicitly tell the UI to not show the bucket-list
when we are displaying imported services. If we make
this depend on the data we will sometimes not show
it due to data-loader caching.
2022-10-13 16:43:54 +02:00
Michael Klein
02c74807b3
Use existing freefilter to match existing design
2022-10-13 16:43:49 +02:00
Michael Klein
33cf82a2d5
Add filtering for 'unknown' imported services
2022-10-13 16:43:49 +02:00
Michael Klein
9624ecadb0
Update imported/export count on peers
...
Api has changed we need to adjust accordingly.
2022-10-13 16:43:49 +02:00
Michael Klein
2f19d4e97e
Always transition to imported peers.edit
2022-10-13 16:43:49 +02:00
Michael Klein
1228b9a8a8
Prototype StreamStatus integration peers detail
2022-10-13 16:43:49 +02:00
Michael Klein
2bc2079758
Move peering bento box into dedicated component
2022-10-13 16:43:49 +02:00
Michael Klein
b9d5d3cb62
Don't handle undefined in smart-date-format
...
We will handle that from the outside
2022-10-13 16:43:38 +02:00
Michael Klein
96015e60d5
Add bento box peers.edit
2022-10-13 16:43:38 +02:00
Michael Klein
bd5b47bfa8
Add empty state peers.edit.addresses
2022-10-13 16:43:38 +02:00
Michael Klein
92ddea3627
Link service in exported-service list
2022-10-13 16:43:38 +02:00
Michael Klein
f5934e75be
Show cursor peer-list
2022-10-13 16:43:38 +02:00
Michael Klein
2854bcde76
Implement imported services tab peers.edit
2022-10-13 16:43:38 +02:00
Michael Klein
7fe7ecfeda
fix placeholder empty-state exported
2022-10-13 16:43:38 +02:00
Michael Klein
d30484968d
Make exported-services searchable by name
2022-10-13 16:43:38 +02:00
Michael Klein
44f42a52a1
Use HDS in peers.edit.exported
2022-10-13 16:43:31 +02:00
Michael Klein
7334472f84
Pass provider data for peering tab-nav
2022-10-13 10:44:07 +02:00
Michael Klein
99921a8bdd
Transition to exported/imported based on peer type
2022-10-13 10:44:07 +02:00
Michael Klein
65a33f8f8a
Add imported/exported tabs to peers.edit
2022-10-13 10:44:07 +02:00
Michael Klein
78b0eb4f43
Add imported and exported routes for peers.edit
2022-10-13 10:44:07 +02:00
Michael Klein
75d867b7e8
Add link to peers.edit to peerings list
2022-10-13 10:44:07 +02:00
Michael Klein
ca53d4dc0d
Bring back edit-route for peerings
2022-10-13 10:44:07 +02:00
Michael Klein
2cb8b44b5f
Only display regenerate token when peer is dialer
...
Regenerating only makes sense if we are dealing with the
side that created the token - i.e. the dialer.
2022-10-13 10:44:07 +02:00
Tyler Wendlandt
d64b9d9722
ui: Update empty-state copy throughout app ( #14721 )
...
* Update empty-state copy throughout app
Update empty-states throughout the app to only include mentions of ACLs if the user has ACLs enabled.
* Update peers empty state copy
Flip the empty state copy logic for peers. Small typo fixes on other empty states.
* Update Node empty state with docs
* Update intentions empty state
Make ACL copy dependent on if acls are enabled.
* Update Nodes empty state learn copy
* Fix binding rule copy key
2022-10-06 11:01:49 -06:00
John Cowen
60400173b5
ui: Add more acceptance tests for cluster peering ( #14707 )
...
* ui: Add more acceptance tests for cluster peering
* Lint
2022-09-29 09:38:41 -07:00
John Cowen
e174ec3dce
ui: Add initial tests for peering searching/sorting ( #14568 )
...
* ui: Add initial tests for peering searching/sorting
* New lint
2022-09-20 15:34:08 +01:00
John Cowen
9f14171f6c
ui: Pass through default environment settings when when booting dev/test ( #14519 )
...
* ui: Add initial peering listing acceptance tests (#14522 )
2022-09-12 11:22:06 +01:00
Michael Klein
231cc28e0b
Update peerings docs links ( #14040 )
2022-08-08 16:12:17 +02:00
John Cowen
b843b6bcb0
ui: Add additional generation/initiation data-sources ( #14018 )
2022-08-08 11:23:02 +01:00
John Cowen
d7ed357b5b
ui: Make DataWriter also deal with more standard shaped errors ( #14025 )
...
* ui: Make DataWriter also deal with more standard shaped errors
* ui: Add error states/messages for peering establishment (#14026 )
* ui: Add error states/messages for peering establishment
* Inspect state instead of asking about existence of error
2022-08-08 10:51:02 +01:00
Michael Klein
317709f469
ui: peering UI fixes - api contract change / wrong link in peerings list ( #14007 )
...
* Don't send `Datacenter` when establishing peer
* Don't surface link to non-existing peers.edit route anymore
2022-08-03 15:04:19 +02:00
John Cowen
f386122633
ui: Re-hook up regenerate button ( #14015 )
2022-08-03 13:55:57 +01:00
John Cowen
f41a754cbe
ui: Add peering establishment to the peer listing page ( #13813 )
...
* ui: Add peering establishment to the peer listing page
* Remove this.form.reset
2022-07-26 15:36:49 +01:00
John Cowen
2875cbe856
ui: Change initiate > establish for peering the modal tab ( #13839 )
2022-07-21 17:39:15 +01:00
John Cowen
83d2204c7c
ui: Allow searching for peerings by ID ( #13837 )
2022-07-21 17:38:57 +01:00
John Cowen
a7b8f7738b
ui: Remove peering detail page ( #13836 )
...
* ui: Remove links to the peering detail page
* 404 everything
2022-07-21 17:38:10 +01:00
Michael Klein
1475ec0349
ui: Update peerings empty state copy ( #13834 )
2022-07-21 14:59:38 +01:00
John Cowen
9176d3ed33
ui: Add Peer Form ( #13794 )
2022-07-20 12:58:47 +01:00
John Cowen
a9d3de8b3e
ui: Peer token use form ( #13792 )
2022-07-20 12:38:39 +01:00