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 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...
sschuberth created a comment on an issue on oss-review-toolkit/ort
I believe we should not mix Go and Swift issues here: The main point is that after [some discussion](https://github.com/package-url/purl-spec/pull/176) it seems that PURLs are not supposed to encod...

View on GitHub

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

View on GitHub

fviernau pushed 2 commits to main oss-review-toolkit/ort

View on GitHub

fviernau deleted a branch oss-review-toolkit/ort

pub-follow-up-fix-ups

fviernau closed a pull request on oss-review-toolkit/ort
Minor pubspec fixes
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/9313?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

heliocastro created a review on a pull request on oss-review-toolkit/ort
Looks good after the tests against the test repositories.

View on GitHub

oheger-bosch created a review on a pull request on oss-review-toolkit/ort
Great fix, thank you very much @wkl3nk

View on GitHub

fviernau created a comment on an issue on oss-review-toolkit/ort
I've unassigned myself, as I don't have time in the short term. I'd be interested in doing this but though.

View on GitHub

Load more