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

coala: Add file caching and remove Tagging #2016

Merged
merged 5 commits into from Jun 12, 2016
Merged

coala: Add file caching and remove Tagging #2016

merged 5 commits into from Jun 12, 2016

Commits on Jun 10, 2016

  1. Tagging: Remove Tagging

    Removing tagging and all instances of it.
    
    Fixes #2257
    adtac committed Jun 10, 2016
    Configuration menu
    Copy the full SHA
    e1b3594 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2016

  1. Add caching utilities

    This commit introduces helper functions that will be used in a later
    commit for caching (running coala only on changed files).
    adtac committed Jun 12, 2016
    Configuration menu
    Copy the full SHA
    622a3e5 View commit details
    Browse the repository at this point in the history
  2. coala: Add class to collect only changed files

    In this commit, coalib.misc.Caching is introduced which contains a
    class Cache which contains methods to act as a caching mechanism
    that will be useful to determine which files are new or changed and
    run coala only on those files to improve coala run time speed.
    adtac committed Jun 12, 2016
    Configuration menu
    Copy the full SHA
    5a6870c View commit details
    Browse the repository at this point in the history
  3. Add option to run coala only on changed files

    With `--changed-files` the user can run coala only on those files that
    had changed since the last time coala was run. This should improve
    the running time of coala.
    
    Fixes #1991
    adtac committed Jun 12, 2016
    Configuration menu
    Copy the full SHA
    91c109d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad3ec72 View commit details
    Browse the repository at this point in the history