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

Support querying workflows from both main tables and archive. #381

Merged
merged 50 commits into from
Jan 25, 2022

Conversation

gmokki
Copy link
Member

@gmokki gmokki commented Feb 19, 2020

No description provided.

@coveralls
Copy link

coveralls commented Feb 19, 2020

Coverage Status

Coverage increased (+0.02%) to 81.708% when pulling 4fa6a7d on query-archived into 5a1f294 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 85.309% when pulling 698a65f on query-archived into 9713b0a on master.

3 similar comments
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 85.309% when pulling 698a65f on query-archived into 9713b0a on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 85.309% when pulling 698a65f on query-archived into 9713b0a on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 85.309% when pulling 698a65f on query-archived into 9713b0a on master.

@gmokki gmokki force-pushed the query-archived branch 3 times, most recently from ee4da73 to 0ecd200 Compare February 22, 2020 10:53
Copy link
Member

@efonsell efonsell left a comment

Choose a reason for hiding this comment

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

  1. Querying archive tables should be configurable in nflow-explorer/src/config.js
  2. Default should be false
  3. It would be nice to be able to change the setting in Explorer UI (selected value stored in local storage)

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Member

@efonsell efonsell left a comment

Choose a reason for hiding this comment

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

  • Add tests for WorkfowInstanceDao to check that queryArchive is obeyed
  • config for queryArchive is missing from Explorer?

@gmokki gmokki force-pushed the query-archived branch 2 times, most recently from e74ce27 to 197d815 Compare April 27, 2020 12:01
gmokki and others added 5 commits January 23, 2022 19:18
* Stream results out of rest api, lowering latency to first item. The main table query is still done synchronously, but additional queries are done on the stream lowering latency
* Performance is only lightly improved due to lower memory usage
…workflow query results out of rest api, which makes it faster
gmokki and others added 10 commits January 24, 2022 13:17
Co-authored-by: Edvard Fonsell <edvard.fonsell@nitor.com>
Co-authored-by: Edvard Fonsell <edvard.fonsell@nitor.com>
…orkflowInstanceResponse.java

Co-authored-by: Edvard Fonsell <edvard.fonsell@nitor.com>
…ase.java

Co-authored-by: Edvard Fonsell <edvard.fonsell@nitor.com>
Co-authored-by: Edvard Fonsell <edvard.fonsell@nitor.com>
…orkflowInstance.java

Co-authored-by: Edvard Fonsell <edvard.fonsell@nitor.com>
…orkflowInstance.java

Co-authored-by: Edvard Fonsell <edvard.fonsell@nitor.com>
Co-authored-by: Edvard Fonsell <edvard.fonsell@nitor.com>
Co-authored-by: Edvard Fonsell <edvard.fonsell@nitor.com>
Copy link
Member

@efonsell efonsell left a comment

Choose a reason for hiding this comment

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

Ok for me now

@gmokki gmokki merged commit 1cab6bf into master Jan 25, 2022
@gmokki gmokki deleted the query-archived branch January 25, 2022 09:54
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.

None yet

3 participants