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.github.jmongard.git-semver-plugin to v0.12.11
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | com.github.jmongard.git-semver-plugin | `0.12.10` -> `0.12.11` | [!...
renovate[bot] created a branch on oss-review-toolkit/ort

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

wkl3nk created a comment on an issue on oss-review-toolkit/ort
Cross-linking the issue ticket in VulnerableCode: https://github.com/aboutcode-org/vulnerablecode/issues/1620

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/9299?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
## Nested lambda has shadowed implicit parameter Implicit parameter 'it' of enclosing lambda is shadowed [Show more details](https://github.com/oss-review-toolkit/ort/security/code-scanning/3966)

View on GitHub

github-advanced-security[bot] created a review comment on a pull request on oss-review-toolkit/ort
## Disallow shadowing variable declarations. Name shadowed: implicit lambda parameter 'it' [Show more details](https://github.com/oss-review-toolkit/ort/security/code-scanning/3965)

View on GitHub

github-advanced-security[bot] 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
> Fixes #9298 Not: Missing period at the end of the sentence.

View on GitHub

wkl3nk opened a draft pull request on oss-review-toolkit/ort
fix(vulnerable-code): Fix search for Go package vulnerabilities
For Go packages, both the namespace and name may contain path segments separated by a "/" character. The purl specification requires these "/" characters to be percent-encoded in the namespace and ...
github-actions[bot] published a release on oss-review-toolkit/ort
https://github.com/oss-review-toolkit/ort/releases/tag/36.0.0
## What's Changed ### Breaking Changes 🛠 - 447067538eb8fe507e71371481159c7875251a26 chore(clearly-defined)!: Make `CoordinatesSerializer` internal ### Bug Fixes 🐞 - 03b4ed943b9e7b66aad00db0c46f13...
sschuberth edited a wiki page on oss-review-toolkit/ort
sschuberth created a tag on oss-review-toolkit/ort

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

sschuberth closed 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...
sschuberth pushed 1 commit to main oss-review-toolkit/ort
  • fix(cli): Remove credentials from environment variables Do not expose any credentials, e.g. when included in proxy U... 03b4ed9

View on GitHub

sschuberth deleted a branch oss-review-toolkit/ort

no-print-credentials

sschuberth closed a pull request on oss-review-toolkit/ort
fix(cli): Remove credentials from environment variables
Do not expose any credentials, e.g. when included in proxy URLs. Fixes #9294.
mnonnenmacher created a review on a pull request on oss-review-toolkit/ort

View on GitHub

sschuberth pushed 2 commits to pub-imps oss-review-toolkit/ort
  • refactor(pub): Reorder classes into packages Remove the `utils` package and move its only class to the root. In exch... 45fe73d
  • refactor(pub): Only use a single shared YAML instance Signed-off-by: Sebastian Schuberth <[email protected]> b93a23b

View on GitHub

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

View on GitHub

FlorianAlbert starred oss-review-toolkit/ort
oheger-bosch created a review comment on a pull request on oss-review-toolkit/ort
I have implemented the proposal; `parseYarnInfo` now returns a `PackageJson`.

View on GitHub

oheger-bosch 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
LGTM. @fviernau please dismiss / approve if you don't have any further objections.

View on GitHub

sschuberth pushed 3 commits to no-print-credentials oss-review-toolkit/ort
  • 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... b4319eb

View on GitHub

sschuberth pushed 9 commits to pub-imps oss-review-toolkit/ort
  • 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
  • chore: Align custom kotlinx-serializers to be objects, part 2 This is a follow-up to 9607cd0 for code that was merge... c1d57a8
  • docs(pub): Add links to dependency types Signed-off-by: Sebastian Schuberth <[email protected]> ee33a49
  • chore(pub): Order dependency classes as in the linked documentation Signed-off-by: Sebastian Schuberth <sebastian@do... 6113bbf
  • fix(pub): Use the correct property name for own package repositories The property is called `hosted`, not `url`, see... 587e557
  • refactor(pub): Reduce code by delegating to the default serializer Signed-off-by: Sebastian Schuberth <sebastian@dou... 63ede13
  • chore(pub): Simplify deserializing dependencies The dependencies node itself is never a scalar, so the code can be s... 189e5fa
  • chore(pub): Handle dependency types in the same order as documented Signed-off-by: Sebastian Schuberth <sebastian@do... a8c986f

View on GitHub

sschuberth created a review on a pull request on oss-review-toolkit/ort
LGTM. @fviernau please dismiss / approve if you don't have any further objections.

View on GitHub

sschuberth created a comment on an issue on oss-review-toolkit/ort
> I don't want to open discussions if this is valid or not, but there is a point in saying "the / character is used to separate the parts that build up a purl, and for this reason, if a namespace o...

View on GitHub

sschuberth pushed 1 commit to main oss-review-toolkit/ort

View on GitHub

sschuberth deleted a branch oss-review-toolkit/ort

pub-funtest-update

Load more