Commit Graph

12111 Commits (29571465e101bda6624a245736b7d38c18ee7cdf)
 

Author SHA1 Message Date
Daniel Nephin 29571465e1
Merge pull request #8290 from hashicorp/dnephin/watch-decode
4 years ago
Daniel Nephin 6e2186beee
Merge pull request #8328 from hashicorp/dnephin/go1.14.6
4 years ago
Kit Patella 1cd5ef694f
Merge pull request #8331 from hashicorp/cli/fix-cas-when-zero
4 years ago
John Cowen 5f3312a8ac
ui: Namespaces Redesign (#8336)
4 years ago
John Cowen 5a5f87e5a7
ui: KV Form and List Components (#8307)
4 years ago
John Cowen 7a7311d736
ui: Add some missed spaces in component README files (#8335)
4 years ago
Kit Patella 0fe7e987f0 command/kv: remove error case in put and edit error message for delete
4 years ago
Kit Patella f530fe558f command: fix cas put when index=0 and better errors in put and delete
4 years ago
Daniel Nephin e07b20e75a
Merge pull request #8269 from hashicorp/dnephin/ci-add-go-test-race
4 years ago
Daniel Nephin 099000e850 ci: add 'go test -race' job
4 years ago
Alvin Huang e206307c4f
ci: separate install-gotestsum step into its own config (#8327)
4 years ago
Daniel Nephin b8a405b604 ci: Use go1.14.6
4 years ago
Blake Covarrubias 1ec81bb20c docs: Fix heading for list prepared queries endpoint
4 years ago
John Cowen 5d1ce1e120
ui: Move routes to use data-sources (#8321)
4 years ago
John Cowen aa8fb9a8dc
ui: Fix sticky action popover menus (#8326)
4 years ago
John Cowen e2c734f063
ui: Change some components to use willDestroyElement vs willDestroy (#8313)
4 years ago
Blake Covarrubias 340bc68e45
docs: Fix link to kv_max_value_size config option (#8322)
4 years ago
Sabeen Syed d0f222008c
Merge pull request #8259 from hashicorp/enterprise_docs_update
4 years ago
Daniel Nephin 4e16e99850
Merge pull request #8282 from hashicorp/dnephin/unmethod-store-funcs-oss
4 years ago
Daniel Nephin ecccb30690 state: update calls that are no longer state methods
4 years ago
Daniel Nephin 2008884241 state: un-method funcs that don't use their receiver
4 years ago
Daniel Nephin 63b153df8c store: convert methods that don't use their receiver to functions
4 years ago
John Cowen 061276007e
ui: Better error message checking for cross dc connect check (#8320)
4 years ago
André 3bc27df844
minor: fix docstring of DNSOnlyPassing (#8318)
4 years ago
Rebecca Zanzig a93bc5cd18
Merge pull request #8140 from hashicorp/k8s/gateway-setup-docs
4 years ago
Kyle Schochenmaier 5f8825af96
Apply suggestions from code review
4 years ago
Kyle Schochenmaier eb6b9f4b37
Merge branch 'master' into k8s/gateway-setup-docs
4 years ago
Kyle Schochenmaier 1227974f43
ingress gw docs for k8s (#8291)
4 years ago
Jeff Escalante ecc406562a
Merge pull request #8230 from hashicorp/je.pin-deps
4 years ago
Jeff Escalante 338af8ac6b
Merge pull request #8277 from hashicorp/je.website-maintenance-7-8-20
4 years ago
Kyle Schochenmaier 8c7a4c8063 update sidebar
4 years ago
Kyle Schochenmaier 8049aac526 remove term-gw until its ready to merge and update redirects
4 years ago
Alvin Huang c591d40be0
add back missing quote in bashenv for CI (#8317)
4 years ago
Alvin Huang 5bdf8a2d53
[skip ci] bump master to 1.9.0 to track next release version (#8315)
4 years ago
Daniel Nephin 41b0bf9571
Merge pull request #8160 from hashicorp/streaming/add-event-publisher
4 years ago
Daniel Nephin c07acbeb6b stream: Add forceClose and refactor subscription filtering
4 years ago
Daniel Nephin f19f8e99bb stream: Improve docstrings
4 years ago
Daniel Nephin fc1c2ae412 stream: change Topic to an interface
4 years ago
Daniel Nephin 6fa36e3aee state: Move change processing out of EventPublisher
4 years ago
Daniel Nephin 48c766d2c6 server: Abandom state store to shutdown EventPublisher
4 years ago
Daniel Nephin 889c57fd2d stream: unexport identifiers
4 years ago
Daniel Nephin 4fa0fdc0e0 stream: Move EventPublisher to stream package
4 years ago
Daniel Nephin 489876c86b state: Make handleACLUpdate async once again
4 years ago
Daniel Nephin 5f9db94956 state: Use interface for Txn
4 years ago
Daniel Nephin a709ed1ab5 stream.Subscription unexport fields and additiona docstrings
4 years ago
Daniel Nephin 17b833b4c9 Add a context for stopping EventPublisher goroutine
4 years ago
Daniel Nephin 2c8342f115 EventPublisher: Make Unsubscribe a function on Subscription
4 years ago
Daniel Nephin 1622bb3a45 EventPublisher: handleACL changes synchronously
4 years ago
Daniel Nephin effab15131 stream.EventSnapshot: reduce the fields on the struct
4 years ago
Daniel Nephin a5cf933fe8 stream.EventBuffer: Seed the fuzz test with time.Now()
4 years ago