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: snyk/snyk-sbt-plugin
base: b2edcead67c7f325f9e3e297a1b870cb75408997
Choose a base ref
...
head repository: snyk/snyk-sbt-plugin
compare: 3e02fa4361215ff8943fe87313f438774ef1eb8f
Choose a head ref
  • 20 commits
  • 42 files changed
  • 6 contributors

Commits on Mar 28, 2022

  1. feat: fix for scalafix and multi-project fodler layout heuristics

    This patch set adds `scalafix` to the deny list because it breaks the
    SBT plugin.
    
    It also adds heuristics for multi-project setups with non-standard
    (from Snyk's perspective) layouts.
    muscar committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    2a307dd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #106 from snyk/feat/scalafix-and-project-layout-he…

    …uristics
    
    feat: fix for scalafix and multi-project fodler layout heuristics
    muscar committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    ebf261f View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

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

Commits on Jul 19, 2022

  1. Merge pull request #107 from snyk/feat/ignore-comments

    feat: ignore single-line comments in plugin search
    Jdunsby committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    c6a1177 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. test: support for sbt v.1.7.0

    magdziarek committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    05c1bc1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #108 from snyk/test/sbt-1.7.0

    test: support for sbt v.1.7.0
    ola magdziarek committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    0c104cb View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

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

Commits on Oct 21, 2022

  1. Merge pull request #111 from snyk/fix/reduce-sbt-output

    fix: reduce scala script output size
    Jdunsby committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    ef3f1f6 View commit details
    Browse the repository at this point in the history
  2. chore: add debug logs

    magdziarek committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    4358d57 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #112 from snyk/chore/add-debug-logs

    chore: add debug logs
    ola magdziarek committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    331f46b View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. test: add tests for sbt 1.7.0

    magdziarek committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    24c0bc7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #114 from snyk/test/add-tests-for-latest-sbt-versions

    test: add tests for sbt 1.7.0
    ola magdziarek committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    e451665 View commit details
    Browse the repository at this point in the history
  3. feat: relax conditions for plugin inspect

    magdziarek committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    37e0114 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #115 from snyk/feat/relax-conditions-for-plugin-in…

    …spect
    
    feat: relax conditions for plugin inspect
    ola magdziarek committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    c1c8ba3 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. chore: remove redundant files from fixtures

    magdziarek committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    07b8dad View commit details
    Browse the repository at this point in the history
  2. Merge pull request #117 from snyk/chore/remove-redundant-files

    chore: remove redundant files from fixtures
    ola magdziarek committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    3aff460 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. fix: filter out configs where isPublic is false

    magdziarek committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    179e8c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #118 from snyk/fix/scopekey-error-in-plugin-inspect

    fix: filter out configs where isPublic is false
    ola magdziarek committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    63e5c44 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    99c09eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #120 from snyk/fix/quote-args

    fix: escape child process arguments
    gitphill committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    3e02fa4 View commit details
    Browse the repository at this point in the history