datum icon indicating copy to clipboard operation
datum copied to clipboard

Datum's central server

Results 69 datum issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Rate-Limited These updates are currently rate-limited. Click on a checkbox below to force...

We developed `enthistory` as a method of programmatically creating history tables which allow us to track any database record which has been changed, updated, or deleted. Additional work is required...

enhancement

Default communication scheme with FGA auth store is HTTPS and we override for HTTP; ensure we are able to communicate with the auth store over encrypted channels https://github.com/datumforge/datum/pull/93/files/a2894123f0eb572753651638670a9bff2b330070#diff-93e6506676af6067fb373e46279636e2ed41775948cf2ea9663643efe86bc0dcR75

authorization

**Describe the bug or issue you're encountering** If a default avatar or an avatar image is set on initial sign up, and the user changes the avatar, we do not...

bug

**Describe the bug or issue you're encountering** When deleting a parent organization, it was recently fixed that it's child organizations would also be deleted (https://github.com/datumforge/datum/pull/801). However, this fails to delete...

bug

Once https://github.com/datumforge/datum/issues/794 is implemented, we need to add guardrails to never allow the following to be deleted via the API. - `datum_controlled_top_level` - `systemorg`

enhancement

Writes: If an organization has a dedicated database, we need to make sure all write requests are written to their database, and any top leve changes to the root org...

enhancement

Use feature flags to enable the dedicated db, rather than a database field/command line parameter (e.g. we want this controlled by the customer tier/features, not allow it to be specifically...

enhancement

Tenant databases need to have their database schema up to date with the main datum database. We recently moved to goose migrations, which runs the migrations on the container startup...

enhancement

Look at adding embedded replicas, this has the potential to give us faster reads (and potentially eliminate the need for local cache), because there is no network connection (writes are...

enhancement