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

[121] Update libraries batch-2 #126

Merged
merged 26 commits into from
May 16, 2024
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9900cf5
Update libraries batch-2 first part
stanislaw-zakrzewski Apr 9, 2024
7cfbfb6
Move some testing to TODO
stanislaw-zakrzewski Apr 9, 2024
a8bbb46
Update Yup when
stanislaw-zakrzewski Apr 9, 2024
e5f5a65
update set field values
stanislaw-zakrzewski Apr 9, 2024
4e84668
Update breaking changes
stanislaw-zakrzewski Apr 9, 2024
9b411df
Update comment
stanislaw-zakrzewski Apr 9, 2024
a15ae3e
Remove unused
stanislaw-zakrzewski Apr 9, 2024
d3a0982
update datepicker
stanislaw-zakrzewski Apr 10, 2024
244a601
Update libraries batch-2 second part
stanislaw-zakrzewski Apr 10, 2024
13f2eea
Update return values of the functions for countries
stanislaw-zakrzewski Apr 10, 2024
b86a7d9
update typescript
stanislaw-zakrzewski Apr 10, 2024
b236761
Update mismatched versions
stanislaw-zakrzewski Apr 11, 2024
f202235
WIP update router and eslint + vite instead of cra
stanislaw-zakrzewski Apr 15, 2024
23a758f
Update tests for new vitest library
stanislaw-zakrzewski Apr 17, 2024
ce9f2b4
Update command for test and coverage
stanislaw-zakrzewski Apr 17, 2024
fd38634
Skip tests that were blocking flow
stanislaw-zakrzewski Apr 22, 2024
dc59615
Update Location.test.tsx
stanislaw-zakrzewski Apr 22, 2024
1ea9578
Merge branch 'main' into 121-update-libraries-batch-2
stanislaw-zakrzewski Apr 23, 2024
2513917
Update varaible name
stanislaw-zakrzewski Apr 23, 2024
be295b0
Fix merging issues
stanislaw-zakrzewski Apr 23, 2024
8db3a7b
Update index.tsx
stanislaw-zakrzewski Apr 29, 2024
65b0361
Update index.tsx
stanislaw-zakrzewski Apr 29, 2024
4e1f5bb
Update Dockerfile
stanislaw-zakrzewski May 14, 2024
aa7b202
Update vite.config.ts
stanislaw-zakrzewski May 14, 2024
939e93d
Update styling
stanislaw-zakrzewski May 14, 2024
828f43f
Cleanup .idea
stanislaw-zakrzewski May 16, 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
Prev Previous commit
Cleanup .idea
  • Loading branch information
stanislaw-zakrzewski committed May 16, 2024
commit 828f43f88177050525ea4224f57374b47c1f542c
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -214,10 +214,14 @@ Temporary Items
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/modules.xml
.idea/compiler.xml
.idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
*.iml
.idea/vcs.xml
.idea/jsLibraryMappings.xml
.idea/inspectionProfiles/
# *.ipr

# CMake
7 changes: 0 additions & 7 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/jsLibraryMappings.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

6 changes: 5 additions & 1 deletion verification/curator-service/ui/.gitignore
Original file line number Diff line number Diff line change
@@ -25,4 +25,8 @@ amplifyconfiguration.json
amplify-build-config.json
amplify-gradle-config.json
amplifytools.xcconfig
.secret-*
.secret-*

.idea/modules.xml
.idea/vcs.xml
.idea/inspectionProfiles
192 changes: 192 additions & 0 deletions verification/curator-service/ui/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading