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

Move pass-grant-loader to pass-support and port it to the new framework #507

Closed
markpatton opened this issue Apr 4, 2023 · 0 comments · Fixed by eclipse-pass/pass-support#12
Assignees

Comments

@markpatton
Copy link
Contributor

markpatton commented Apr 4, 2023

The same module structure can be preserved, but the integration tests in pass-grant-integration can be moved to pass-grant-data. (Possibly all of the pass-support integration tests will be consolidated later.)

This is a command line app that grabs grant data from coeus and writes it out to a file. It can also load that grant data into PASS. When grant data is pulled it is written out as as serialized java.sql.ResultSet objects. Ideally that would be in a different format (for example elide already has a bulk import format and endpoint), but for the moment it is good enough.

Most of the work will be moving from the old pass client to the new pass-data-client.

No need for the harvard pilot support, but we can keep it as an example.

The application should be manually tested against pass-core in addition to the integration tests.

@rpoet-jh rpoet-jh self-assigned this May 4, 2023
@markpatton markpatton linked a pull request Jun 7, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants