-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into add-ilm-rollover-max-…
…primary-shard-docs * origin/main: (76 commits) Bump golang.org/x/net from 0.27.0 to 0.33.0 in /libs/go-kibana-rest (#981) Bump golang.org/x/net from 0.28.0 to 0.33.0 (#980) Update go version in go-kibana-rest (#978) Bump golang.org/x/crypto from 0.25.0 to 0.31.0 in /libs/go-kibana-rest (#947) chore(deps): pin dependencies (#972) Accept API keys for running acceptance tests (#951) Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 in /tools (#977) Bump golang.org/x/crypto from 0.28.0 to 0.31.0 (#960) fix(deps): update module github.com/goreleaser/goreleaser/v2 to v2.5.1 (#976) chore(deps): update actions/setup-go digest to 3041bf5 (#944) chore(deps): update dependency go to v1.23.4 (#938) Bump actions/setup-go from 5.1.0 to 5.2.0 (#958) chore(deps): update golang docker tag to v1.23.4 (#939) fix(deps): update github.com/hashicorp/go-cty digest to a0325cb (#934) chore(deps): update codecov/codecov-action digest to 1e68e06 (#941) Bump github.com/golangci/golangci-lint from 1.62.2 to 1.63.4 in /tools (#970) Prepare release v0.11.13 update team name (#974) feat: update synthetics implementation according to Kibana 8.16 API changes (#967) Add 8.17.0 to test matrix (#969) ...
- Loading branch information
Showing
206 changed files
with
24,678 additions
and
24,870 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Typical development workflow | ||
|
||
Fork the repo, work on an issue | ||
|
||
## Acceptance tests | ||
|
||
```bash | ||
make docker-testacc | ||
``` | ||
|
||
Run a single test with terraform debug enabled: | ||
```bash | ||
env TF_LOG=DEBUG make docker-testacc TESTARGS='-run ^TestAccResourceDataStreamLifecycle$$' | ||
``` | ||
|
||
A way to forward debug logs to a file: | ||
```bash | ||
env TF_ACC_LOG_PATH=/tmp/tf.log TF_ACC_LOG=DEBUG TF_LOG=DEBUG make docker-testacc | ||
``` | ||
|
||
|
||
## Update documentation | ||
|
||
Update documentation templates in `./templates` directory and re-generate docs via: | ||
```bash | ||
make docs-generate | ||
``` | ||
|
||
## Update `./CHANGELOG.md` | ||
|
||
List of previous commits is a good example of what should be included in the changelog. | ||
|
||
|
||
## Pull request | ||
|
||
Format the code before pushing: | ||
```bash | ||
make fmt | ||
``` | ||
|
||
Check if the linting: | ||
```bash | ||
make lint | ||
``` | ||
|
||
Create a PR and check acceptance test matrix is green. | ||
|
||
## Run provider with local terraform | ||
|
||
TBD |
This file contains 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
This file contains 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
Oops, something went wrong.