soniq icon indicating copy to clipboard operation
soniq copied to clipboard

🚀 soniq - A PostgreSQL centric GraphQL Framework

Results 24 soniq issues
Sort by recently updated
recently updated
newest added

**Package** - [ ] I do not know. - [ ] auth - [ ] boot-loader / graceful-shutdown - [ ] config - [x] db - [ ] events -...

bug

**Package** - db **Describe the bug** No database index is created when using the Index decorator. see example below. **To Reproduce** The following should create an index like `CREATE INDEX...

bug

@davidsparkles Please point me to line of code.

enhancement

**Package** - [x] db **Describe the bug** If a field is added to an entitiy and at the same time permissions are added, *one* fails on startup, because gql views...

bug

**Package** - auth - notifications **Description / Use Case for a Feature** To avoid possible DDos attacks on the external email and other receiving addresses, a rate-limiter shall be included...

enhancement

**Package** - db **Description / Use Case for a Feature** Currently it is not possible to define a default expression for relations. This was possible with GQL-Type-Definitions. Example: ``` @Entity()...

enhancement

**Package** - auth **Description / Use Case for a Feature** We need some way limit the number of AuthFactorProofToken - usages. Eg.: A user gets an email with an AuthFactorProofToken...

enhancement

When Aiven is switching the Database due to automatic maintenance one seems not to be able to reconnect properly. Also, the server does not crash, which would trigger a restart...

**Package** - db - schema-builder **Describe the bug** In the example below, `Project` has a relation to `ProjectComment` for the field `comments`. Because `comments` is decorated with `QueryPermissions` the `schema-builder`...

bug