Comparing go-task:main...aminya:main · go-task/task

Commits on May 3, 2024

  1. feat: check and cache the task definition, variables, status

    This adds a new checker for Task definitions, status, and any other variable that affect a task.
    
    The implementation hashes the task structure and writes it to `.task/definition`. In later runs, this is checked to make sure the definition is up-to-date. If the definition has changed (e.g. one of the variables has changed), the task will run again.
    
    Fixes #548
    Fixes #455
    Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

  4. Configuration menu

    Browse the repository at this point in the history

  5. Configuration menu

    Browse the repository at this point in the history

  6. Configuration menu

    Browse the repository at this point in the history

  7. Configuration menu

    Browse the repository at this point in the history

  8. Configuration menu

    Browse the repository at this point in the history

  9. Configuration menu

    Browse the repository at this point in the history

  10. Configuration menu

    Browse the repository at this point in the history

  11. Configuration menu

    Browse the repository at this point in the history

  12. Configuration menu

    Browse the repository at this point in the history

  13. Configuration menu

    Browse the repository at this point in the history