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 pushed 16 commits to main 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

View on GitHub

a-ovchinnikov pushed 1 commit to issue672 a-ovchinnikov/cachi2
  • bundler: Update Dockerfile to use the latest Ruby Ruby version that we get by default is rather old (3.0.7) and some... 3c9eef6

View on GitHub

a-ovchinnikov pushed 1 commit to issue672 a-ovchinnikov/cachi2
  • bundler: Update Dockerfile to use the latest Ruby Ruby version that we get by default is rather old (3.0.7) and some... 847d10f

View on GitHub

a-ovchinnikov pushed 5 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... bd3810a
  • bundler: Add GemPlatformSpecificDependency class This class represents binary dependencies which some gems have. Si... ca8c352
  • bundler: Add handling for allow_binary flag Some dependencies contain architecture-specific components. Their name ... 13199e4
  • bundler: Adding e2e tests This commit adds e2e to bundler. The tests verify that gems pre-fetched with cachi2 could ... 539957c
  • bundler: Update Dockerfile to use the latest Ruby Ruby version that we get by default is rather old (3.0.7) and some... 3136e17

View on GitHub