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

Ks/merge upstream #1

Merged
merged 20 commits into from
Dec 10, 2021
Merged

Ks/merge upstream #1

merged 20 commits into from
Dec 10, 2021

Commits on Dec 9, 2020

  1. Upgrade dialyxir

    Jean Parpaillon committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    6e5ec77 View commit details
    Browse the repository at this point in the history
  2. Fix typespecs issues

    Jean Parpaillon committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    9d2ea80 View commit details
    Browse the repository at this point in the history
  3. Adds credo and fix TODOs

    Jean Parpaillon committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    65867ca View commit details
    Browse the repository at this point in the history
  4. Upgrade deps

    Remove obseolte gen_coap dep
    Jean Parpaillon committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    509ce2a View commit details
    Browse the repository at this point in the history
  5. Hello CircleCI, goodbye GH actions

    Jean Parpaillon committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    f6b34cc View commit details
    Browse the repository at this point in the history
  6. Apply mix format

    Jean Parpaillon committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    b69dde6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    967dc3a View commit details
    Browse the repository at this point in the history
  8. Update README.md

    johngiffin authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    52576ea View commit details
    Browse the repository at this point in the history
  9. Update README.md

    johngiffin authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    b1401c7 View commit details
    Browse the repository at this point in the history
  10. satisfy credo

    johngiffin committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    68a1baf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    783ae75 View commit details
    Browse the repository at this point in the history
  12. Merge pull request tpitale#68 from tpitale/readme-telemetry

    Update README.md with telemetry example
    johngiffin authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    c76fdba View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Remove unused import

    Jean Parpaillon committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    41339c1 View commit details
    Browse the repository at this point in the history
  2. Make handler transient

    For each connection, a Handler process is started, monitored by
    DynamicSupervisor.
    When connection ends, Handler process should stop.
    Jean Parpaillon committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    31f8aa0 View commit details
    Browse the repository at this point in the history
  3. Set credo dep dev-only

    Jean Parpaillon committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    6c52d57 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Ignore dialyzer cache in git

    Jean Parpaillon committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    9d7f201 View commit details
    Browse the repository at this point in the history
  2. Use Process.monitor between Connection and handler

    Use Process.monitor instead of custom message from Connection to
    Handler to stop the latter
    Jean Parpaillon committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    f7c5e9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7880e59 View commit details
    Browse the repository at this point in the history
  4. Add license

    Jean Parpaillon committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    ce52a39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28b6227 View commit details
    Browse the repository at this point in the history