Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E readme #355

Merged
merged 129 commits into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
129 commits
Select commit Hold shift + click to select a range
581351c
begin common modules - errors
seantokuzo Dec 12, 2023
78a2b9f
Updates to common package
seantokuzo Dec 12, 2023
e464f2e
Updates to common package
seantokuzo Dec 12, 2023
636e550
version 1.0.0
seantokuzo Dec 12, 2023
436643a
boilerplate auth
seantokuzo Dec 12, 2023
a205241
Updates to common package
seantokuzo Dec 12, 2023
5bf2498
auth boilerplate
seantokuzo Dec 12, 2023
a606c49
common modules update
seantokuzo Dec 12, 2023
502365e
common module update
seantokuzo Dec 12, 2023
697fd64
user model created
seantokuzo Dec 13, 2023
d686a12
signup login logout with tests done
seantokuzo Dec 14, 2023
ac9e771
move util folder into src directory
seantokuzo Dec 14, 2023
36b32eb
add cookie parser and prep for events
seantokuzo Dec 14, 2023
bd0fe25
Updates to common package
seantokuzo Dec 14, 2023
6a39925
Updates to common package
seantokuzo Dec 14, 2023
83b5507
common package updates
seantokuzo Dec 14, 2023
a3d4c83
getCurrentUser route boilerplate and tests complete
seantokuzo Dec 14, 2023
66e2379
current user route created and tested
seantokuzo Dec 14, 2023
a266862
add basic event bus and handle USER_CREATED
seantokuzo Dec 15, 2023
cd91a19
event-bus hashed out
seantokuzo Dec 15, 2023
30d3b79
created inventory branch
ZhongyanLiang Dec 16, 2023
8ef118d
Merge pull request #1 from oslabs-beta/microservice
ZhongyanLiang Dec 16, 2023
44e48f4
Merge branch 'microservice' of https://github.com/oslabs-beta/Chronos…
ZhongyanLiang Dec 16, 2023
48d013b
add sample.env file to auth
seantokuzo Dec 16, 2023
2fb17d7
boiler plate setup
kchandler44 Dec 16, 2023
35deecf
inventory update
ZhongyanLiang Dec 16, 2023
12621f3
created schema and started on setup test
kchandler44 Dec 18, 2023
0659b05
createItem created
kchandler44 Dec 19, 2023
17ca42e
test debug
seantokuzo Dec 19, 2023
06f9d7d
update event bus to emit events to all services
seantokuzo Dec 19, 2023
c8e203e
Merge pull request #2 from oslabs-beta/event-bus
seantokuzo Dec 19, 2023
5255569
Merge branch 'microservice' into item-service-sean
seantokuzo Dec 19, 2023
4b11452
add log for incoming events
seantokuzo Dec 19, 2023
0b9ad64
await event emitters
seantokuzo Dec 19, 2023
07981ce
Merge pull request #3 from oslabs-beta/event-bus
seantokuzo Dec 19, 2023
03c9c3f
Merge branch 'microservice' into item-service-sean
seantokuzo Dec 19, 2023
51e1fed
test needing auth failing
seantokuzo Dec 19, 2023
1637697
inventory done
ZhongyanLiang Dec 19, 2023
c73e3a8
Merge pull request #4 from oslabs-beta/inventory
seantokuzo Dec 19, 2023
66359ac
Merge branch 'microservice' into item-service-sean
seantokuzo Dec 19, 2023
5dd2319
orders structure
ZhongyanLiang Dec 20, 2023
02391b4
added context and pages 12/19
mckenzie-morris Dec 20, 2023
c90f46f
wrap axios call in try/catch
seantokuzo Dec 20, 2023
dcab1d1
orders
ZhongyanLiang Dec 20, 2023
5fc2275
remove unused import
seantokuzo Dec 20, 2023
1043050
Merge pull request #5 from oslabs-beta/auth
seantokuzo Dec 20, 2023
5f04fb3
Merge branch 'microservice' into item-service-sean
seantokuzo Dec 20, 2023
530e985
fixed global.login - test setup file
seantokuzo Dec 20, 2023
b82b66e
Merge branch 'client' of https://github.com/oslabs-beta/Chronos into …
seantokuzo Dec 20, 2023
9cf8266
login page
seantokuzo Dec 20, 2023
27cfbc8
Merge pull request #6 from oslabs-beta/client
seantokuzo Dec 20, 2023
dc15e36
add cors
seantokuzo Dec 20, 2023
b028779
Merge pull request #7 from oslabs-beta/auth
seantokuzo Dec 20, 2023
dfbd4b3
incorporate customFetch - get current user
seantokuzo Dec 20, 2023
7ff38bc
Merge pull request #8 from oslabs-beta/client
seantokuzo Dec 20, 2023
0f5e233
Merge pull request #9 from oslabs-beta/item-service
seantokuzo Dec 20, 2023
cc2c09b
items
kchandler44 Dec 20, 2023
8bd1631
Co-authored-by: seantokuzo <seantokuzo@users.noreply.github.com>
kchandler44 Dec 20, 2023
762bfac
deleteItem started
kchandler44 Dec 20, 2023
6e062ed
fix double res.send in get current user route
seantokuzo Dec 20, 2023
38497b0
Merge pull request #10 from oslabs-beta/auth
seantokuzo Dec 20, 2023
f3fd917
Updates to common package
seantokuzo Dec 20, 2023
337b20f
update common package in each service
seantokuzo Dec 20, 2023
e0b5b9f
Merge pull request #11 from oslabs-beta/common
seantokuzo Dec 20, 2023
0e21b52
deleteItem tests created
kchandler44 Dec 20, 2023
2a2b614
common pkg update in each service
seantokuzo Dec 20, 2023
095e6ea
Merge pull request #12 from oslabs-beta/common
seantokuzo Dec 20, 2023
89173f1
Updates to common package
seantokuzo Dec 20, 2023
f58d5b0
Updates to common package
seantokuzo Dec 20, 2023
ef6b68e
update common package
seantokuzo Dec 20, 2023
e4d1cda
Merge pull request #13 from oslabs-beta/common
seantokuzo Dec 20, 2023
6d3ea9b
#
kchandler44 Dec 20, 2023
9588cc5
orders update
ZhongyanLiang Dec 20, 2023
04719c5
merged with common
kchandler44 Dec 20, 2023
777c83a
Merge branch 'microservice' of https://github.com/oslabs-beta/Chronos…
ZhongyanLiang Dec 20, 2023
e650159
update user_created event to enforce payload type
seantokuzo Dec 20, 2023
455c21e
Merge pull request #14 from oslabs-beta/auth
seantokuzo Dec 20, 2023
409ff8f
inventory
ZhongyanLiang Dec 21, 2023
13e6268
Merge pull request #15 from oslabs-beta/inventory
seantokuzo Dec 21, 2023
ee7ae31
items broken
kchandler44 Dec 21, 2023
bc6f026
Merge pull request #16 from oslabs-beta/item-service
seantokuzo Dec 21, 2023
000e18d
Merge pull request #17 from oslabs-beta/orders
seantokuzo Dec 21, 2023
34e10fd
client is clienting
seantokuzo Dec 21, 2023
436387e
Merge pull request #18 from oslabs-beta/client
seantokuzo Dec 21, 2023
a6c3a78
push orders now
ZhongyanLiang Dec 21, 2023
16095fe
orders 8:59
ZhongyanLiang Dec 21, 2023
71e7a4a
simplified items
kchandler44 Dec 21, 2023
a218d70
Merge pull request #19 from oslabs-beta/item-service
seantokuzo Dec 21, 2023
3dc95f6
simplified test user login - home page revamp
seantokuzo Dec 21, 2023
bce28f0
Merge branch 'microservice' of https://github.com/oslabs-beta/Chronos…
seantokuzo Dec 21, 2023
0f0e285
inventory simplified
ZhongyanLiang Dec 21, 2023
d8b7622
implementing createItem functionality
seantokuzo Dec 21, 2023
2bca0d4
Merge pull request #20 from oslabs-beta/inventory
seantokuzo Dec 21, 2023
c7e8e71
Merge pull request #21 from oslabs-beta/client
seantokuzo Dec 21, 2023
ab3da18
add cors and clean DB on startup
seantokuzo Dec 21, 2023
c4e574d
add cors - clean DB on startup - itemName unique
seantokuzo Dec 21, 2023
155d17e
create item form created
seantokuzo Dec 21, 2023
3898cf8
orders
ZhongyanLiang Dec 21, 2023
37c03e7
orders updated
ZhongyanLiang Dec 21, 2023
6c6bbe0
order last push
ZhongyanLiang Dec 21, 2023
8a5c7b6
Merge branch 'microservice' into orders
ZhongyanLiang Dec 21, 2023
cf92032
Merge pull request #22 from oslabs-beta/orders
ZhongyanLiang Dec 21, 2023
5a431fd
services hooked - chronos configured but not working
seantokuzo Dec 21, 2023
f6dd1eb
Merge pull request #23 from oslabs-beta/hook-it-up
seantokuzo Dec 21, 2023
c948434
update loading component styling
seantokuzo Dec 21, 2023
2597a0a
new orders
ZhongyanLiang Dec 22, 2023
a076e8d
added service name when connected to each PORT
ZhongyanLiang Dec 22, 2023
9cde904
Merge pull request #24 from oslabs-beta/orders
seantokuzo Dec 22, 2023
057a05d
added chronosconfig
ZhongyanLiang Dec 22, 2023
ad4095a
Merge pull request #25 from oslabs-beta/orders
seantokuzo Dec 23, 2023
4203228
add dotenv and chronos config to event-bus
seantokuzo Dec 23, 2023
71e5918
Merge pull request #26 from oslabs-beta/chronos-integration
seantokuzo Dec 23, 2023
e97297a
begin debug
seantokuzo Jan 4, 2024
193ce54
add tracking middleware to all services
seantokuzo Jan 4, 2024
717af05
Merge pull request #27 from oslabs-beta/ms-ex-debug
seantokuzo Jan 4, 2024
7d5c1d6
preparing app for launch
seantokuzo Jan 8, 2024
c087e5c
add sample.env file for microservices example
seantokuzo Jan 8, 2024
e748f8e
microservice example functioning - small cleanup needed
seantokuzo Jan 9, 2024
0fe11d1
begin readme
seantokuzo Jan 9, 2024
eb7c20e
outline for microservice app readme
seantokuzo Jan 9, 2024
0ec3a12
microservice example readme done
seantokuzo Jan 10, 2024
663d188
finalizing ms example app
seantokuzo Jan 10, 2024
9fa2d45
ms example complete
seantokuzo Jan 10, 2024
1bc6b4e
reenable chronos tracking
seantokuzo Jan 10, 2024
cbdafd5
Merge pull request #28 from oslabs-beta/ms-ex-cleanup
seantokuzo Jan 10, 2024
4012506
npm package readme completed
ekh88 Jan 10, 2024
bbac43b
microservices merged with E-readme
ekh88 Jan 10, 2024
3e5aee0
updated readme in npm package
ZhongyanLiang Jan 10, 2024
0864309
npm package really done this time
ZhongyanLiang Jan 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .nyc_output/0229daa2-f593-4686-90df-a8a6518601d8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions .nyc_output/03ee4578-80a9-4a81-b467-0d80001d342c.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions .nyc_output/1608e792-fdb0-45ea-9829-6400829d123d.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions .nyc_output/1fd31a76-cb41-4e6a-a766-bf6049b6b6f3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions .nyc_output/216adaf0-a21c-4893-b2ca-fa40e3bd9fde.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions .nyc_output/5944b8b9-90e7-4021-ae85-14b6967c2e89.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions .nyc_output/71ff9111-e7a5-4a40-851e-2534c87255db.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions .nyc_output/7e7d4c6e-f5db-4d50-8a95-5ba6e900860c.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions .nyc_output/916c1420-b609-4dce-bed2-14725a7d252a.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions .nyc_output/a7632c4a-b227-4d72-a900-c4de463c44ed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions .nyc_output/ab05dfcf-c0e6-4621-9630-53b081db067c.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions .nyc_output/c16bf4d6-2370-4ee3-bbb4-ae0945c44d60.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions .nyc_output/cd04f9d6-379b-453d-aaa6-7f217fa7ab35.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions .nyc_output/e3781ebf-4b63-4b97-b92f-03c6c2618830.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions .nyc_output/f2685db6-67ae-41c0-b167-6a6573a60fea.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","pid":67078,"argv":["/Users/kellychandler/.nvm/versions/node/v18.18.0/bin/node","/Users/kellychandler/git/Chronos/node_modules/jest-worker/build/workers/processChild.js"],"execArgv":[],"cwd":"/Users/kellychandler/git/Chronos","time":1703003763677,"ppid":67053,"coverageFilename":"/Users/kellychandler/git/Chronos/.nyc_output/0229daa2-f593-4686-90df-a8a6518601d8.json","externalId":"","uuid":"0229daa2-f593-4686-90df-a8a6518601d8","files":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","pid":67081,"argv":["/Users/kellychandler/.nvm/versions/node/v18.18.0/bin/node","/Users/kellychandler/git/Chronos/node_modules/jest-worker/build/workers/processChild.js"],"execArgv":[],"cwd":"/Users/kellychandler/git/Chronos","time":1703003763678,"ppid":67053,"coverageFilename":"/Users/kellychandler/git/Chronos/.nyc_output/03ee4578-80a9-4a81-b467-0d80001d342c.json","externalId":"","uuid":"03ee4578-80a9-4a81-b467-0d80001d342c","files":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","pid":67091,"argv":["/Users/kellychandler/.nvm/versions/node/v18.18.0/bin/node","/Users/kellychandler/git/Chronos/node_modules/jest-worker/build/workers/processChild.js"],"execArgv":[],"cwd":"/Users/kellychandler/git/Chronos","time":1703003763957,"ppid":67053,"coverageFilename":"/Users/kellychandler/git/Chronos/.nyc_output/1608e792-fdb0-45ea-9829-6400829d123d.json","externalId":"","uuid":"1608e792-fdb0-45ea-9829-6400829d123d","files":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","pid":67090,"argv":["/Users/kellychandler/.nvm/versions/node/v18.18.0/bin/node","/Users/kellychandler/git/Chronos/node_modules/jest-worker/build/workers/processChild.js"],"execArgv":[],"cwd":"/Users/kellychandler/git/Chronos","time":1703003763936,"ppid":67053,"coverageFilename":"/Users/kellychandler/git/Chronos/.nyc_output/1fd31a76-cb41-4e6a-a766-bf6049b6b6f3.json","externalId":"","uuid":"1fd31a76-cb41-4e6a-a766-bf6049b6b6f3","files":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","pid":67082,"argv":["/Users/kellychandler/.nvm/versions/node/v18.18.0/bin/node","/Users/kellychandler/git/Chronos/node_modules/jest-worker/build/workers/processChild.js"],"execArgv":[],"cwd":"/Users/kellychandler/git/Chronos","time":1703003763693,"ppid":67053,"coverageFilename":"/Users/kellychandler/git/Chronos/.nyc_output/216adaf0-a21c-4893-b2ca-fa40e3bd9fde.json","externalId":"","uuid":"216adaf0-a21c-4893-b2ca-fa40e3bd9fde","files":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","pid":67092,"argv":["/Users/kellychandler/.nvm/versions/node/v18.18.0/bin/node","/Users/kellychandler/git/Chronos/node_modules/jest-worker/build/workers/processChild.js"],"execArgv":[],"cwd":"/Users/kellychandler/git/Chronos","time":1703003763941,"ppid":67053,"coverageFilename":"/Users/kellychandler/git/Chronos/.nyc_output/5944b8b9-90e7-4021-ae85-14b6967c2e89.json","externalId":"","uuid":"5944b8b9-90e7-4021-ae85-14b6967c2e89","files":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","pid":67083,"argv":["/Users/kellychandler/.nvm/versions/node/v18.18.0/bin/node","/Users/kellychandler/git/Chronos/node_modules/jest-worker/build/workers/processChild.js"],"execArgv":[],"cwd":"/Users/kellychandler/git/Chronos","time":1703003763670,"ppid":67053,"coverageFilename":"/Users/kellychandler/git/Chronos/.nyc_output/71ff9111-e7a5-4a40-851e-2534c87255db.json","externalId":"","uuid":"71ff9111-e7a5-4a40-851e-2534c87255db","files":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","pid":67088,"argv":["/Users/kellychandler/.nvm/versions/node/v18.18.0/bin/node","/Users/kellychandler/git/Chronos/node_modules/jest-worker/build/workers/processChild.js"],"execArgv":[],"cwd":"/Users/kellychandler/git/Chronos","time":1703003763950,"ppid":67053,"coverageFilename":"/Users/kellychandler/git/Chronos/.nyc_output/7e7d4c6e-f5db-4d50-8a95-5ba6e900860c.json","externalId":"","uuid":"7e7d4c6e-f5db-4d50-8a95-5ba6e900860c","files":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","pid":67089,"argv":["/Users/kellychandler/.nvm/versions/node/v18.18.0/bin/node","/Users/kellychandler/git/Chronos/node_modules/jest-worker/build/workers/processChild.js"],"execArgv":[],"cwd":"/Users/kellychandler/git/Chronos","time":1703003763958,"ppid":67053,"coverageFilename":"/Users/kellychandler/git/Chronos/.nyc_output/916c1420-b609-4dce-bed2-14725a7d252a.json","externalId":"","uuid":"916c1420-b609-4dce-bed2-14725a7d252a","files":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","pid":67077,"argv":["/Users/kellychandler/.nvm/versions/node/v18.18.0/bin/node","/Users/kellychandler/git/Chronos/node_modules/jest-worker/build/workers/processChild.js"],"execArgv":[],"cwd":"/Users/kellychandler/git/Chronos","time":1703003763672,"ppid":67053,"coverageFilename":"/Users/kellychandler/git/Chronos/.nyc_output/a7632c4a-b227-4d72-a900-c4de463c44ed.json","externalId":"","uuid":"a7632c4a-b227-4d72-a900-c4de463c44ed","files":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent":null,"pid":67053,"argv":["/Users/kellychandler/.nvm/versions/node/v18.18.0/bin/node","/Users/kellychandler/git/Chronos/node_modules/.bin/jest"],"execArgv":[],"cwd":"/Users/kellychandler/git/Chronos","time":1703003762472,"ppid":67052,"coverageFilename":"/Users/kellychandler/git/Chronos/.nyc_output/ab05dfcf-c0e6-4621-9630-53b081db067c.json","externalId":"","uuid":"ab05dfcf-c0e6-4621-9630-53b081db067c","files":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","pid":67079,"argv":["/Users/kellychandler/.nvm/versions/node/v18.18.0/bin/node","/Users/kellychandler/git/Chronos/node_modules/jest-worker/build/workers/processChild.js"],"execArgv":[],"cwd":"/Users/kellychandler/git/Chronos","time":1703003763693,"ppid":67053,"coverageFilename":"/Users/kellychandler/git/Chronos/.nyc_output/c16bf4d6-2370-4ee3-bbb4-ae0945c44d60.json","externalId":"","uuid":"c16bf4d6-2370-4ee3-bbb4-ae0945c44d60","files":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","pid":67080,"argv":["/Users/kellychandler/.nvm/versions/node/v18.18.0/bin/node","/Users/kellychandler/git/Chronos/node_modules/jest-worker/build/workers/processChild.js"],"execArgv":[],"cwd":"/Users/kellychandler/git/Chronos","time":1703003763670,"ppid":67053,"coverageFilename":"/Users/kellychandler/git/Chronos/.nyc_output/cd04f9d6-379b-453d-aaa6-7f217fa7ab35.json","externalId":"","uuid":"cd04f9d6-379b-453d-aaa6-7f217fa7ab35","files":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","pid":67093,"argv":["/Users/kellychandler/.nvm/versions/node/v18.18.0/bin/node","/Users/kellychandler/git/Chronos/node_modules/jest-worker/build/workers/processChild.js"],"execArgv":[],"cwd":"/Users/kellychandler/git/Chronos","time":1703003763981,"ppid":67053,"coverageFilename":"/Users/kellychandler/git/Chronos/.nyc_output/e3781ebf-4b63-4b97-b92f-03c6c2618830.json","externalId":"","uuid":"e3781ebf-4b63-4b97-b92f-03c6c2618830","files":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","pid":67087,"argv":["/Users/kellychandler/.nvm/versions/node/v18.18.0/bin/node","/Users/kellychandler/git/Chronos/node_modules/jest-worker/build/workers/processChild.js"],"execArgv":[],"cwd":"/Users/kellychandler/git/Chronos","time":1703003763957,"ppid":67053,"coverageFilename":"/Users/kellychandler/git/Chronos/.nyc_output/f2685db6-67ae-41c0-b167-6a6573a60fea.json","externalId":"","uuid":"f2685db6-67ae-41c0-b167-6a6573a60fea","files":[]}
1 change: 1 addition & 0 deletions .nyc_output/processinfo/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"processes":{"0229daa2-f593-4686-90df-a8a6518601d8":{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","children":[]},"03ee4578-80a9-4a81-b467-0d80001d342c":{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","children":[]},"1608e792-fdb0-45ea-9829-6400829d123d":{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","children":[]},"1fd31a76-cb41-4e6a-a766-bf6049b6b6f3":{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","children":[]},"216adaf0-a21c-4893-b2ca-fa40e3bd9fde":{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","children":[]},"5944b8b9-90e7-4021-ae85-14b6967c2e89":{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","children":[]},"71ff9111-e7a5-4a40-851e-2534c87255db":{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","children":[]},"7e7d4c6e-f5db-4d50-8a95-5ba6e900860c":{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","children":[]},"916c1420-b609-4dce-bed2-14725a7d252a":{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","children":[]},"a7632c4a-b227-4d72-a900-c4de463c44ed":{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","children":[]},"ab05dfcf-c0e6-4621-9630-53b081db067c":{"parent":null,"children":["0229daa2-f593-4686-90df-a8a6518601d8","03ee4578-80a9-4a81-b467-0d80001d342c","1608e792-fdb0-45ea-9829-6400829d123d","1fd31a76-cb41-4e6a-a766-bf6049b6b6f3","216adaf0-a21c-4893-b2ca-fa40e3bd9fde","5944b8b9-90e7-4021-ae85-14b6967c2e89","71ff9111-e7a5-4a40-851e-2534c87255db","7e7d4c6e-f5db-4d50-8a95-5ba6e900860c","916c1420-b609-4dce-bed2-14725a7d252a","a7632c4a-b227-4d72-a900-c4de463c44ed","c16bf4d6-2370-4ee3-bbb4-ae0945c44d60","cd04f9d6-379b-453d-aaa6-7f217fa7ab35","e3781ebf-4b63-4b97-b92f-03c6c2618830","f2685db6-67ae-41c0-b167-6a6573a60fea"]},"c16bf4d6-2370-4ee3-bbb4-ae0945c44d60":{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","children":[]},"cd04f9d6-379b-453d-aaa6-7f217fa7ab35":{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","children":[]},"e3781ebf-4b63-4b97-b92f-03c6c2618830":{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","children":[]},"f2685db6-67ae-41c0-b167-6a6573a60fea":{"parent":"ab05dfcf-c0e6-4621-9630-53b081db067c","children":[]}},"files":{},"externalIds":{}}
Binary file added assets/example-microservices-tracker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading