Ecosyste.ms: Timeline

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

oss-review-toolkit/ort

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

cd-test-core - A suite of tools to automate software compliance checks.

sschuberth pushed 25 commits to purl-imps oss-review-toolkit/ort
  • chore: Align custom kotlinx-serializers to be objects, part 2 This is a follow-up to 9607cd0 for code that was merge... d743b8a
  • docs(pub): Add links to dependency types Signed-off-by: Sebastian Schuberth <[email protected]> 89f8422
  • chore(pub): Order dependency classes as in the linked documentation Signed-off-by: Sebastian Schuberth <sebastian@do... 9b9d996
  • refactor(pub): Reduce code by delegating to the default serializer Signed-off-by: Sebastian Schuberth <sebastian@dou... bd745c1
  • chore(pub): Simplify deserializing dependencies The dependencies node itself is never a scalar, so the code can be s... 5c27750
  • chore(pub): Handle dependency types in the same order as documented Signed-off-by: Sebastian Schuberth <sebastian@do... 7b1c5b9
  • refactor(pub): Reorder classes into packages Remove the `utils` package and move its only class to the root. In exch... 0efd79b
  • refactor(pub): Only use a single shared YAML instance Signed-off-by: Sebastian Schuberth <[email protected]> 201e0de
  • fix(yarn): Deal with retries when parsing the command output When Yarn encounters network problems on querying detai... ad9a363
  • test(python): Update expected results Signed-off-by: Sebastian Schuberth <[email protected]> 56c1e8a
  • fix(pub): Support deserializing hosted deps without version constraint Fixes #9310. Signed-off-by: Frank Viernau <f... 950624a
  • docs(pub): Move a comment to the data class docs Signed-off-by: Frank Viernau <[email protected]> 36418b6
  • refactor(pub): Add a default value for `version` for consistency Signed-off-by: Frank Viernau <[email protected]> 19aaa1c
  • fix(gradle-inspector): Optimize memory by caching dependency subtrees In large projects with many dependencies, the ... 9ccccf6
  • deps: update dependency @mdx-js/react to v3.1.0 1106470
  • deps: update dependency org.asciidoctor:asciidoctorj-pdf to v2.3.19 f24b2b3
  • deps: Update the dependency-analysis-gradle-plugin to version 2.2.0 622655e
  • deps: update dependency org.semver4j:semver4j to v5.4.1 65df485
  • chore(scanner): Give a variable in a test a better name Signed-off-by: Sebastian Schuberth <[email protected]> dc37046
  • docs(model): Clarify in a test what a "clean" purl is supposed to be Signed-off-by: Sebastian Schuberth <sebastian@d... 4b6c12f
  • and 5 more ...

View on GitHub

sschuberth pushed 1 commit to main oss-review-toolkit/ort
  • deps: update github/codeql-action digest to f779452 3101aa8

View on GitHub

sschuberth deleted a branch oss-review-toolkit/ort

renovate/github-codeql-action-digest

sschuberth closed a pull request on oss-review-toolkit/ort
deps: update github/codeql-action digest to f779452
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | digest | `c3662...
renovate[bot] pushed 34 commits to renovate/github-codeql-action-digest oss-review-toolkit/ort
  • test(pub): Update expected results Signed-off-by: Sebastian Schuberth <[email protected]> bb336f0
  • deps: update dependency ch.qos.logback:logback-classic to v1.5.11 b54962b
  • fix(gradle-plugin): Guard `dependencyResolutionManagement` usage Do not use that feature before it was added in Grad... 47f73b4
  • fix(pub): Properly end the input structure when parsing specs Signed-off-by: Sebastian Schuberth <sebastian@doubleop... 0d99de2
  • refactor(pub): Port the lockfile parsing to KxS Signed-off-by: Frank Viernau <[email protected]> Signed-off-by:... 831b113
  • chore(clearly-defined)!: Make `CoordinatesSerializer` internal This is only used in `Coordinates.kt` of the same mod... 4470675
  • chore: Align custom kotlinx-serializers to be objects Emphasize that there never will be multiple instances of these... 9607cd0
  • deps: update dependency io.github.pdvrieze.xmlutil:serialization to v0.90.2 06537b2
  • deps: update dependency org.cyclonedx:cyclonedx-core-java to v9.1.0 8c103c4
  • fix(spdx-utils): Accept the "no patent" exception See e.g. [1], which is marked as an exception. [1]: https://scanc... 9d0873c
  • feat(fossid): Make FossID sensitivity configurable Add the option for the user to specify the sensitivity for a Foss... e5c6e0c
  • ci(release): Increase the timeout for creating the staging repository Creating the Sonatype staging repository occas... bac154a
  • test(pub): Update expected results Signed-off-by: Sebastian Schuberth <[email protected]> 64dc2c1
  • fix(cli): Remove credentials from environment variables Do not expose any credentials, e.g. when included in proxy U... 03b4ed9
  • deps: update dependency com.github.jmongard.git-semver-plugin to v0.12.11 ed4bccf
  • chore: Align custom kotlinx-serializers to be objects, part 2 This is a follow-up to 9607cd0 for code that was merge... d743b8a
  • docs(pub): Add links to dependency types Signed-off-by: Sebastian Schuberth <[email protected]> 89f8422
  • chore(pub): Order dependency classes as in the linked documentation Signed-off-by: Sebastian Schuberth <sebastian@do... 9b9d996
  • refactor(pub): Reduce code by delegating to the default serializer Signed-off-by: Sebastian Schuberth <sebastian@dou... bd745c1
  • chore(pub): Simplify deserializing dependencies The dependencies node itself is never a scalar, so the code can be s... 5c27750
  • and 14 more ...

View on GitHub

bennati created a comment on an issue on oss-review-toolkit/ort
This is no longer happening with a more recent ORT version, we can close this issue.

View on GitHub

bennati closed an issue on oss-review-toolkit/ort
Analyzer confuses Cargo dependency hosted in repo for a source artifact
When running the analyzer (revision 2b230b8) on a Cargo project, a dependency which is hosted in a git repo is identified as source artifact. The analyzer result contains the following: ``` "so...
sschuberth created a comment on a pull request on oss-review-toolkit/ort
@fviernau mind having a look as I have some follow-up changes?

View on GitHub

sschuberth closed a pull request on oss-review-toolkit/ort
deps: update dependency org.semver4j:semver4j to v5.4.1
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.semver4j:semver4j](https://redirect.github.com/semver4j/semver...
sschuberth pushed 1 commit to main oss-review-toolkit/ort
  • deps: Update the dependency-analysis-gradle-plugin to version 2.2.0 622655e

View on GitHub

sschuberth deleted a branch oss-review-toolkit/ort

renovate/dependencyanalysisplugin

sschuberth closed a pull request on oss-review-toolkit/ort
deps: update dependency com.autonomousapps:dependency-analysis-gradle-plugin to v2.2.0
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.autonomousapps:dependency-analysis-gradle-plugin](https://redi...
sschuberth pushed 1 commit to main oss-review-toolkit/ort
  • deps: update dependency org.asciidoctor:asciidoctorj-pdf to v2.3.19 f24b2b3

View on GitHub

sschuberth deleted a branch oss-review-toolkit/ort

renovate/asciidoctorjpdf

sschuberth closed a pull request on oss-review-toolkit/ort
deps: update dependency org.asciidoctor:asciidoctorj-pdf to v2.3.19
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.asciidoctor:asciidoctorj-pdf](https://redirect.github.com/asci...
sschuberth pushed 1 commit to main oss-review-toolkit/ort
  • deps: update dependency @mdx-js/react to v3.1.0 1106470

View on GitHub

sschuberth deleted a branch oss-review-toolkit/ort

renovate/mdx-monorepo

sschuberth closed a pull request on oss-review-toolkit/ort
deps: update dependency @mdx-js/react to v3.1.0
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@mdx-js/react](https://mdxjs.com) ([source](https://redirect.githu...
renovate[bot] pushed 15 commits to renovate/semver4j oss-review-toolkit/ort
  • chore: Align custom kotlinx-serializers to be objects, part 2 This is a follow-up to 9607cd0 for code that was merge... d743b8a
  • docs(pub): Add links to dependency types Signed-off-by: Sebastian Schuberth <[email protected]> 89f8422
  • chore(pub): Order dependency classes as in the linked documentation Signed-off-by: Sebastian Schuberth <sebastian@do... 9b9d996
  • refactor(pub): Reduce code by delegating to the default serializer Signed-off-by: Sebastian Schuberth <sebastian@dou... bd745c1
  • chore(pub): Simplify deserializing dependencies The dependencies node itself is never a scalar, so the code can be s... 5c27750
  • chore(pub): Handle dependency types in the same order as documented Signed-off-by: Sebastian Schuberth <sebastian@do... 7b1c5b9
  • refactor(pub): Reorder classes into packages Remove the `utils` package and move its only class to the root. In exch... 0efd79b
  • refactor(pub): Only use a single shared YAML instance Signed-off-by: Sebastian Schuberth <[email protected]> 201e0de
  • fix(yarn): Deal with retries when parsing the command output When Yarn encounters network problems on querying detai... ad9a363
  • test(python): Update expected results Signed-off-by: Sebastian Schuberth <[email protected]> 56c1e8a
  • fix(pub): Support deserializing hosted deps without version constraint Fixes #9310. Signed-off-by: Frank Viernau <f... 950624a
  • docs(pub): Move a comment to the data class docs Signed-off-by: Frank Viernau <[email protected]> 36418b6
  • refactor(pub): Add a default value for `version` for consistency Signed-off-by: Frank Viernau <[email protected]> 19aaa1c
  • fix(gradle-inspector): Optimize memory by caching dependency subtrees In large projects with many dependencies, the ... 9ccccf6
  • deps: update dependency org.semver4j:semver4j to v5.4.1 0e8f7ff

View on GitHub

renovate[bot] pushed 15 commits to renovate/asciidoctorjpdf oss-review-toolkit/ort
  • chore: Align custom kotlinx-serializers to be objects, part 2 This is a follow-up to 9607cd0 for code that was merge... d743b8a
  • docs(pub): Add links to dependency types Signed-off-by: Sebastian Schuberth <[email protected]> 89f8422
  • chore(pub): Order dependency classes as in the linked documentation Signed-off-by: Sebastian Schuberth <sebastian@do... 9b9d996
  • refactor(pub): Reduce code by delegating to the default serializer Signed-off-by: Sebastian Schuberth <sebastian@dou... bd745c1
  • chore(pub): Simplify deserializing dependencies The dependencies node itself is never a scalar, so the code can be s... 5c27750
  • chore(pub): Handle dependency types in the same order as documented Signed-off-by: Sebastian Schuberth <sebastian@do... 7b1c5b9
  • refactor(pub): Reorder classes into packages Remove the `utils` package and move its only class to the root. In exch... 0efd79b
  • refactor(pub): Only use a single shared YAML instance Signed-off-by: Sebastian Schuberth <[email protected]> 201e0de
  • fix(yarn): Deal with retries when parsing the command output When Yarn encounters network problems on querying detai... ad9a363
  • test(python): Update expected results Signed-off-by: Sebastian Schuberth <[email protected]> 56c1e8a
  • fix(pub): Support deserializing hosted deps without version constraint Fixes #9310. Signed-off-by: Frank Viernau <f... 950624a
  • docs(pub): Move a comment to the data class docs Signed-off-by: Frank Viernau <[email protected]> 36418b6
  • refactor(pub): Add a default value for `version` for consistency Signed-off-by: Frank Viernau <[email protected]> 19aaa1c
  • fix(gradle-inspector): Optimize memory by caching dependency subtrees In large projects with many dependencies, the ... 9ccccf6
  • deps: update dependency org.asciidoctor:asciidoctorj-pdf to v2.3.19 7587f12

View on GitHub

sschuberth pushed 15 commits to renovate/dependencyanalysisplugin oss-review-toolkit/ort
  • chore: Align custom kotlinx-serializers to be objects, part 2 This is a follow-up to 9607cd0 for code that was merge... d743b8a
  • docs(pub): Add links to dependency types Signed-off-by: Sebastian Schuberth <[email protected]> 89f8422
  • chore(pub): Order dependency classes as in the linked documentation Signed-off-by: Sebastian Schuberth <sebastian@do... 9b9d996
  • refactor(pub): Reduce code by delegating to the default serializer Signed-off-by: Sebastian Schuberth <sebastian@dou... bd745c1
  • chore(pub): Simplify deserializing dependencies The dependencies node itself is never a scalar, so the code can be s... 5c27750
  • chore(pub): Handle dependency types in the same order as documented Signed-off-by: Sebastian Schuberth <sebastian@do... 7b1c5b9
  • refactor(pub): Reorder classes into packages Remove the `utils` package and move its only class to the root. In exch... 0efd79b
  • refactor(pub): Only use a single shared YAML instance Signed-off-by: Sebastian Schuberth <[email protected]> 201e0de
  • fix(yarn): Deal with retries when parsing the command output When Yarn encounters network problems on querying detai... ad9a363
  • test(python): Update expected results Signed-off-by: Sebastian Schuberth <[email protected]> 56c1e8a
  • fix(pub): Support deserializing hosted deps without version constraint Fixes #9310. Signed-off-by: Frank Viernau <f... 950624a
  • docs(pub): Move a comment to the data class docs Signed-off-by: Frank Viernau <[email protected]> 36418b6
  • refactor(pub): Add a default value for `version` for consistency Signed-off-by: Frank Viernau <[email protected]> 19aaa1c
  • fix(gradle-inspector): Optimize memory by caching dependency subtrees In large projects with many dependencies, the ... 9ccccf6
  • deps: Update the dependency-analysis-gradle-plugin to version 2.2.0 03e6ce9

View on GitHub

renovate[bot] pushed 15 commits to renovate/mdx-monorepo oss-review-toolkit/ort
  • chore: Align custom kotlinx-serializers to be objects, part 2 This is a follow-up to 9607cd0 for code that was merge... d743b8a
  • docs(pub): Add links to dependency types Signed-off-by: Sebastian Schuberth <[email protected]> 89f8422
  • chore(pub): Order dependency classes as in the linked documentation Signed-off-by: Sebastian Schuberth <sebastian@do... 9b9d996
  • refactor(pub): Reduce code by delegating to the default serializer Signed-off-by: Sebastian Schuberth <sebastian@dou... bd745c1
  • chore(pub): Simplify deserializing dependencies The dependencies node itself is never a scalar, so the code can be s... 5c27750
  • chore(pub): Handle dependency types in the same order as documented Signed-off-by: Sebastian Schuberth <sebastian@do... 7b1c5b9
  • refactor(pub): Reorder classes into packages Remove the `utils` package and move its only class to the root. In exch... 0efd79b
  • refactor(pub): Only use a single shared YAML instance Signed-off-by: Sebastian Schuberth <[email protected]> 201e0de
  • fix(yarn): Deal with retries when parsing the command output When Yarn encounters network problems on querying detai... ad9a363
  • test(python): Update expected results Signed-off-by: Sebastian Schuberth <[email protected]> 56c1e8a
  • fix(pub): Support deserializing hosted deps without version constraint Fixes #9310. Signed-off-by: Frank Viernau <f... 950624a
  • docs(pub): Move a comment to the data class docs Signed-off-by: Frank Viernau <[email protected]> 36418b6
  • refactor(pub): Add a default value for `version` for consistency Signed-off-by: Frank Viernau <[email protected]> 19aaa1c
  • fix(gradle-inspector): Optimize memory by caching dependency subtrees In large projects with many dependencies, the ... 9ccccf6
  • deps: update dependency @mdx-js/react to v3.1.0 5b9b1a8

View on GitHub

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

View on GitHub

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

View on GitHub

sschuberth closed an issue on oss-review-toolkit/ort
Gradle Inspector terminates with OutOfMemory
### Describe the bug Since Ort versions 32.x and later, Gradle Inspector start to explode with Out of Memory crash. Same unmodified code that worked with Ort 30.0.0. ### To Reproduce Download [D...
sschuberth closed an issue on oss-review-toolkit/ort
Gradle Inspector terminates with OutOfMemory
### Describe the bug Since Ort versions 32.x and later, Gradle Inspector start to explode with Out of Memory crash. Same unmodified code that worked with Ort 30.0.0. ### To Reproduce Download [D...
sschuberth pushed 1 commit to main oss-review-toolkit/ort
  • fix(gradle-inspector): Optimize memory by caching dependency subtrees In large projects with many dependencies, the ... 9ccccf6

View on GitHub

sschuberth closed a pull request on oss-review-toolkit/ort
fix(gradle-inspector): Optimize memory by caching dependency subtrees
In large projects with many dependencies, the GradleInspector plugin often runs out of Java heap space, even when allocated 2 GB. This is due to all dependencies being stored in a large tree struct...
Load more