Permalink
Switch branches/tags
Nothing to show
Commits on Jan 16, 2017
  1. Merge pull request #9 from srcclr/srcclr_updates

    Enhancements
    dariusf committed on GitHub Jan 16, 2017
Commits on Oct 20, 2016
  1. Update dependencies to resolve known vulnerabilities

    Major changes: Rails 4 -> Rails 5
    newbishme committed Oct 20, 2016
Commits on Aug 15, 2016
  1. Pagination of Projects page

    Limit to list 100 projects a page.
    newbishme committed Aug 15, 2016
Commits on Jul 18, 2016
  1. Remove the tmp clone directory after Rugged Walker is done

    Free some space on the hard drive.. It does not remove if there are errors parsing the repo, causing InitalAudit to fail.
    newbishme committed Jul 18, 2016
Commits on Jul 12, 2016
Commits on Jul 8, 2016
  1. Merge pull request #8 from srcclr/srcclr_updates

    Srcclr updates - UX Improvements
    newbishme committed on GitHub Jul 8, 2016
  2. Shift param setters to set_params

    We maintain all the session setter in set_params
    newbishme committed Jul 8, 2016
  3. Persist filter/sort view options through session variables

    Session variables are destroyed if there are no params specified to reset the view.
    newbishme committed Jul 8, 2016
  4. Merge pull request #7 from srcclr/srcclr_updates

    Srcclr updates - Multiple fixes
    jsyeo committed on GitHub Jul 8, 2016
Commits on Jul 7, 2016
  1. Merge pull request #6 from jsyeo/jsyeo-static-assets

    Allow rails to serve static assets in production
    newbishme committed on GitHub Jul 7, 2016
Commits on Jun 16, 2016
  1. Lowercase-ify the response headers

    VanessaHenderson committed on GitHub Jun 16, 2016
Commits on Jun 9, 2016
Commits on Jun 7, 2016
Commits on Jun 6, 2016
  1. README cleanup

    briandoll committed Jun 6, 2016
Commits on May 23, 2016
  1. Add import all repos feature

    If you put an org or username in the new projects page, it'll look
    up all repos for that user and import them all.
    CalebFenton committed May 23, 2016
  2. Improve API encapsulation

    CalebFenton committed May 23, 2016
  3. Add rule for markdown files

    This is an example of how to submit a rule.
    CalebFenton committed May 23, 2016
  4. Remove markdown rule

    Will re-add in a jiffy.
    CalebFenton committed May 23, 2016
Commits on May 20, 2016
  1. Explicitly use utf-8 charset

    CalebFenton committed May 20, 2016
Commits on May 19, 2016
  1. Remove defunct dependency

    Also, benchmark auditing rather than clone + audit
    CalebFenton committed May 19, 2016
Commits on May 18, 2016
  1. Switch to using rugged for git repo parsing

    Testing with a large repo, using rugged takes 2/3 the time
    as using the git gem.
    CalebFenton committed May 18, 2016
  2. Prefer '*' to join

    CalebFenton committed May 18, 2016
  3. Factor out git repo interfacing

    This is in preparation of switching to rugged.
    CalebFenton committed May 18, 2016
  4. Add link to sidekiq

    CalebFenton committed May 18, 2016