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

Expose conditions #44

Merged
merged 53 commits into from
Jul 11, 2022
Merged

Expose conditions #44

merged 53 commits into from
Jul 11, 2022

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    779f969 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. Configuration menu
    Copy the full SHA
    f6353d6 View commit details
    Browse the repository at this point in the history
  2. fix: import

    Miksus committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    52bdaff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    913f717 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70c356c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    488ba97 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0bf129a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb934ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8caa633 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    44528cb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c13c8c7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ea474a5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ebe1b52 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c42d588 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f80c542 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. rem: Removed Condition metaclass

    That is unnecessary and no longer should be used.
    Miksus committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    dd15c62 View commit details
    Browse the repository at this point in the history
  2. fix: BaseCondition __eq__

    Miksus committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    2fc654c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4977def View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88f2154 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e0d0b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    903094f View commit details
    Browse the repository at this point in the history
  7. fix: TaskExecutable isin_period

    Failed as True has no attribute observe
    Miksus committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    7075e3a View commit details
    Browse the repository at this point in the history
  8. add: rocketry.conds subpackage

    This subpackage contains medium layer
    API to the conditions. Easier than raw condition classes.
    Miksus committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    98c3deb View commit details
    Browse the repository at this point in the history
  9. upd: imports to rocketry.conds

    Miksus committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    8365b78 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0f7de4c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    51e6def View commit details
    Browse the repository at this point in the history
  12. fix: SchedulerCycle parsing

    Comparisons were as strings instead of ints when created using string
    syntax.
    Miksus committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    180a63e View commit details
    Browse the repository at this point in the history
  13. test: fix imports

    Miksus committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    c09b017 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2d80a4e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c0c7c31 View commit details
    Browse the repository at this point in the history
  16. rem: Condition parser attributes

    These are no longer used.
    Miksus committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    426c53f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3a19889 View commit details
    Browse the repository at this point in the history
  18. fix: TaskCond missing key session

    For some reason TaskCond broke. It's due to that pydantic respects the
    classvar order and for some reason that got affected even though the
    attributes were not changed. Maybe it is relying on very fine state
    that is slightly random.
    Miksus committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    6f90e86 View commit details
    Browse the repository at this point in the history
  19. rem: Statement, Comparable and Historical

    Also removed the default setting functions as these are no longer used.
    Miksus committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    2fe5a00 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    63911b7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f54b38c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    af5857d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c34a4ad View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b61468a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. upd: session handles if task referenced by func

    This allows using the func name in Return as well
    Miksus committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    42b6289 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c61102 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6eff70 View commit details
    Browse the repository at this point in the history
  4. test: add more parse tests

    Miksus committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    71b0294 View commit details
    Browse the repository at this point in the history
  5. test: add more API tests

    Miksus committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    f517a6e View commit details
    Browse the repository at this point in the history
  6. docs: updated code examples

    Miksus committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    a94057b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd4c493 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d9ac073 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a63e84e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    68b9a3d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6fb3a0d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    94cfd36 View commit details
    Browse the repository at this point in the history
  13. test: add task_exists test

    Miksus committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    309c64e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3761e2b View commit details
    Browse the repository at this point in the history