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

Rest control #78

Merged
merged 39 commits into from
Aug 17, 2023
Merged

Rest control #78

merged 39 commits into from
Aug 17, 2023

Commits on Aug 8, 2023

  1. simple rest api

    alex-Arc committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    481b2aa View commit details
    Browse the repository at this point in the history
  2. describe REST API in readme

    alex-Arc committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9e0d7aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9853a69 View commit details
    Browse the repository at this point in the history
  4. update old config files

    alex-Arc committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    7c8be8a View commit details
    Browse the repository at this point in the history
  5. update fix empty else

    alex-Arc committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    dbf32ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7bd57e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c0bd2ef View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Update src/cards.ts

    Co-authored-by: Julian Waller <git@julusian.co.uk>
    alex-Arc and Julusian authored Aug 12, 2023
    Configuration menu
    Copy the full SHA
    1342c19 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    99c62a3 View commit details
    Browse the repository at this point in the history
  2. future todo

    alex-Arc committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    1e76672 View commit details
    Browse the repository at this point in the history
  3. move file write to updateEnvironmentFile

    and make it more generic
    alex-Arc committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    f316728 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ebcc2c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. switch to koa

    alex-Arc committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    3fcddb6 View commit details
    Browse the repository at this point in the history
  2. remove ip validate

    alex-Arc committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    b9b7e4e View commit details
    Browse the repository at this point in the history
  3. remove unused next

    alex-Arc committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    1af5209 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9517d42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    794971a View commit details
    Browse the repository at this point in the history
  6. rest port default to 0

    alex-Arc committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    0d8645a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    009d666 View commit details
    Browse the repository at this point in the history
  8. fix data extraction

    alex-Arc committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    65fdd95 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a98367 View commit details
    Browse the repository at this point in the history
  10. fix missing body

    alex-Arc committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    cb6f119 View commit details
    Browse the repository at this point in the history
  11. fogot body in POST config

    alex-Arc committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    b15e448 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. check content type

    alex-Arc committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8380eee View commit details
    Browse the repository at this point in the history
  2. update readmee

    alex-Arc committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    dd509d6 View commit details
    Browse the repository at this point in the history
  3. fix: crash when exiting

    Julusian authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    ba677d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e51ce24 View commit details
    Browse the repository at this point in the history
  5. chore: fix bad commit

    Julusian authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    87101d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce3c5bd View commit details
    Browse the repository at this point in the history
  7. chore: format

    Julusian authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    9f0721a View commit details
    Browse the repository at this point in the history
  8. chore: update readme

    Julusian authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    a64cb84 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    691e590 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    38dcabc View commit details
    Browse the repository at this point in the history
  11. fix: define config file path through environment variable, so that it…

    … only attempts to write it on supporting systems (ie, not in a development system)
    Julusian authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8e35a76 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6a3cd8c View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. void type

    alex-Arc committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    3038a65 View commit details
    Browse the repository at this point in the history
  2. add async

    alex-Arc committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    f91e8cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3288b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    65585ac View commit details
    Browse the repository at this point in the history