Commit Graph

14 Commits

Author SHA1 Message Date
gnezim 5847e5273a chore: add pi crew agent setup 2026-04-29 20:52:45 +03:00
gnezim 06ab9b6ea3 chore: add .last-run.json to .gitignore
ci-deploy / build-deploy-test (push) Successful in 1m12s
- Add test-results/.last-run.json to .gitignore
- Remove from git tracking
- Update Makefile dev target port (8080, not 8081)
- Add debug logging to dev-server.mjs API proxy
2026-04-29 20:34:59 +03:00
gnezim 3782ac7ed9 Remove accidentally-committed playwright-report/ + ignore it
ci-deploy / build-deploy-test (push) Failing after 1m49s
2026-04-27 21:14:30 +03:00
gnezim 0b82f29042 gitignore: drop snap-*.yml parity artifacts 2026-04-25 02:18:59 +03:00
gnezim 922220745a gitignore: add .worktrees/ for isolated dev workspaces 2026-04-25 01:55:03 +03:00
gnezim ce57c982da gitignore: exclude .claude/ and .dev.pid scratch files 2026-04-20 12:17:48 +03:00
gnezim 0b3eb08c84 Add comparison pipeline scripts and ignore generated output 2026-04-16 17:47:38 +03:00
gnezim 70b8f04cb3 Add screenshot-diffs/ to gitignore 2026-04-16 09:03:46 +03:00
gnezim 375bcfb0fa Add e2e test suite from flights-front with Angular API mocks
Copies Playwright e2e tests (58 specs, 300+ tests) designed for cross-app
testing. Adapts API mocks to match real Aeroflot dictionary format (title
objects with multilingual keys), adds board/schedule/days endpoint mocks,
and provides Angular-specific Playwright config on port 4203.
2026-04-15 23:07:44 +03:00
gnezim de660938ba Remove stray e2e-angular tests and add to gitignore
CI / ci (push) Failing after 37s
Deploy / build-and-deploy (push) Failing after 6s
2026-04-15 23:05:01 +03:00
gnezim 5d512e146e Add image/font assets from Angular and fix CSS url() resolution
CI / ci (push) Failing after 37s
Deploy / build-and-deploy (push) Failing after 6s
- Copy 134 image files and 28 font files from ClientApp/src/assets/
  to public/assets/ for browser-side serving
- Set tools.cssLoader.url=false in modern.config.ts so the CSS loader
  leaves url() references as-is instead of trying to resolve them as
  webpack modules
- Add .playwright-mcp/, coverage/, and screenshot artifacts to .gitignore
2026-04-15 19:01:56 +03:00
gnezim 9cbc28074b Add Module Federation build artifacts to .gitignore
Ignore @mf-types.zip, @mf-types/ directory, and .mf/ cache directory
that are generated during MF builds.
2026-04-15 10:56:55 +03:00
gnezim 7c99ab069d Tighten Node engine pin, bump pnpm, add pnpm hygiene to gitignore
Align engines.node with the .nvmrc 24.2.0 pin so npm/pnpm warn on
mismatched local toolchains, move packageManager to the current
pnpm 9.15.3 patch, and ignore pnpm's local store and debug log so
stray artefacts never get committed.
2026-04-14 21:52:29 +03:00
gnezim 2342f2e66e Initial commit: Aeroflot Flights Web Angular 12 application 2026-04-03 10:10:52 +03:00