Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show debug logs if debug mode is enabled #82

Merged
merged 1 commit into from
Nov 24, 2022
Merged

Conversation

shogo82148
Copy link
Collaborator

No description provided.

@shogo82148 shogo82148 merged commit 4decc2a into main Nov 24, 2022
@shogo82148 shogo82148 deleted the enable-debugging-mode branch November 24, 2022 16:56
bors bot pushed a commit to stackabletech/operator-rs that referenced this pull request Dec 5, 2022
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.0.26` -> `4.0.29` |
| [reviewdog/action-actionlint](https://togithub.com/reviewdog/action-actionlint) | action | patch | `v1.34.1` -> `v1.34.2` |
| [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.147` -> `1.0.148` |
| [syn](https://togithub.com/dtolnay/syn) | dependencies | patch | `1.0.103` -> `1.0.105` |

---

### Release Notes

<details>
<summary>clap-rs/clap</summary>

### [`v4.0.29`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4029---2022-11-29)

[Compare Source](https://togithub.com/clap-rs/clap/compare/v4.0.28...v4.0.29)

### [`v4.0.28`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4028---2022-11-29)

[Compare Source](https://togithub.com/clap-rs/clap/compare/v4.0.27...v4.0.28)

##### Fixes

-   Fix wasm support which was broken in 4.0.27

### [`v4.0.27`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;4027---2022-11-24)

[Compare Source](https://togithub.com/clap-rs/clap/compare/v4.0.26...v4.0.27)

##### Features

-   Have `Arg::value_parser` accept `Vec<impl Into<PossibleValue>>`
-   Implement `Display` and `FromStr` for `ColorChoice`

##### Fixes

-   Remove soundness issue by switching from `atty` to `is-terminal`

</details>

<details>
<summary>reviewdog/action-actionlint</summary>

### [`v1.34.2`](https://togithub.com/reviewdog/action-actionlint/releases/tag/v1.34.2)

[Compare Source](https://togithub.com/reviewdog/action-actionlint/compare/v1.34.1...v1.34.2)

#### What's Changed

-   use haya14busa/action-bumpr by [@&#8203;shogo82148](https://togithub.com/shogo82148) in [reviewdog/action-actionlint#93
-   show debug logs if debug mode is enabled by [@&#8203;shogo82148](https://togithub.com/shogo82148) in [reviewdog/action-actionlint#82

**Full Changelog**: reviewdog/action-actionlint@v1.34.1...v1.34.2

</details>

<details>
<summary>serde-rs/serde</summary>

### [`v1.0.148`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.148)

[Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.147...v1.0.148)

-   Support `remote` derive for generic types that have private fields ([#&#8203;2327](https://togithub.com/serde-rs/serde/issues/2327))

</details>

<details>
<summary>dtolnay/syn</summary>

### [`v1.0.105`](https://togithub.com/dtolnay/syn/releases/tag/1.0.105)

[Compare Source](https://togithub.com/dtolnay/syn/compare/1.0.104...1.0.105)

-   Improve parse errors related to `dyn` and `impl` type syntax ([#&#8203;1245](https://togithub.com/dtolnay/syn/issues/1245))

### [`v1.0.104`](https://togithub.com/dtolnay/syn/releases/tag/1.0.104)

[Compare Source](https://togithub.com/dtolnay/syn/compare/1.0.103...1.0.104)

-   Add `PathArguments::is_none()`

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 5:00 and before 6:00 every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/stackabletech/operator-rs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40OC4xIiwidXBkYXRlZEluVmVyIjoiMzQuNDguMSJ9-->
bors bot pushed a commit to stackabletech/druid-opa-authorizer that referenced this pull request Dec 13, 2022
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [reviewdog/action-actionlint](https://togithub.com/reviewdog/action-actionlint) | action | minor | `v1.27.0` -> `v1.35.0` |

---

### Release Notes

<details>
<summary>reviewdog/action-actionlint</summary>

### [`v1.35.0`](https://togithub.com/reviewdog/action-actionlint/releases/tag/v1.35.0)

[Compare Source](https://togithub.com/reviewdog/action-actionlint/compare/v1.34.2...v1.35.0)

v1.35.0: PR [#&#8203;94](https://togithub.com/reviewdog/action-actionlint/issues/94) - chore(deps): update shellcheck to 0.9.0

#### What's Changed

-   use haya14busa/action-bumpr by [@&#8203;shogo82148](https://togithub.com/shogo82148) in [reviewdog/action-actionlint#93
-   show debug logs if debug mode is enabled by [@&#8203;shogo82148](https://togithub.com/shogo82148) in [reviewdog/action-actionlint#82
-   chore(deps): update shellcheck to 0.9.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [reviewdog/action-actionlint#94

**Full Changelog**: reviewdog/action-actionlint@v1.34...v1.35.0

### [`v1.34.2`](https://togithub.com/reviewdog/action-actionlint/releases/tag/v1.34.2)

[Compare Source](https://togithub.com/reviewdog/action-actionlint/compare/v1.34.1...v1.34.2)

#### What's Changed

-   use haya14busa/action-bumpr by [@&#8203;shogo82148](https://togithub.com/shogo82148) in [reviewdog/action-actionlint#93
-   show debug logs if debug mode is enabled by [@&#8203;shogo82148](https://togithub.com/shogo82148) in [reviewdog/action-actionlint#82

**Full Changelog**: reviewdog/action-actionlint@v1.34.1...v1.34.2

### [`v1.34.1`](https://togithub.com/reviewdog/action-actionlint/releases/tag/v1.34.1)

[Compare Source](https://togithub.com/reviewdog/action-actionlint/compare/v1.34.0...v1.34.1)

v1.34.1: PR [#&#8203;92](https://togithub.com/reviewdog/action-actionlint/issues/92) - chore(deps): update alpine docker tag to v3.17

### [`v1.34.0`](https://togithub.com/reviewdog/action-actionlint/releases/tag/v1.34.0)

[Compare Source](https://togithub.com/reviewdog/action-actionlint/compare/v1.33.1...v1.34.0)

v1.34.0: PR [#&#8203;91](https://togithub.com/reviewdog/action-actionlint/issues/91) - chore(deps): update actionlint to 1.6.22

#### What's Changed

-   chore(deps): update actionlint to 1.6.22 by [@&#8203;github-actions](https://togithub.com/github-actions) in [reviewdog/action-actionlint#91

**Full Changelog**: reviewdog/action-actionlint@v1.33.0...v1.34.0

### [`v1.33.1`](https://togithub.com/reviewdog/action-actionlint/releases/tag/v1.33.1)

[Compare Source](https://togithub.com/reviewdog/action-actionlint/compare/v1.33.0...v1.33.1)

v1.33.1: PR [#&#8203;90](https://togithub.com/reviewdog/action-actionlint/issues/90) - chore(deps): update python docker tag to v3.11

### [`v1.33.0`](https://togithub.com/reviewdog/action-actionlint/releases/tag/v1.33.0)

[Compare Source](https://togithub.com/reviewdog/action-actionlint/compare/v1.32.0...v1.33.0)

v1.33.0: PR [#&#8203;88](https://togithub.com/reviewdog/action-actionlint/issues/88) - chore(deps): update actionlint to 1.6.21

##### What's Changed

-   chore(deps): update actionlint to 1.6.21 by [@&#8203;github-actions](https://togithub.com/github-actions) in [reviewdog/action-actionlint#88

**Full Changelog**: reviewdog/action-actionlint@v1.32...v1.33.0

### [`v1.32.0`](https://togithub.com/reviewdog/action-actionlint/releases/tag/v1.32.0)

[Compare Source](https://togithub.com/reviewdog/action-actionlint/compare/v1.31.0...v1.32.0)

v1.32.0: PR [#&#8203;87](https://togithub.com/reviewdog/action-actionlint/issues/87) - chore(deps): update actionlint to 1.6.20

### [`v1.31.0`](https://togithub.com/reviewdog/action-actionlint/releases/tag/v1.31.0)

[Compare Source](https://togithub.com/reviewdog/action-actionlint/compare/v1.30.0...v1.31.0)

v1.31.0: PR [#&#8203;85](https://togithub.com/reviewdog/action-actionlint/issues/85) - chore(deps): update actionlint to 1.6.19

#### What's Changed

-   chore(deps): update actionlint to 1.6.19 by [@&#8203;Nico385412](https://togithub.com/Nico385412) in [reviewdog/action-actionlint#85

#### New Contributors

-   [@&#8203;Nico385412](https://togithub.com/Nico385412) made their first contribution in [reviewdog/action-actionlint#85

**Full Changelog**: reviewdog/action-actionlint@v1.30...v1.31.0

### [`v1.30.0`](https://togithub.com/reviewdog/action-actionlint/releases/tag/v1.30.0)

[Compare Source](https://togithub.com/reviewdog/action-actionlint/compare/v1.29.0...v1.30.0)

v1.30.0: PR [#&#8203;84](https://togithub.com/reviewdog/action-actionlint/issues/84) - chore(deps): update actionlint to 1.6.18

### [`v1.29.0`](https://togithub.com/reviewdog/action-actionlint/releases/tag/v1.29.0)

[Compare Source](https://togithub.com/reviewdog/action-actionlint/compare/v1.28.0...v1.29.0)

v1.29.0: PR [#&#8203;81](https://togithub.com/reviewdog/action-actionlint/issues/81) - chore(deps): update actionlint to 1.6.17

### [`v1.28.0`](https://togithub.com/reviewdog/action-actionlint/releases/tag/v1.28.0)

[Compare Source](https://togithub.com/reviewdog/action-actionlint/compare/v1.27.0...v1.28.0)

v1.28.0: PR [#&#8203;78](https://togithub.com/reviewdog/action-actionlint/issues/78) - chore(deps): update actionlint to 1.6.16

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 5:00 and before 6:00 every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/stackabletech/druid-opa-authorizer).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNzYuMCIsInVwZGF0ZWRJblZlciI6IjM0LjU0LjIifQ==-->
bors bot pushed a commit to stackabletech/operator-rs that referenced this pull request Jan 12, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [reviewdog/action-actionlint](https://togithub.com/reviewdog/action-actionlint) | action | minor | `v1.34.2` -> `v1.35.0` |

---

### Release Notes

<details>
<summary>reviewdog/action-actionlint</summary>

### [`v1.35.0`](https://togithub.com/reviewdog/action-actionlint/releases/tag/v1.35.0)

[Compare Source](https://togithub.com/reviewdog/action-actionlint/compare/v1.34.2...v1.35.0)

v1.35.0: PR [#&#8203;94](https://togithub.com/reviewdog/action-actionlint/issues/94) - chore(deps): update shellcheck to 0.9.0

#### What's Changed

-   use haya14busa/action-bumpr by [@&#8203;shogo82148](https://togithub.com/shogo82148) in [reviewdog/action-actionlint#93
-   show debug logs if debug mode is enabled by [@&#8203;shogo82148](https://togithub.com/shogo82148) in [reviewdog/action-actionlint#82
-   chore(deps): update shellcheck to 0.9.0 by [@&#8203;github-actions](https://togithub.com/github-actions) in [reviewdog/action-actionlint#94

**Full Changelog**: reviewdog/action-actionlint@v1.34...v1.35.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 5:00 and before 6:00 every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/stackabletech/operator-rs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC42Ni4xIiwidXBkYXRlZEluVmVyIjoiMzQuNjYuMSJ9-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant