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

Enable initial dockerized deployment #7

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Jun 12, 2024

  1. feat: add initial node 10 builder env and minor docs for it

    * find least viable build environment
    * add docker-based builder
    ChristianUlbrich committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    7dfaf0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1148af7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c46c64f View commit details
    Browse the repository at this point in the history
  4. feat: expose secrets to environment and make it run locally easily by…

    … adding adapters for db and session store
    
    * introduce db adapters
      * refactor existing cosmosdb stuff into one
      * add a verrrrry simple memory-based one
    * introduce session-store adapters
      * refactor existing cosmosdb stuff into one
    * shift around secrets and reduce coupling
    * TCQ_CDB_SECRET is not needed anymore, because if missing defaults to in-memory-stuff
    ChristianUlbrich committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    0639fd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    508f233 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b8bb85 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a2c695 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    87b562c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a742923 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    6394ddb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c374833 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8887bce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d83f276 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1907b67 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3367360 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    887b07f View commit details
    Browse the repository at this point in the history