Ecosyste.ms: Timeline

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

containerbuildsystem/cachi2

dependabot[bot] deleted a branch containerbuildsystem/cachi2

dependabot/pip/pydantic-887645ee8b

dependabot[bot] created a comment on a pull request on containerbuildsystem/cachi2
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure [ignore rules](https://docs.git...

View on GitHub

eskultety created a comment on a pull request on containerbuildsystem/cachi2
Let's wait for the next scheduled update of pydantic* after reverting https://github.com/containerbuildsystem/cachi2/pull/698 and see if the releases have synced up in the meantime.

View on GitHub

eskultety closed 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] opened a pull request on containerbuildsystem/cachi2
build(deps): bump the minor-and-patch group across 1 directory with 11 updates
Bumps the minor-and-patch group with 11 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-44b95a1b30 - 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-650d070456

dependabot[bot] closed 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 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

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

View on GitHub

eskultety pushed 15 commits to dependabot/pip/jsonschema-specifications-2024.10.1 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
  • Revert ".github: dependabot: Ignore pydantic-core" This reverts commit ee1fed738324950cdd9f9665ab4b55cef7d5353d. Wi... 5cb6433
  • bundler: Add GemPlatformSpecificDependency class This class represents binary dependencies which some gems have. Si... 4c5a166
  • bundler: Add handling for allow_binary flag Some dependencies contain architecture-specific components. Their name ... 37fed73
  • bundler: Adding allow_binary flag to input model Some gems have hard dependencies on binary-only gems (at the moment... 0b2fa79
  • bundler: Pinning bundler version to the system one When there is a version mismatch between a lockfile and bundler u... a6db042
  • bundler: Adding e2e tests This commit adds e2e to bundler. The tests verify that gems pre-fetched with cachi2 could ... 750f0ed
  • bundler: Adding e2e tests data A snapshot of e2e data for e2e tests. Signed-off-by: Alexey Ovchinnikov <aovchinn@re... ad353e5
  • Revert "Dockerfile: bump library/node from 22.9.0-bullseye to 23.0.0-bullseye" This reverts commit 5cd224a16321ae303... a3dd715
  • cli: Show help message even without provided arguments Signed-off-by: Michal Šoltis <[email protected]> 670b747
  • Add bundler to supported package managers * fix unit test to preserve the order of supported package managers sort... ee6cbf6
  • bundler: Add upstream documentation - update main README.md - add new document for bundler Signed-off-by: Michal Šo... c96978b
  • bug: Don't skip integration tests on Dockerfile change The logic for skipping integration tests also skipped them wh... 918c3d0
  • testing: Adding rules to run all ITs on dependencies changes Adding rules to ensure that all integration tests are r... 62c72a2
  • build(deps): bump jsonschema-specifications from 2023.12.1 to 2024.10.1 Bumps [jsonschema-specifications](https://gi... aff3af9

View on GitHub

eskultety created a comment on a pull request on containerbuildsystem/cachi2
@dependabot recreate

View on GitHub

eskultety created a review comment on a pull request on containerbuildsystem/cachi2
@brunoapimentel wrote that specific bit of code for Yarn v2 so his memory is probably better than mine on that matter.

View on GitHub

eskultety 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

a-ovchinnikov closed a pull request on containerbuildsystem/cachi2
testing: Adding rules to run all ITs on dependencies changes
Adding rules to ensure that all integration tests are run when any file with project dependencies is modified. # Maintainers will complete the following section - [ ] Commit messages are desc...
github-merge-queue[bot] deleted a branch containerbuildsystem/cachi2

gh-readonly-queue/main/pr-706-918c3d060afdedf661a214471cb8b8f0daa1899c

github-merge-queue[bot] pushed 1 commit to main containerbuildsystem/cachi2
  • testing: Adding rules to run all ITs on dependencies changes Adding rules to ensure that all integration tests are r... 62c72a2

View on GitHub

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

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

eskultety created a review comment on a pull request on containerbuildsystem/cachi2
> Why would we want to write to any of these files? Should not they be read-only for us? We actually do write them in the temp clean source repo clone when fetching & validating to disable some ...

View on GitHub

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

View on GitHub

eskultety created a review comment on a pull request on containerbuildsystem/cachi2
Note that this is only usable in cases where we **have to** load the whole file from disk to memory, in all other cases a context manager is preferred, that's why I prefer context managers for file...

View on GitHub

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

View on GitHub

eskultety created a review comment on a pull request on containerbuildsystem/cachi2
minor nitpick (originating in an earlier commit) : overoptimization suggestion - do we need to create yet another intermediary list in the memory for something that is going to be iterated once onl...

View on GitHub

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

View on GitHub

eskultety created a comment on a pull request on containerbuildsystem/cachi2
@brunoapimentel any further comments or can we merge?

View on GitHub

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

View on GitHub

eskultety pushed 12 commits to dependabot/pip/minor-and-patch-650d070456 containerbuildsystem/cachi2
  • bundler: Add GemPlatformSpecificDependency class This class represents binary dependencies which some gems have. Si... 4c5a166
  • bundler: Add handling for allow_binary flag Some dependencies contain architecture-specific components. Their name ... 37fed73
  • bundler: Adding allow_binary flag to input model Some gems have hard dependencies on binary-only gems (at the moment... 0b2fa79
  • bundler: Pinning bundler version to the system one When there is a version mismatch between a lockfile and bundler u... a6db042
  • bundler: Adding e2e tests This commit adds e2e to bundler. The tests verify that gems pre-fetched with cachi2 could ... 750f0ed
  • bundler: Adding e2e tests data A snapshot of e2e data for e2e tests. Signed-off-by: Alexey Ovchinnikov <aovchinn@re... ad353e5
  • Revert "Dockerfile: bump library/node from 22.9.0-bullseye to 23.0.0-bullseye" This reverts commit 5cd224a16321ae303... a3dd715
  • cli: Show help message even without provided arguments Signed-off-by: Michal Šoltis <[email protected]> 670b747
  • Add bundler to supported package managers * fix unit test to preserve the order of supported package managers sort... ee6cbf6
  • bundler: Add upstream documentation - update main README.md - add new document for bundler Signed-off-by: Michal Šo... c96978b
  • bug: Don't skip integration tests on Dockerfile change The logic for skipping integration tests also skipped them wh... 918c3d0
  • build(deps): bump the minor-and-patch group across 1 directory with 9 updates Bumps the minor-and-patch group with 9... 972ece4

View on GitHub

eskultety created a comment on an issue on containerbuildsystem/cachi2
Yes, this is known (or at least was common with projects requiring <=1.20 and having been processed with >=1.21). Recently we deprecated the `--gomod-vendor-check` and `--gomod-vendor` CLI flags th...

View on GitHub

github-advanced-security[bot] created a review comment on a pull request on containerbuildsystem/cachi2
## Unnecessary pass Unnecessary 'pass' statement. [Show more details](https://github.com/containerbuildsystem/cachi2/security/code-scanning/15)

View on GitHub

Load more