James Phillips
416126d0fa
Merge pull request #2712 from hebeworks/add-json-validation-to-ui
...
Add JSON validation to UI
2017-05-02 10:46:45 -07:00
Jack
efb905c707
Add JSON validation to update view
...
JSON validation has now been added to the update view following the same format
as create. Since 'valueDecoded' does not have the ability to check if the value
is base64 before decoding then this must be checked first; if it is base64 then
use the decoded one, if not just get the value.
Change incorrect trailing span close to label.
2017-05-02 17:20:36 +09:00
Jack
a7d65fd3a2
Add JSON validation to UI
...
JSON validation added to UI. This has been implemented through the use of a flag
to enable/disable the functionality with a watcher on the value to set the
success/error class on the textarea itself.
No hard validation added to the field.
2017-05-02 17:20:35 +09:00
Seth Vargo
aad6ecdc5f
Merge pull request #2976 from jk563/master
...
Rearranged into alphabetical order
2017-05-01 14:55:35 -07:00
Seth Vargo
2ca69bf15f
Merge pull request #2993 from hashicorp/sethvargo/pr-2375
...
Add `AddAccessibleService` to testutil
2017-05-01 14:03:31 -07:00
Ethan Chu
90fe8b3418
Add `AddAccessibleService` to testutil
...
`AddAccessibleService` works just like `AddService` but also passing
"address" and "port". It is helpfu when you need to prepare a
fakeService that will be accessed later in target source code.
2017-05-01 13:56:48 -07:00
James Phillips
731ed95b84
Update CHANGELOG.md
2017-04-28 18:49:38 -07:00
James Phillips
118ee37ca1
Merge pull request #2989 from sean-/f-fix-illumos-build
...
Fix the build on Illumos.
2017-04-28 18:48:17 -07:00
Sean Chittenden
35666e8a1c
Fix the build on Illumos.
...
Update `github.com/docker/docker/pkg/system`.
2017-04-28 17:13:20 -07:00
James Phillips
f37303401a
Merge pull request #2987 from sean-/b-fix-dev-paths
...
Fix `make dev` when the `bin/` directory doesn't exist.
2017-04-28 16:44:25 -07:00
Sean Chittenden
047576148e
Fix `make dev` when the `bin/` directory doesn't exist.
...
Without this patch you end up with a nifty consul build named `bin`,
not `bin/consul`.
2017-04-28 16:40:50 -07:00
James Phillips
4915742a48
Update CHANGELOG.md
2017-04-28 16:20:45 -07:00
Kyle Havlovitz
fcf3a42498
Update CHANGELOG.md
2017-04-28 16:17:31 -07:00
Kyle Havlovitz
cd56a5ebdd
Add separate option for verifying incoming HTTPS traffic ( #2974 )
...
* Add separate option for verifying incoming HTTPS traffic
2017-04-28 16:15:55 -07:00
Frank Schroeder
84d6ac2d51
api: Return empty list instead of nil
2017-04-28 15:00:08 -07:00
Frank Schroeder
9685bdcd0b
api: Add ServiceTags to Health state endpoint ( #153 )
...
This patch adds the ServiceTags to the /v1/health/state/<state>
endpoint.
Fixes #153
2017-04-28 15:00:08 -07:00
Frank Schroeder
e4b02aca26
vendor: add github.com/pascaldekloe/goe/verify
2017-04-28 15:00:08 -07:00
Frank Schroeder
d19deacc57
Update CHANGELOG.md
2017-04-28 14:45:40 -07:00
Frank Schroeder
7075695627
Faster dev server startup
...
This patch reduces the timeouts for the development
server so that it starts up almost instantly.
2017-04-28 14:43:44 -07:00
James Phillips
d63223c90d
Update CHANGELOG.md
2017-04-28 09:10:52 -07:00
James Phillips
21487ce548
Merge pull request #2973 from hashicorp/b-2087
...
Fixes panic in tombstone GC.
2017-04-28 09:08:59 -07:00
James Phillips
5007608060
Gets rid of zero-value initializer.
2017-04-28 08:52:50 -07:00
Jamie Kelly
abd138f196
Rearranged into alphabetical order
...
Swapped a couple of the guides around in the index page so that
they are in alphabetical order and match the navigation order.
2017-04-28 07:04:38 +01:00
James Phillips
23035c15bf
Removes panic repro test.
2017-04-27 17:08:06 -07:00
James Phillips
4a234db33c
Embeds the mutex since it covers all fields.
2017-04-27 17:04:49 -07:00
James Phillips
1165f771af
Fixes panic when timer fires as tombstone GC is being stopped.
2017-04-27 16:43:07 -07:00
James Phillips
e156a58b95
Cleans up some bad unit test failure cases.
2017-04-27 16:41:42 -07:00
James Phillips
48bdf48003
Cleans up comments.
2017-04-27 16:41:28 -07:00
Frank Schroeder
48fa2962eb
Revert "test: Run command/agent tests in parallel"
...
This reverts commit 17be40a733
.
2017-04-27 14:39:04 -07:00
Frank Schroeder
0cb4295182
test: Do not run RetryJoin tests in parallel
...
I am suspecting port conflicts with the agents
that are started. This needs further investigation.
2017-04-27 14:39:04 -07:00
Kyle Havlovitz
d1dc7c0cbb
Update CHANGELOG.md
2017-04-27 12:02:34 -07:00
Frank Schroeder
3cc7a55a9a
build: Use bash for building
2017-04-27 11:49:43 -07:00
Frank Schroeder
76b9e257e3
build: Do not swallow go test exit code
2017-04-27 11:17:58 -07:00
Frank Schroeder
7281b4291a
test: Speedup session renew tests
2017-04-27 10:34:30 -07:00
Frank Schroeder
f763c24c69
test: Speedup TestClient_RPC_ConsulServerPing
2017-04-27 10:34:30 -07:00
Frank Schroeder
37c180a920
test: Speedup Retry*Join tests
2017-04-27 10:34:30 -07:00
Frank Schroeder
17be40a733
test: Run command/agent tests in parallel
2017-04-27 10:34:30 -07:00
Frank Schroeder
80c990b449
test: Retry more aggressively
2017-04-27 10:34:30 -07:00
Frank Schroeder
7b4302690a
build: cleanup .gitignore
2017-04-27 10:34:30 -07:00
Frank Schroeder
9c632e4eb7
build: Simplify make test and log output
2017-04-27 10:34:30 -07:00
rcgenova
8fbf731781
Merge pull request #2964 from hashicorp/d-remove-atlas-references
...
Remove references to the deprecated Consul/Atlas integration
2017-04-27 08:32:09 -07:00
James Phillips
2bc3dc0e15
Merge pull request #2965 from amorken/docfix-query
...
(Website doc fix, trivial) Prepared query creation uses POST, not PUT
2017-04-27 06:40:03 -07:00
Kyle Havlovitz
b70e419aeb
Add TLS cipher suite options and CA path support ( #2963 )
...
This patch adds options to configure the available
TLS cipher suites and adds support for a path
for multiple CA certificates.
Fixes #2959
2017-04-27 01:29:39 -07:00
Anders Daljord Morken
a6c621396b
Prepared query creation uses POST, not PUT
2017-04-27 10:29:03 +02:00
Rob Genova
7a7655b6d4
add link to Consul Enterprise page
2017-04-26 22:45:12 +00:00
Rob Genova
49f23fc068
Remove references to the deprecated Consul/Atlas integration
2017-04-26 22:24:24 +00:00
James Phillips
4af5b22669
Merge pull request #2962 from winpat/patch-1
...
fixed typo
2017-04-26 07:14:07 -07:00
Patrick Winter
8a974d9a52
fixed typo
2017-04-26 10:09:02 +02:00
James Phillips
e9489db891
Update CHANGELOG.md
2017-04-25 16:51:42 -07:00
James Phillips
05b1cabba9
Merge pull request #2947 from bogdanov1609/added_ACLReplication
...
API: Add ACLReplication
2017-04-25 16:50:52 -07:00