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

8 Коммитов

Автор SHA1 Сообщение Дата
Katrina Anderson ef1f5906d9
chore(functional-tests): update package and settings to allow for use of playwright vscode extension 2024-02-07 21:37:46 -05:00
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
Danny Coates 60ca05cb81
chore(deps): update typescript to 4.5.2
* refactor(ts): use builtin Awaited type

* maybe make tests more stable
2021-11-18 23:25:28 -08:00
Bianca Danforth 5e34e991f3
fix: Use relative imports within the same package.
Because:

* The prod package build works different from stage in terms of yarn workspaces and namespaces.

This commit:

* Prevents VSCode from automatically using absolute imports in this situation.
2021-04-13 12:21:54 -05:00
Ben Bangert 2adce3f77d
fix(event-broker): include lbheartbeat and dev check
Because:

* Development mode is used on a deployed stack that doesn't use a
  local SQS testing instance.
* lbheartbeat was missing from the health routes.

This commit:

* Checks that the SQS URL includes localhost before turning on the
  local SQS dev mode flags.
* Includes a lbheartbeat route.
2020-09-10 21:05:02 -07:00
Danny Coates 81575019a9
refactor(packages): use workspace references 2020-05-21 10:57:21 -07:00
Ben Bangert 21bccd703a
feat(auth-server): direct stripe API usage
Because:

* Sub Plat Architecture 2.0 has FxA using Stripe direcly.
* Remaining Arch 2.0 issues all require the same base API functionality
  created here.

This commit:

* Implements direct Stripe API calls for the subscription routes.
* Skips the unfinished tests for the direct integration as the other
  issues are blocked and unblocking them is a priority.

Issue #3809

Co-authored-by: Jackie Munroe <jackiemunroe@users.noreply.github.com>
Co-authored-by: Les Orchard <lorchard@mozilla.com>
2020-01-15 16:26:46 -08:00
Ben Bangert cc8f2d897d
feat: add vscode settings and extensions, update docs for docker-ce
Update docs to reflect usage of docker-ce vs. outdated docker.io.

Closes #1072.
2019-07-04 08:47:34 -07:00