Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
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: AccessLint/accesslint-ci
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.6
Choose a base ref
...
head repository: AccessLint/accesslint-ci
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 6 files changed
  • 3 contributors

Commits on Feb 22, 2017

  1. Refine and speed up crawler

    - Whitelist accepted files to fetch, instead of maintaining an
      incomplete blacklist.
    - Clean up after ourselves by deleting files immediately after download.
    - Log file moved to `/tmp` instead of project `tmp`, to make sure we get
      cleaned up after.
    Cameron Cundiff authored and ckundo committed Feb 22, 2017
    Copy the full SHA
    4b13177 View commit details

Commits on Feb 25, 2017

  1. v0.2.7

    ckundo committed Feb 25, 2017
    Copy the full SHA
    f3392e5 View commit details

Commits on Mar 11, 2017

  1. Add an option for hosted accesslint platform

    - When running on accesslint servers, we still want to comment but we
      don't want to try to fetch circle artifacts.
    ckundo committed Mar 11, 2017
    Copy the full SHA
    ad89782 View commit details
  2. v0.2.8

    ckundo committed Mar 11, 2017
    Copy the full SHA
    63d7ab6 View commit details

Commits on Apr 15, 2017

  1. Add option to compare to an existing file

    - This allows us to specify an existing logfile that lives locally.
    - Moves towards decoupling from CircleCI artifacts.
    - Also adds an outfile option to track the diff output between runs.
    ckundo committed Apr 15, 2017
    Copy the full SHA
    7ae876b View commit details
  2. v0.3.0

    ckundo committed Apr 15, 2017
    Copy the full SHA
    d7ab698 View commit details

Commits on Apr 22, 2017

  1. Refactor Thor CLI and update gems

    - Allow a "base" option for specifying a baseline file to compare to.
    - Upgrade all gems.
    - Split out helper methods from CLI implementation.
    ckundo committed Apr 22, 2017
    Copy the full SHA
    8a2ad36 View commit details
  2. v0.3.1

    ckundo committed Apr 22, 2017
    Copy the full SHA
    06be637 View commit details
  3. Accept a baseline file for comparison of logs

    - Baseline files can be the initial scan on master or the first scan on
      a PR.
    - Subsequent scans will compare results with the baseline to determine
      if there is a diff (more or fewer errors).
    ckundo committed Apr 22, 2017
    Copy the full SHA
    aaeeafa View commit details
  4. v0.3.2

    ckundo committed Apr 22, 2017
    Copy the full SHA
    9f64200 View commit details
  5. Make public methods private

    - Eliminates warning messages from Thor.
    ckundo committed Apr 22, 2017
    Copy the full SHA
    a50eeec View commit details
  6. v0.3.3

    ckundo committed Apr 22, 2017
    Copy the full SHA
    4297471 View commit details
  7. Run accesslint command in parallel

    - Up to 10 parallel processes.
    - Print command before running for better feedback.
    ckundo committed Apr 22, 2017
    Copy the full SHA
    6089b63 View commit details
  8. v0.3.4

    ckundo committed Apr 22, 2017
    Copy the full SHA
    441448e View commit details
  9. Normalize for changing localhost ports

    - This makes it easier to run on docker exposed ports that may change
      over time.
    ckundo committed Apr 22, 2017
    Copy the full SHA
    21929b8 View commit details
  10. v0.3.5

    ckundo committed Apr 22, 2017
    Copy the full SHA
    c3ed0a1 View commit details

Commits on Apr 30, 2017

  1. Always save a diff file

    - Accept an optional outfile.
    - Otherwise record over the previous diff file.
    - Fallback to the current directory when there's no previous diff.
    ckundo committed Apr 30, 2017
    Copy the full SHA
    ad389ad View commit details
  2. v0.3.6

    ckundo committed Apr 30, 2017
    Copy the full SHA
    3d25747 View commit details

Commits on Aug 17, 2017

  1. Copy the full SHA
    e3dbc5c View commit details

Commits on Aug 20, 2017

  1. Copy the full SHA
    0d39eeb View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff v0.2.6...master