-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Labels
Description
General
- configure tags
- add tsconfig.base.json
- split out test selectors as lib (to share across app and test helpers)
- fix cyclic movies<->movies-user-flow
Angular Movies
- modern app bootstrap
- service worker refactoring
- clean dist
- Implement a better
onStablepatch (ATM it is a static timeout)
Ng Universal Express
- remove
axios - fix
dist/projects/movies/browser/dist/tmp/projects/movies/server/routes.txt/index.htmloutput forprerender - prerender already builds no need for movie build
- add tests to catch past prerender bugs
test: generate-routes jest #259 - Zoneless SSR
Firebase Cloud Function
- clean dist
- fix path for firebase function emulation
- update
firebase,firebase-toolsandfirebase-gh-actions - build over nx executor
- upload only files that are needed for deployment (
firebase.json#functions#ignore&firebase.json#functions#ignore) - prod and dev configs for build
- remove implizite dependency for universal app
- resolve action hack by fixing gh action
feat: remove custom script add only comments push-based/user-flow-gh-action#119 - add lint for no file access
- remove implizite deps
- separate static hosting and function hosting
- add affected deploy for firebase services
- put a custom
package.jsoninto dist to have it disconnected form the mainpackage.json. https://stackoverflow.com/questions/74944491/husky-prepare-script-failing-firebase-function-deployment
Cloudflare Worker
- use preview deployment in GH action
- use nx executor to build
- resolve action hack by fixing gh action
- clean dist before build
- deploy pages
- deploy worker
User-Flow Helper for Angular Movies
- use existing
tsconfig.jsonforts-node.register
Include existingtsconfig.jsonfiles to read content fromtest.uf.tspush-based/user-flow#247
Reactions are currently unavailable