Jonas Maurus

Results 18 issues of Jonas Maurus

These are just small improvements. Specifically: * [Adding a team membership](https://docs.github.com/en/rest/teams/members?apiVersion=2022-11-28#add-or-update-team-membership-for-a-user) returns the same schema/data structure as getting a team membership, so we should return a `Membership` instance. * ~[Deleting...

Pre Celery-3.1, the callback (or body) of a `chord` was executed always. This is no longer the case. Instead, if at least one task of the chord's task group throws...

Status: Feedback Needed ✘
Issue Type: Feature Request
Component: Canvas

### What does this PR do? Adds `MAINTAIN` (m) to the supported privileges in salt.modules.postgres. ### What issues does this PR fix or reference? Fixes #66962 ### Merge requirements satisfied?...

**Description** PostgreSQL 17 [adds the](https://www.postgresql.org/docs/17/release-17.html#RELEASE-17-PRIVILEGES) [`MAINTAIN` privilege](https://www.postgresql.org/docs/17/ddl-priv.html#DDL-PRIV-MAINTAIN) which breaks states that modify database privileges. For example, this state ```yaml mailforwarder-read-privileges-emailalias: postgres_privileges.present: - name: {{pillar['mailforwarder']['dbuser']}} - object_name: mailauth_emailalias - object_type: table...

Bug
needs-triage

### What does this PR do? Fixes #67882 The nftables state just sends its kwargs to the nftables module. This in turn is currently missing support for ipv6 icmp packet...

test:full

> The requests library has support for passing additional information, such as the intended filename on upload, the content-type and additional headers, by passing a tuple with 2, 3 or...

### What happened? Terraform will try to create storage box subaccounts in parallel. Creating the first one fails for unknown reasons (I can create it on the web interface), but...

bug