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

feat: last ingestion time from data services #117

Merged
merged 34 commits into from
Nov 20, 2023

Conversation

noctillion
Copy link
Contributor

This PR remove the last data ingestion from WES and instead retrieve the information from gohan and katsu services /data-types

@noctillion noctillion marked this pull request as draft October 11, 2023 18:59
@davidlougheed davidlougheed changed the title Features/last_data_ingestion_from_data-types feat: last ingestion time from data services Oct 16, 2023
@v-rocheleau v-rocheleau marked this pull request as ready for review November 10, 2023 16:12
Copy link
Contributor

@v-rocheleau v-rocheleau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, small extract method refactoring suggestion

src/js/features/ingestion/lastIngestion.store.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@v-rocheleau v-rocheleau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

Copy link
Member

@davidlougheed davidlougheed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one slightly problematic thing here is that the counts exposed here are not censored by small cell count. for overall data types it doesn't matter too much, but maybe counts should be censored if you have the threshold in the Go server, or this field should just be deleted

main.go Outdated Show resolved Hide resolved
main.go Outdated Show resolved Hide resolved
endpoint and count value removal
src/js/features/ingestion/lastIngestion.store.ts Outdated Show resolved Hide resolved
src/js/types/lastIngestionDataTypeResponse.ts Outdated Show resolved Hide resolved
src/js/features/ingestion/lastIngestion.store.ts Outdated Show resolved Hide resolved
src/js/components/Overview/LastIngestion.tsx Outdated Show resolved Hide resolved
Copy link
Member

@davidlougheed davidlougheed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

almost there! a few little things left

src/js/components/Overview/LastIngestion.tsx Outdated Show resolved Hide resolved
src/js/features/ingestion/lastIngestion.store.ts Outdated Show resolved Hide resolved
Copy link
Member

@davidlougheed davidlougheed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@noctillion noctillion merged commit 64ee085 into main Nov 20, 2023
2 checks passed
@davidlougheed davidlougheed deleted the features/last_data_ingestion_from_data-types branch December 22, 2023 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants