This project is mirrored from https://gitlab.com/gitlab-org/build/omnibus-mirror/consul.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Sep 14, 2020
-
-
Blake Covarrubias authored
Add examples of using a go-sockaddr template with `bind_addr` within HCL or JSON configuration. Resolves #8633
-
- Sep 11, 2020
-
-
Derek Strickland authored
-
Jasmine W authored
Update _redirects
-
kaitlincarter-hc authored
* update links * Update website/pages/home/index.jsx
-
Jasmine W authored
- updating old acl redirects - removed duplicate ones I added previously toward the bottom
-
Mike Morris authored
-
Derek Strickland authored
-
Mike Morris authored
-
- Sep 10, 2020
-
-
Daniel Nephin authored
testutil: use TestingTB instead of testing.TB
-
Paul Burlumi authored
-
Hans Hasselberg authored
-
- Sep 09, 2020
-
-
Joel Watson authored
Fix usage typo for `consul acl translate-rules`
-
Jasmine W authored
added Integration category
-
Joel Watson authored
Just fixes a typo in the command's usage info.
-
Jasmine W authored
- added "Integration" category - added redirects
-
Luke Kysow authored
Move around k8s docs
-
John Cowen authored
During development a HTTP request will pause for 1 minute ONLY when an ?index is set. This gives a realistic emulation of blocking queries. During testing we can change this latency when we are testing blocking queries, which we do in numerous places. A problem can arise during testing on a very slow machine. If you are not testing blocking queries and therefore not set a latency to test with, if the machine you are testing on is slow enough a normal page can assert during a test, yet not tear down before a further blocking query request is made. This blocking query then uses the default latency which cause the page to hang for 1 minute, which in turn causes the test to timeout. This only seems to happen on a very slow system, but it does potentially explain why we occasionally see the odd flakey test popping up.
-
Luke Kysow authored
* k8s > ambassador integration moved to k8s > service mesh > ambassador integration * k8s > get started > overview moved to k8s > get started > install with helm chart * k8s > helm chart reference renamed to helm chart configuration
-
Jasmine W authored
renamed page to remain consistent
-
John Cowen authored
-
John Cowen authored
* Unignore any bin files underneath the UI folder * Add previously ignored node exec script * Rearrange steps file so we can continue to list steps out
-
John Cowen authored
* ui: Prefill an newly created KV for the when we are on a create route * ui: Add some KV creation tests
-
Blake Covarrubias authored
HTML and markdown cannot be present in the same line. Change markdown link to HTML anchor element.
-
- Sep 08, 2020
-
-
Luke Kysow authored
Update useSystemRoots docs for k8s
-
Luke Kysow authored
-
Luke Kysow authored
-
Kevin Pruett authored
Integrate @hashicorp/react-search into layout
-
Kevin Pruett authored
-
Tim Arenz authored
* Add support for -ca-path option in the connect envoy command * Adding changelog entry
-
- Sep 06, 2020
-
-
Seth Hoenig authored
Co-authored-by:
Matt Keeler <mkeeler@users.noreply.github.com>
-
- Sep 04, 2020
-
-
Freddy authored
-
Freddy authored
-
R.B. Boyer authored
-
Alvin Huang authored
-
Hans Hasselberg authored
secondaryIntermediateCertRenewalWatch was using `retryLoopBackoff` to renew the intermediate certificate. Once it entered the inner loop and started `retryLoopBackoff` it would never leave that. `retryLoopBackoffAbortOnSuccess` will return when renewing is successful, like it was intended originally.
-
Alvin Huang authored
-
- Sep 03, 2020
-
-
Daniel Nephin authored
streaming: add ServiceHealth events
-
Daniel Nephin authored
agent: move token persistence from agent into token.Store
-
Daniel Nephin authored
-
Daniel Nephin authored
Co-authored-by:
Paul Banks <banks@banksco.de>
-