-
Notifications
You must be signed in to change notification settings - Fork 18
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
chore(emx2): spark to javalin migration #4165
Conversation
# Conflicts: # backend/molgenis-emx2-fairdatapoint/src/main/java/org/molgenis/emx2/fairdatapoint/FAIRDataPointCatalog.java # backend/molgenis-emx2-fairdatapoint/src/main/java/org/molgenis/emx2/fairdatapoint/FAIRDataPointDistribution.java # backend/molgenis-emx2-webapi/src/main/java/org/molgenis/emx2/web/CsvApi.java # backend/molgenis-emx2-webapi/src/main/java/org/molgenis/emx2/web/ExcelApi.java # backend/molgenis-emx2-webapi/src/main/java/org/molgenis/emx2/web/GroupPathMapper.java # backend/molgenis-emx2-webapi/src/main/java/org/molgenis/emx2/web/MolgenisWebservice.java # backend/molgenis-emx2-webapi/src/main/java/org/molgenis/emx2/web/RDFApi.java # backend/molgenis-emx2-webapi/src/main/java/org/molgenis/emx2/web/TaskApi.java # backend/molgenis-emx2-webapi/src/main/java/org/molgenis/emx2/web/ZipApi.java
...d/molgenis-emx2-beacon-v2/src/main/java/org/molgenis/emx2/beaconv2/requests/BeaconQuery.java
Show resolved
Hide resolved
...olgenis-emx2-beacon-v2/src/test/java/org/molgenis/emx2/beaconv2/Beaconv2_EntryTypesTest.java
Show resolved
Hide resolved
backend/molgenis-emx2-beacon-v2/src/test/java/org/molgenis/emx2/beaconv2/Beaconv2_MapTest.java
Show resolved
Hide resolved
...end/molgenis-emx2-beacon-v2/src/test/java/org/molgenis/emx2/beaconv2/vp/BeaconVpMapTest.java
Show resolved
Hide resolved
backend/molgenis-emx2-webapi/src/main/java/org/molgenis/emx2/web/AnalyticsApi.java
Show resolved
Hide resolved
backend/molgenis-emx2-webapi/src/main/java/org/molgenis/emx2/web/AnalyticsApi.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good.
I tested:
- catalogue app
- simple form and explorer using pet store
- set theme to use another color
- viewed a sql report
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go to https://preview-emx2-pr-4165.dev.molgenis.org/apps/ui/#/
select a schema
reload page: 'File not found' error
same issue for sub pages
Should be fixed now |
backend/molgenis-emx2-webapi/src/test/java/org.molgenis.emx2.web/WebApiSmokeTests.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice :)
From these two new issues, the first one, loading the JSON settings in the Directory App is still not working OK. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Should update with master and resolve merge conflicts.
- There is some inconsistency in using static function call vs instance method calls, but I don't see this as a blocking issue since the code does work and part of that issue was already in the existing code base.
Directory app works
Catalogue (old app) gives error. Probably not related to this PR, but to the data model changes
SSR catalogue seems to work fine
Table explorer, editing of data and downloads in different formats work
Master is merged as requested
Quality Gate failedFailed conditions |
What are the main changes you did:
how to test:
Please test all features of emx2 to see if everything behaves as expected. Everything should work as before.
todo: