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

Conversation

afred
Copy link
Contributor

@afred afred commented Nov 1, 2023

VSCode

Adds config to run locally without docker in a VSCode context:

  • Run dev server
  • Run production server
  • Run Migrations
  • Run Tests

Running the app locally without docker allows better debugging and avoiding docker-related issues.

Tests

Uses pytest to run unittest tests.

Closes #84.

Running the app locally without docker allows better debugging and avoiding docker-related issues.

Closes #84.
@afred afred marked this pull request as draft November 1, 2023 16:59
* 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.
It was just a dummy password, but trying to avoid triggering a GitGuardian
alert. Will install ggshield pre-commit hook in upcoming PR.
@afred afred marked this pull request as ready for review November 2, 2023 15:43
@afred afred requested a review from mrharpo November 2, 2023 15:43
@mrharpo mrharpo added this to the v0.4.0 Zombie 🧟 milestone Nov 2, 2023
@mrharpo mrharpo added enhancement ➕ New feature or request maintenance 🔧 Updates and upgrades labels Nov 2, 2023
Copy link
Contributor

@mrharpo mrharpo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@mrharpo mrharpo changed the title Adds config to run locally without docker in a VSCode context 🕸 VSCode Debugging Nov 2, 2023
@mrharpo mrharpo changed the title 🕸 VSCode Debugging 🕸 VSCode Debugger Nov 2, 2023
Copy link
Contributor Author

@afred afred left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 thanks!

* main:
  🎬 Workflow Actions (#76)
@mrharpo mrharpo deleted the run-without-docker branch November 3, 2023 21:27
mrharpo added a commit that referenced this pull request Nov 3, 2023
* main:
  🕸 VSCode Debugger (#85)
mrharpo added a commit that referenced this pull request Nov 3, 2023
* black:
  🕸 VSCode Debugger (#85)
@mrharpo mrharpo mentioned this pull request Nov 3, 2023
mrharpo added a commit that referenced this pull request Nov 3, 2023
* lint:
  🕸 VSCode Debugger (#85)
mrharpo added a commit that referenced this pull request Nov 6, 2023
* main:
  ⬛ Black (#93)
  🕸 VSCode Debugger (#85)
  🎬 Workflow Actions (#76)
mrharpo added a commit that referenced this pull request Nov 6, 2023
* main:
  ⬛ Black (#93)
  🕸 VSCode Debugger (#85)
  🎬 Workflow Actions (#76)
mrharpo added a commit that referenced this pull request Nov 14, 2023
* main:
  👊 Version bump v0.4.0
  🐩 Upgrade Wagtail (#98)
  🔄 Sync labels
  🏷 Labels (#100)
  🛡 GGShield (#96)
  💻 CLI (#83)
  🧫 Pytest (#97)
  👖 Lint (#94)
  ⬛ Black (#93)
  🕸 VSCode Debugger (#85)
  🎬 Workflow Actions (#76)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ➕ New feature or request maintenance 🔧 Updates and upgrades
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Add configuration to run locally without docker
2 participants