Ecosyste.ms: Timeline

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

oss-review-toolkit/ort

mpreu opened an issue on oss-review-toolkit/ort
Mask proxy credentials in log output
### What is the existing functionality and how should it be enhanced? In version `35.0.0`, with log level `info`, a summary of relevant environment variables is printed: ```bash Environment varia...
fviernau created a review comment on a pull request on oss-review-toolkit/ort
The link you provided points to the short form, which uses a primitive type to specify the `url` in a more compact way.

View on GitHub

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

View on GitHub

fviernau created a review comment on a pull request on oss-review-toolkit/ort
copied from the docs: ``` environment: sdk: '>=2.14.0 < 3.0.0' dependencies: transmogrify: hosted: name: transmogrify url: https://some-package-server.com version...

View on GitHub

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

View on GitHub

fviernau created a review comment on a pull request on oss-review-toolkit/ort
can this be simplified to `input.node.yamlMap` ?

View on GitHub

fviernau created a review comment on a pull request on oss-review-toolkit/ort
Hosted packages can be represented in multiple ways. The link above only points to one of the representations. There is a way to specify a `url` for hosted dependencies. So, the data class sh...

View on GitHub

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

View on GitHub

fviernau created a review comment on a pull request on oss-review-toolkit/ort
just question, not sure if idea is good: If the return type was `PackageJson?`, then it would be more easy to write the test. (e.g. without the `parseAndCheckJson()`, but with a visible assertion ...

View on GitHub

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

Load more