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

Feature/resolve cache #5305

Merged
merged 2 commits into from Jul 1, 2022
Merged

Commits on Jun 30, 2022

  1. [resolve] Add cache mode

    cache – Will use a cache file in the workspace cache. If that file is stale relative to the workspace or project or it does not exist, then the bnd(run) file will be resolved and the result is stored in the cache file.
    
    
    
    
    Signed-off-by: Peter Kriens <Peter.Kriens@aqute.biz>
    pkriens committed Jun 30, 2022
    Copy the full SHA
    9d82706 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. [resolve] Improvements after BJ's comments

    - Uses the project/workspace lastmodifiedtime, which includes include files
    - Removed removal of container errors in test, uses a resolve file that has proper dependencies
    - Added a testReason so the caching choice could be tested from outside
    - Increased test coverage
    
    
    
    Signed-off-by: Peter Kriens <Peter.Kriens@aqute.biz>
    pkriens committed Jul 1, 2022
    Copy the full SHA
    ceba753 View commit details
    Browse the repository at this point in the history