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

Cleanup NEST Server environment variable handling #2942

Merged
merged 126 commits into from
Sep 20, 2023

Commits on Jul 19, 2023

  1. Add env EXEC_SCRIPT

    babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    678b0ec View commit details
    Browse the repository at this point in the history
  2. Cleanup nest-server

    babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    50ffba0 View commit details
    Browse the repository at this point in the history
  3. Add changes for v3.4

    babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    1b2f5a1 View commit details
    Browse the repository at this point in the history
  4. Set Origins in CORS

    babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    bb72edc View commit details
    Browse the repository at this point in the history
  5. Add cross origin for /

    babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    886ee90 View commit details
    Browse the repository at this point in the history
  6. Extend cors_origins

    babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9f40046 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00eb651 View commit details
    Browse the repository at this point in the history
  8. Apply CORS headers

    Helveg authored and babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6a5591b View commit details
    Browse the repository at this point in the history
  9. forgot 1

    Helveg authored and babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    d6f87f8 View commit details
    Browse the repository at this point in the history
  10. Vanishing application and authentication :)

    Helveg authored and babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ab2e525 View commit details
    Browse the repository at this point in the history
  11. Allowed authentication to be disabled.

    Helveg authored and babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b8417b8 View commit details
    Browse the repository at this point in the history
  12. restored nest import

    Helveg authored and babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    a0c7774 View commit details
    Browse the repository at this point in the history
  13. Improved comments

    Helveg authored and babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ba35053 View commit details
    Browse the repository at this point in the history
  14. reverted more things I did to test locally.

    Helveg authored and babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    d6d013f View commit details
    Browse the repository at this point in the history
  15. moved handler for pep8, use bool util

    Helveg authored and babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    1d27bc9 View commit details
    Browse the repository at this point in the history
  16. pep8 fixes

    Helveg authored and babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    11ea078 View commit details
    Browse the repository at this point in the history
  17. abort --> flask.abort

    Helveg authored and babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    0445157 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b510def View commit details
    Browse the repository at this point in the history
  19. Add env EXEC_SCRIPT

    babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    352f65c View commit details
    Browse the repository at this point in the history
  20. Cleanup nest-server

    babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    cb7a4ab View commit details
    Browse the repository at this point in the history
  21. Add changes for v3.4

    babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8fdffd6 View commit details
    Browse the repository at this point in the history
  22. Set Origins in CORS

    babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    740bc8f View commit details
    Browse the repository at this point in the history
  23. Add cross origin for /

    babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    f9d0b56 View commit details
    Browse the repository at this point in the history
  24. Extend cors_origins

    babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b29c2b2 View commit details
    Browse the repository at this point in the history
  25. Apply CORS headers

    Helveg authored and babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    31c0951 View commit details
    Browse the repository at this point in the history
  26. forgot 1

    Helveg authored and babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    c7f09ab View commit details
    Browse the repository at this point in the history
  27. Vanishing application and authentication :)

    Helveg authored and babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    84e8224 View commit details
    Browse the repository at this point in the history
  28. Allowed authentication to be disabled.

    Helveg authored and babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    21b408f View commit details
    Browse the repository at this point in the history
  29. restored nest import

    Helveg authored and babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    3abc6a9 View commit details
    Browse the repository at this point in the history
  30. Improved comments

    Helveg authored and babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9bf1ac5 View commit details
    Browse the repository at this point in the history
  31. reverted more things I did to test locally.

    Helveg authored and babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    68ed1cf View commit details
    Browse the repository at this point in the history
  32. moved handler for pep8, use bool util

    Helveg authored and babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    cb1abfc View commit details
    Browse the repository at this point in the history
  33. pep8 fixes

    Helveg authored and babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    98240d4 View commit details
    Browse the repository at this point in the history
  34. abort --> flask.abort

    Helveg authored and babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6a88b55 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    b4ee911 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    98012d1 View commit details
    Browse the repository at this point in the history
  37. Update notification

    babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    dbee4cc View commit details
    Browse the repository at this point in the history
  38. Add changes in release notes

    babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    2d7e0c9 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    8b3ca53 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    63d9c92 View commit details
    Browse the repository at this point in the history
  41. Resolve merge conflicts

    babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    d410f28 View commit details
    Browse the repository at this point in the history
  42. Add cross origin for /

    babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    d568fdb View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    9bdba04 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    04c9420 View commit details
    Browse the repository at this point in the history
  45. Do not auth for OPTIONS method

    babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    63f6749 View commit details
    Browse the repository at this point in the history
  46. Undo doc for v3.4

    babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    46cf50c View commit details
    Browse the repository at this point in the history
  47. Use black

    babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    94b2024 View commit details
    Browse the repository at this point in the history
  48. Remove cors_origins()

    babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    0d4e954 View commit details
    Browse the repository at this point in the history
  49. Update changes

    babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    c01da1a View commit details
    Browse the repository at this point in the history
  50. Fix pylint

    babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b920b4d View commit details
    Browse the repository at this point in the history
  51. Apply black

    babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    65bd3af View commit details
    Browse the repository at this point in the history
  52. try to fix black

    babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ae2ea1c View commit details
    Browse the repository at this point in the history
  53. Apply black

    babsey committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b28bdee View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Add env EXEC_SCRIPT

    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    3a0c0cc View commit details
    Browse the repository at this point in the history
  2. Cleanup nest-server

    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d21a4f5 View commit details
    Browse the repository at this point in the history
  3. Add changes for v3.4

    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    2e088e5 View commit details
    Browse the repository at this point in the history
  4. Set Origins in CORS

    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    9fad24c View commit details
    Browse the repository at this point in the history
  5. Add cross origin for /

    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    7c8a3aa View commit details
    Browse the repository at this point in the history
  6. Extend cors_origins

    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    9b93d91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    754f3b6 View commit details
    Browse the repository at this point in the history
  8. Apply CORS headers

    Helveg authored and babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    2e34bab View commit details
    Browse the repository at this point in the history
  9. forgot 1

    Helveg authored and babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    dc55bce View commit details
    Browse the repository at this point in the history
  10. Vanishing application and authentication :)

    Helveg authored and babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    14a961c View commit details
    Browse the repository at this point in the history
  11. Allowed authentication to be disabled.

    Helveg authored and babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    639acb2 View commit details
    Browse the repository at this point in the history
  12. restored nest import

    Helveg authored and babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    06b6381 View commit details
    Browse the repository at this point in the history
  13. Improved comments

    Helveg authored and babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    5a3aaec View commit details
    Browse the repository at this point in the history
  14. reverted more things I did to test locally.

    Helveg authored and babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    01ed58e View commit details
    Browse the repository at this point in the history
  15. moved handler for pep8, use bool util

    Helveg authored and babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    3d957df View commit details
    Browse the repository at this point in the history
  16. pep8 fixes

    Helveg authored and babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8acbb78 View commit details
    Browse the repository at this point in the history
  17. abort --> flask.abort

    Helveg authored and babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    2321955 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    45bb9e4 View commit details
    Browse the repository at this point in the history
  19. Add env EXEC_SCRIPT

    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    4dc0115 View commit details
    Browse the repository at this point in the history
  20. Cleanup nest-server

    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ae850dd View commit details
    Browse the repository at this point in the history
  21. Add changes for v3.4

    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    02ffe29 View commit details
    Browse the repository at this point in the history
  22. Set Origins in CORS

    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e7fed2d View commit details
    Browse the repository at this point in the history
  23. Add cross origin for /

    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    49813b4 View commit details
    Browse the repository at this point in the history
  24. Extend cors_origins

    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    32db740 View commit details
    Browse the repository at this point in the history
  25. Apply CORS headers

    Helveg authored and babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    4dec831 View commit details
    Browse the repository at this point in the history
  26. forgot 1

    Helveg authored and babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    42558c2 View commit details
    Browse the repository at this point in the history
  27. Vanishing application and authentication :)

    Helveg authored and babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    29bba91 View commit details
    Browse the repository at this point in the history
  28. Allowed authentication to be disabled.

    Helveg authored and babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    660b221 View commit details
    Browse the repository at this point in the history
  29. restored nest import

    Helveg authored and babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b1f73a7 View commit details
    Browse the repository at this point in the history
  30. Improved comments

    Helveg authored and babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d654b42 View commit details
    Browse the repository at this point in the history
  31. reverted more things I did to test locally.

    Helveg authored and babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    45332d9 View commit details
    Browse the repository at this point in the history
  32. moved handler for pep8, use bool util

    Helveg authored and babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    9c900dc View commit details
    Browse the repository at this point in the history
  33. pep8 fixes

    Helveg authored and babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b659570 View commit details
    Browse the repository at this point in the history
  34. abort --> flask.abort

    Helveg authored and babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    5d00eac View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    685c072 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    a33759f View commit details
    Browse the repository at this point in the history
  37. Update notification

    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    2a80113 View commit details
    Browse the repository at this point in the history
  38. Add changes in release notes

    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    7377778 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    6a8f3e6 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    4327088 View commit details
    Browse the repository at this point in the history
  41. Resolve merge conflicts

    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e38128b View commit details
    Browse the repository at this point in the history
  42. Add cross origin for /

    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    54581f1 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    84d5580 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    b6792d5 View commit details
    Browse the repository at this point in the history
  45. Do not auth for OPTIONS method

    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    776af77 View commit details
    Browse the repository at this point in the history
  46. Undo doc for v3.4

    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    11a3d38 View commit details
    Browse the repository at this point in the history
  47. Use black

    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ee00564 View commit details
    Browse the repository at this point in the history
  48. Remove cors_origins()

    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    0642be2 View commit details
    Browse the repository at this point in the history
  49. Update changes

    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    0a1d504 View commit details
    Browse the repository at this point in the history
  50. Fix pylint

    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ede355f View commit details
    Browse the repository at this point in the history
  51. Apply black

    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    795a5e6 View commit details
    Browse the repository at this point in the history
  52. try to fix black

    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d8eefb5 View commit details
    Browse the repository at this point in the history
  53. Apply black

    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ec863dc View commit details
    Browse the repository at this point in the history
  54. Merge branch 'nest-server-cleanup' of github.com:babsey/nest-simulato…

    …r into nest-server-cleanup
    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b7dce27 View commit details
    Browse the repository at this point in the history
  55. Fix import modules

    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    58b8b5e View commit details
    Browse the repository at this point in the history
  56. Move changes in v3.6

    babsey committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    feaefa3 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    99e0eba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86e7629 View commit details
    Browse the repository at this point in the history
  3. Run pre-commit

    babsey committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    803302e View commit details
    Browse the repository at this point in the history
  4. Fix error

    babsey committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    558907b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b404c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Apply suggestions from code review

    Change description to be more explicit
    terhorstd authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    d8bc5fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    357d2be View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from jessica-mitchell/nest-server-cleanup

    Move text to NEST Server guide and link from whats new
    babsey authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    18fa050 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec16326 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Remove hmac

    babsey committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    10b0991 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbda366 View commit details
    Browse the repository at this point in the history
  3. run isort

    terhorstd committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    5bf20c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Apply suggestions from code review

    Co-authored-by: Jochen Martin Eppler <[email protected]>
    babsey and jougs authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    4d23b0d View commit details
    Browse the repository at this point in the history
  2. Update doc/htmldoc/connect_nest/nest_server.rst

    Co-authored-by: Jochen Martin Eppler <[email protected]>
    terhorstd and jougs authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    429faaf View commit details
    Browse the repository at this point in the history
  3. Update doc/htmldoc/connect_nest/nest_server.rst

    Co-authored-by: Sebastian Spreizer <[email protected]>
    jougs and babsey authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    28c0da8 View commit details
    Browse the repository at this point in the history
  4. Update doc/htmldoc/connect_nest/nest_server.rst

    Co-authored-by: Sebastian Spreizer <[email protected]>
    jougs and babsey authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    9eab72f View commit details
    Browse the repository at this point in the history
  5. Update doc/htmldoc/connect_nest/nest_server.rst

    Co-authored-by: Sebastian Spreizer <[email protected]>
    jougs and babsey authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c6a9329 View commit details
    Browse the repository at this point in the history