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

🕸 VSCode Debugger #85

Merged
merged 10 commits into from
Nov 3, 2023
Merged

🕸 VSCode Debugger #85

merged 10 commits into from
Nov 3, 2023

Commits on Nov 1, 2023

  1. Adds config to run locally without docker in a VSCode context

    Running the app locally without docker allows better debugging and avoiding docker-related issues.
    
    Closes #84.
    afred committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    7569204 View commit details
    Browse the repository at this point in the history
  2. Adds .env.example

    afred committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    26a77ee View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Adds gunicorn and python-dotenv dependencies

    * Adds gunicorn as a dependency as well as a VSCode launch config for running it locally
      in cases where we want to run local tests with a more production-like performance load.
    * Removes unused import.
    afred committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    8eeea36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af5f944 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db5a30a View commit details
    Browse the repository at this point in the history
  4. Remove password from .env.example

    It was just a dummy password, but trying to avoid triggering a GitGuardian
    alert. Will install ggshield pre-commit hook in upcoming PR.
    afred committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    3087793 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7cef36f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7169e3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c6d104d View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Merge branch 'main' into run-without-docker

    * main:
      🎬 Workflow Actions (#76)
    mrharpo committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    43d1dda View commit details
    Browse the repository at this point in the history