entropy icon indicating copy to clipboard operation
entropy copied to clipboard

Entropy is a framework to safely and predictably create, change, and improve modern cloud applications and infrastructure using familiar languages, tools, and engineering practices.

Results 7 entropy issues
Sort by recently updated
recently updated
newest added

As of now the module management can only be done via API and is not available to be used using CLI. Having them in the CLI will ease module management.

`project` acts corresponds to a tenant and isolates all the resources/modules/data that belongs to it. It would better to reflect this fact in the REST API routes as well. For...

Currently all APIs that respond with a list of items lack pagination.

As of now there is just one SQL schema that runs at migration step. We need proper migrations that allow use to upgrade and downgrade schema.

When running postgres and entropy server on different timezones, the pgq can pickup jobs that are not supposed to be picked yet and update their run_at to the postgres server...

As of now there is just one SQL schema that runs at migration step. We need proper migrations that allow use to upgrade and downgrade schema.

**Describe the bug** CLI doesn't validate the minimum fields that are required for commands to be run. **Expected behavior** ``` $ entropy action start ## current # rpc error: code...