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: sourcegraph/scip-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.3
Choose a base ref
...
head repository: sourcegraph/scip-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 14 commits
  • 29 files changed
  • 7 contributors

Commits on Aug 21, 2024

  1. Copy the full SHA
    35435b9 View commit details

Commits on Sep 12, 2024

  1. Also support Java 21 (#743)

    Co-authored-by: Ben Madore <ben.madore@glassdoor.com>
    madorb and benmadore-glassdoor authored Sep 12, 2024
    Copy the full SHA
    ca095a4 View commit details
  2. Only install coursier and sbt in docker container (#751)

    - Also remove unnecessary jar copying which caused CI flakiness
    antonsviridov-src authored Sep 12, 2024
    Copy the full SHA
    e2d6e7e View commit details

Commits on Oct 10, 2024

  1. Handle .srcjar inputs in Bazel aspect (#754)

    * Unpack .srcjars in Bazel aspect and add them to scip config
    
    * Use --verbose_failures when invoking scip-java aspect
    
    * Scip buildtool can now handle folders of source files
    
    * Improve compatibility with different Bazel versions
    
    * remove redundant conversion
    
    * Add a srcjar example/test
    antonsviridov-src authored Oct 10, 2024
    Copy the full SHA
    a4eb361 View commit details

Commits on Oct 17, 2024

  1. Copy the full SHA
    e327430 View commit details

Commits on Oct 18, 2024

  1. chore: Remove project board workflow (#755)

    We no longer use GitHub project boards so this isn't needed
    varungandhi-src authored Oct 18, 2024
    Copy the full SHA
    4ce8d87 View commit details

Commits on Oct 21, 2024

  1. Update dependency sbt/sbt to v1.10.3 (#752)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 21, 2024
    Copy the full SHA
    dc855d2 View commit details

Commits on Oct 23, 2024

  1. Update dependency net.bytebuddy:byte-buddy-agent to v1.15.7 (#746)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 23, 2024
    Copy the full SHA
    439a0f9 View commit details

Commits on Oct 29, 2024

  1. Copy the full SHA
    6c183d8 View commit details

Commits on Nov 6, 2024

  1. Bazel aspects: allow sharing source jars and allow empty sourcejars (#…

    …757)
    
    * Use labelname when declaring output for unzipped sourcejar
    * Handle empty source jars
    antonsviridov-src authored Nov 6, 2024
    Copy the full SHA
    c3ab8ea View commit details

Commits on Dec 9, 2024

  1. Don't create a subpath for extracted_srcjar (#767)

    This avoids an issue where we declare output to be a prefix of the rule
    antonsviridov-src authored Dec 9, 2024
    Copy the full SHA
    62df280 View commit details

Commits on Mar 4, 2025

  1. Update dependency sbt/sbt to v1.10.10 (#777)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 4, 2025
    Copy the full SHA
    c681b3d View commit details
  2. Copy the full SHA
    95af400 View commit details

Commits on Mar 6, 2025

  1. fixed few dockerignore config (#779)

    Co-authored-by: shivasurya <s.shivasurya@gmail.com>
    Shiva Sankar and shivasurya authored Mar 6, 2025
    Copy the full SHA
    ac4b5c7 View commit details
Loading