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

Update Elixir and dependencies #82

Merged
merged 4 commits into from
Nov 22, 2023

Conversation

Annopaolo
Copy link
Collaborator

@Annopaolo Annopaolo commented Nov 21, 2023

  • Update Elixir to 1.15 (both in app and GH workflows)
  • Contextually, update ssl_verify_fun dependency to 1.17 to make it work again on Elixir 1.15
  • Write charlists as ~c"charlist" instead of 'charlist' to pacify mix.format on Elixir 1.15
  • Update astarte_rpc and astarte_core dependencies to latest master version

@Annopaolo Annopaolo force-pushed the update_elixir_deps branch 2 times, most recently from 43ebd90 to 90bb44c Compare November 22, 2023 09:56
@Annopaolo Annopaolo changed the title Update Elixir and Astarte deps Update Elixir and dependencies Nov 22, 2023
@Annopaolo Annopaolo requested review from rbino and bettio November 22, 2023 10:03
Signed-off-by: Arnaldo Cesco <[email protected]>
`mix format` now requires charlists to be written as `~c"charlist"`
instead of `'charlist'`. Fix accordingly.

Signed-off-by: Arnaldo Cesco <[email protected]>
- Update Astarte dependencies (astarte_core, astarte_rpc)
  to latest master version
- Update ssl_verify_fun to 1.1.17 to make it compatible
  with Elixir 1.15

Signed-off-by: Arnaldo Cesco <[email protected]>
@Annopaolo Annopaolo added the chore Maintenance chore label Nov 22, 2023
Copy link

codecov bot commented Nov 22, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (e5f4eb1) 76.66% compared to head (6a800a8) 76.66%.

Files Patch % Lines
lib/astarte_vmq_plugin.ex 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master      #82   +/-   ##
=======================================
  Coverage   76.66%   76.66%           
=======================================
  Files          13       13           
  Lines         330      330           
=======================================
  Hits          253      253           
  Misses         77       77           

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

@Annopaolo Annopaolo mentioned this pull request Nov 22, 2023
@bettio bettio merged commit def7641 into astarte-platform:master Nov 22, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintenance chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants