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

[Tech] Injection des variables d'env au runtime #2715

Merged
merged 52 commits into from
Nov 23, 2023

Commits on Nov 21, 2023

  1. Add import-meta-env

    louptheron committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    4c6c5b8 View commit details
    Browse the repository at this point in the history
  2. Add missing RUN

    louptheron committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    2f4bbb3 View commit details
    Browse the repository at this point in the history
  3. Use node 18

    louptheron committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    395523f View commit details
    Browse the repository at this point in the history
  4. Use linux target packaging

    louptheron committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    8e8159a View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Try linux pkg target

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    60a1ee5 View commit details
    Browse the repository at this point in the history
  2. Try few debug logs

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    69759a1 View commit details
    Browse the repository at this point in the history
  3. Revert to alpine

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    121e618 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f5fa1a View commit details
    Browse the repository at this point in the history
  5. Fix stage name

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    c6313d8 View commit details
    Browse the repository at this point in the history
  6. Add logging

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    58b43bf View commit details
    Browse the repository at this point in the history
  7. Add logging

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    51a96c5 View commit details
    Browse the repository at this point in the history
  8. Add logging

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    c5cf342 View commit details
    Browse the repository at this point in the history
  9. Add logging

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    aff4c55 View commit details
    Browse the repository at this point in the history
  10. Add logging

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    9ab75dd View commit details
    Browse the repository at this point in the history
  11. Add logging

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    165aa5b View commit details
    Browse the repository at this point in the history
  12. Rework Dockerfile

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    0d5ef52 View commit details
    Browse the repository at this point in the history
  13. Rework Dockerfile

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    043c6a6 View commit details
    Browse the repository at this point in the history
  14. Rework Dockerfile

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    c285756 View commit details
    Browse the repository at this point in the history
  15. Rework Dockerfile

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    57f5b6f View commit details
    Browse the repository at this point in the history
  16. Rework Dockerfile

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    80e650d View commit details
    Browse the repository at this point in the history
  17. Rework Dockerfile

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    f9c1bdf View commit details
    Browse the repository at this point in the history
  18. Rework Dockerfile

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    68d9d5f View commit details
    Browse the repository at this point in the history
  19. Rework Dockerfile

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    4bce743 View commit details
    Browse the repository at this point in the history
  20. Rework Dockerfile

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    b0fc30e View commit details
    Browse the repository at this point in the history
  21. Rework Dockerfile

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    1fe795a View commit details
    Browse the repository at this point in the history
  22. Rework Dockerfile

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    8c57396 View commit details
    Browse the repository at this point in the history
  23. Rework Dockerfile

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    80cc1eb View commit details
    Browse the repository at this point in the history
  24. Add RUN debug

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    73c82bc View commit details
    Browse the repository at this point in the history
  25. Add local env

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    b779d1f View commit details
    Browse the repository at this point in the history
  26. Add local env

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    caa446c View commit details
    Browse the repository at this point in the history
  27. Fix path

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    94d839c View commit details
    Browse the repository at this point in the history
  28. Add chmod permission

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    fe6ccb9 View commit details
    Browse the repository at this point in the history
  29. Add chmod permission

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    f6c719c View commit details
    Browse the repository at this point in the history
  30. Remove unused env files

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    83ff344 View commit details
    Browse the repository at this point in the history
  31. Modify env.sh

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    791ef0c View commit details
    Browse the repository at this point in the history
  32. Fix monitorenv URL

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    e91f8df View commit details
    Browse the repository at this point in the history
  33. Delete unused files

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    dfa5211 View commit details
    Browse the repository at this point in the history
  34. Add RUN of env.sh

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    810b8a7 View commit details
    Browse the repository at this point in the history
  35. Add logging

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    959e794 View commit details
    Browse the repository at this point in the history
  36. Change pkg target

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    d14b6da View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    3212afd View commit details
    Browse the repository at this point in the history
  38. Change pkg target as linux

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    cb5c56d View commit details
    Browse the repository at this point in the history
  39. Debug

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    71d027a View commit details
    Browse the repository at this point in the history
  40. Fix paths

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    761e6fc View commit details
    Browse the repository at this point in the history
  41. Fix paths

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    4879253 View commit details
    Browse the repository at this point in the history
  42. Fix paths

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    8e91408 View commit details
    Browse the repository at this point in the history
  43. Fix paths

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    af9c3e2 View commit details
    Browse the repository at this point in the history
  44. Fix monitorenv URL

    louptheron committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    ee3e65b View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    99f5608 View commit details
    Browse the repository at this point in the history
  2. Add comments

    louptheron committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    c36a523 View commit details
    Browse the repository at this point in the history
  3. Add doc link

    louptheron committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    7d6c31c View commit details
    Browse the repository at this point in the history
  4. Remove empty line

    louptheron committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    27b56e0 View commit details
    Browse the repository at this point in the history