Frederick
Frederick
When pool or domain creation fail there may be artifacts that were created that cause rerunning the terraform plan against the same host to fail. This fixes a similar problem...
add some clarity to the deploy guides on how to set up secure TLS (either with auto-generated cert or via a user-provided cert) See also [this discussion](https://discord.com/channels/841451783728529451/1005323385296932915/1006619487862280314).
This is a very crude start.
see also https://github.com/edgedb/edgedb-cli/issues/708 and https://github.com/edgedb/shared-client-testcases/issues/13
edgedb-js version: ^0.19.8 edgedb server: 1.1 edgedb cli: EdgeDB CLI 1.1.0-dev.742+9b148e5 ``` # dbschema/default.esdl module default { type A {} type B {} type C { multi link a_or_b ->...
Fixes https://github.com/edgedb/edgedb-python/issues/127
Working towards https://github.com/edgedb/edgedb-python/issues/296
This change implements the default behavior outlined in https://github.com/edgedb/edgedb/discussions/4244. All arguments and options to the generator command are left for future work along with query hashing. The [documentation](https://github.com/edgedb/edgedb-go/pull/236/files#diff-43b8e20634ba03cc187345a9c8ac57669ba567a358d5cfe83e2ed86325362bc8), [help text](https://github.com/edgedb/edgedb-go/pull/236/files#diff-7df6c5ada0b868390ac839ba9e93f37fd6c19a264cdcf317a33561167cea9494R54),...