[new release] git, git-cohttp, git-cohttp-unix, git-cohttp-mirage and git-unix (3.0.0)#17950
Merged
Merged
Conversation
535b0b5 to
f9c66f6
Compare
…t-unix and git-mirage (3.0.0) CHANGES: - Rewrite of `ocaml-git` (@dinosaure, mirage/ocaml-git#395) - Delete useless constraints on digestif's signature (@dinosaure, mirage/ocaml-git#399) - Add support of CoHTTP with UNIX and MirageOS (@ulugbekna, mirage/ocaml-git#400) - Add progress reporting on fetch command (@ulugbekna, mirage/ocaml-git#405) - Lint dependencies on packages (`git-cohttp-unix` and `git-cohttp-mirage`) and update to the last version of CoHTTP (@hannesm, mirage/ocaml-git#407) - Fix internal `Cstruct_append` implementation (@dinosaure, mirage/ocaml-git#401) - Implement shallow commit (@dinosaure, mirage/ocaml-git#402) - Update to `conduit.3.0.0` (@dinosaure, mirage/ocaml-git#408) (deleted by the integration of `mimic`) - Delete use of `ocurl` (@dinosaure, mirage/ocaml-git#410) - Delete the useless **old** `git-mirage` package (@hannesm, mirage/ocaml-git#411) - Fix about unresolved endpoint with `conduit.3.0.0` (@dinosaure, mirage/ocaml-git#412) - Refactors fetch command (@ulugbekna, mirage/ocaml-git#404) - Fix ephemerons about temporary devices (@dinosaure, mirage/ocaml-git#413) - Implementation of `ogit-fetch` as an example (@ulugbekna, mirage/ocaml-git#406) - Rename `nss` to `git-nss` (@dinosaure, mirage/ocaml-git#415) - Refactors `git-nss` (@ulugbekna, mirage/ocaml-git#416) - Update README.md (@ulugbekna, mirage/ocaml-git#417) - Replace deprecated `Fmt` functions (@ulugbekna, mirage/ocaml-git#421) - Delete physical equality (@ulugbekna, mirage/ocaml-git#422) - Rename `prelude` argument by `uses_git_transport` (@ulugbekna, mirage/ocaml-git#423) - Refactors Smart decoder (@ulugbekna, mirage/ocaml-git#424) - Constraint to use `fmt.0.8.7` (@dinosaure, mirage/ocaml-git#425) - Small refactors in `git-nss` (@dinosaure, mirage/ocaml-git#427) - Delete `conduit.3.0.0` and replace it by `mimic` (@dinosaure, mirage/ocaml-git#428) - Delete the useless `verify` function on `fetch` and `push` (@dinosaure, mirage/ocaml-git#429) - Delete `pin-depends` on `awa` (@dinosaure, mirage/ocaml-git#431)
f9c66f6 to
dc42f81
Compare
Contributor
|
Commit: 4fdb4d2 A pull request by opam-seasoned @dinosaure. ☀️ All lint checks passed 4fdb4d2
☀️ Installability check (+6)
|
Member
|
Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Git format and protocol in pure OCaml
CHANGES:
ocaml-git(@dinosaure, New version of ocaml-git mirage/ocaml-git#395)git-cohttpwith more specificgit-cohttp-unixandgit-cohttp-miragebased on it mirage/ocaml-git#400)git-cohttp-unixandgit-cohttp-mirage)and update to the last version of CoHTTP (@hannesm, git-cohttp-unix and git-cohttp-mirage use git-cohttp mirage/ocaml-git#407)
Cstruct_appendimplementation (@dinosaure, Fix mis-write of k* into Cstruct_append mirage/ocaml-git#401)conduit.3.0.0(@dinosaure, Conduit.3.0.0 mirage/ocaml-git#408) (deleted by the integration ofmimic)ocurl(@dinosaure, Delete ocurl hard dependency mirage/ocaml-git#410)git-miragepackage (@hannesm, git-mirage is gone now mirage/ocaml-git#411)conduit.3.0.0(@dinosaure, Emit None when we are not able to be connected to the given endpoint mirage/ocaml-git#412)ogit-fetchas an example (@ulugbekna, Implements ogit-fetch mirage/ocaml-git#406)nsstogit-nss(@dinosaure, Rename nss to git-nss mirage/ocaml-git#415)git-nss(@ulugbekna, make nss slightly easier to understand mirage/ocaml-git#416)Fmtfunctions (@ulugbekna, Replace deprecated Fmt functions mirage/ocaml-git#421)preludeargument byuses_git_transport(@ulugbekna, Replace 'prelude' with 'uses_git_transport' mirage/ocaml-git#423)fmt.0.8.7(@dinosaure, Constraint to use, at least, fmt.0.8.7 mirage/ocaml-git#425)git-nss(@dinosaure, Small refactors again mirage/ocaml-git#427)conduit.3.0.0and replace it bymimic(@dinosaure, Mini conduit in Git mirage/ocaml-git#428)verifyfunction onfetchandpush(@dinosaure, Delete the useless verify function and start an SSH connection with a pre-condition over the given Smart_git.Endpoint.t mirage/ocaml-git#429)pin-dependsonawa(@dinosaure, Remove pin-depends on awa mirage/ocaml-git#431)