Ecosyste.ms: Timeline

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

containerbuildsystem/cachi2

a-ovchinnikov opened a draft pull request on containerbuildsystem/cachi2
yarn: Universal utility for Yarn version detection
This commit unifies handling of version info for Yarn and Yarn Classic package managers. Resolves: https://github.com/containerbuildsystem/cachi2/issues/660 # Maintainers will complete the fo...
a-ovchinnikov created a review comment on a pull request on containerbuildsystem/cachi2
Good catch! I was thinking about `* (len(urls) > 0)`, but did not type it out in fullness. `if..else` is a better way of expressing the idea anyway.

View on GitHub

a-ovchinnikov created a review on a pull request on containerbuildsystem/cachi2

View on GitHub

kosciCZ created a review on a pull request on containerbuildsystem/cachi2

View on GitHub

a-ovchinnikov created a review comment on a pull request on containerbuildsystem/cachi2
```python >>> "foo " * len([]) + "bar " * len([1]) 'bar ' ``` I had it in the original suggestion, but this works too (and is arguably more readable).

View on GitHub

a-ovchinnikov created a review on a pull request on containerbuildsystem/cachi2

View on GitHub

kosciCZ created a comment on a pull request on containerbuildsystem/cachi2
The integration tests seem to be failing on something unrelated.

View on GitHub

a-ovchinnikov closed an issue on containerbuildsystem/cachi2
Bundler PM does not prefetch platfrom-specific gems
When a project depends on gems which are platform-specific or depend on platform-specific gems (e.g. [nokogiri](https://rubygems.org/gems/nokogiri) or [sorbet](https://rubygems.org/gems/sorbet) the...
a-ovchinnikov closed a pull request on containerbuildsystem/cachi2
bundler: Support prefetching binary dependencies
Some dependencies contain architecture-specific components. Their name and location differ from standard Ruby-only dependencies. As a result prior to this commit such dependencies would be skipped...
github-merge-queue[bot] deleted a branch containerbuildsystem/cachi2

gh-readonly-queue/main/pr-673-5cb64335179097272333644b3007354378c95bd3

kosciCZ created a review comment on a pull request on containerbuildsystem/cachi2
Very good suggestion. Slightly edited to not output parts of the error message when multiple conflicts are found. Thanks!

View on GitHub

kosciCZ created a review on a pull request on containerbuildsystem/cachi2

View on GitHub

kosciCZ created a review comment on a pull request on containerbuildsystem/cachi2
Improved description to better reflect typing information.

View on GitHub

kosciCZ created a review comment on a pull request on containerbuildsystem/cachi2
Update the comment to be more verbose

View on GitHub

kosciCZ created a review on a pull request on containerbuildsystem/cachi2

View on GitHub

dependabot[bot] opened a pull request on containerbuildsystem/cachi2
build(deps): bump the minor-and-patch group across 1 directory with 9 updates
Bumps the minor-and-patch group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.10.8` | `3.10.10` | | [charset-...
dependabot[bot] created a branch on containerbuildsystem/cachi2

dependabot/pip/minor-and-patch-650d070456 - Cachi2 is a CLI tool that pre-fetches your project's dependencies to aid in making your build process network-isolated.

dependabot[bot] deleted a branch containerbuildsystem/cachi2

dependabot/pip/minor-and-patch-dfa4f072e5

dependabot[bot] closed a pull request on containerbuildsystem/cachi2
build(deps): bump the minor-and-patch group with 10 updates
Bumps the minor-and-patch group with 10 updates: | Package | From | To | | --- | --- | --- | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.10.8` | `3.10.10` | | [charset-normalizer](https:...
dependabot[bot] created a comment on a pull request on containerbuildsystem/cachi2
Looks like these dependencies are updatable in another way, so this is no longer needed.

View on GitHub

dependabot[bot] opened a pull request on containerbuildsystem/cachi2
build(deps): bump pydantic-core from 2.23.3 to 2.24.2 in the pydantic group
Bumps the pydantic group with 1 update: [pydantic-core](https://github.com/pydantic/pydantic-core). Updates `pydantic-core` from 2.23.3 to 2.24.2 <details> <summary>Release notes</summary> <p><em>...
dependabot[bot] created a branch on containerbuildsystem/cachi2

dependabot/pip/pydantic-887645ee8b - Cachi2 is a CLI tool that pre-fetches your project's dependencies to aid in making your build process network-isolated.

github-merge-queue[bot] created a branch on containerbuildsystem/cachi2

gh-readonly-queue/main/pr-698-5cd224a16321ae303ae0d17a2ac7edd8fc4704cd - Cachi2 is a CLI tool that pre-fetches your project's dependencies to aid in making your build process network-isolated.

brunoapimentel created a review comment on a pull request on containerbuildsystem/cachi2
Right, this was one of the rough edges of the design. This idea stemmed from the notion that it is easy to validate famous public registries to have more certainty about the artifact type. This cou...

View on GitHub

brunoapimentel created a review on a pull request on containerbuildsystem/cachi2

View on GitHub

slimreaper35 created a review on a pull request on containerbuildsystem/cachi2

View on GitHub

a-ovchinnikov created a review on a pull request on containerbuildsystem/cachi2

View on GitHub

github-merge-queue[bot] pushed 1 commit to main containerbuildsystem/cachi2
  • Dockerfile: bump library/node from 22.9.0-bullseye to 23.0.0-bullseye Bumps library/node from 22.9.0-bullseye to 23.... 5cd224a

View on GitHub

eskultety created a comment on a pull request on containerbuildsystem/cachi2
Sorry for the noise on dependabot changes, but it's not always straightforward to see all the hidden issues dependabot may cause unless run in production :( (but hey, no harm has been done).

View on GitHub

eskultety opened a pull request on containerbuildsystem/cachi2
Revert ".github: dependabot: Ignore pydantic-core"
This reverts commit ee1fed738324950cdd9f9665ab4b55cef7d5353d. With dependabot ignoring pydantic-core there's also the issue with pip-compile locking a particular version of pydantic-core in the ...
Load more