Commit Graph

7 Commits

Author SHA1 Message Date
Klaim (Joël Lamotte) 14a94d379a
maint: use `synchronized_value` where we use a mutex to protect data (#3992) 2025-07-04 15:26:49 +02:00
Hind-M 9300a6530c
[OCI Registry] Handle compressed repodata (#3300)
* Handle fetching zstd encoded repodata from OCI registry

* Rename AuthenticationData and corresponding func to be more relevant
2024-05-28 09:50:58 +02:00
Hind-M 93d565e75f
Fix OCIMirror use (#3296)
* Modifications for a first test (forcing params/not cleaned up yet)

* Handle specs checksums

* Remove cout and unnecessary code

* Handle zst extension of repodata

* Add missing invoke_on_failure
Add back curl config

* Organize comments and remove useless leftovers

* Correctly use hide_secrets

* Handle "oci" scheme
2024-05-27 14:11:41 +02:00
Johan Mabille bf378ddfb4
Implemented OCI mirrors (#3246) 2024-03-26 06:20:49 +01:00
Johan Mabille 2925054891
Passed url_path to request_generators (#3245) 2024-03-25 10:59:02 +01:00
Johan Mabille 8f276cbefa
Added HTTP Mirrors (#3178)
* Added HTTP Mirrors

* Mirror mirror on the wall...

* True hope lies beyond the coast

* You're a damned kind can't you see

* That the winds will change

* Mirror mirror on the wall

* True hope lies beyond the coast

* You're a damned kind can't you see

* That tomorrow bears insanity
2024-02-27 18:47:30 +01:00
Johan Mabille f7c763082d
Implemented support for mirrors (#3157)
* Implemented support for mirrors

* Changes according to reviews
2024-01-30 18:31:07 +01:00