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

DCA11Y-1145 Incremental yarn build execution #8

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Sep 19, 2024

  1. Introduce a shouldExecute pattern

    Get a digest of all .js files in the working directory except within the target dir
    Define the next steps
    rafalsatl committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ea51b4f View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Introduce a digest candidate and make it the actual digest upon succe…

    …ssful build completion
    
    Print added, modified and removed files
    Refactor the code to make it readable and maintainable
    rafalsatl committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9dc05d8 View commit details
    Browse the repository at this point in the history
  2. improve naming a bit

    rafalsatl committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    2e5ca7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fa9497 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcb064f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a48fee2 View commit details
    Browse the repository at this point in the history
  6. Extract IncrementalMojoHelper and use it in the NpmMojo

    Incremental build now activated with the execution `incremental` configuration flag set to `true`
    rafalsatl committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3bf8d6f View commit details
    Browse the repository at this point in the history
  7. Extract IncrementalMojoHelper and use it in the NpmMojo

    Incremental build now activated with the execution `incremental` configuration flag set to `true`
    rafalsatl committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e532439 View commit details
    Browse the repository at this point in the history