Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
dschom d96797ae6a
task(CI): Improve nx caching for CI pipelines
Because:
- Not all CI operations where taking advantage of NX caches

This Commit:
- Adjusts nx.json config to ensure correct caching behavior
- Adjusts nx.json config to ensure proper target chains. ie build is dependent on pre-build
- Uses nx to directly run integration tests
- Uses nx to directly run unit tests
- Phases out dependency on generated .list files
- Ensures 'start up' for services for functional tests is done with nx and uses nx caches.
- Creates nx tags to facilitate test commands
- Fixes linter errors encountered
- Updates docker images to nx for builds
- Updates nx ignore files
2023-08-29 11:19:54 -07:00
Dan Schomburg 397c590681
feat(auth) - Phaseout mjml auth server (#11482)
* chore(auth) - Phaseout mjml auth server

Because:
- A separate server was required to render templates needed for storybook.

This Commit:
- Creates some bindings to abstract away process context used by FluentLocalizer.
- These bindings support running in either a nodejs process or in the browser.

Fixes: #10218

* Improve ejs install

* Put mjml-browser helper under test

* Update documentation around static storybook build.

* PR feedback

* Try relative path

* Relative paths

* Switch to curl

* PR Feedback
2022-01-04 13:12:59 -08:00