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

Procedural Scheduling #1496

Merged
merged 108 commits into from
Sep 9, 2024
Merged

Procedural Scheduling #1496

merged 108 commits into from
Sep 9, 2024

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    7881355 View commit details
    Browse the repository at this point in the history
  2. Plan edit and simulation interface

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    576699a View commit details
    Browse the repository at this point in the history
  3. Use SimulatedPlan in Constraint.kt

    mattdailis authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    43ff11b View commit details
    Browse the repository at this point in the history
  4. Remove timeline duration duplicate

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f0b1c7b View commit details
    Browse the repository at this point in the history
  5. Fix inspect function

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    fabbcf3 View commit details
    Browse the repository at this point in the history
  6. Documentation updates

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0dfbd8a View commit details
    Browse the repository at this point in the history
  7. Add create overload

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    1099d97 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    19bceaf View commit details
    Browse the repository at this point in the history
  9. Rename Procedure to Rule

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d5a0d7e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f8aa585 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b2bd1e6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7d366e4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    aa9d38d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    27f644e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7112e0b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    791202d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    097a173 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5acf7d5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ac8c53c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    37259b4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    69a324b View commit details
    Browse the repository at this point in the history
  22. Implement Procedural Scheduling

    mattdailis authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    1e70194 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b0aaadb View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8f17c64 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    43cedae View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9db34ef View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    4fb64b4 View commit details
    Browse the repository at this point in the history
  28. Build procedure jars in CI

    skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3abc3fd View commit details
    Browse the repository at this point in the history
  29. Update e2e tests

    skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    22b1ef1 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ddb5692 View commit details
    Browse the repository at this point in the history
  31. Create interval step function

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6d881b9 View commit details
    Browse the repository at this point in the history
  32. Update to kotlin 2.0

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    313fce9 View commit details
    Browse the repository at this point in the history
  33. Fixes after rebase

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    741836d View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    6b48187 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    5bd5d8b View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    e0df9f6 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    69b37a4 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    23acb8a View commit details
    Browse the repository at this point in the history
  39. Fix activity start time bug

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e72eeba View commit details
    Browse the repository at this point in the history
  40. Remove duplicate activites

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    178bc4a View commit details
    Browse the repository at this point in the history
  41. Set expected duration

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    391cb94 View commit details
    Browse the repository at this point in the history
  42. Validate activity arguments

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    addbabe View commit details
    Browse the repository at this point in the history
  43. Add complex test case

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    11254f2 View commit details
    Browse the repository at this point in the history
  44. Rename Rule to Goal

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e95fdd1 View commit details
    Browse the repository at this point in the history
  45. bump migration ids

    skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d152593 View commit details
    Browse the repository at this point in the history
  46. Rename Intervals to Universal

    The whole point is that it can contain any type, not just intervals
    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    25e451c View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    8472e44 View commit details
    Browse the repository at this point in the history
  48. Fix one e2e test

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    72b81d4 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    c261313 View commit details
    Browse the repository at this point in the history
  50. Small timeline QOL updates

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4305a70 View commit details
    Browse the repository at this point in the history
  51. Rebase after stateless aerie

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f32a889 View commit details
    Browse the repository at this point in the history
  52. Add parentId field to instances

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    96af26e View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    d87027f View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    f63138e View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    76bf92b View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    2199df4 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    6b19cbf View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    a4c8914 View commit details
    Browse the repository at this point in the history
  59. update comments in migration

    skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    06c12c8 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    6802a24 View commit details
    Browse the repository at this point in the history
  61. rename 10th migration

    skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a9150f4 View commit details
    Browse the repository at this point in the history
  62. fix sql syntax

    skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    43bf7d4 View commit details
    Browse the repository at this point in the history
  63. Better deserializer for constants

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0dff759 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    c6751c5 View commit details
    Browse the repository at this point in the history
  65. Small rework for deserializers

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    b7f0a31 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    50e2f0d View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    45bc2ab View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    5912d58 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    fdb6e81 View commit details
    Browse the repository at this point in the history
  70. Minor edits

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    05086a7 View commit details
    Browse the repository at this point in the history
  71. Fix plan duplication bug

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7cb74b9 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    413f17d View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    ecb8f5f View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    f8f3527 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    5d1ca87 View commit details
    Browse the repository at this point in the history
  76. Fix foo-procedures readme

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    da3b564 View commit details
    Browse the repository at this point in the history
  77. Clarify remote docs

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    249da9c View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    3724f83 View commit details
    Browse the repository at this point in the history
  79. Clarify duration range explanation

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    c57a149 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    2e35b14 View commit details
    Browse the repository at this point in the history
  81. Update scheduler-server/src/main/java/gov/nasa/jpl/aerie/scheduler/se…

    …rver/remotes/postgres/GetCreatedActivitiesAction.java
    
    Co-authored-by: Mythicaeda <[email protected]>
    skovati and Mythicaeda committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6f88a2f View commit details
    Browse the repository at this point in the history
  82. Update scheduler-server/src/main/java/gov/nasa/jpl/aerie/scheduler/se…

    …rver/remotes/postgres/UpdateSchedulingGoalParameterSchemaAction.java
    
    Co-authored-by: Mythicaeda <[email protected]>
    skovati and Mythicaeda committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    935328f View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    556e4e8 View commit details
    Browse the repository at this point in the history
  84. Add ParallelOps.highlightAll()

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    15d93de View commit details
    Browse the repository at this point in the history
  85. Delete Duration.isEqualTo

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    86fc313 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    fade718 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    ea48982 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    a274776 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    16bef1b View commit details
    Browse the repository at this point in the history
  90. Upgrade dokka

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d0637f8 View commit details
    Browse the repository at this point in the history
  91. Remove extra setLong call

    mattdailis authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    60d99b7 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    450d568 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    3b487a6 View commit details
    Browse the repository at this point in the history
  94. Publish kotlin docs to gh pages

    JoelCourtney authored and skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    b0c4fd2 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    d230cd2 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    a2a6835 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    c2daa92 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    4559d16 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    1de8776 View commit details
    Browse the repository at this point in the history
  100. clean up SimulationDemo

    skovati committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    2e9e834 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    d7df020 View commit details
    Browse the repository at this point in the history
  102. remove whitespace

    Co-authored-by: Mythicaeda <[email protected]>
    skovati and Mythicaeda committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    5fe48b0 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    fd3a649 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    a3348f9 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    6bb972b View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    d0dfd01 View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    afc72b0 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    a974ed3 View commit details
    Browse the repository at this point in the history