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

fix: key path #166

Merged
merged 2 commits into from
Mar 14, 2024
Merged

fix: key path #166

merged 2 commits into from
Mar 14, 2024

Conversation

eliobischof
Copy link
Member

Replaces #153

Definition of Ready

  • Short description of the feature/issue is added in the pr description
  • PR is linked to the corresponding user story
  • Acceptance criteria are met
  • All open todos and follow ups are defined in a new ticket and justified
  • Deviations from the acceptance criteria and design are agreed with the PO and documented.
  • No debug or dead code
  • My code has no repetitions
  • All non-functional requirements are met
  • The generic lifecycle acceptance test passes for affected resources.
  • Examples are up-to-date and meaningful. The provider version is incremented.
  • Docs are generated.
  • Code is generated where possible.

@stebenz stebenz enabled auto-merge March 14, 2024 10:45
Copy link

codecov bot commented Mar 14, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 63.08%. Comparing base (293d6e7) to head (ae33967).
Report is 1 commits behind head on main.

❗ Current head ae33967 differs from pull request most recent head c8e5f45. Consider uploading reports for the commit c8e5f45 to get more accurate results

Files Patch % Lines
zitadel/helper/client.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #166   +/-   ##
=======================================
  Coverage   63.08%   63.08%           
=======================================
  Files         159      159           
  Lines       12891    12891           
=======================================
  Hits         8132     8132           
  Misses       3475     3475           
  Partials     1284     1284           
Flag Coverage Δ
acceptance-tests 63.08% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@stebenz stebenz merged commit 5378058 into main Mar 14, 2024
2 checks passed
@stebenz stebenz deleted the fix-key-path branch March 14, 2024 12:08
renovate bot referenced this pull request in smartive/cas-fee-adv-mumble-api May 25, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [zitadel](https://registry.terraform.io/providers/zitadel/zitadel)
([source](https://togithub.com/zitadel/terraform-provider-zitadel)) |
required_provider | minor | `1.1.1` -> `1.2.0` |

---

### Release Notes

<details>
<summary>zitadel/terraform-provider-zitadel (zitadel)</summary>

###
[`v1.2.0`](https://togithub.com/zitadel/terraform-provider-zitadel/releases/tag/v1.2.0)

[Compare
Source](https://togithub.com/zitadel/terraform-provider-zitadel/compare/v1.1.1...v1.2.0)

#### What's Changed

- feat: support theme mode by
[@&#8203;eliobischof](https://togithub.com/eliobischof) in
[https://github.com/zitadel/terraform-provider-zitadel/pull/177](https://togithub.com/zitadel/terraform-provider-zitadel/pull/177)
- feat: support org and user metadata by
[@&#8203;eliobischof](https://togithub.com/eliobischof) in
[https://github.com/zitadel/terraform-provider-zitadel/pull/175](https://togithub.com/zitadel/terraform-provider-zitadel/pull/175)
- feat: support SAML IDPs by
[@&#8203;eliobischof](https://togithub.com/eliobischof) in
[https://github.com/zitadel/terraform-provider-zitadel/pull/178](https://togithub.com/zitadel/terraform-provider-zitadel/pull/178)
- feat: support generic OAuth IDPs by
[@&#8203;eliobischof](https://togithub.com/eliobischof) in
[https://github.com/zitadel/terraform-provider-zitadel/pull/179](https://togithub.com/zitadel/terraform-provider-zitadel/pull/179)
- fix: key path by
[@&#8203;eliobischof](https://togithub.com/eliobischof) in
[https://github.com/zitadel/terraform-provider-zitadel/pull/166](https://togithub.com/zitadel/terraform-provider-zitadel/pull/166)
- docs: fix import commands by
[@&#8203;eliobischof](https://togithub.com/eliobischof) in
[https://github.com/zitadel/terraform-provider-zitadel/pull/176](https://togithub.com/zitadel/terraform-provider-zitadel/pull/176)
- docs: fix markdown for import code snippets by
[@&#8203;eliobischof](https://togithub.com/eliobischof) in
[https://github.com/zitadel/terraform-provider-zitadel/pull/165](https://togithub.com/zitadel/terraform-provider-zitadel/pull/165)
- chore: update github action with correct dependabot actor by
[@&#8203;hifabienne](https://togithub.com/hifabienne) in
[https://github.com/zitadel/terraform-provider-zitadel/pull/164](https://togithub.com/zitadel/terraform-provider-zitadel/pull/164)
- chore(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/zitadel/terraform-provider-zitadel/pull/170](https://togithub.com/zitadel/terraform-provider-zitadel/pull/170)
- chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/zitadel/terraform-provider-zitadel/pull/174](https://togithub.com/zitadel/terraform-provider-zitadel/pull/174)

**Full Changelog**:
zitadel/terraform-provider-zitadel@v1.1.1...v1.2.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone
Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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://developer.mend.io/github/smartive/cas-fee-adv-mumble-api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

2 participants