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

refactor(appengine): port auth, health, rooms and stats to exandra #1064

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

Conversation

noaccOS
Copy link
Contributor

@noaccOS noaccOS commented Feb 3, 2025

This change focuses solely on porting the queries from the modules above to exandra.

Depends on #1055

this allows calling `mix format` in dev

Signed-off-by: Francesco Noacco <francesco.noacco@secomind.com>
The first installment in the effort of refactoring the device module.

The change can be made little by little as exandra and cqex queries
can coexist.

This change ports a few queries to exandra, without making any big logic
refactor, but we can see the future direction of this refactor:
Astarte.AppEngine.API.Device.Queries becomes a module to expose _queries_
and not data from the database directly.

For this iteration, this is enough to elegantly use the queries in the
Device module, but more complex queries may require a more in-depth refactor.

The following queries have been ported:
- `retrieve_interfaces_list`
- `retrieve_all_endpoints_for_interface!`
- `retrieve_mapping`
- `prepare_value_type_query` / `execute_value_type_query`

Signed-off-by: Francesco Noacco <francesco.noacco@secomind.com>
this function needs some special attention because by default Ecto SQL
raises if we get an error back from exandra.

as this function is also supposed to handle the situation where the
keyspace does not exist, which results in a Xandra.Error being generated,
we need to use a _workaround_ which lets us handle the error ourselves.

Signed-off-by: Francesco Noacco <francesco.noacco@secomind.com>
we take a similar approach to `fetch_public_key` to be able to handle
errors from exandra.

Signed-off-by: Francesco Noacco <francesco.noacco@secomind.com>
remove the query as it's a simple device fetch

Signed-off-by: Francesco Noacco <francesco.noacco@secomind.com>
this change makes it so that if a database exception is raised by ecto,
phoenix handles the error by showing custom details.

Signed-off-by: Francesco Noacco <francesco.noacco@secomind.com>
Copy link

codecov bot commented Feb 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.02%. Comparing base (76adaf5) to head (6a6f58e).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1064      +/-   ##
==========================================
+ Coverage   69.23%   70.02%   +0.79%     
==========================================
  Files         275      252      -23     
  Lines        7193     5612    -1581     
==========================================
- Hits         4980     3930    -1050     
+ Misses       2213     1682     -531     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant