Backport: fix db root rotate replication issue#8124
Closed
michelvocks wants to merge 22 commits into
Closed
Conversation
* add regression test for #7883 * Add logic to count render events and match them to expected * remove the WAIT label and make some changes to remove the break statements * change the 'randomness' of the templateContents test helper method
…) (#7996) * plugin: fix panic on router.MatchingSystemView if backend is nil * correctly determine the plugin binary file in the directory * docs: simplify plugin file removal
* Update plugin deps for 1.3.1 * Update vendoring * Update vendoring (for go 1.12.14)
* Output human duration in TTL warnings (#7901) * Add enable_hostname_label option to telementry stanza (#7902) * store secret key and value as an object to fix copy/show secret bug (#7926) * Add accept header check for prometheus mime type (#7958) * Add accept header check for prometheus mime type * Fix small header filter bug. Add test * Fix S3 configurable path handling (#7966) Also remove some incorrect skipping of the S3 test. Fixes #7362 * Ui/fix demoting status menu (#7997) * fix bug where users couldn't click on update primary * don't show status menu items when cluster isSecondary since those links don't work * show the mode of replication in the status menu * do not show server header in status menu when the contents are empty * show Disaster Recovery instead of 'DR' * do not show http metrics in status menu unless user is authenticated * fix typo so icons in status menu show * Transit: error when restoring to a name that looks like a path (#7998) * Add test to verify #7663 * Validate name in transit key restore to not be a path * overwrite bulma bug that crashes safari (#8023)
* Add path attributes to indicate when operations should forward (#7175) * Update vendoring
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #8106