Skip to content

Merge main, resolve conflicts, and fix content path references#190

Draft
Copilot wants to merge 5 commits intosimplify-client-appfrom
copilot/sub-pr-179
Draft

Merge main, resolve conflicts, and fix content path references#190
Copilot wants to merge 5 commits intosimplify-client-appfrom
copilot/sub-pr-179

Conversation

Copy link
Contributor

Copilot AI commented Mar 9, 2026

PR #179 was in a dirty merge state against main. This merges main in, resolves conflicts, and updates all content paths to match the app/ directory restructure.

Conflict resolution

  • .gitignore: kept app/client/ and app/server/ paths; added .azure from main
  • README.md: updated to three workshops (added GitHub Actions link); kept updated tech stack description (Tailwind, no Svelte)

Content from main pulled in

  • Full content/github-actions/ workshop (11 files)
  • content/shared-images/ shared screenshot assets (moved from content/1-hour/images/)
  • next-steps.md

Path reference fixes (/clientapp/client, /serverapp/server)

  • content/1-hour/0-setup.mdscripts/start-app.shapp/scripts/start-app.sh
  • content/1-hour/1-add-endpoint.md — inline text and restart note
  • content/full-day/3-codespaces.mdpostStartCommand script path
  • content/github-actions/3-running-tests.md, 4-caching.md, 5-matrix-strategies.md, 7-custom-actions.md, 9-required-workflows.mdworking-directory, pip install -r, and cache-dependency-path references

Grammar fix

  • content/full-day/README.md: "The application for the workshop uses is built" → "The application used for the workshop is built"

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: GeekTrainer <6109729+GeekTrainer@users.noreply.github.com>
Copilot AI changed the title [WIP] Simplify client by removing Svelte and using pure Astro Merge main, resolve conflicts, and fix content path references Mar 9, 2026
GeekTrainer and others added 3 commits March 9, 2026 16:42
- Revert content/github-actions/2-code-scanning.md to main (remove UI text changes)
- Remove orphaned content/shared-images/setup-secret-protection.png
- Remove .dev/ sandbox tooling (not needed for this PR)
- Remove root PLAN.md planning artifact

Path updates in actions content (server/ → app/server/, client/ → app/client/)
are unchanged as they were already correct.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Code:
- seed_database.py now respects DATABASE_PATH env var (matches app.py pattern)

Factual fixes:
- Fix reusable workflow nesting limit: 10 → 4 levels (8-reusable-workflows.md)
- Add cache: 'pip' to composite action setup-python step (7-custom-actions.md)
- Clarify secrets vs variables distinction in reusable workflows example

Content cleanup:
- Fix Ctl → Ctrl typo across 8 files
- Fix 'Then caller' → 'The caller' typo (8-reusable-workflows.md)
- Fix URL path: using-workflows → writing-workflows (5-matrix-strategies.md)
- Fix misleading [marketplace] link label → [caching] in README
- Rewrite 4-caching.md intro to lead with caching, not marketplace
- Clarify 'code scanning workflow' next step (9-required-workflows.md)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1-hour fixes:
- Fix ## HERE line number: 69 → 80 (1-add-endpoint.md)
- Fix WS → WSL abbreviation (README.md)
- Fix 'prior set' → 'prior step' (0-setup.md)
- Fix 'one of models' → 'one of the models' (5-bonus.md)
- Fix test command: remove 'as you did previously', add working dir (4-add-feature.md)
- Fix absolute link paths to relative (1-add-endpoint.md)
- Fix Ctl → Ctrl (1-add-endpoint.md)

Full-day fixes:
- Fix if __name__ line number: 71 → 82, fix code indent (6-code.md)
- Fix 'Mongo DB' → 'SQLite' (3-codespaces.md)
- Fix 3 corrupted URLs (5-context.md)
- Fix XCode link syntax: parentheses → brackets (5-context.md)
- Fix wrong issue title/PR name to match exercise 2 (7-github-flow.md)
- Fix 'front-end tests' → 'server unit tests' (7-github-flow.md)
- Fix 'virtual server' → 'virtual environment' (6-code.md)
- Fix cd server → cd app/server (6-code.md)
- Fix Explorer path: 'server' → 'app > server' (4-testing.md)
- Fix test_file.py → test_app.py (5-context.md)
- Fix 'previously talked about extensions' (8-deployment.md)
- Fix Ctl → Ctrl across 6 files
- Update actions/checkout@v3 → v4, setup-python@v4 → v5 (4-testing.md)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants