Ecosyste.ms: Timeline

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

a-ovchinnikov/cachi2

a-ovchinnikov deleted a branch a-ovchinnikov/cachi2

issue660

a-ovchinnikov pushed 6 commits to issue660 a-ovchinnikov/cachi2
  • yarn: Splitting out version extraction to separate function The function will be made into a shared utility and used... f4f968e
  • yarn: Making version extraction a separate utility function And making Yarn PM use it. Signed-off-by: Alexey Ovchin... a21f143
  • yarn-classic: Switching to unified version extraction This change makes yarn-classic reuse version extraction code f... fd9104a
  • yarn: Introduce new VersionRange handler class This change introduces VersionRange class to simplify checks for vers... 5cf3439
  • yarn, yarn-classic: Switching to VersionsRange object Now Version is checked against VersionsRange object. Signed-o... 6d12bfe
  • yarn: Minor PEP8 compliance refactoring This commit makes Yarn PM a bit more PEP8 compliant by replacing two implied... 509eedf

View on GitHub

a-ovchinnikov pushed 5 commits to issue660 a-ovchinnikov/cachi2
  • yarn: Splitting out version extraction to separate function The function will be made int a shared utility and used ... f8a2e02
  • yarn: Making version extraction a separate utility function And making Yarn PM use it. Signed-off-by: Alexey Ovchin... b86998c
  • yarn-classic: Switching to unified version extraction This change makes yarn-classic reuse version extraction code f... ac0327d
  • yarn: Introduce new VersionRange handler class This change introduces VersionRange class to simplify checks for vers... be02914
  • yarn, yarn-classic: Switching to VersionsRange object Now Version is checked against VersionsRange object. Signed-o... 2e238ed

View on GitHub

a-ovchinnikov deleted a branch a-ovchinnikov/cachi2

add_requirements_rule_to_integration_tests_skip

a-ovchinnikov pushed 2 commits to issue660 a-ovchinnikov/cachi2
  • yarn: Universal utility for Yarn version detection This commit introduces unified handling of Yarn version info with... 5ba7dca
  • yarn: refactor version handling to use new helper This commit unifies handling of version info for Yarn and Yarn Cla... 30f3758

View on GitHub

a-ovchinnikov pushed 1 commit to add_requirements_rule_to_integration_tests_skip a-ovchinnikov/cachi2
  • testing: Adding rules to run all ITs on dependencies changes Adding rules to ensure that all integration tests are r... 31bd4ee

View on GitHub

a-ovchinnikov pushed 2 commits to issue660 a-ovchinnikov/cachi2
  • yarn: Universal utility for Yarn version detection This commit introduces unifies handling of version info and Versi... eee6bce
  • yarn: Universal utility for Yarn version detection This commit unifies handling of version info for Yarn and Yarn Cl... 10885e1

View on GitHub

a-ovchinnikov pushed 20 commits to issue660 a-ovchinnikov/cachi2
  • yarn: frozen-lockfile integration test with new dependency The integration test covers a scenario when running `yarn... e64c2eb
  • CONTRIBUTING: Adds PR comments handling rule to guideline Added a rule about responding to inline comments in PRs. S... 1d7bb86
  • yarn: Adding Workspace model A model to handle yarn workspaces is added. Workspaces allow user to install dependenci... 19912a0
  • Adding Yarn v1.x workspaces metadata extractor In Yarn v1.x workspaces metadata is stored outside of yarn.lock in pa... fc91989
  • yarn: Expanding globs extraction to nested Arrays It turns out that workspaces could be either Array or a nested Arr... 746bdfe
  • .github: dependabot: Ignore pydantic-core pydantic is designed to be used with a single version of pydantic-core [1]... ee1fed7
  • 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
  • yarn: Universal utility for Yarn version detection This commit unifies handling of version info for Yarn and Yarn Cl... d016fc3

View on GitHub

a-ovchinnikov pushed 5 commits to main a-ovchinnikov/cachi2
  • 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

View on GitHub

eskultety pushed 4 commits to improve_tests_skip_rule a-ovchinnikov/cachi2
  • 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... 5c3ba72

View on GitHub

eskultety pushed 2 commits to improve_tests_skip_rule a-ovchinnikov/cachi2
  • Revert "Dockerfile: bump library/node from 22.9.0-bullseye to 23.0.0-bullseye" This reverts commit 5cd224a16321ae303... a3dd715
  • bug: Don't skip integration tests on Dockerfile change The logic for skipping integration tests also skipped them wh... 53ba389

View on GitHub

a-ovchinnikov deleted a branch a-ovchinnikov/cachi2

pr703

a-ovchinnikov created a branch on a-ovchinnikov/cachi2

pull/703/head

a-ovchinnikov created a branch on a-ovchinnikov/cachi2

pr703

a-ovchinnikov pushed 1 commit to issue660 a-ovchinnikov/cachi2
  • yarn: Universal utility for Yarn version detection This commit unifies handling of version info for Yarn and Yarn Cl... 00c6637

View on GitHub

a-ovchinnikov created a branch on a-ovchinnikov/cachi2

improve_tests_skip_rule

a-ovchinnikov pushed 14 commits to main a-ovchinnikov/cachi2
  • yarn: frozen-lockfile integration test with new dependency The integration test covers a scenario when running `yarn... e64c2eb
  • CONTRIBUTING: Adds PR comments handling rule to guideline Added a rule about responding to inline comments in PRs. S... 1d7bb86
  • yarn: Adding Workspace model A model to handle yarn workspaces is added. Workspaces allow user to install dependenci... 19912a0
  • Adding Yarn v1.x workspaces metadata extractor In Yarn v1.x workspaces metadata is stored outside of yarn.lock in pa... fc91989
  • yarn: Expanding globs extraction to nested Arrays It turns out that workspaces could be either Array or a nested Arr... 746bdfe
  • .github: dependabot: Ignore pydantic-core pydantic is designed to be used with a single version of pydantic-core [1]... ee1fed7
  • 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

View on GitHub

a-ovchinnikov created a branch on a-ovchinnikov/cachi2

issue660

a-ovchinnikov pushed 1 commit to issue672 a-ovchinnikov/cachi2
  • bundler: Adding e2e tests data A snapshot of e2e data for e2e tests. Signed-off-by: Alexey Ovchinnikov <aovchinn@re... e373854

View on GitHub

a-ovchinnikov pushed 1 commit to issue672 a-ovchinnikov/cachi2
  • bundler: Adding e2e tests data A snapshot of e2e data for e2e tests. Signed-off-by: Alexey Ovchinnikov <aovchinn@re... 1474d3d

View on GitHub

a-ovchinnikov deleted a branch a-ovchinnikov/cachi2

yarn_workspace_metadata

a-ovchinnikov deleted a branch a-ovchinnikov/cachi2

update_contributors_guidelines_181024

a-ovchinnikov pushed 1 commit to update_contributors_guidelines_181024 a-ovchinnikov/cachi2
  • CONTRIBUTING: Adds PR comments handling rule to guideline Added a rule about responding to inline comments in PRs. S... d224054

View on GitHub

a-ovchinnikov pushed 3 commits to issue672 a-ovchinnikov/cachi2
  • bundler: Adding allow_binary flag to input model Some gems have hard dependencies on binary-only gems (at the moment... 3629152
  • bundler: Pinning bundler version to the system one When there is a version mismatch between a lockfile and bundler u... dbdac14
  • bundler: Adding e2e tests This commit adds e2e to bundler. The tests verify that gems pre-fetched with cachi2 could ... c6c1d49

View on GitHub

a-ovchinnikov pushed 4 commits to issue672 a-ovchinnikov/cachi2
  • bundler: Add handling for allow_binary flag Some dependencies contain architecture-specific components. Their name ... 98e82df
  • bundler: Adding allow_binary flag to input model Some gems have hard dependencies on binary-only gems (at the moment... 660304e
  • bundler: Pinning bundler version to the system one When there is a version mismatch between a lockfile and bundler u... d8ee3ff
  • bundler: Adding e2e tests This commit adds e2e to bundler. The tests verify that gems pre-fetched with cachi2 could ... 69cf2e6

View on GitHub

a-ovchinnikov pushed 3 commits to yarn_workspace_metadata a-ovchinnikov/cachi2
  • yarn: Adding Workspace model A model to handle yarn workspaces is added. Workspaces allow user to install dependenci... 36013a4
  • Adding Yarn v1.x workspaces metadata extractor In Yarn v1.x workspaces metadata is stored outside of yarn.lock in pa... 5bb55c7
  • yarn: Expanding globs extraction to nested Arrays It turns out that workspaces could be either Array or a nested Arr... 99c48f0

View on GitHub

a-ovchinnikov pushed 22 commits to issue672 a-ovchinnikov/cachi2
  • Generic fetcher: Init package manager Introduces new package manager that will be able to pre-fetch generic dependen... 9508fbb
  • .github: gating: Replace 'ubuntu-latest' runner tag with 'ubuntu-24.04' Despite [1] (main at the time) stating the '... fbd5708
  • .github: gating: Run the integration test suite on the VM runner So far we've been running the integration test suit... f95c988
  • .github: gating: Run the test simple PyPI server as a GH action service So far we've been running the test PyPI serv... 79a2e6b
  • tox.ini: Pass some default GH actions env vars to the integration suite Future patches will check these two (both se... e6a5c6c
  • tests: integration: Skip spawning the PyPI test server in GH workflows Previous commits enabled the test simple PyPI... 919e561
  • Upgrade pip in the venv we install in the container image Silence pip complaining about not running with the latest ... 1e36819
  • models: input: Make _ExtraOptions a public module model type Future patches will try to import this type and so we s... 47110cb
  • models: input: Add SSL context extra options to the RPM input model This patch follows the DNF extra options by exam... 156b07b
  • package_managers: rpm: Using extra SSL options when fetching packages Some RPM repositories, notably those requiring... 7b35d5b
  • tests: integration: Add a dummy DNF server and server start fixture This patch adds, similarly to the existing dummy... 2f29725
  • tests: integration: Introduce global top_level_test_dir helper fixture This one follows 'test_data_dir' by example a... 3a140c6
  • tests: integration: rpm: Add an integration test to exercise TLS auth This test adds necessary means to test the TLS... 8026a4c
  • .github: gating: Run the test DNF nginx server as a GH action service This commit enables testing with a dummy DNF n... 38ece77
  • tests: integration: Skip spawning the DNF test server in GH workflows Previous commits enabled the test DNF server a... d47d051
  • generic fetcher: Add models for lockfile Adds pydantic models that will be used to represent and validate the lockfi... be0887e
  • generic fetcher: Load lockfile This commit adds functionality to load custom lockfile for the generic fetcher. Sign... c94a1a2
  • bundler: Add GemPlatformSpecificDependency class This class represents binary dependencies which some gems have. Si... 553fb46
  • bundler: Add handling for allow_binary flag Some dependencies contain architecture-specific components. Their name ... 32af993
  • bundler: Adding allow_binary flag to input model Some gems have hard dependencies on binary-only gems (at the moment... af821d8
  • and 2 more ...

View on GitHub

a-ovchinnikov pushed 19 commits to yarn_workspace_metadata a-ovchinnikov/cachi2
  • .github: gating: Replace 'ubuntu-latest' runner tag with 'ubuntu-24.04' Despite [1] (main at the time) stating the '... fbd5708
  • .github: gating: Run the integration test suite on the VM runner So far we've been running the integration test suit... f95c988
  • .github: gating: Run the test simple PyPI server as a GH action service So far we've been running the test PyPI serv... 79a2e6b
  • tox.ini: Pass some default GH actions env vars to the integration suite Future patches will check these two (both se... e6a5c6c
  • tests: integration: Skip spawning the PyPI test server in GH workflows Previous commits enabled the test simple PyPI... 919e561
  • Upgrade pip in the venv we install in the container image Silence pip complaining about not running with the latest ... 1e36819
  • models: input: Make _ExtraOptions a public module model type Future patches will try to import this type and so we s... 47110cb
  • models: input: Add SSL context extra options to the RPM input model This patch follows the DNF extra options by exam... 156b07b
  • package_managers: rpm: Using extra SSL options when fetching packages Some RPM repositories, notably those requiring... 7b35d5b
  • tests: integration: Add a dummy DNF server and server start fixture This patch adds, similarly to the existing dummy... 2f29725
  • tests: integration: Introduce global top_level_test_dir helper fixture This one follows 'test_data_dir' by example a... 3a140c6
  • tests: integration: rpm: Add an integration test to exercise TLS auth This test adds necessary means to test the TLS... 8026a4c
  • .github: gating: Run the test DNF nginx server as a GH action service This commit enables testing with a dummy DNF n... 38ece77
  • tests: integration: Skip spawning the DNF test server in GH workflows Previous commits enabled the test DNF server a... d47d051
  • generic fetcher: Add models for lockfile Adds pydantic models that will be used to represent and validate the lockfi... be0887e
  • generic fetcher: Load lockfile This commit adds functionality to load custom lockfile for the generic fetcher. Sign... c94a1a2
  • yar: Adding Workspace model A model to handle yarn workspaces is added. Signed-off-by: Alexey Ovchinnikov <aovchinn... 3fd4f03
  • Adding Yarn v1.x workspaces metadata extractor In Yarn v1.x workspaces metadata is stored outside of yarn.lock in pa... f82ff5a
  • yarn: Expanding globs extraction to nested Arrays It turns out that workspaces could be either Array or a nested Arr... ce87ae4

View on GitHub

Load more