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

Add --skipIgnoreFile argument #1025

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

Add --skipIgnoreFile argument #1025

wants to merge 7 commits into from

Commits on Jan 5, 2019

  1. Configuration menu
    Copy the full SHA
    6b2702d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caaa60c View commit details
    Browse the repository at this point in the history
  3. [fix] use fs.unlinkSync (#979)

    Right now fs.unlink is used without a callback. This would throw
    from Node.js 10 on. Therefore switch to the sync version. That way
    errors are also going to be detected.
    BridgeAR authored and kibertoad committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    004ee49 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Remove dependency on timespan (#1014)

    * Remove dependency on timespan. Add test to ensure that uptime signature didn't change
    
    * Remove redundant description
    kibertoad committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    a32e24f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

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

Commits on Mar 5, 2019

  1. Update utile to get rid of security warning (#1022)

    * Update utile to get rid of security warning
    
    * Don't use external dependencies from utile
    kibertoad committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    f8eb48c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Add --skipIgnoreFile argument

    ww9 committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    1547a84 View commit details
    Browse the repository at this point in the history