From 03749daa449e315ff051099dfb6503b56b3b0af0 Mon Sep 17 00:00:00 2001 From: Guillaume Petiot Date: Wed, 20 Mar 2024 09:45:33 +0000 Subject: [PATCH] [new release] get-activity (2 packages) (1.0.0) CHANGES: ### Added - Add the `--version` command-line option (tarides/get-activity#13, @gpetiot) - Add a `--user` option to extract the activity of an engineer that is not the current user (tarides/get-activity#14, @gpetiot) - Add the issue comments to the contributions (tarides/get-activity#21, @gpetiot) ### Changed - Replace exceptions by result types for the requests (tarides/get-activity#11, @gpetiot) - Depends on `curly` instead of `cohttp-lwt-unix` (tarides/get-activity#12, @gpetiot) - Redesign the graphql requests (tarides/get-activity#12, @gpetiot) + `Graphql.exec` now takes a `request` + `Contributions.fetch` has been replaced by `Contributions.request` that builds a `request` - Add a `~user:User.t` parameter to `Contributions.request` and `Contributions.of_json` (tarides/get-activity#14, @gpetiot) - `Contributions.of_json` now returns a result type (tarides/get-activity#20, @gpetiot) --- .../get-activity-lib.1.0.0/opam | 42 +++++++++++++++++++ packages/get-activity/get-activity.1.0.0/opam | 37 ++++++++++++++++ 2 files changed, 79 insertions(+) create mode 100644 packages/get-activity-lib/get-activity-lib.1.0.0/opam create mode 100644 packages/get-activity/get-activity.1.0.0/opam diff --git a/packages/get-activity-lib/get-activity-lib.1.0.0/opam b/packages/get-activity-lib/get-activity-lib.1.0.0/opam new file mode 100644 index 0000000..07ec445 --- /dev/null +++ b/packages/get-activity-lib/get-activity-lib.1.0.0/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +synopsis: "Collect activity as markdown" +maintainer: ["Guillaume Petiot "] +authors: ["talex5@gmail.com"] +homepage: "https://github.com/tarides/get-activity" +bug-reports: "https://github.com/tarides/get-activity/issues" +depends: [ + "dune" {>= "2.8"} + "alcotest" {with-test} + "ppx_expect" {with-test} + "astring" + "curly" + "fmt" {>= "0.8.7"} + "ppx_yojson_conv" + "yojson" {>= "1.6"} + "ocaml" {>= "4.08"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/tarides/get-activity.git" +url { + src: + "https://github.com/tarides/get-activity/releases/download/1.0.0/get-activity-1.0.0.tbz" + checksum: [ + "sha256=b072e48bcef89c131108d3bc062c34575497ea8217a4c9f43ec6e89afec8217c" + "sha512=d29bd4435893f791af9dd172a05b6770225926c57a6ab1f0d72108e26b1774bf07c70aada420df7b2c8f3faf70b340da766b606878d5faf87f7d7760925d787f" + ] +} +x-commit-hash: "c79ce7802fd17125e06e81acf36c8b6789641c87" diff --git a/packages/get-activity/get-activity.1.0.0/opam b/packages/get-activity/get-activity.1.0.0/opam new file mode 100644 index 0000000..ead2bb6 --- /dev/null +++ b/packages/get-activity/get-activity.1.0.0/opam @@ -0,0 +1,37 @@ +opam-version: "2.0" +synopsis: "Collect activity as markdown" +maintainer: ["Guillaume Petiot "] +authors: ["talex5@gmail.com"] +homepage: "https://github.com/tarides/get-activity" +bug-reports: "https://github.com/tarides/get-activity/issues" +depends: [ + "dune" {>= "2.8"} + "cmdliner" {>= "1.1.1"} + "dune-build-info" + "get-activity-lib" {= version} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/tarides/get-activity.git" +url { + src: + "https://github.com/tarides/get-activity/releases/download/1.0.0/get-activity-1.0.0.tbz" + checksum: [ + "sha256=b072e48bcef89c131108d3bc062c34575497ea8217a4c9f43ec6e89afec8217c" + "sha512=d29bd4435893f791af9dd172a05b6770225926c57a6ab1f0d72108e26b1774bf07c70aada420df7b2c8f3faf70b340da766b606878d5faf87f7d7760925d787f" + ] +} +x-commit-hash: "c79ce7802fd17125e06e81acf36c8b6789641c87"