Joel Watson
5b4c8571d2
Add changelog entry
2020-11-11 09:56:26 -06:00
hashicorp-ci
37b1ab7f49
auto-updated agent/uiserver/bindata_assetfs.go from commit e1d977138
2020-11-11 14:48:38 +00:00
John Cowen
e1d9771381
ui: Move discovery chain component ( #9154 )
2020-11-11 14:43:37 +00:00
Joel Watson
2e654a1759
docs: add warning in 0.9.0 upgrade notes
2020-11-11 09:23:43 -05:00
Daniel Nephin
3760e3d12d
Merge pull request #9149 from joel0/wrap-errors
...
Use error wrapping to preserve error type info
2020-11-10 18:27:08 -05:00
Joel Watson
48a358df1b
Remove trailing tabs from output
2020-11-10 16:40:23 -06:00
Joel Watson
491f2f0a57
Add more func comments
2020-11-10 16:40:12 -06:00
Joel Watson
99ec1febcc
Move kvDetails default logic
2020-11-10 16:39:40 -06:00
Joel Watson
ea804e57b4
Check for nil rather than length
2020-11-10 16:39:12 -06:00
Daniel Nephin
45a9dd59b5
Merge pull request #8976 from joel0/wrap-eof
...
Wrap rpc error object
2020-11-10 17:04:11 -05:00
Joel May
f600285eb4
Use error wrapping to preserve error type info
2020-11-10 21:50:09 +00:00
Joel Watson
6957056911
Missed a spot with old params in docs
2020-11-10 11:22:45 -06:00
Joel Watson
7aebd179de
Update tests for new flag names
2020-11-10 11:18:21 -06:00
Joel Watson
40a8681816
Allow omission of -kvdetails if another -kv* flag is set
2020-11-10 10:55:30 -06:00
Joel Watson
1ef259b093
Rename params to better reflect their purpose
2020-11-10 10:44:09 -06:00
hashicorp-ci
77451d944e
auto-updated agent/uiserver/bindata_assetfs.go from commit e18d8e299
2020-11-10 16:37:33 +00:00
Joel Watson
5ad0db73c8
Make docs for params clearer
2020-11-10 10:35:24 -06:00
Kenia
e18d8e299d
ui: Delete Proxy Info tab ( #9141 )
...
* Remove Proxy Info and create Upstreams and Exposed Paths tabs
* Update routes formatting
* Update typo for Expose.Checks
* Remove, update, and add tests
* Make consul-upstream-instance-list into a glimmer component
* Create styling for upstream-instance-list component
2020-11-10 11:31:47 -05:00
Joel Watson
fbe8503258
Break KV portion of enchance into separate func
2020-11-10 10:29:49 -06:00
Joel Watson
5dd703a62a
Move KV stat gen to separate func
2020-11-10 10:09:03 -06:00
hashicorp-ci
8f834c2d21
auto-updated agent/uiserver/bindata_assetfs.go from commit fb6202929
2020-11-10 14:42:02 +00:00
John Cowen
fb62029297
ui: Correct AdapterError import ( #9147 )
2020-11-10 14:36:45 +00:00
John Cowen
d561d346a8
ui: Remove unnecessay reopens from sort and form services ( #9146 )
2020-11-10 14:36:27 +00:00
Matt Keeler
97b1d92c17
Fixup the autopilot changelog ( #9145 )
2020-11-09 17:29:06 -05:00
Mike Morris
c0ef425ae5
chore: update to Go 1.14.11
2020-11-09 15:48:18 -05:00
R.B. Boyer
5afd04897c
test: use direct service registration in envoy integration tests ( #9138 )
...
This has the biggest impact on enterprise test cases that use namespaced
registrations, which prior to this change sometimes failed the initial
registration because the namespace was not yet created.
2020-11-09 13:59:46 -06:00
Matt Keeler
361fe3ad20
Add some autopilot docs and update the changelog ( #9139 )
2020-11-09 14:14:19 -05:00
hashicorp-ci
031ab3f44f
auto-updated agent/uiserver/bindata_assetfs.go from commit c8e40ee0d
2020-11-09 17:34:25 +00:00
John Cowen
c8e40ee0de
ui: Move ember-data classes to use native JS classes/decorators ( #9136 )
...
* ui: Upgrade ember-data models to use native classes/decorators
* ui: Update remaining ember-data imports
* ui: Move ember-data Adapters to use native classes
* ui: Upgrade serializers to native classes/decorators
* ui: remove meta from roles, they never had it to start with
2020-11-09 17:29:12 +00:00
Daniel Nephin
2ef2723507
Merge pull request #9130 from hashicorp/dnephin/ci-make-backport-easier
...
ci: Make backporting post-merge a bit easier
2020-11-09 11:57:21 -05:00
Matt Keeler
8d4334c364
Merge pull request #9103 from hashicorp/feature/autopilot-mod
...
Switch to using the external autopilot module
2020-11-09 11:30:06 -05:00
Matt Keeler
a3a653342b
Fix a bunch of linter warnings
2020-11-09 09:22:12 -05:00
Matt Keeler
c048e86bb2
Switch to using the external autopilot module
2020-11-09 09:22:11 -05:00
hashicorp-ci
7a2c6dfd62
auto-updated agent/uiserver/bindata_assetfs.go from commit 5c0ec13fb
2020-11-09 09:31:52 +00:00
John Cowen
5c0ec13fb9
ui: Run Ember native class code mod ( #9093 )
...
* ui: Apply native class codemod to all services
* ui: Apply native class codemod to routes
* ui: Apply native class codemod to controllers
* Fix up ember proxy `content` issue
* Add a CreateTime on policy creation
* Minor formatting
* Convert child based saving to use ec instead of custom approach
* Remove custom event source repo wrapping initializer
* Repos here are no longer proxy objects revert to using them normally
* Remove areas of code that were used to set up source backed repos
2020-11-09 09:25:35 +00:00
hashicorp-ci
908574058e
auto-updated agent/uiserver/bindata_assetfs.go from commit d9672bca8
2020-11-09 09:19:52 +00:00
John Cowen
d9672bca81
ui: Move notice storybook to use controls addon ( #9126 )
2020-11-09 09:14:51 +00:00
Mike Morris
75019baadd
chore: upgrade to gopsutil/v3 ( #9118 )
...
* deps: update golang.org/x/sys
* deps: update imports to gopsutil/v3
* chore: make update-vendor
2020-11-06 20:48:38 -05:00
Mike Morris
6396042ba7
connect: switch the default gateway port from 443 to 8443 ( #9116 )
...
* test: update ingress gateway golden file to port 8443
* test: update Envoy flags_test to port 8443
Co-authored-by: R.B. Boyer <rb@hashicorp.com>
2020-11-06 20:47:29 -05:00
Mike Morris
bd3e31d2cf
ui: remove consul-api-double from yarn.lock ( #9115 )
2020-11-06 20:46:23 -05:00
Mike Morris
9edd1d1df6
changelog: add 1.9.0-beta2 release ( #9132 )
2020-11-06 20:40:04 -05:00
Mike Morris
9875846509
website: update callout to 1.9.0-beta2 ( #9131 )
2020-11-06 20:39:25 -05:00
Daniel Nephin
acfc22822c
ci: cherry-pick port-merge comment
2020-11-06 18:06:52 -05:00
Mike Morris
ab10b4c61b
changelog: add entries for 1.9.0-beta2 ( #9129 )
2020-11-06 17:18:47 -05:00
Kent 'picat' Gruber
81efada5c3
Adjust the ACLs requirement section wording and add link to ACL docs
...
It's better to avoid the ambiguous Vault statement that was not clarified and drop the loaded "roles" term in favor of "capabilities" since the ACL system is described as capability-based in previous ACL documentation.
2020-11-06 16:25:21 -05:00
Paul Banks
b5dbeff784
UI Metrics documentation ( #9048 )
...
* UI Metrics documentation
* Update website/pages/docs/connect/observability/ui-visualization.mdx
* Fix some review comments
* Fix review comments
* Apply suggestions from code review
Co-authored-by: R.B. Boyer <rb@hashicorp.com>
Co-authored-by: R.B. Boyer <rb@hashicorp.com>
2020-11-06 20:32:28 +00:00
Daniel Nephin
fb70c8bac2
stream: document that Payload must be immutable
...
If they are sent to EventPublisher.Publish.
Also document that PayloadEvents is expected to come from a subscription and that it is
not immutable.
2020-11-06 13:00:33 -05:00
R.B. Boyer
8baf158ea8
Revert "Add namespace support for metrics (OSS) ( #9117 )" ( #9124 )
...
This reverts commit 06b3b017d3
.
2020-11-06 10:24:32 -06:00
Kent 'picat' Gruber
facd48b486
Use the EnterpriseAlert inline widget
2020-11-06 10:47:22 -05:00
Kent 'picat' Gruber
fd29187499
Add mention of auto_encrypt to mTLS requirements
2020-11-06 10:15:26 -05:00