Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
ea4d5eb
Local Development Sandbox, setup made easier
Lakshya-2440 Feb 25, 2026
bcdd182
fix(devcontainer): strip comments to fix JSON linting
Lakshya-2440 Feb 25, 2026
0292d53
ci: run smoke test on .env.sample changes
Lakshya-2440 Feb 25, 2026
f368b72
ci: fail the job if npm run doctor fails
Lakshya-2440 Feb 25, 2026
b4e8382
ci: quote SERVER_PID in bash scripts to prevent word splitting
Lakshya-2440 Feb 25, 2026
3e55b3f
fix(setup): escape sed special characters in generated secrets
Lakshya-2440 Feb 25, 2026
fc21cca
ci: commit scripts as executable and remove redundant chmod from work…
Lakshya-2440 Feb 25, 2026
06d31a8
ci: cache poetry instead of pip
Lakshya-2440 Feb 25, 2026
fc653b5
Apply PR review codebase fixes: devcontainer, doctor, setup, and dev …
Lakshya-2440 Feb 27, 2026
a56a553
Merge branch 'main' into feature/local-dev-sandbox
Lakshya-2440 Feb 27, 2026
f15df30
Merge branch 'main' into feature/local-dev-sandbox
Lakshya-2440 Mar 1, 2026
1aa5565
Merge branch 'main' into feature/local-dev-sandbox
Lakshya-2440 Mar 1, 2026
bb869b3
bug fixes
Lakshya-2440 Mar 1, 2026
dc95c66
fix(ci): run checks on all pull requests
Lakshya-2440 Mar 1, 2026
db19a15
chore: trigger CI again
Lakshya-2440 Mar 1, 2026
30e6643
chore: trigger CI via pr comment
Lakshya-2440 Mar 1, 2026
522d607
Fix trailing whitespace causing linting errors
Lakshya-2440 Mar 2, 2026
f424c50
Merge branch 'main' into feature/local-dev-sandbox
Lakshya-2440 Mar 3, 2026
1dbc6c7
Fix stderr piping in dev.sh
Lakshya-2440 Mar 10, 2026
afa962d
chore: consolidate local dev setup to a single scripts/dev.sh file
Lakshya-2440 Mar 10, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ backup.json
ansible/inventory.yml
education-website-*.json
*.sql
.venv/
Loading
Loading