Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: standard/standard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.3.2
Choose a base ref
...
head repository: standard/standard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.3
Choose a head ref
  • 10 commits
  • 2 files changed
  • 3 contributors

Commits on Jun 20, 2015

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

Commits on Jun 24, 2015

  1. Merge pull request #165 from yoshuawuyts/clone-yoshuawuyts

    test: add more repos to clone test
    feross committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    b74e4ca View commit details
    Browse the repository at this point in the history
  2. vastly speed up tests

    - parallelize test tasks to number of cores
    - `git pull` instead of `git clone` on later test runs
    feross committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    95faa06 View commit details
    Browse the repository at this point in the history
  3. add quick test script

    feross committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    d652ae4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5600ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91a674c View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2015

  1. test: add cjb/GitTorrent

    feross committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    70b3ca2 View commit details
    Browse the repository at this point in the history
  2. Use https:// link for eslint tarball instead of git://

    git:// tries to use ssh behind the scenes which is usually blocked by corporate networks.  https:// tends not to be so use that instead.
    
    This prevents this sort of error:
    
    ```
    npm ERR! git fetch -a origin (git://github.com/eslint/eslint.git) fatal: unable to connect to github.com:
    npm ERR! git fetch -a origin (git://github.com/eslint/eslint.git) github.com[0: 192.30.252.131]: errno=Operation timed out
    npm ERR! Error: Command failed: fatal: unable to connect to github.com:
    npm ERR! github.com[0: 192.30.252.131]: errno=Operation timed out
    ```
    achingbrain committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    ce8c517 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2015

  1. Merge pull request #173 from achingbrain/patch-1

    Use https:// link for eslint tarball instead of git://
    feross committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    7b2d79e View commit details
    Browse the repository at this point in the history
  2. 4.3.3

    feross committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    286b0c7 View commit details
    Browse the repository at this point in the history
Loading