John Cowen
4f3a0836ea
ui: document-attrs helper ( #9336 )
...
This commit adds a {{document-attrs}} helper, specifically for adding attributes to the root documentElement, which in our case is always <html>
2020-12-09 09:22:38 +00:00
Kenia
5865c48c98
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-09 09:10:18 +00:00
Sabeen Syed
4a2ae0e544
Update the NIA integration program diagram ( #9349 )
2020-12-09 00:04:49 +00:00
Sabeen Syed
22885a3144
Update the NIA integration program diagram ( #9349 )
2020-12-09 00:04:45 +00:00
Blake Covarrubias
e2262fb858
docs: Fix broken URLs in Helm docs
...
- Fix anchors for client.extraEnvironmentVars and
server.extraEnvironmentVars.
- Change extraEnvironmentVars data type to `map`.
- Fix external link to kubernetes.io under
connectInject.namespaceSelector.
2020-12-08 19:15:41 +00:00
Blake Covarrubias
1121dae118
docs: Fix broken URLs in Helm docs
...
- Fix anchors for client.extraEnvironmentVars and
server.extraEnvironmentVars.
- Change extraEnvironmentVars data type to `map`.
- Fix external link to kubernetes.io under
connectInject.namespaceSelector.
2020-12-08 19:15:37 +00:00
Matt Keeler
0bd036bc9c
Add changelog for fixing the namespace replication bug from #9271 ( #9347 )
2020-12-08 17:05:21 +00:00
John Cowen
a66973a274
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:59 +00:00
John Cowen
106b63b9e6
ui: Don't pluralize words when there is only 1 of the item ( #9321 )
2020-12-07 09:19:55 +00:00
John Cowen
db978af6f3
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:15:53 +00:00
Max G
1db9e76545
docs: reword lack of additional required files
2020-12-06 00:48:28 +00:00
Max G
0db4c69602
docs: reword lack of additional required files
2020-12-06 00:48:24 +00:00
Nitya Dhanushkodi
f3052972f4
Add docs for envoyExtraArgs ( #9206 )
2020-12-05 15:26:40 -08:00
Mike Morris
483a8cb136
changelog: update 1.8.0 goroutine leak to note increasing memory usage ( #9328 )
2020-12-04 17:48:17 +00:00
Mike Morris
ef6714ce5e
changelog: add entry for fixing active CA root unset ( #9323 )
2020-12-03 18:45:42 +00:00
Mike Morris
29e4485074
changelog: add entries for secondary datacenter CA fixes ( #9322 )
2020-12-03 18:34:04 +00:00
John Cowen
291567198d
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:16:33 +00:00
Kyle Havlovitz
38bbf32a9c
Merge pull request #9318 from hashicorp/ca-update-followup
...
connect: Fix issue with updating config in secondary
2020-12-02 20:18:26 +00:00
John Cowen
01b55eab5c
ui: Reorganize Tabs CSS ( #9313 )
2020-12-02 15:48:34 +00:00
John Cowen
9d9e77f417
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:43:26 +00:00
John Cowen
4fbbfdcfa2
ui: New overlays ( #9305 )
...
Replaces ember-popover with tippy.js based overlay modifier.
2020-12-02 09:44:06 +00:00
John Cowen
4419e0d0dd
ui: Add 'Search Across' for finer grained searching ( #9282 )
2020-12-02 09:16:55 +00:00
Kyle Havlovitz
ff93919034
Merge pull request #9009 from hashicorp/update-secondary-ca
...
connect: Fix an issue with updating CA config in a secondary datacenter
2020-11-30 22:50:26 +00:00
John Cowen
37140b3ff1
ui: Move identity components ( #9298 )
2020-11-30 18:43:38 +00:00
John Cowen
af5e6e6d12
ui: Add copyable IDs to the Role and Policy views ( #9296 )
2020-11-30 17:29:06 +00:00
John Cowen
f91fb648f9
ui: Moves healthcheck list to Glimmer template-only consul component ( #9293 )
2020-11-30 17:23:37 +00:00
John Cowen
72d9d0a5ec
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:20:19 +00:00
John Cowen
d98fa02a85
ui: Round Trip Time Tooltips ( #9290 )
2020-11-30 17:03:24 +00:00
John Cowen
41ded7eef7
ui: Modifier based tooltips ( #9288 )
2020-11-30 16:52:45 +00:00
Rob Taylor
7c1357efd2
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 15:56:12 +00:00
Rob Taylor
15bc280564
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 15:56:06 +00:00
John Cowen
de19fa5f59
ui: Nestable DataSources (plus glimmer upgrade) ( #9275 )
2020-11-30 15:06:31 +00:00
Daniel Nephin
60d7f30169
Merge pull request #9284 from hashicorp/dnephin/agent-service-register
...
local: mark service as InSync when added to local agent state
2020-11-27 20:50:53 +00:00
Hans Hasselberg
b3a0b8edd9
fix serf_wan documentation ( #9289 )
...
WAN config is different than LAN config, source of truth is
f72d2042a8/config.go (L315-L326)
and now the docs are correct.
2020-11-27 19:51:04 +00:00
Hans Hasselberg
dfe2be40ea
fix serf_wan documentation ( #9289 )
...
WAN config is different than LAN config, source of truth is
f72d2042a8/config.go (L315-L326)
and now the docs are correct.
2020-11-27 19:51:00 +00:00
John Cowen
c441d98475
ui: Change metrics link documentation link ( #9281 )
...
* ui: Change metrics link documentation link
* Update ui/packages/consul-ui/app/components/topology-metrics/index.hbs
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
2020-11-27 15:44:20 +00:00
David Yu
d118f7a0c7
Bump supported chart to 0.27.0 for Consul 1.9 ( #9279 )
...
* Bump supported chart to 0.27.0 for Consul 1.9
2020-11-26 00:33:54 +00:00
David Yu
cd0a294084
Bump supported chart to 0.27.0 for Consul 1.9 ( #9279 )
...
* Bump supported chart to 0.27.0 for Consul 1.9
2020-11-26 00:33:51 +00:00
Daniel Nephin
d230cea541
Merge pull request #9247 from pierresouchay/streaming_predictible_order_for_health
...
[Streaming] Predictable order for results of /health/service/:serviceName to mimic memdb
2020-11-25 20:55:00 +00:00
Mike Morris
632a4de943
Merge pull request #9270 from hashicorp/release/1.9.0
...
merge: release/1.9.0 back into 1.9.x
2020-11-24 17:33:00 -05:00
David Yu
2a0555407c
Consul 1.9 GA Banner ( #9272 )
2020-11-24 21:40:59 +00:00
David Yu
a15f99d74b
Consul 1.9 GA Banner ( #9272 )
2020-11-24 21:40:54 +00:00
Mike Morris
3ee6d1c14f
Merge branch 'release/1.9.x' into release/1.9.0
2020-11-24 14:50:39 -05:00
Mike Morris
a05909b3c3
website: remove prerelease banner
2020-11-24 14:46:16 -05:00
Mike Morris
dbb1249f13
Merge branch 'stable-website' into release/1.9.0
2020-11-24 14:44:53 -05:00
hashicorp-ci
c1703a64a6
Putting source back into Dev Mode
2020-11-24 19:40:16 +00:00
hashicorp-ci
a417fe5104
Release v1.9.0
2020-11-24 19:05:48 +00:00
hashicorp-ci
79bb27a363
update bindata_assetfs.go
2020-11-24 19:05:48 +00:00
David Yu
8d374fa9fa
docs: adding Consul 1.9.x to compat matrix and link to Envoy compat matrix ( #9263 )
...
* Adding Consul 1.9.x to compat matrix and link to Envoy compat matrix
Adding 1.9.x and link to Envoy compat matrix
2020-11-24 18:51:06 +00:00
David Yu
687d504214
docs: adding Consul 1.9.x to compat matrix and link to Envoy compat matrix ( #9263 )
...
* Adding Consul 1.9.x to compat matrix and link to Envoy compat matrix
Adding 1.9.x and link to Envoy compat matrix
2020-11-24 18:51:01 +00:00