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

Unified models for progress tracks and clocks #820

Draft
wants to merge 48 commits into
base: main
Choose a base branch
from

Commits on Jun 23, 2023

  1. copy from progress-model-dirty

    rsek committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    89d722d View commit details
    Browse the repository at this point in the history
  2. copy from progress-model-dirty

    rsek committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    eaa4acc View commit details
    Browse the repository at this point in the history
  3. copy from progress-model-dirty

    rsek committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    8069d9b View commit details
    Browse the repository at this point in the history
  4. rm some unused methods

    rsek committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    88c1953 View commit details
    Browse the repository at this point in the history
  5. clean up imports + references

    rsek committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    9e03c14 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    501a0e7 View commit details
    Browse the repository at this point in the history
  7. some toolset detection logic

    rsek committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    3b7e1b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    769448b View commit details
    Browse the repository at this point in the history
  9. as const for stricter typing

    rsek committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    16f8988 View commit details
    Browse the repository at this point in the history
  10. copy from progress-model-dirty

    rsek committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    a6bb047 View commit details
    Browse the repository at this point in the history
  11. copy form progress-model-dirty

    rsek committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    e6dc233 View commit details
    Browse the repository at this point in the history
  12. update jsdoc

    rsek committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    ce0a3b2 View commit details
    Browse the repository at this point in the history
  13. copy from progress-model-dirty

    rsek committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    12d72c6 View commit details
    Browse the repository at this point in the history
  14. copy from progress-model-dirty

    rsek committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    4236d78 View commit details
    Browse the repository at this point in the history
  15. copy from progress-model-dirty

    rsek committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    d7b8ded View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. use field statics

    rsek committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    92db5e6 View commit details
    Browse the repository at this point in the history
  2. just use the object directly

    rsek committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    f57e9d2 View commit details
    Browse the repository at this point in the history
  3. copy from progress-model-dirty

    rsek committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    2208c23 View commit details
    Browse the repository at this point in the history
  4. update utility types

    rsek committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    732416a View commit details
    Browse the repository at this point in the history
  5. update typings

    rsek committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    4e63e37 View commit details
    Browse the repository at this point in the history
  6. more specific typings

    rsek committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    05b0b57 View commit details
    Browse the repository at this point in the history
  7. rm ts-expect-error

    rsek committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    0a5981e View commit details
    Browse the repository at this point in the history
  8. type adjustments

    rsek committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    0d41c3d View commit details
    Browse the repository at this point in the history
  9. add JEP progress track model

    rsek committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    8c161b7 View commit details
    Browse the repository at this point in the history
  10. add JEP truth model

    rsek committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    dc03258 View commit details
    Browse the repository at this point in the history
  11. copy from progress-model-dirty

    rsek committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    e797046 View commit details
    Browse the repository at this point in the history
  12. revert class name

    rsek committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    930c7ea View commit details
    Browse the repository at this point in the history
  13. add missing import

    rsek committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    50db360 View commit details
    Browse the repository at this point in the history
  14. copy from progress-model-dirty

    rsek committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    e4a910f View commit details
    Browse the repository at this point in the history
  15. add starred to item flags

    rsek committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    c723d3a View commit details
    Browse the repository at this point in the history
  16. update initializers + methods

    rsek committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    31f8c0b View commit details
    Browse the repository at this point in the history
  17. shuffle some method names

    rsek committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    102f076 View commit details
    Browse the repository at this point in the history
  18. adjust description

    rsek committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    ecd5334 View commit details
    Browse the repository at this point in the history
  19. type adjustments, file renames

    rsek committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    f142cca View commit details
    Browse the repository at this point in the history
  20. rename file

    rsek committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    fd13dec View commit details
    Browse the repository at this point in the history
  21. organize imports

    rsek committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    dd20e09 View commit details
    Browse the repository at this point in the history
  22. retire ProgressTicksField

    rsek committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    74d5864 View commit details
    Browse the repository at this point in the history
  23. retire MeterValueField

    rsek committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    302d8b2 View commit details
    Browse the repository at this point in the history
  24. retire ProgressBase

    rsek committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    f95a5b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Configuration menu
    Copy the full SHA
    80edd23 View commit details
    Browse the repository at this point in the history
  2. DRY delete dialog

    rsek committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    2dbf7fa View commit details
    Browse the repository at this point in the history
  3. adjust comment

    rsek committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    833bc9d View commit details
    Browse the repository at this point in the history
  4. update model names

    rsek committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    a472f5a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a47a9d1 View commit details
    Browse the repository at this point in the history
  6. rm duplicate method

    rsek committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    02b02be View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    f6f2f61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41a4631 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. wip - can uuids live in a field?

    rsek committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    9c6a500 View commit details
    Browse the repository at this point in the history