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

Adding MSW as a services mock, and getting all unit and integration tests to pass #3282

Merged
merged 41 commits into from
Jan 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
266959b
checking in latest
aronchick Jan 13, 2024
95ee4f5
integration with rendering svgs now works
aronchick Jan 13, 2024
2f1931d
integrating storybook - half done
aronchick Jan 16, 2024
536e311
Merge branch '3234-bring-in-change-from-main' into 3243-basic-svg-ren…
aronchick Jan 16, 2024
d534908
Merge branch '3243-basic-svg-rendering-with-integration' into 3244-msw
aronchick Jan 16, 2024
6c7912e
merging in storybook
aronchick Jan 16, 2024
ce8411b
moving tests around, creating bacalhau service unit tests
aronchick Jan 20, 2024
42a2779
fixed job mocks, now mocking and returning values from bacalhau.ts se…
aronchick Jan 20, 2024
dffa565
removing storybook for now
aronchick Jan 20, 2024
fd0236e
Merge branch '3234-bring-in-change-from-main' into 3243-basic-svg-ren…
aronchick Jan 20, 2024
58f94a9
Merge branch '3243-basic-svg-rendering-with-integration' into 3244-msw
aronchick Jan 20, 2024
df515e4
Merge branch '3234-bring-in-change-from-main' into 3243-basic-svg-ren…
aronchick Jan 20, 2024
588886e
Merge branch '3243-basic-svg-rendering-with-integration' into 3244-msw
aronchick Jan 20, 2024
d9786c3
looping issue with Makefile
aronchick Jan 20, 2024
7a1e34f
passing linting
aronchick Jan 21, 2024
22a88d9
making page title configurable in the component for Jobs Dashboard
aronchick Jan 21, 2024
28ea4ed
Merge branch '3243-basic-svg-rendering-with-integration' into 3244-msw
aronchick Jan 21, 2024
ff57e4c
now all tests running from vscode correctly
aronchick Jan 22, 2024
cc062f3
all tests now passing
aronchick Jan 22, 2024
7f5a55f
fixing linting issues
aronchick Jan 22, 2024
0b6a64d
fixing msw tests
aronchick Jan 22, 2024
d6bb0f9
fixing key listing
aronchick Jan 22, 2024
167ad4f
fixing linting
aronchick Jan 22, 2024
4c82d32
fixing linting
aronchick Jan 22, 2024
1ad7e06
Merge branch '3234-bring-in-change-from-main' into 3243-basic-svg-ren…
aronchick Jan 22, 2024
aeb6b0c
Merge branch '3243-basic-svg-rendering-with-integration' into 3244-msw
aronchick Jan 22, 2024
4a9ca55
fixing type assertions
aronchick Jan 22, 2024
a25d511
Merge branch '3234-bring-in-change-from-main' into 3243-basic-svg-ren…
aronchick Jan 22, 2024
92ff27d
merge from main
aronchick Jan 22, 2024
f2463cd
Merge branch '3234-bring-in-change-from-main' into 3243-basic-svg-ren…
aronchick Jan 22, 2024
050c401
Merge branch '3243-basic-svg-rendering-with-integration' into 3244-msw
aronchick Jan 22, 2024
a2e2ce8
Merge branch '3234-bring-in-change-from-main' into 3244-msw
aronchick Jan 22, 2024
46d7900
fixing debugging with jobsIcon
aronchick Jan 22, 2024
948183f
updating package-lock.json
aronchick Jan 22, 2024
ca7c9ed
Merge branch '3234-bring-in-change-from-main' into 3244-msw
aronchick Jan 23, 2024
cc6fa2f
Merge branch '3234-bring-in-change-from-main' into 3244-msw
aronchick Jan 24, 2024
02bd350
Adding tests for node dashboard and node table, cleaning up some of t…
aronchick Jan 24, 2024
a5fad6b
Merge branch '3234-bring-in-change-from-main' into 3244-msw
aronchick Jan 24, 2024
5102c65
Merge branch '3234-bring-in-change-from-main' into 3244-msw
aronchick Jan 25, 2024
9d64443
Merge branch '3234-bring-in-change-from-main' into 3244-msw
aronchick Jan 26, 2024
10010ba
Merge branch '3234-bring-in-change-from-main' into 3244-msw
aronchick Jan 28, 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 .cspell-code.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"custom-words"
],
"ignorePaths": [
"**/package.json",
"**/docs/package-lock.json",
"**/docs/docs/examples/model-training/Stable-Diffusion-Dreambooth/index.md",
"docs/docs/examples/model-training/Training-Tensorflow-Model/index.md",
Expand Down
1 change: 1 addition & 0 deletions .cspell-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"custom-words"
],
"ignorePaths": [
"**/package.json",
"**/docs/package-lock.json",
"**/docs/docs/examples/model-training/Stable-Diffusion-Dreambooth/index.md",
"docs/docs/examples/model-training/Training-Tensorflow-Model/index.md",
Expand Down
Loading
Loading