Howie Lee
39afe49b0b
Fixed typo
2018-06-26 17:26:22 -04:00
Matt Keeler
cf69ec42a4
Make sure to generate UUIDs when services are registered without one
...
This makes the behavior line up with the docs and expected behavior
2018-06-26 17:04:08 -04:00
Siva
5e04d7f1f1
Merge branch 'master' of github.com:hashicorp/consul into WinService
2018-06-26 16:49:50 -04:00
Mitchell Hashimoto
a1be7af835
Merge pull request #4287 from hashicorp/bugfix/4273-doc-formatting
...
Fix layout issue with discovery_max_stale
2018-06-26 21:57:13 +02:00
Mitchell Hashimoto
2d0b0e4f3f
Merge pull request #4288 from hashicorp/service-meta-docs
...
website: correct parameter for service meta on catalog register
2018-06-26 21:57:04 +02:00
Mitchell Hashimoto
0c31704718
Merge pull request #4289 from hashicorp/cbeckhashicorp-patch-1
...
Clarify beta release/feature and spelling
2018-06-26 21:56:52 +02:00
Mitchell Hashimoto
3e8fcf9d68
Merge pull request #4291 from hashicorp/b-connect-edits
...
website: update vs. istio page and clarify control plane & pluggable data layer
2018-06-26 21:56:32 +02:00
Mitchell Hashimoto
e788ce612e
website: update vs. istio page and clarify pluggable data layer
2018-06-26 21:52:27 +02:00
Chris Beck
abc4ac6396
Clarify beta release/feature and spelling
...
Changed beta release to beta feature to clarify connect is beta feature and 1.2 is not beta release.
2018-06-26 15:19:25 -04:00
Jack Pearkes
cd4d5a82da
website: correct paramater for service meta on catalog register
...
I believe this may have been missed as part of #3994 . Note that the
API _returns_ `ServiceMeta`, but accepts `Meta`.
$ curl -X PUT -d \
'{
"Datacenter": "dc1",
"Node": "example",
"Address": "www.example.com",
"Service": {
"Service": "example-service",
"Port": 80,
"Meta": {"foo": "bar"}
}
}' \
http://localhost:8500/v1/catalog/register
$ curl localhost:8500/v1/catalog/service/example-service
[
{
"ID": "",
"Node": "example",
"Address": "www.example.com",
"Datacenter": "dc1",
"TaggedAddresses": null,
"NodeMeta": null,
"ServiceKind": "",
"ServiceID": "example-service",
"ServiceName": "example-service",
"ServiceTags": [],
"ServiceAddress": "",
"ServiceMeta": {
"foo": "bar"
},
"ServicePort": 80,
"ServiceEnableTagOverride": false,
"ServiceProxyDestination": "",
"ServiceConnect": {
"Native": false,
"Proxy": null
},
"CreateIndex": 11,
"ModifyIndex": 37
}
]
2018-06-26 12:15:23 -07:00
Matt Keeler
afd32485f4
Fix layout issue with discovery_max_stale
...
It was indented when it shouldn't have been.
2018-06-26 15:09:14 -04:00
Mitchell Hashimoto
ec4678730f
Merge pull request #4275 from hashicorp/je.fix-config-progress-bars
...
Configuration page animation fix
2018-06-26 21:00:34 +02:00
Mitchell Hashimoto
9675225d16
Merge pull request #4285 from sandstrom/patch-1
...
Fix spelling
2018-06-26 20:59:22 +02:00
Matt Keeler
8c50e62268
Make sure to disable cgo for dev builds without gox
2018-06-26 14:54:31 -04:00
Matt Keeler
b2989f82d6
Default dev-build to not using GOX
2018-06-26 14:26:23 -04:00
Matt Keeler
c3c763a52e
Fix bug in makefile that prevented running the website publish.
2018-06-26 14:08:10 -04:00
Matt Keeler
8f2a19a747
Update verify.sh script
2018-06-26 12:08:33 -04:00
Matt Keeler
5ff7a65e7f
Added capability to make dev-tree without pushing
...
No push is the default
2018-06-26 11:46:37 -04:00
Matt Keeler
c8f706a141
Added release verification script
...
Also implemented shasum verification and gpg signature verification
2018-06-26 11:45:02 -04:00
Matt Keeler
2bea63bc08
Putting source back into Dev Mode
2018-06-26 11:35:56 -04:00
Matt Keeler
f926786292
Create a new ui_version function to pull it out of an index.html file
...
Also verify the ui version after it was built that it matches the env var we set in the build container.
2018-06-26 11:22:13 -04:00
Matt Keeler
d6bc5bc2db
Merge remote-tracking branch 'origin/feature/ui-build-version-messages' into bugfix/ui-release-version
2018-06-26 10:17:21 -04:00
Matt Keeler
f32308b574
Make sure the release builds for the UI version to be consistent with the binary version.
2018-06-26 09:39:34 -04:00
sandstrom
16301d82cf
spelling
2018-06-26 13:38:16 +02:00
John Cowen
8e7e224f3f
Encode all the hexcodes
2018-06-26 10:48:26 +01:00
John Cowen
1f978d860d
Adds version messages both before and after the ui-v2 build
...
1. Prints the $version that you are passing through to the docker
container
2. Prints the CONSUL_VERSION that is used in the UI v2 footer
3. Additionally added a `mkdir -p` so so `make ui-docker` runs with a
clean exit if run in isolation
2018-06-26 10:33:22 +01:00
Jack Pearkes
714ef5e43e
Update README.md
2018-06-26 01:00:54 -07:00
Jeff Escalante
0a13cf1542
fix progress bar animation on configuration page
2018-06-26 10:00:26 +02:00
Jack Pearkes
44f76ead6a
correct README
2018-06-26 00:34:18 -07:00
mkeeler
b5abf61963
Remove empty file
2018-06-25 20:30:43 +00:00
mkeeler
915ffc25c1
Update Consul version for the website
2018-06-25 20:15:14 +00:00
mkeeler
28141971f9
Release v1.2.0
2018-06-25 19:45:20 +00:00
mkeeler
6813a99081
Merge remote-tracking branch 'connect/f-connect'
2018-06-25 19:42:51 +00:00
Jack Pearkes
adaaa37e4f
website: fix an assortment of broken links
2018-06-25 12:26:24 -07:00
Jack Pearkes
27777823ba
website: whitespace fix
2018-06-25 12:26:24 -07:00
Jack Pearkes
9acba60271
website: minor example and copy fix for multi-dc
2018-06-25 12:26:23 -07:00
Jack Pearkes
7febfcd5ed
website: getting started next/previous step change
2018-06-25 12:26:23 -07:00
Kyle Havlovitz
c11e1b51e4
website: correct a few last things in CA docs
2018-06-25 12:26:23 -07:00
Mitchell Hashimoto
93cd52024d
website: split out CA docs by provider type
2018-06-25 12:26:23 -07:00
Jack Pearkes
3289b0d281
website: add an example of TLS encryption
2018-06-25 12:26:23 -07:00
RJ Spiker
e2a97726c6
website - some visual updates including css bug fixes and image updates ( #111 )
2018-06-25 12:26:23 -07:00
Mike Wickett
45df69cf48
Small tweaks to video playback
2018-06-25 12:26:22 -07:00
Mike Wickett
bdd066425c
Adds small polyfill for classlist because IE does not support it on SVG elements
2018-06-25 12:26:22 -07:00
Jack Pearkes
c34b34ebc1
website: fix scrolling/loading issue on iOS
2018-06-25 12:26:22 -07:00
John Cowen
1bb482bcbd
tenenacy > tenancy
2018-06-25 12:26:22 -07:00
RJ Spiker
0268a5ce4a
website - some js fixes to make sure scripts are firing ( #108 )
2018-06-25 12:26:22 -07:00
Jack Pearkes
c6ba66d6e8
website: fix two links on discovery page
2018-06-25 12:26:22 -07:00
Paul Banks
2a467003a0
Fix some doc typos.
2018-06-25 12:26:21 -07:00
Jack Pearkes
561bf69511
website: update cli output content
2018-06-25 12:26:21 -07:00
Jack Pearkes
bc1d3b5c76
website: add back intro link in header
2018-06-25 12:26:21 -07:00