Daniel Nephin
dd06040248
Fix typos in streaming docs
...
Co-authored-by: Paul Banks <banks@banksco.de>
Co-authored-by: John Cowen <johncowen@users.noreply.github.com>
2020-12-08 12:12:15 -05:00
Matt Keeler
d313b4af77
Add changelog for fixing the namespace replication bug from #9271 ( #9347 )
2020-12-08 12:04:51 -05:00
hashicorp-ci
37613345f2
auto-updated agent/uiserver/bindata_assetfs.go from commit db5283ee2
2020-12-08 15:53:31 +00:00
Kenia
811703c302
ui: Refactor topology components ( #9339 )
...
* Refactor Stats and Series components
* Refactor metrics error message for ingress-gateway
* Fix upLines icon positioning
* Remove unused variable from being passed down to Stats
2020-12-08 10:47:55 -05:00
hashicorp-ci
535ef33bac
auto-updated agent/uiserver/bindata_assetfs.go from commit 3be03029f
2020-12-08 09:32:32 +00:00
John Cowen
0ca087cc77
ui: Native-ize class based helpers ( #9337 )
...
* Install ember-decorators/observes
* Remove filter-predicate
* Nativize `env` and inject env service
* Nativize all other class based helpers
2020-12-08 09:27:28 +00:00
John Cowen
bf71d76709
ui: Lowercase the word 'instance' in Service listings ( #9333 )
2020-12-08 09:27:00 +00:00
Daniel Nephin
53adead4e4
docs: Add developer documentation and diagrams for streaming
2020-12-07 18:11:07 -05:00
Daniel Nephin
ef0999547a
testing: skip slow tests with -short
...
Add a skip condition to all tests slower than 100ms.
This change was made using `gotestsum tool slowest` with data from the
last 3 CI runs of master.
See https://github.com/gotestyourself/gotestsum#finding-and-skipping-slow-tests
With this change:
```
$ time go test -count=1 -short ./agent
ok github.com/hashicorp/consul/agent 0.743s
real 0m4.791s
$ time go test -count=1 -short ./agent/consul
ok github.com/hashicorp/consul/agent/consul 4.229s
real 0m8.769s
```
2020-12-07 13:42:55 -05:00
hashicorp-ci
d4478782ae
auto-updated agent/uiserver/bindata_assetfs.go from commit 4dfa7622d
2020-12-07 09:24:00 +00:00
John Cowen
f0c8040141
ui: Don't pluralize words when there is only 1 of the item ( #9321 )
2020-12-07 09:19:22 +00:00
John Cowen
23adad684b
ui: HealthCheck Search/Sort/Filtering ( #9314 )
...
* Adds model layer changes around HealthChecks
1. Makes a HealthCheck model fragment and uses it in ServiceInstances and
Nodes
2. Manually adds a relationship between a ServiceInstance and its
potential ServiceInstanceProxy
3. Misc changes related to the above such as an Exposed property on
MeshChecks, MeshChecks itself
* Add a potential temporary endpoint to distinguish ProxyServiceInstance
* Fix up Node search bar class
* Add search/sort/filter logic
* Fixup Service default sort key
* Add Healthcheck search/sort/filtering
* Tweak CSS add a default Type of 'Serf' when type is blank
* Fix up tests and new test support
* Add ability to search on Service/Node name depending on where you are
* Fixup CheckID search predicate
* Use computed for DataCollection to use caching
* Alpha sort the Type menu
* Temporary fix for new non-changing style Ember Proxys
* Only special case EventSource proxies
2020-12-07 09:14:30 +00:00
Max G
f727023b18
docs: reword lack of additional required files
2020-12-05 16:47:41 -08:00
Mike Morris
9c8937f5b8
changelog: update 1.8.0 goroutine leak to note increasing memory usage ( #9328 )
2020-12-04 12:47:47 -05:00
Mike Morris
9e01633016
changelog: add entry for fixing active CA root unset ( #9323 )
2020-12-03 13:45:07 -05:00
Mike Morris
0650188f27
changelog: add entries for secondary datacenter CA fixes ( #9322 )
2020-12-03 13:33:29 -05:00
hashicorp-ci
b734cf54ed
auto-updated agent/uiserver/bindata_assetfs.go from commit adbd6c0c8
2020-12-03 09:19:50 +00:00
John Cowen
1a05bba216
ui: ServiceInstance.Name should be the Service.Name, never the Service.ID ( #9316 )
...
* ui: ServiceInstance.Name should be the Service.Name, never the ID
The ServiceInstance.ID should try Service.ID and fallback to
Service.Name, not ServiceInstance.Name. ServiceInstance.Name is just an
alias to Service.Name which is always set.
2020-12-03 09:14:59 +00:00
Mike Morris
24130f4f09
Merge pull request #9273 from hashicorp/merge/release-1.9.0
...
merge: release/1.9.0
2020-12-02 17:34:10 -05:00
Kyle Havlovitz
20490b4def
Merge pull request #9318 from hashicorp/ca-update-followup
...
connect: Fix issue with updating config in secondary
2020-12-02 12:17:50 -08:00
Kyle Havlovitz
57210a59c3
connect: Fix a case where the active root would get unset even when there wasn't a new one
2020-12-02 11:42:23 -08:00
hashicorp-ci
4ee15914b0
auto-updated agent/uiserver/bindata_assetfs.go from commit e23b5b003
2020-12-02 15:53:16 +00:00
John Cowen
89a70502e6
ui: Reorganize Tabs CSS ( #9313 )
2020-12-02 15:48:06 +00:00
hashicorp-ci
a814338374
auto-updated agent/uiserver/bindata_assetfs.go from commit 9ac7bc180
2020-12-02 15:46:59 +00:00
John Cowen
a0edd6d664
ui: Asyncify Service Model Hooks ( #9312 )
...
* ui: Add Kind grouping computed properties
* Use new computed properties and move model hooks to async methods
2020-12-02 15:42:18 +00:00
hashicorp-ci
297210ad93
auto-updated agent/uiserver/bindata_assetfs.go from commit a5b9ada9a
2020-12-02 09:49:40 +00:00
John Cowen
6ef7c15e51
ui: New overlays ( #9305 )
...
Replaces ember-popover with tippy.js based overlay modifier.
2020-12-02 09:43:34 +00:00
hashicorp-ci
af9687e0b8
auto-updated agent/uiserver/bindata_assetfs.go from commit cf38309f6
2020-12-01 15:49:06 +00:00
John Cowen
7d8ea08da7
ui: Add 'Search Across' for finer grained searching ( #9282 )
2020-12-01 15:45:09 +00:00
Kyle Havlovitz
91d5d6c586
Merge pull request #9009 from hashicorp/update-secondary-ca
...
connect: Fix an issue with updating CA config in a secondary datacenter
2020-11-30 14:49:28 -08:00
Kyle Havlovitz
c5167cf9c4
Use a buffered channel for CA intermediate renew func
2020-11-30 14:37:24 -08:00
hashicorp-ci
149e1e5f13
auto-updated agent/uiserver/bindata_assetfs.go from commit afe0f2614
2020-11-30 18:47:37 +00:00
John Cowen
ff93782782
ui: Move identity components ( #9298 )
2020-11-30 18:42:59 +00:00
hashicorp-ci
45f7de452f
auto-updated agent/uiserver/bindata_assetfs.go from commit b5abbf122
2020-11-30 17:33:21 +00:00
John Cowen
ca25033c56
ui: Add copyable IDs to the Role and Policy views ( #9296 )
2020-11-30 17:28:33 +00:00
John Cowen
08a866b239
Changelog
2020-11-30 17:27:39 +00:00
hashicorp-ci
58797598dc
auto-updated agent/uiserver/bindata_assetfs.go from commit d1ebe8c14
2020-11-30 17:27:35 +00:00
John Cowen
7e9b7f4143
ui: Moves healthcheck list to Glimmer template-only consul component ( #9293 )
2020-11-30 17:22:43 +00:00
John Cowen
d09ff9a1b6
ui: Remove unused helpers or swap for helpers in ember-string-fns ( #9294 )
...
* ui: Remove unused helpers or swap for helpers in ember-string-fns
* starts-with > string-starts-with
2020-11-30 17:19:44 +00:00
hashicorp-ci
c03baa7b57
auto-updated agent/uiserver/bindata_assetfs.go from commit f46ef3e3f
2020-11-30 17:07:25 +00:00
John Cowen
2b84a3b5e1
ui: Round Trip Time Tooltips ( #9290 )
2020-11-30 17:02:54 +00:00
hashicorp-ci
4801228104
auto-updated agent/uiserver/bindata_assetfs.go from commit a59a2f860
2020-11-30 16:57:34 +00:00
John Cowen
62850759c5
ui: Modifier based tooltips ( #9288 )
2020-11-30 16:52:13 +00:00
Seth Hoenig
e32cd6b55c
docs: fix mispelling in connect upstream docs ( #9297 )
2020-11-30 08:26:08 -08:00
Rob Taylor
32e4a18e70
Fix typo in explanation of connect command ( #9295 )
...
Change `Connect Connect` to `Consul Connect, which is consistent with the command output as shown on this page.
2020-11-30 09:54:59 -06:00
hashicorp-ci
2fd62ba8de
auto-updated agent/uiserver/bindata_assetfs.go from commit 9cf30e74e
2020-11-30 15:09:43 +00:00
John Cowen
59a998c23a
ui: Nestable DataSources (plus glimmer upgrade) ( #9275 )
2020-11-30 15:05:16 +00:00
John Cowen
d010d1b6d0
ui: Add copyable IDs to the Role and Policy views
2020-11-30 14:42:57 +00:00
Daniel Nephin
17a86be022
Merge pull request #9284 from hashicorp/dnephin/agent-service-register
...
local: mark service as InSync when added to local agent state
2020-11-27 15:49:55 -05:00
Daniel Nephin
4c5fab6e00
local: mark service and checks as InSync when added
...
If the existing service and checks are the same as the new registration.
2020-11-27 15:31:12 -05:00