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-gradle-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.1
Choose a base ref
...
head repository: snyk/snyk-gradle-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 12 commits
  • 52 files changed
  • 6 contributors

Commits on Jan 17, 2024

  1. fix: Use complete project path when filtering subprojects (#278)

    fix: complete proj path on subprojects filtering
    
    Co-authored-by: damian <[email protected]>
    37IulianPopovici and damianw authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    e216d5c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

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

Commits on Jun 5, 2024

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

Commits on Sep 12, 2024

  1. feat: Update CI Window Machine (#289)

    * feat: update ci windows image and java selection
    
    * feat: update test to check gradle version
    DOlufemi authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    628c688 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

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

Commits on Oct 1, 2024

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

Commits on Oct 3, 2024

  1. feat: handle gradle wrapper files for windows (#292)

    * feat: handle gradle wrapper files for windows
    
    * feat: updated test wrapper tests
    
    * feat: add test for generateWrapperProcessArgs
    
    * fix: lint files
    DOlufemi authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2f5ee75 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

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

Commits on Nov 19, 2024

  1. feat: support verbose gradle graphs for sbom generation (#290) (#294)

    * chore: update jdk8 JAVA_HOME path
    
    * feat: support verbose gradle graphs for sbom generation (#290)
    orsagie authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    3c5e683 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. feat: handle spawn error on gradle command (#295)

    * feat: handle spawn error on gradle command
    
    * feat: set java path in ci
    DOlufemi authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    37316ad View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

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

Commits on Dec 19, 2024

  1. feat: record pkg id provenance (#297)

    * feat: record pkg id provenance
    
    Add pkgIdProvenance to the dep-graph nodes where the coordinate has
    been changed when using `--gradle-normalize-deps`.
    
    This allows users to see what the original coordinate was in dep-graph
    JSON output.
    
    Nodes will appear like so:
    
    ```json
    {
      "nodes": [
        {
          "nodeId": "org.apache.logging.log4j:[email protected]",
          "pkgId": "org.apache.logging.log4j:[email protected]",
          "info": {
            "pkgIdProvenance": "my.logging:[email protected]",
          }
        }
      ]
    }
    ```
    
    Where "my.logging:log4j" has been identified as
    "org.apache.logging.log4j:log4j-core".
    
    When co-ordinates have not been changed, there is no label.
    
    * test: ignore failing test
    
    Follow up in a later PR on why this test is failing since the latest
    release of guava. For some reason we're including the 'default'
    configuration when we shouldn't.
    gitphill authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    9589d18 View commit details
    Browse the repository at this point in the history
Loading