Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

oss-review-toolkit/ort

fviernau created a review on a pull request on oss-review-toolkit/ort

View on GitHub

sschuberth created a tag on oss-review-toolkit/ort

36.0.0 - A suite of tools to automate software compliance checks.

daniel-kr forked oss-review-toolkit/ort

daniel-kr/ort

daniel-kr forked oss-review-toolkit/ort

daniel-kr/ort

sschuberth created a comment on an issue on oss-review-toolkit/ort
@th, would you agree that it make sense to close the issue on our side as there's probably nothing we can do about it, and you've filed an upstream issue?

View on GitHub

sschuberth created a review comment on a pull request on oss-review-toolkit/ort
As `.jsonPrimitive` throws if "type" is not a `JsonPrimitve`, the "loop" will be exited in this case without checking the remaining elements. I agree it's a very low risk that a "type" is not a `Js...

View on GitHub

sschuberth created a review comment on a pull request on oss-review-toolkit/ort
I think it's fine to just use `it` here for shortness.

View on GitHub

sschuberth created a review comment on a pull request on oss-review-toolkit/ort
Prefer `ouptut.byteInputStream()`.

View on GitHub

sschuberth created a review on a pull request on oss-review-toolkit/ort

View on GitHub

github-advanced-security[bot] created a review comment on a pull request on oss-review-toolkit/ort
## Unused symbol Class "YarnTest" is never used [Show more details](https://github.com/oss-review-toolkit/ort/security/code-scanning/3963)

View on GitHub

github-advanced-security[bot] created a review on a pull request on oss-review-toolkit/ort

View on GitHub

oheger-bosch created a review comment on a pull request on oss-review-toolkit/ort
The implementation has been changed as discussed. Now the objects are parsed in a sequence, and the first one with type "inspect" is returned.

View on GitHub

oheger-bosch created a review on a pull request on oss-review-toolkit/ort

View on GitHub

sschuberth created a comment on an issue on oss-review-toolkit/ort
> Indeed. I just installed Temurin 21, didn't even update JAVA_HOME, and it builds. Fascinating. I'd appreciate if you could take the time to report this to https://github.com/gradle/gradle/issues...

View on GitHub

th created a comment on an issue on oss-review-toolkit/ort
Indeed. I just installed Temurin 21, didn't even update JAVA_HOME, and it builds. Fascinating. Is there a special reason why you limit JDKs to Adoptium/Temurin, some incompatibility, or is it just...

View on GitHub

sschuberth created a comment on an issue on oss-review-toolkit/ort
> toolchainVersion = 21 is just the minimum version, correct? Yes. > Cannot find a Java installation on your machine (Linux 6.1.0-26-amd64 amd64) matching: Compatible with Java 21, any vendor (fr...

View on GitHub

th created a comment on an issue on oss-review-toolkit/ort
Is there some cleanup step I need to do? It doesn't seem to work for me. toolchainVersion = 21 is just the minimum version, correct? Starting a Gradle Daemon (subsequent builds will be faster) D...

View on GitHub

sschuberth created a comment on an issue on oss-review-toolkit/ort
> Cannot find a Java installation on your machine (Linux 6.1.0-26-amd64 amd64) matching: Compatible with Java 21, vendor matching('Adoptium') (from gradle/gradle-daemon-jvm.properties). The proble...

View on GitHub

sschuberth created a comment on an issue on oss-review-toolkit/ort
> the commits reference "Adoptium", although the Java distribution has been renamed to "Temurin" some time ago Yes, [Gradle calls it](https://docs.gradle.org/current/kotlin-dsl/gradle/org.gradle.j...

View on GitHub

th opened an issue on oss-review-toolkit/ort
Gradle doesn't find a usable Java version
### Describe the bug I'm on Debian bookworm with the Temurin JDK package, version 23 installed. th@thinkpad ~> echo $JAVA_HOME /usr/lib/jvm/default-java/ th@thinkpad ~> java -version openjdk ver...
janek64 created a comment on an issue on oss-review-toolkit/ort
Thank you for the feedback and the hint at the information resources. I will follow the strategy of preferring the _GradleInspector_ and falling back to _Gradle_ on errors!

View on GitHub

sschuberth pushed 1 commit to main oss-review-toolkit/ort
  • feat(fossid): Make FossID sensitivity configurable Add the option for the user to specify the sensitivity for a Foss... e5c6e0c

View on GitHub

sschuberth pushed 1 commit to main oss-review-toolkit/ort
  • fix(spdx-utils): Accept the "no patent" exception See e.g. [1], which is marked as an exception. [1]: https://scanc... 9d0873c

View on GitHub

sschuberth deleted a branch oss-review-toolkit/ort

no-patent-exception

sschuberth closed a pull request on oss-review-toolkit/ort
fix(spdx-utils): Accept the "no patent" exception
See e.g. [1], which is marked as an exception. [1]: https://scancode-licensedb.aboutcode.org/?search=LicenseRef-scancode-ecma-no-patent
codecov[bot] created a comment on a pull request on oss-review-toolkit/ort
## [Codecov](https://app.codecov.io/gh/oss-review-toolkit/ort/pull/9292?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=os...

View on GitHub

sschuberth opened a pull request on oss-review-toolkit/ort
fix(spdx-utils): Accept the "no patent" exception
See e.g. [1], which is marked as an exception. [1]: https://scancode-licensedb.aboutcode.org/?search=LicenseRef-scancode-ecma-no-patent
sschuberth created a branch on oss-review-toolkit/ort

no-patent-exception - A suite of tools to automate software compliance checks.

sschuberth created a comment on an issue on oss-review-toolkit/ort
This probably has the same root cause as https://github.com/oss-review-toolkit/ort/issues/5232 and is not related to Gradle specifically.

View on GitHub

schvvarzekatze opened an issue on oss-review-toolkit/ort
Scan step crashes with SVNException
### When using For Gradle packages the scan crashes with an error The same config including environment is only working and generation successful reports for Yarn as package manager. Question: ...
Load more