hackerman
hackerman
It would be great to get an overview of all available options for each respective datatype and the full vocabulary. For example, README.md is missing `t.Timestamps()`.
Right now, there is no fizz-native way for check constraints: ``` CONSTRAINT CHK_Person CHECK (Age>=18 AND City='Sandnes') ``` `CHECK` is standard SQL and afaik supported by all databases speaking "native"...
For example: ``` // explain something create_table("selfservice_registration_requests") { t.Column("id", "uuid", {primary: true}) t.Timestamps() } ```
While fields like `kid` or `alg` are added to `jose.JSONWebKey`, `kty` is not. In some cases however (e.g. when fetching JWKs from remote) it is important to have that information...
## Related Issue or Design Document ## Checklist - [ ] I have read the [contributing guidelines](../blob/master/CONTRIBUTING.md) and signed the CLA. - [ ] I have referenced an issue containing...
!! Please do not merge me until hydra v2.x is released !!
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/k8s/blob/master/CODE_OF_CONDUCT.md). -...
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/k8s/blob/master/CODE_OF_CONDUCT.md). -...
**Is your feature request related to a problem? Please describe.** Currently, the helm charts are hard to find. Additionally, automation is lacking to update the helm charts when releasing new...
**Is your feature request related to a problem? Please describe.** Currently, we execute only very basic tests that use health checks to see if a service is up or not...