Ecosyste.ms: Timeline

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

oss-review-toolkit/ort

renovate[bot] opened 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...
renovate[bot] created a branch on oss-review-toolkit/ort

renovate/dependencyanalysisplugin - A suite of tools to automate software compliance checks.

renovate[bot] opened 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...
renovate[bot] created a branch on oss-review-toolkit/ort

renovate/semver4j - A suite of tools to automate software compliance checks.

heliocastro created a comment on an issue on oss-review-toolkit/ort
I will try your patch. 4 Gb not even touch the bare minimum. 8 Gb. is the one that we start to have some results.

View on GitHub

sschuberth created a comment on a pull request on oss-review-toolkit/ort
Yes, that's exactly what my PR is about. But could be that there's still something wrong in my implementation.

View on GitHub

wkl3nk created a comment on a pull request on oss-review-toolkit/ort
> Could you try if https://github.com/oss-review-toolkit/ort/pull/9304 instead would also fix your issue? This is about namespace segments? It probably would, but from what I have seen in ort-r...

View on GitHub

github-advanced-security[bot] created a review comment on a pull request on oss-review-toolkit/ort
## Reports missing newlines (e.g. between parentheses of a multi-line function call Missing newline before "}" [Show more details](https://github.com/oss-review-toolkit/ort/security/code-scanning...

View on GitHub

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

View on GitHub

vhbsouza starred oss-review-toolkit/ort
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/9305?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

github-advanced-security[bot] created a review comment on a pull request on oss-review-toolkit/ort
## Reports spaces around commas Missing spacing after "," [Show more details](https://github.com/oss-review-toolkit/ort/security/code-scanning/3969)

View on GitHub

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

View on GitHub

wkl3nk opened 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 review comment on a pull request on oss-review-toolkit/ort
Please have another look @fviernau.

View on GitHub

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

View on GitHub

sschuberth created a comment on a pull request on oss-review-toolkit/ort
> Closed in favor of an upstream fix: [CycloneDX/cyclonedx-core-java#538](https://github.com/CycloneDX/cyclonedx-core-java/issues/538). I was hoping for a *fix*, but it's in fact an *issue* 😄

View on GitHub

jhermann starred oss-review-toolkit/ort
nnobelis created a comment on a pull request on oss-review-toolkit/ort
Closed in favor of an upstream fix: https://github.com/CycloneDX/cyclonedx-core-java/issues/538

View on GitHub

nnobelis closed a pull request on oss-review-toolkit/ort
fix(cyclonedx): Sanitize copyrights for the CycloneDX XML report
Some characters in copyrights cannot be outputted to XML. Therefore, sanitize the copyrights content for XML. This fixes the following exception: > org.cyclonedx.exception.GeneratorException:...
sschuberth pushed 1 commit to purl-imps oss-review-toolkit/ort
  • fix(model): Rework purl conversion according to the specs Implement the pseudo-algorithm described at [1]. Most impo... 7647ee3

View on GitHub

sschuberth pushed 5 commits to pub-imps oss-review-toolkit/ort
  • refactor(pub): Reduce code by delegating to the default serializer Signed-off-by: Sebastian Schuberth <sebastian@dou... 8be16d9
  • chore(pub): Simplify deserializing dependencies The dependencies node itself is never a scalar, so the code can be s... ae06cfc
  • chore(pub): Handle dependency types in the same order as documented Signed-off-by: Sebastian Schuberth <sebastian@do... 4a3c230
  • refactor(pub): Reorder classes into packages Remove the `utils` package and move its only class to the root. In exch... e045fbd
  • refactor(pub): Only use a single shared YAML instance Signed-off-by: Sebastian Schuberth <[email protected]> c643da0

View on GitHub

sschuberth created a review comment on a pull request on oss-review-toolkit/ort
Why would encapsulation even be required here? I mean, these two files *are* supposed to be deserialized in exactly the same way, so it makes sense and is correct to share the same `Yaml` instance,...

View on GitHub

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

View on GitHub

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/9304?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 created a review comment on a pull request on oss-review-toolkit/ort
I still don't believe it makes sense to stick with `url` in the longer term as it would break as soon as we'd be able to deserialize classes directly (see https://github.com/charleskorn/kaml/issues...

View on GitHub

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

View on GitHub

sschuberth pushed 11 commits to pub-imps oss-review-toolkit/ort
  • 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... ff8bbc6
  • docs(pub): Add links to dependency types Signed-off-by: Sebastian Schuberth <[email protected]> e59225e
  • chore(pub): Order dependency classes as in the linked documentation Signed-off-by: Sebastian Schuberth <sebastian@do... 6e834c3
  • fix(pub): Use the correct property name for own package repositories The property is called `hosted`, not `url`, see... 0672adb
  • refactor(pub): Reduce code by delegating to the default serializer Signed-off-by: Sebastian Schuberth <sebastian@dou... aad9cd1
  • chore(pub): Simplify deserializing dependencies The dependencies node itself is never a scalar, so the code can be s... beb0839
  • chore(pub): Handle dependency types in the same order as documented Signed-off-by: Sebastian Schuberth <sebastian@do... 4bfdc1c
  • refactor(pub): Reorder classes into packages Remove the `utils` package and move its only class to the root. In exch... aa01289
  • refactor(pub): Only use a single shared YAML instance Signed-off-by: Sebastian Schuberth <[email protected]> 5710c21

View on GitHub

sschuberth opened a draft pull request on oss-review-toolkit/ort
Purl-related improvements
Please have a look at the individual commit messages for the details.
sschuberth created a branch on oss-review-toolkit/ort

purl-imps - A suite of tools to automate software compliance checks.

Load more