Jeff Mitchell
0910a03c77
Fix recovery key backup path documentation
2019-05-14 10:58:19 -04:00
Jeff Mitchell
d7a7ab23b2
Vendoring updated grpc
2019-05-13 16:20:10 -04:00
Rich FitzJohn
5fd0e7f7cd
Add link to R client on libraries list ( #6722 )
2019-05-13 16:14:49 -04:00
Matthew Irish
6d273dc368
UI ember engines ( #6718 )
...
Adds replication engine and core in-repo addon
2019-05-13 14:05:25 -05:00
Jeff Mitchell
377064c521
changelog++
2019-05-13 12:48:16 -04:00
Jeff Mitchell
eebd582f7f
Update grpc and protos ( #6725 )
...
gRPC updated to 1.20.1 which fixes a couple of important bugs.
Updates protos as well.
2019-05-13 12:09:30 -04:00
Jeff Mitchell
8ae985abec
changelog++
2019-05-13 11:51:51 -04:00
Jeff Mitchell
c8d6ad43ca
Fix some regressions ( #6723 )
...
Multierror is not nil unless you return ErrorOrNil, so this was causing
non-nil errors to be returned when not expected.
Also we need to ensure we only call handleWALRollback if a function
exists.
2019-05-13 11:04:06 -04:00
Justin Weissig
dc124fbf38
docs: fixed typo ( #6721 )
...
Fixed typo: appropiate/appropriate
2019-05-13 07:50:29 -04:00
Clint
c15bdced38
changelog++
2019-05-10 14:15:18 -05:00
Clint
43ecb08dfd
Update handleRollback to run both PeriodicFunc and handleWALRollback ( #6717 )
2019-05-10 14:11:42 -05:00
Lexman
90ff541065
http timeout values are configurable ( #6666 )
...
* http timeout fields are configurable
* move return statement for server config tests outside of range loop
* adds documentation for configurable listener http_* values
* fixed some formatting for the docs markdown
2019-05-10 10:41:42 -07:00
ncabatoff
189cbb3c55
changelog++
2019-05-10 13:28:06 -04:00
ncabatoff
1a4314c31b
Since the two branches of the UNION produce disjoint sets, do a UNION ALL ( #6546 )
...
This obviates the need for a sort/eliminate duplicates step, giving a performance boost in some key distributions with large datasets.
2019-05-10 13:26:01 -04:00
ncabatoff
bb15317911
changelog++
2019-05-10 13:13:27 -04:00
bjorndolk
96e81be63c
Added HA backend for postgres based on dynamodb model ( #5731 )
...
Add optional HA support for postgres backend if Postgres version >= 9.5.
2019-05-10 12:48:42 -04:00
Jeff Mitchell
8fd56d6e7d
Update mod vendor
...
Closes #6711
2019-05-09 21:14:28 -04:00
Joshua Ogle
8bfc86d487
Merge pull request #6626 from hashicorp/ui-toolbar
...
UI: Add Toolbar
2019-05-09 18:25:18 -06:00
Joshua Ogle
bb13ea0998
Merge branch 'master' into ui-toolbar
2019-05-09 18:17:24 -06:00
Joshua Ogle
fbdc42eea3
Remove @ attributes from ToolbarLink
2019-05-09 18:09:15 -06:00
Joshua Ogle
eecf7b58db
Remove @ from data attributes that don't need it
2019-05-09 17:56:19 -06:00
Jeff Mitchell
09dc657bb8
changelog++
2019-05-09 17:26:00 -04:00
Joshua Ogle
07059aefec
Merge branch 'master' into ui-toolbar
2019-05-09 14:55:09 -06:00
Jim Kalafut
255b5fa5da
changelog++
2019-05-09 13:35:41 -07:00
Jim Kalafut
2f916d3a30
JWKS docs ( #6645 )
2019-05-09 13:32:50 -07:00
Joshua Ogle
7c581bdb23
Merge branch 'master' into ui-toolbar
2019-05-09 13:17:20 -06:00
Joshua Ogle
e5a2452601
Move toolbar back out of secretlistheader
2019-05-09 11:31:26 -06:00
Jim Kalafut
7904900f4b
Reference Go Modules in README ( #6708 )
2019-05-09 10:29:15 -07:00
Joshua Ogle
85c45f5cb9
Fix tests for toolbar links
2019-05-09 10:53:41 -06:00
Joshua Ogle
1e8d8841fd
Don't use container for toolbar link components
2019-05-09 10:31:10 -06:00
Joshua Ogle
ba6c0e9a40
Merge branch 'master' into ui-toolbar
2019-05-09 10:13:35 -06:00
Joshua Ogle
88737395d6
Move auth form toolbar back
2019-05-09 10:07:13 -06:00
Joshua Ogle
4855721b9a
Better SecretsListHeader toolbar
2019-05-09 10:00:55 -06:00
Nick Cabatoff
1b1ecf1915
Fix a test bug I introduced in 1d13290b36
by failing to update my PR to the latest master before merging.
2019-05-09 11:59:22 -04:00
ncabatoff
1d13290b36
Refactor cert util ( #6676 )
...
Break dataBundle into two pieces: inputBundle, which contains data that
is specific to the pki backend, and creationBundle, which is a more
generic bundle of validated inputs given to certificate creation/signing routines.
Move functions that only take creationBundle to certutil and make them public.
2019-05-09 11:43:11 -04:00
vishalnayak
9be1128201
Expose PutBucket
2019-05-09 10:43:19 -04:00
Justin Weissig
65160c2dfa
docs: better sentence flow ( #6705 )
...
Fixed for sentence flow: "When you bring up your server back up" to "When you bring your server back up".
2019-05-09 06:24:06 -04:00
Joshua Ogle
acbcdc6892
Simplify Toolbar Link components
2019-05-08 23:42:40 -06:00
Lexman
f1799885c1
fixes circle_ci_go-mod-vendor-check ( #6704 )
2019-05-08 17:04:26 -07:00
Lexman
794ac15540
duplicates some constants defined in pluginutil to avoid depending on x/net/trace ( #6703 )
2019-05-08 16:21:23 -07:00
Joshua Ogle
4760a3b3c9
Better toolbar container style
2019-05-08 17:08:39 -06:00
Joshua Ogle
30a148f842
Add Toolbar component
2019-05-08 17:08:39 -06:00
mgritter
94de051e28
Typo fix.
2019-05-08 09:52:22 -07:00
Mark Gritter
96416759d9
Determine scheme from configured address. ( #6689 )
...
* Determine scheme from configured address.
* Added test; use parsed version of address for TLS config.
2019-05-08 11:48:31 -05:00
vishalnayak
0ace1bc612
Increase the ttl for the tests to pass
2019-05-08 12:10:48 -04:00
vishalnayak
41dcb2ca72
fix test
2019-05-07 19:42:44 -04:00
Vishal Nayak
9adbdc4e81
Make linter happy ( #6693 )
2019-05-07 17:13:42 -04:00
Vishal Nayak
c80bd1b34f
Storage packer V1 updates ( #6531 )
...
* spv1 updates
* fix tests
2019-05-07 15:29:51 -04:00
Mark Gritter
c88d65e503
Fix test to use stable order to generate expected result. ( #6692 )
2019-05-07 14:01:49 -05:00
nathan r. hruby
7638453803
add go mod vendor check ( #6690 )
...
* add go mod vendor check
* drop ssh_key for oss
2019-05-07 11:58:52 -07:00