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

Update GScan incrementally, using tree/lookup #802

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Oct 18, 2021

  1. Fix jsdoc

    kinow committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    357bf24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c6b02c View commit details
    Browse the repository at this point in the history
  3. Move the function that applies deltas to a lookup-like structure to a…

    … common module (so GScan can re-use it too)
    kinow committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    3126f30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af5eabb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b63586 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b45a565 View commit details
    Browse the repository at this point in the history
  7. Handle adding nodes

    kinow committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    22b1681 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fdf427a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    505d732 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6e0d9d7 View commit details
    Browse the repository at this point in the history
  11. Simplify the WorkflowStateSummary component, replace methods by compu…

    …ted, use more props
    kinow committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    4d1a23c View commit details
    Browse the repository at this point in the history
  12. Handle GScan updated delta

    kinow committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    b1fe5fa View commit details
    Browse the repository at this point in the history
  13. Add TODO for later

    kinow committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    b1e69b1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6349f33 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ddfd028 View commit details
    Browse the repository at this point in the history
  16. Update unit tests

    kinow committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    fadaae6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3d82305 View commit details
    Browse the repository at this point in the history
  18. Fix docs issues

    kinow committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    2383cfc View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Fix e2e tests

    kinow committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    2513af3 View commit details
    Browse the repository at this point in the history