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

port file-service to use indexer-framework #46

Merged
merged 5 commits into from Feb 12, 2024
Merged

Conversation

hopeyen
Copy link
Collaborator

@hopeyen hopeyen commented Feb 9, 2024

Description

Port subfile server to indexer service framework
acceptance:

  • config files instead of args ✅ 2024-02-09
  • implement service traits ✅ 2024-02-09
  • move routes ✅ 2024-02-09
  • update namespaces; update request and response structure ✅ 2024-02-09
  • update corresponding download clients: routes and namespaces in request, request parsing ✅ 2024-02-09
  • ensure service can receive free query or paid query
    • paid validity wait til confirmation of TAP full testing) ✅ 2024-02-09
  • update e2e tests

Issue link (if applicable)

resolve #30

later use graphql_client for response types: #38

Checklist

  • Are tests up-to-date with the new changes?
  • Are docs up-to-date with the new changes? (Open PR on docs repo if necessary)

@hopeyen hopeyen self-assigned this Feb 9, 2024
@hopeyen hopeyen added type:refactor Changes not visible to users size:large Large p1 High priority labels Feb 9, 2024
@hopeyen hopeyen merged commit a2e53a3 into dev Feb 12, 2024
2 checks passed
@hopeyen hopeyen deleted the hope/port-service branch February 12, 2024 14:47
@hopeyen hopeyen mentioned this pull request Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p1 High priority size:large Large type:refactor Changes not visible to users
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: Port server to indexer framework
1 participant