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

Analog module for combining medical oxygen with patient's breathing air in MakAir #242

Open
wants to merge 283 commits into
base: control-fullscreen
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 26, 2020

  1. Update src/software/telemetry/src/parsers.rs

    Co-Authored-By: David Sferruzza <david.sferruzza@gmail.com>
    ronanM and dsferruzza committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    3328047 View commit details
    Browse the repository at this point in the history
  2. Use “point_size” instead of line stroke width; fixes crashes?

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    47116cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    daec882 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0b9a9b View commit details
    Browse the repository at this point in the history
  5. Control: Use the Chip struct to have the chip state in it

    Also refactor the way we poll() the serial, this will now be easier to
    handle alarm traps
    BlackYoup committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    85615b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4615eb View commit details
    Browse the repository at this point in the history
  7. Improvements on graph + general positionning

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    1f6fdb1 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' of github.com:makers-for-life/makair

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    
    # Conflicts:
    #	src/software/control/src/config/environment.rs
    valeriansaliou committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    827022b View commit details
    Browse the repository at this point in the history
  9. Prep-up playground for branding display

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    7b872f5 View commit details
    Browse the repository at this point in the history
  10. Fix code style

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    18b0315 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4d1a6fc View commit details
    Browse the repository at this point in the history
  12. Merge pull request #204 from makers-for-life/execute-CI-on-PR

    Execute CI on pull requests
    dsferruzza committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    83f1ebc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5ecfcdc View commit details
    Browse the repository at this point in the history
  14. Fix clippies

    ronanM committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    c498eeb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    730388e View commit details
    Browse the repository at this point in the history
  16. Control: remove a debug log

    BlackYoup committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    3923f7c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5dd62b9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    120091c View commit details
    Browse the repository at this point in the history
  19. Update src/software/telemetry/src/parsers.rs

    Co-Authored-By: David Sferruzza <david.sferruzza@gmail.com>
    ronanM and dsferruzza committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    1a22022 View commit details
    Browse the repository at this point in the history
  20. Update src/software/telemetry/src/parsers.rs

    Co-Authored-By: David Sferruzza <david.sferruzza@gmail.com>
    ronanM and dsferruzza committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    7b19865 View commit details
    Browse the repository at this point in the history
  21. Update src/software/telemetry/src/parsers.rs

    Co-Authored-By: David Sferruzza <david.sferruzza@gmail.com>
    ronanM and dsferruzza committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    146e110 View commit details
    Browse the repository at this point in the history
  22. Update src/software/telemetry/src/parsers.rs

    Co-Authored-By: David Sferruzza <david.sferruzza@gmail.com>
    ronanM and dsferruzza committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    f49b691 View commit details
    Browse the repository at this point in the history
  23. Fix indent inside proptest!{}

    ronanM committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    b5f22e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Bump CP V2

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    f358838 View commit details
    Browse the repository at this point in the history
  2. Re-align logo

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    d6e6355 View commit details
    Browse the repository at this point in the history
  3. Fix

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    819220e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #203 from ronanM/proptest

    [Telemetry] proptest for parsers.rs
    dsferruzza committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    6113917 View commit details
    Browse the repository at this point in the history
  5. Done w/ logo positioning

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    747a1f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d695248 View commit details
    Browse the repository at this point in the history
  7. Working logo w/ version passing

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    58c3e48 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b6e6567 View commit details
    Browse the repository at this point in the history
  9. Refactor + lowercase logs in telemetry lib

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    0db6e3f View commit details
    Browse the repository at this point in the history
  10. Increase control graph size

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    a4e8f71 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1777f58 View commit details
    Browse the repository at this point in the history
  12. Show firmware version (looks like we do not receive a SEMVER version …

    …for now)
    
    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    ac3fb4f View commit details
    Browse the repository at this point in the history
  13. Avoid implicit conversion

    dsferruzza committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    f791fa5 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #202 from makers-for-life/fix-telemetry-protocol

    Fix telemetry protocol
    dsferruzza committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    77d6bcc View commit details
    Browse the repository at this point in the history
  15. Add alarms box

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    a565e18 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    17ef8da View commit details
    Browse the repository at this point in the history
  17. Merge pull request #208 from makers-for-life/avoid-implicit-conversion

    Avoid implicit conversion
    dsferruzza committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    3ad6f28 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e79cf59 View commit details
    Browse the repository at this point in the history
  19. Fix a potential overflow

    dsferruzza committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    cb0e71f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1f29538 View commit details
    Browse the repository at this point in the history
  21. Refactor widget code

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    a85eb89 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    de3fe29 View commit details
    Browse the repository at this point in the history
  23. Add more sponsors

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    9bccdb9 View commit details
    Browse the repository at this point in the history
  24. Foix

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    8aeb264 View commit details
    Browse the repository at this point in the history
  25. Re-order sponsors

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    97e8f50 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    aa39893 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ea32cd6 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b8461c6 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #206 from makers-for-life/control-alarms

    Control: display ongoing alarms
    dsferruzza committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    430f06d View commit details
    Browse the repository at this point in the history
  30. Add bl lobo

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    fccd910 View commit details
    Browse the repository at this point in the history
  31. Bump CP renders

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    2da8d5c View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    fa0f7e6 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    9f02b90 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    e070d33 View commit details
    Browse the repository at this point in the history
  35. Remove logs during build as travis failed

    The job exceeded the maximum log length, and has been terminated.
    jabby committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    73336c3 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    2e26e3c View commit details
    Browse the repository at this point in the history
  37. Merge pull request #197 from makers-for-life/fix-blower-telemetry

    Fix blower telemetry & use consistent types
    dsferruzza committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    7cfbeb1 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    387fd4e View commit details
    Browse the repository at this point in the history
  39. Fix code review

    jabby committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    298b964 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    47c6cc4 View commit details
    Browse the repository at this point in the history
  41. Merge pull request #209 from makers-for-life/improve-clippy-tasks

    Fix clippy's reports on GitHub Actions
    dsferruzza committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    23a5b77 View commit details
    Browse the repository at this point in the history
  42. Merge pull request #211 from makers-for-life/enable-sonarcloud

    Enable sonarcloud
    jabby committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    328ab15 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    7b28a91 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    cc888d9 View commit details
    Browse the repository at this point in the history
  45. Merge pull request #212 from makers-for-life/telemetry-add-systick-to…

    …-machine-state
    
    Add systick to machine state snapshot
    dsferruzza committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    fc1e248 View commit details
    Browse the repository at this point in the history
  46. Fix travis build

    jabby committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    dd5d9cb View commit details
    Browse the repository at this point in the history
  47. Telemetry: Don't use an enum for the AlarmCode

    It's too complicated to get back the real u8 code after that and we
    might need it. If we ever need to compare two values, let's just export
    the RMC_SW_ u8 out of the crate and use that directly.
    BlackYoup committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    f746064 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    26fb5a2 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    b608f26 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    ae33cb0 View commit details
    Browse the repository at this point in the history
  51. Fix

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    296fc1a View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    2e87c40 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    b2dfb7e View commit details
    Browse the repository at this point in the history
  54. Add System Architecture (thanks @ejuliot)

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    b642cd7 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    b758ce4 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    fd5b6e2 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    687d8ea View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    338ab51 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Improve alarms management

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    13412c6 View commit details
    Browse the repository at this point in the history
  2. Fixes

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    aee43b2 View commit details
    Browse the repository at this point in the history
  3. Import telemetry arrow

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    024fcdc View commit details
    Browse the repository at this point in the history
  4. Import telemetry arrow logo

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    0334bad View commit details
    Browse the repository at this point in the history
  5. Progressing on reworking telemetry widgets (with an arrow image)

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    a9a7f09 View commit details
    Browse the repository at this point in the history
  6. Done adding arrows

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    2963658 View commit details
    Browse the repository at this point in the history
  7. Fix

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    d8034e6 View commit details
    Browse the repository at this point in the history
  8. Add app icon

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    90bad48 View commit details
    Browse the repository at this point in the history
  9. Add records

    dsferruzza committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    8d51b53 View commit details
    Browse the repository at this point in the history
  10. add limitation to peak pressure

    gabrielmoneyron committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    7cc8d50 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2d45688 View commit details
    Browse the repository at this point in the history
  12. Fix a clippy warning

    dsferruzza committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    09e359d View commit details
    Browse the repository at this point in the history
  13. Lint

    baptistejamin committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    2bf2094 View commit details
    Browse the repository at this point in the history
  14. Lint

    baptistejamin committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    bd0a4ea View commit details
    Browse the repository at this point in the history
  15. Fix

    baptistejamin committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    3b700ae View commit details
    Browse the repository at this point in the history
  16. Merge pull request #217 from makers-for-life/embed-res

    Embed resources into release executable
    valeriansaliou committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    cbef816 View commit details
    Browse the repository at this point in the history
  17. Fix?

    baptistejamin committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    316ad8c View commit details
    Browse the repository at this point in the history
  18. Fix?

    baptistejamin committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    979c138 View commit details
    Browse the repository at this point in the history
  19. Initialize status canvas + heartbeat wrapper

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    4fbee7c View commit details
    Browse the repository at this point in the history
  20. Fix?

    baptistejamin committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    4db124b View commit details
    Browse the repository at this point in the history
  21. remove limitation for peak pressure decrease and plateau pressure inc…

    …rease
    gabrielmoneyron committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    c34f435 View commit details
    Browse the repository at this point in the history
  22. “Heartbeat” breathing indicator soon done

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    72a8ff5 View commit details
    Browse the repository at this point in the history
  23. Bootstrap static “heartbeat” indicator

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    b1def8f View commit details
    Browse the repository at this point in the history
  24. Merge pull request #216 from makers-for-life/peak-limit-in-plateau-co…

    …ntrol
    
    add limitation to peak pressure
    baptistejamin committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    487f2e4 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    56c7655 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    aa3cd70 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #218 from makers-for-life/no-limit-on-plateau-pres…

    …sure
    
    remove limitation for peak pressure decrease and plateau pressure inc…
    baptistejamin committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    5c8bb20 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    407d681 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Center alarms text

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    2beb745 View commit details
    Browse the repository at this point in the history
  2. Populated “unit active” + “ac power” sections

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    bbfbc2d View commit details
    Browse the repository at this point in the history
  3. Add “heartbeat” pulse indicator, working :)

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    2a516a5 View commit details
    Browse the repository at this point in the history
  4. Bump Control UI

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    7b97d26 View commit details
    Browse the repository at this point in the history
  5. Hook heartbeat indicator onto target peak pressure

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    26fc735 View commit details
    Browse the repository at this point in the history
  6. Fullscreen => expanded

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    7b9e2c7 View commit details
    Browse the repository at this point in the history
  7. Bump Control UI

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    3cc2586 View commit details
    Browse the repository at this point in the history
  8. Bump telemetry arrow asset; for low-density screens

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    bddc976 View commit details
    Browse the repository at this point in the history
  9. Dynamic graph maxP

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    3175437 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #213 from makers-for-life/fix-bugs-from-sonar

    Fix various bugs found by Sonar
    dsferruzza committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    f6624a9 View commit details
    Browse the repository at this point in the history
  11. Bump

    dsferruzza committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    ca3f563 View commit details
    Browse the repository at this point in the history
  12. Remap args

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    a316e02 View commit details
    Browse the repository at this point in the history
  13. Add input arg

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    afcf879 View commit details
    Browse the repository at this point in the history
  14. Bump README

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    2ebd63d View commit details
    Browse the repository at this point in the history
  15. Add tested Rust version

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    3ade57b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a4f7936 View commit details
    Browse the repository at this point in the history
  17. Dim alarm container bg color if there is no alarm

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    e35e657 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #221 from makers-for-life/support-recording-from-c…

    …ontrol
    
    Support recording from control
    valeriansaliou committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    e17b68b View commit details
    Browse the repository at this point in the history
  19. Fix input

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    6817816 View commit details
    Browse the repository at this point in the history
  20. Bump

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    c78bc44 View commit details
    Browse the repository at this point in the history
  21. Hardcode insp-exp ratio (todo: retrieve it from telemetry)

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    142b0e3 View commit details
    Browse the repository at this point in the history
  22. Add CU instructions

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    c826a8a View commit details
    Browse the repository at this point in the history
  23. Add France 3 coverage

    eliottvincent committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    085af96 View commit details
    Browse the repository at this point in the history
  24. DYNAMIC ALARMS!!!

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    66d1735 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e6f5e46 View commit details
    Browse the repository at this point in the history
  26. Dynamic margin top for alarms wrapper

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    b38471e View commit details
    Browse the repository at this point in the history
  27. Comment

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    4c18d12 View commit details
    Browse the repository at this point in the history
  28. Control: fix TELEMETRY_POINTS_PER_SECOND constant

    DataSnapshot comes once every 10ms, not every 1ms
    BlackYoup committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    20d5965 View commit details
    Browse the repository at this point in the history
  29. Control: fix the peak, plateau and peep units

    I thought it was a 0..
    BlackYoup committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    378d290 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Graph auto-scale over target maximum (100% + 15% overflow allowance)

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    0ba0eba View commit details
    Browse the repository at this point in the history
  2. High-precision graphing, storing points as mmH20 and displaying them …

    …as cmH20
    
    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    47f7506 View commit details
    Browse the repository at this point in the history
  3. Fix

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    68c95ca View commit details
    Browse the repository at this point in the history
  4. Fixes

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    4de0352 View commit details
    Browse the repository at this point in the history
  5. Move graph y axis number of labels into env

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    780c579 View commit details
    Browse the repository at this point in the history
  6. Dumb hack to fix graph left jitter point issue

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    3a8c776 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Battery power indicator OK

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 1, 2020
    Configuration menu
    Copy the full SHA
    329c170 View commit details
    Browse the repository at this point in the history
  2. Rebuild alarm list as to filter out ignored alarm codes

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 1, 2020
    Configuration menu
    Copy the full SHA
    3943d08 View commit details
    Browse the repository at this point in the history
  3. Fix grammary

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 1, 2020
    Configuration menu
    Copy the full SHA
    0e2cca7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    571c1a1 View commit details
    Browse the repository at this point in the history
  5. avoid github failures

    pi-r-p authored and dsferruzza committed May 1, 2020
    Configuration menu
    Copy the full SHA
    36df16b View commit details
    Browse the repository at this point in the history
  6. Add a new pid preset for faulhaber motors

    gabrielmoneyron authored and dsferruzza committed May 1, 2020
    Configuration menu
    Copy the full SHA
    888c449 View commit details
    Browse the repository at this point in the history
  7. latest angles for faulhaber motors

    pi-r-p authored and dsferruzza committed May 1, 2020
    Configuration menu
    Copy the full SHA
    387f0b4 View commit details
    Browse the repository at this point in the history
  8. fix missing eol

    pi-r-p authored and dsferruzza committed May 1, 2020
    Configuration menu
    Copy the full SHA
    2b3a076 View commit details
    Browse the repository at this point in the history
  9. close the valve more gently after inspiration, because the faulhaber …

    …is too fast
    gabrielmoneyron authored and dsferruzza committed May 1, 2020
    Configuration menu
    Copy the full SHA
    8dfa24f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    64e2937 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d33b5b1 View commit details
    Browse the repository at this point in the history
  12. Build Faulhaber variants

    dsferruzza committed May 1, 2020
    Configuration menu
    Copy the full SHA
    0691788 View commit details
    Browse the repository at this point in the history
  13. Fix a typo

    dsferruzza committed May 1, 2020
    Configuration menu
    Copy the full SHA
    bb6643e View commit details
    Browse the repository at this point in the history
  14. Support for unit stopped

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 1, 2020
    Configuration menu
    Copy the full SHA
    7a0a18a View commit details
    Browse the repository at this point in the history
  15. Fix build

    dsferruzza committed May 1, 2020
    Configuration menu
    Copy the full SHA
    a8d78cf View commit details
    Browse the repository at this point in the history
  16. Gently close valves only with faulhaber motors

    gabrielmoneyron committed May 1, 2020
    Configuration menu
    Copy the full SHA
    6ea458e View commit details
    Browse the repository at this point in the history
  17. Show battery level (as voltage for now)

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 1, 2020
    Configuration menu
    Copy the full SHA
    dbbb1b3 View commit details
    Browse the repository at this point in the history
  18. fix error type

    gabrielmoneyron committed May 1, 2020
    Configuration menu
    Copy the full SHA
    242cf0a View commit details
    Browse the repository at this point in the history
  19. All telemetry unwrap()s become expect()s

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 1, 2020
    Configuration menu
    Copy the full SHA
    66cdb67 View commit details
    Browse the repository at this point in the history
  20. Fix lint & coding style

    dsferruzza committed May 1, 2020
    Configuration menu
    Copy the full SHA
    64f2003 View commit details
    Browse the repository at this point in the history
  21. Optional auto graph scaler feature

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 1, 2020
    Configuration menu
    Copy the full SHA
    a9ebe6f View commit details
    Browse the repository at this point in the history
  22. Control: Only instanciate Ids struct once

    Fixes memory leak
    BlackYoup committed May 1, 2020
    Configuration menu
    Copy the full SHA
    548e8cf View commit details
    Browse the repository at this point in the history
  23. Merge pull request #222 from makers-for-life/supportFaulhabber

    Support faulhaber
    dsferruzza committed May 1, 2020
    Configuration menu
    Copy the full SHA
    85334a8 View commit details
    Browse the repository at this point in the history
  24. Fix coding style

    dsferruzza committed May 1, 2020
    Configuration menu
    Copy the full SHA
    2fb294b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e21e0f0 View commit details
    Browse the repository at this point in the history
  26. Fix compiler warnings due to optional feature

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 1, 2020
    Configuration menu
    Copy the full SHA
    6fa74e1 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #226 from makers-for-life/make-control-window-more…

    …-flexible
    
    Make control window more flexible when not in fullscreen mode
    dsferruzza committed May 1, 2020
    Configuration menu
    Copy the full SHA
    fd90e35 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. Bump ver

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 2, 2020
    Configuration menu
    Copy the full SHA
    e8c4f8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f823b87 View commit details
    Browse the repository at this point in the history
  3. Reduce number of colors on lexan

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 2, 2020
    Configuration menu
    Copy the full SHA
    91b32d5 View commit details
    Browse the repository at this point in the history
  4. Noise reduction

    baptistejamin committed May 2, 2020
    Configuration menu
    Copy the full SHA
    fc1e172 View commit details
    Browse the repository at this point in the history
  5. Low pass filter

    baptistejamin committed May 2, 2020
    Configuration menu
    Copy the full SHA
    9d8da67 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc32d4d View commit details
    Browse the repository at this point in the history
  7. Clippy fix

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 2, 2020
    Configuration menu
    Copy the full SHA
    9350226 View commit details
    Browse the repository at this point in the history
  8. Bump vers

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 2, 2020
    Configuration menu
    Copy the full SHA
    dfa9d08 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Add PDF renders

    eliottvincent committed May 4, 2020
    Configuration menu
    Copy the full SHA
    a449788 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Bump Control Panel

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 5, 2020
    Configuration menu
    Copy the full SHA
    61474dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92c7a71 View commit details
    Browse the repository at this point in the history
  3. Bump

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 5, 2020
    Configuration menu
    Copy the full SHA
    2043676 View commit details
    Browse the repository at this point in the history
  4. Add files via upload

    lasmafedotova committed May 5, 2020
    Configuration menu
    Copy the full SHA
    8b9de07 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #231 from lasmafedotova/master

    Add files via upload
    valeriansaliou committed May 5, 2020
    Configuration menu
    Copy the full SHA
    92577ed View commit details
    Browse the repository at this point in the history
  6. Rename

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 5, 2020
    Configuration menu
    Copy the full SHA
    cbdb9a7 View commit details
    Browse the repository at this point in the history
  7. Bump CP

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 5, 2020
    Configuration menu
    Copy the full SHA
    a6b36d7 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Bump

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 6, 2020
    Configuration menu
    Copy the full SHA
    3c5ff7a View commit details
    Browse the repository at this point in the history
  2. Bump

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 6, 2020
    Configuration menu
    Copy the full SHA
    24883c3 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Configuration menu
    Copy the full SHA
    15ebd21 View commit details
    Browse the repository at this point in the history
  2. Update links

    dsferruzza committed May 8, 2020
    Configuration menu
    Copy the full SHA
    b6a446d View commit details
    Browse the repository at this point in the history
  3. Clear off src/ folder (exported to each sub-repo)

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 8, 2020
    Configuration menu
    Copy the full SHA
    0860ec8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e498fe0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5721b9d View commit details
    Browse the repository at this point in the history
  6. Move mechanics and electronics refs

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 8, 2020
    Configuration menu
    Copy the full SHA
    e5995c8 View commit details
    Browse the repository at this point in the history
  7. Fix

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 8, 2020
    Configuration menu
    Copy the full SHA
    010670c View commit details
    Browse the repository at this point in the history
  8. Clear ignore

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 8, 2020
    Configuration menu
    Copy the full SHA
    6ac288e View commit details
    Browse the repository at this point in the history
  9. Rework README links (half done)

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 8, 2020
    Configuration menu
    Copy the full SHA
    1553be6 View commit details
    Browse the repository at this point in the history
  10. Issue links

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 8, 2020
    Configuration menu
    Copy the full SHA
    3ce6bcd View commit details
    Browse the repository at this point in the history
  11. Renders are no more

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 8, 2020
    Configuration menu
    Copy the full SHA
    913d776 View commit details
    Browse the repository at this point in the history
  12. Clear off Components from README

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 8, 2020
    Configuration menu
    Copy the full SHA
    2429cd3 View commit details
    Browse the repository at this point in the history
  13. Add sub-projects

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 8, 2020
    Configuration menu
    Copy the full SHA
    9dd5021 View commit details
    Browse the repository at this point in the history
  14. Improve a description

    dsferruzza committed May 8, 2020
    Configuration menu
    Copy the full SHA
    fc0514c View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. Move casing drawings to Lasma's ones

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 9, 2020
    Configuration menu
    Copy the full SHA
    cdbfd65 View commit details
    Browse the repository at this point in the history
  2. Sub-Projects > Projects

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 9, 2020
    Configuration menu
    Copy the full SHA
    1167bbb View commit details
    Browse the repository at this point in the history
  3. Add Project categories

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 9, 2020
    Configuration menu
    Copy the full SHA
    28b36ef View commit details
    Browse the repository at this point in the history
  4. Fix

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 9, 2020
    Configuration menu
    Copy the full SHA
    47e118a View commit details
    Browse the repository at this point in the history
  5. Add some newspaper refs

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed May 9, 2020
    Configuration menu
    Copy the full SHA
    150fa7f View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. add contribuition files

    breno-helf committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    e96ab7e View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Merge pull request #240 from breno-helf/contribuiting

    add CONTRIBUITING.md and CODE_OF_CONDUCT.md files
    valeriansaliou committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    2a96da8 View commit details
    Browse the repository at this point in the history
  2. Update CONTRIBUTING.md

    valeriansaliou committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    ca94784 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Update README.md

    baptistejamin committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    a96039d View commit details
    Browse the repository at this point in the history
  2. Update readme picture

    baptistejamin committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    685ce01 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    baptistejamin committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    53dc518 View commit details
    Browse the repository at this point in the history
  4. Fix typos

    dsferruzza committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    5c4ef7e View commit details
    Browse the repository at this point in the history
  5. Fix a typo

    dsferruzza committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    ac2aca1 View commit details
    Browse the repository at this point in the history
  6. Fix typos

    eliottvincent committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    622ad12 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    baptistejamin committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    04c6b9a View commit details
    Browse the repository at this point in the history
  8. Update README.md

    baptistejamin committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    27febde View commit details
    Browse the repository at this point in the history
  9. Update README.md

    baptistejamin committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    542b196 View commit details
    Browse the repository at this point in the history
  10. Update README.md

    baptistejamin committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    ef34a7e View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Add Mini design

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    2c6045c View commit details
    Browse the repository at this point in the history
  2. Bump Mini design photo

    Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
    valeriansaliou committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    ef97ed8 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. HW notice

    valeriansaliou committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    e08cd94 View commit details
    Browse the repository at this point in the history
  2. Fix

    valeriansaliou committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    1fe6faa View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Configuration menu
    Copy the full SHA
    175eb48 View commit details
    Browse the repository at this point in the history
  2. added board photos

    pi-r-p committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    8b60977 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    60fc3e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b6368d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Bump

    valeriansaliou committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    36deb97 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. Add Article Series

    valeriansaliou committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    3da6e0c View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Bump intro video

    valeriansaliou committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    4c4d815 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Configuration menu
    Copy the full SHA
    702b892 View commit details
    Browse the repository at this point in the history
  2. RB

    valeriansaliou committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    c805351 View commit details
    Browse the repository at this point in the history
  3. Fix

    valeriansaliou committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    e8f5e53 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Rack article no 2

    valeriansaliou committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    b3b3fd8 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. Unschedule article 8

    valeriansaliou committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    4974953 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Add article 3

    valeriansaliou committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    8e6e515 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Add article 3

    valeriansaliou committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    ac19e02 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Add article 5

    valeriansaliou committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    fcb0045 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Add article 6

    valeriansaliou committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    1f0f921 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Fix spacing

    valeriansaliou committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    40902b6 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    63cc3a2 View commit details
    Browse the repository at this point in the history
  2. Refactor links

    valeriansaliou committed May 7, 2021
    Configuration menu
    Copy the full SHA
    f06a82e View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Beautify

    valeriansaliou committed May 14, 2021
    Configuration menu
    Copy the full SHA
    a20d01d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Add misc

    valeriansaliou committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    dba8a57 View commit details
    Browse the repository at this point in the history
  2. Add link to files

    valeriansaliou committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    ff1da08 View commit details
    Browse the repository at this point in the history
  3. Add links to simulator

    valeriansaliou committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    851d8e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a097c06 View commit details
    Browse the repository at this point in the history
  5. Fix MD

    valeriansaliou committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    9e32b06 View commit details
    Browse the repository at this point in the history