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

Fix bugs in planning and minor planning improvements #228

Merged
merged 10 commits into from
Jul 26, 2023

Commits on Jul 21, 2023

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

Commits on Jul 25, 2023

  1. [UPD] Update model

    - remove properties field in AbstractEntityWithDescription - potentially improves speed
    - remove unused methods in TsakType
    kostobog committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    05e668b View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. [UPD] Update logging

    kostobog committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    692d249 View commit details
    Browse the repository at this point in the history
  2. [REF] Refactor date utils

    kostobog committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    d4cda2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53d1ae4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2522169 View commit details
    Browse the repository at this point in the history
  5. [Fix] Fix generation of finding graph

    - avoid NullPointerException of referenced tasks
    - include edges from scope sequence graphs (partialTaskOrderByScope) to finding sequence graph for tasks that reference other tasks.
    kostobog committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f1530bd View commit details
    Browse the repository at this point in the history
  6. [Fix] Fix scheduling according to sequence graphs

    - avoid NullPointerException for tasks with task types not having average time, set the duration of such tasks to 4 hours
    - avoid NullPointerException by skipping scheduling of tasks whose preceding task according to sequence graph is not scheduled
    - schedule each task after the end of all of its preceding tasks according to sequence graph
    kostobog committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    9cf07fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a314396 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    625f15d View commit details
    Browse the repository at this point in the history