Ecosyste.ms: Timeline

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

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/9323?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

fviernau pushed 3 commits to yarn-simplifcations oss-review-toolkit/ort
  • refactor(yarn): Improve `getRemotePackageDetails()` In case the process was successful, do no log `process.stderr` a... bbb02af
  • refactor(npm): Make `getRemotePackageDetails()` handle the exit code This way `parsePackageJson()` shouldn't throw a... ec60b74
  • refactor(npm): Remove a now unnecessary `runCatching()` All implementations of `getRemotePackageDetails()` by now gr... fb55fa1

View on GitHub

fviernau pushed 4 commits to yarn-simplifcations oss-review-toolkit/ort
  • refactor(npm): Allow `getRemotePackageDetails()` to return `null` Prepare for an upcoming change. Signed-off-by: Fr... 611a8f7
  • refactor(yarn): Simplify `getRemotePackageDetails()` In case the process was successful, do no log `process.stderr` ... 89c9e17
  • refactor(npm): Make `getRemotePackageDetails()` handle the exit code This way `parsePackageJson()` shouldn't throw a... aa1d06b
  • refactor(npm): Remove a now unnecessary `runCatching()` All implementations of `getRemotePackageDetails()` by now gr... 191e933

View on GitHub

fviernau opened a pull request on oss-review-toolkit/ort
node: Some simplifications and improvements
Simplify the code around `parsePackage()` and `getRemotePackageDetails()`, to prepare for an upcoming refactoring. Part of #9261.
fviernau created a branch on oss-review-toolkit/ort

yarn-simplifcations - A suite of tools to automate software compliance checks.

bennati created a comment on an issue on oss-review-toolkit/ort
I tested with version [6bb98df](https://github.com/oss-review-toolkit/ort/commit/6bb98df) and the error is still there

View on GitHub

fviernau created a review comment on a pull request on oss-review-toolkit/ort
Just one more idea: How about combining `Path` with `Main` to capture that the license is somewhat originating from special files, not any location? `PathMainLicenseMatcher` ?

View on GitHub

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

View on GitHub

sschuberth pushed 1 commit to main oss-review-toolkit/ort
  • deps: update dependency com.squareup:kotlinpoet to v2 8885a75

View on GitHub

sschuberth deleted a branch oss-review-toolkit/ort

renovate/major-kotlinpoet

fviernau created a comment on a pull request on oss-review-toolkit/ort
I haven't done the grepping myself: Have you checked whether any test assets using urls e.g. `OrtResult`, need to be re-aligned with these changes?

View on GitHub

fviernau created a review comment on a pull request on oss-review-toolkit/ort
I've been trying to find the info in above linked docs without success. Can you give a hint how you arrived at KNOWN_KEYS being the set of qualifiers which need no encoding?

View on GitHub

fviernau created a review comment on a pull request on oss-review-toolkit/ort
This filtering does not work for paths like#. `a/b/c/../d`. Can it actually happen at all that we get any `.` or `..` inside the input?

View on GitHub

fviernau created a review comment on a pull request on oss-review-toolkit/ort
Could the `else` be dropped and line 102 be executed in any case (outside the `if`) ?

View on GitHub

fviernau created a review comment on a pull request on oss-review-toolkit/ort
consider extracting a `val purl`

View on GitHub

fviernau created a review comment on a pull request on oss-review-toolkit/ort
Should this link go to the `KNOWN_KEYS` docs?

View on GitHub

fviernau created a review comment on a pull request on oss-review-toolkit/ort
I believe it would be valuable to rename to `TestCase` and move the filtering up, as follows: ``` val testCases = File("test-suite-data.json").readValue<List<TestCase>>().filterNot { it.isInvalid...

View on GitHub

fviernau created a review comment on a pull request on oss-review-toolkit/ort
Probably should use `forAll` insead of `assertSoftly` and `forEach`.

View on GitHub

fviernau created a review comment on a pull request on oss-review-toolkit/ort
Propose to rename this to `KNOW_QUALIFIER_KEYS` or `KNOWN_QUALIFIERS`.

View on GitHub

fviernau 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/9322?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 on a pull request on oss-review-toolkit/ort

View on GitHub

renovate[bot] opened a pull request on oss-review-toolkit/ort
deps: update dependency com.squareup:kotlinpoet to v2
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.squareup:kotlinpoet](https://redirect.github.com/square/kotlin...
renovate[bot] created a branch on oss-review-toolkit/ort

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

sschuberth deleted a branch oss-review-toolkit/ort

jenkins-dos

sschuberth pushed 1 commit to main oss-review-toolkit/ort
  • fix(jenkins): Allow to select DOS as a project and package scanner This is a fixup for ae0ca85. Signed-off-by: Seba... 1b83831

View on GitHub

sschuberth closed a pull request on oss-review-toolkit/ort
fix(jenkins): Allow to select DOS as a project and package scanner
This is a fixup for ae0ca85.
sschuberth created a comment on a pull request on oss-review-toolkit/ort
Merging despite the unrelated `funTest-docker` failure.

View on GitHub

fviernau pushed 5 commits to npm-drop-fake-parallelization oss-review-toolkit/ort
  • deps: update dependency org.wiremock:wiremock to v3.9.2 606c475
  • test(pub): Update expected results Signed-off-by: Sebastian Schuberth <[email protected]> c1c7907
  • deps(docker): Upgrade Askalono to version 0.5.0 See [1]. [1]: https://github.com/jpeddicord/askalono/releases/tag/0... e65ff6b
  • refactor(npm): Remove unused parallelization constructs The code looks like it would run things in parallel, but it ... 7e428a0
  • refactor(npm): Drop a slightly misleading log output The log message sounds as if the function would have searched t... 4dc3f13

View on GitHub

fviernau created a review comment on a pull request on oss-review-toolkit/ort
> Do you agree with this? Yes, makes sense to me.

View on GitHub

Load more