-
Notifications
You must be signed in to change notification settings - Fork 0
Standardize on venv/ for Python virtual environments
#75
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
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
a3ecca4
Initial plan
Copilot e7b4a3f
Add .venv/** to Codacy exclude_paths to prevent slow local analysis
Copilot 57c3887
Initial plan
Copilot 4f826e4
Remove .venv support and add strong venv naming recommendations
Copilot 4a1e9b4
Merge pull request #58 from tim-dickey/copilot/sub-pr-57
tim-dickey a6ee0ca
Update docs/CI_CD.md to reflect PR intent and overwrite notice
Copilot e3175a4
Improve wording based on PR review feedback
Copilot 773bc8c
Merge base branch, keeping our changes to supersede .venv support
Copilot b8dfd5b
Merge pull request #59 from tim-dickey/copilot/sub-pr-57-again
tim-dickey cfef16b
Updated backend dependencies and add development tools
tim-dickey 03cb2b1
Merge branch 'main' into fix/test-unicode-encoding
tim-dickey ccecae1
Update the codacy instructions and the issue creation
tim-dickey e55294e
Initial plan
Copilot 5568561
Address PR review feedback: fix env var, priority names, and whitespace
Copilot b1f72bf
Improve tracking file with clear note about missing P0-3 issue
Copilot fdac3c5
Handle empty/whitespace GITHUB_REPOSITORY env var
Copilot f1ae289
Merge pull request #79 from tim-dickey/copilot/sub-pr-75
tim-dickey 9042e8e
Update docs/CI_CD.md
tim-dickey 4a9d5f6
Update scripts/run-issue-creation.ps1
tim-dickey 2a515da
Initial plan
Copilot a31a7cd
Merge main branch to resolve conflicts in requirements.txt
Copilot b343274
Fix security vulnerabilities: upgrade cryptography to 46.0.5 and axio…
Copilot d9fce55
Update docs/CI_CD.md
tim-dickey 3cf9cc4
Resolve merge conflicts and patch critical security vulnerabilities
Copilot 76046b1
Address PR review feedback: update docs, remove unused Codacy tools, …
Copilot 7cdb6d8
Remove Codacy generated files and add them to .gitignore
Copilot b5ac2bb
Remove unused Codacy runtimes and tools for faster analysis
Copilot c522536
Merge branch 'fix/test-unicode-encoding' into copilot/sub-pr-75-again
tim-dickey 903eb9a
Merge pull request #80 from tim-dickey/copilot/sub-pr-75-again
tim-dickey 0c1e842
Initial plan
Copilot e729ffe
Merge pull request #81 from tim-dickey/copilot/sub-pr-75-another-one
tim-dickey 5617274
Enhance issue creation script to dynamically determine repository name
tim-dickey 99197a3
Initial plan
Copilot 4b97f41
Resolve merge conflicts with main branch
Copilot 53d7c06
Merge branch 'fix/test-unicode-encoding' into copilot/sub-pr-75-yet-a…
Copilot 2c8be4d
Fix trailing whitespace in requirements.txt
Copilot 78df6f2
Merge pull request #83 from tim-dickey/copilot/sub-pr-75-yet-again
tim-dickey File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,8 @@ | ||
| runtimes: | ||
| - node@20.0.0 | ||
| - node@22.2.0 | ||
| - python@3.11.11 | ||
| tools: | ||
| - eslint@8.57.0 | ||
| - pylint@3.3.6 | ||
| - semgrep@1.78.0 | ||
| - trivy@0.66.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| *.sh text eol=lf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
_bmad-output/implementation-artifacts/code-review-issues-tracking.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| # Code Review Issues Tracking | ||
|
|
||
| Generated: 2026-02-07 16:51:44 | ||
| Source: Code Review 2026-02-02 | ||
|
|
||
| ## Created Issues | ||
|
|
||
| **Note**: P0-3 (Implement WebSocket Infrastructure for Real-Time Features) from the source JSON was not created as a GitHub issue during the initial creation run. This may have been intentional or an oversight during the creation process. | ||
|
|
||
| ### P0 (Critical) | ||
|
|
||
| - [ ] #61 - [P0] Consolidate CI/CD Workflows to Eliminate Duplicate Test Runs | ||
| - [ ] #62 - [P0] Implement Organization Scoping Middleware for Multi-Tenancy | ||
| - [ ] #63 - [P0] Fix Test Database Configuration (PostgreSQL in CI) | ||
| - [ ] #64 - [P0] Document Required GitHub Secrets for CI/CD | ||
|
|
||
| ### P1 (High) | ||
|
|
||
| - [ ] #65 - [P1] Update Outdated Dependencies with Security Patches | ||
| - [ ] #66 - [P1] Add Frontend CI Workflow for Quality Validation | ||
| - [ ] #67 - [P1] Expand CodeQL Security Analysis to Python and TypeScript | ||
| - [ ] #68 - [P1] Add Application Services to Docker Compose | ||
| - [ ] #69 - [P1] Add Security Headers Middleware | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The P0 list appears incomplete for the referenced source review:
code-review-issues-p0.jsondefines 5 P0 issues (including P0-3: WebSocket infrastructure), but only 4 are tracked here. If this file is generated, consider regenerating after creation (or annotate that some issues were intentionally skipped).