Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transfer of realm features to astarte_data_access #86

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

shinnokdisengir
Copy link

@shinnokdisengir shinnokdisengir commented Sep 10, 2024

In order to manage the database also from applications external to astarte, such as the various tests and products like astarte_dev_tool, the commands needed to manage the realms from the astarte_housekeeping to astarte_data_access

@shinnokdisengir shinnokdisengir force-pushed the feature/create-realm branch 7 times, most recently from 81ea6bb to 12136c1 Compare September 11, 2024 12:27
@shinnokdisengir shinnokdisengir marked this pull request as ready for review October 2, 2024 13:44
@shinnokdisengir shinnokdisengir force-pushed the feature/create-realm branch 6 times, most recently from 18f52aa to fae6e91 Compare October 3, 2024 10:14
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
lib/astarte_data_access/c_system.ex Outdated Show resolved Hide resolved
lib/astarte_data_access/entities/interface.ex Outdated Show resolved Hide resolved
lib/astarte_data_access/entities/keyspace.ex Outdated Show resolved Hide resolved
lib/astarte_data_access/xandra_utils.ex Outdated Show resolved Hide resolved
lib/astarte_data_access/xandra_utils.ex Outdated Show resolved Hide resolved
lib/astarte_data_access/xandra_utils.ex Show resolved Hide resolved
lib/astarte_data_access/xandra_utils.ex Outdated Show resolved Hide resolved
lib/astarte_data_access/xandra_utils.ex Outdated Show resolved Hide resolved
@shinnokdisengir shinnokdisengir force-pushed the feature/create-realm branch 6 times, most recently from 9fd9c83 to 3feae81 Compare October 8, 2024 16:32
CHANGELOG.md Outdated Show resolved Hide resolved
lib/astarte_data_access/entities/realm.ex Outdated Show resolved Hide resolved
lib/astarte_data_access/entities/realm.ex Outdated Show resolved Hide resolved
lib/astarte_data_access/xandra_utils.ex Show resolved Hide resolved
lib/astarte_data_access/entities/device.ex Outdated Show resolved Hide resolved
Added c_system from `astarte_housekeeping`

Signed-off-by: Gabriele Ghio <[email protected]>
Created the realm.ex file, containing everything necessary for CRUD manipulation of `realms``:
- create
- listing
- deletion
- reading single realm

added functionality/small refactoring of `xandra_utils`.

Signed-off-by: Gabriele Ghio <[email protected]>
Edited CHANGELOG.md

- Realm database features.

Signed-off-by: Gabriele Ghio <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants