* replacing with hds dropdown
* update and comment
* update confirm model to launch from interactive
* remove test line
* updates to hbs
* update tests
* styling and structure updates
* add settled line before click
Co-authored-by: Dan Rivera <dan.rivera@hashicorp.com>
When a pull request is created against a CE branch and it has changed any files in the `gotoolchain` group we'll automatically trigger the diff for every Go module file in the repo against the equivalent in the corresponding enterprise branch. If there's a delta in like configuration it will automatically fail the `build/ce-checks` job. It will also write a complete explanation of the diff to the step output and also to the `build/ce-checks` job step summary.
Signed-off-by: Ryan Cragun <me@ryan.ec>
Co-authored-by: Ryan Cragun <me@ryan.ec>
* [VAULT-40165] pipeline(github): add `check go-mod-diff` command
Add `pipeline github check go-mod-diff` command that is capable of
creating a Go module diff between one-or-more go.mod files in two
different Github branches. There are flags for the owner, repo, and
branch for both the A and B sides of the diff, as well as the `--path`
or `-p` flag that can be specified any number of times with relative
paths in the repository of go.mod files to compare. We assume that the
path is the same in both repositories.
This work will be followed up with another PR that removes the
enterprise only go.mod file and enables Go module diff checking on pull
requests to CE branches that change the go toolchain.
Signed-off-by: Ryan Cragun <me@ryan.ec>
Co-authored-by: Ryan Cragun <me@ryan.ec>
Updated CHANGELOG for version 1.21.0, including security fixes, changes, improvements, deprecations, and bug fixes.
Co-authored-by: Tony Wittinger <anwittin@users.noreply.github.com>
* WIP
* VAULT-40037 Updates to PKI observations
* review feedback
* public key size
* make fmt
* issuerId for sign self issued
* remove confusing issuer_name
* remove unused var
* whoops common name
* role -> role_name
* role name
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
* Set up dynamic page header component and update secret engine header
* Add copyright headers
* Remvoe unsused tab for now
* Add page header test
* Remove component test since we deleted component
* Address feedback..
* Add deprecation comment
Co-authored-by: Kianna <30884335+kiannaquach@users.noreply.github.com>
* update jsondiffpatch dep + use webpack to convert into UMD format
* do not lint vendor files
* update test
* lint fix
* fix merge conflict error
Co-authored-by: lane-wetmore <lane.wetmore@hashicorp.com>
* replace instances of ToolTip component with HDS tooltip
* Replace InfoTooltip component instances with HDS tooltip
* update tests
* remove remaining custom tooltip code
* remove rich tooltip with copy
* update test and update toolbar link with styling to remove extra link
* Apply suggestions from code review
* update test and remove setRunOptions now that tooltip violations are addressed
* Revert "Apply suggestions from code review"
This reverts commit 90f01c653be68f23b6dbd75f252d227e38dbe53f.
* Remove unused disabled tooltip code
* add comment and TODO explaining conditional modifier pattern
---------
Co-authored-by: lane-wetmore <lane.wetmore@hashicorp.com>
Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com>