[openalex] fix API so that we import only what is needed

Related to
gargantext/crawlers/openalex#6
parent 70d8225e
Pipeline #7361 passed with stages
in 56 minutes and 46 seconds
...@@ -18,8 +18,8 @@ fi ...@@ -18,8 +18,8 @@ fi
# with the `sha256sum` result calculated on the `cabal.project` and # with the `sha256sum` result calculated on the `cabal.project` and
# `cabal.project.freeze`. This ensures the files stay deterministic so that CI # `cabal.project.freeze`. This ensures the files stay deterministic so that CI
# cache can kick in. # cache can kick in.
expected_cabal_project_hash="23396a3e9a46f4db14b85c65904c6919fd84dcee78c4df541524c4e87eb06604" expected_cabal_project_hash="57a8b73abcbcf2c44ad259d7c2c152060b570b6a9963d58ddf8f0d9acf9d781f"
expected_cabal_project_freeze_hash="32310c4d4e7b4679dcb90dcfcd0d6d1b175dbf885a77ffddca16d422998a521c" expected_cabal_project_freeze_hash="163f5b7483c7408e9d365dd205d1d0e8beb147b22357d5f3c634a98640da7754"
cabal --store-dir=$STORE_DIR v2-build --dry-run cabal --store-dir=$STORE_DIR v2-build --dry-run
......
...@@ -104,7 +104,7 @@ source-repository-package ...@@ -104,7 +104,7 @@ source-repository-package
source-repository-package source-repository-package
type: git type: git
location: https://gitlab.iscpif.fr/gargantext/crawlers/openalex.git location: https://gitlab.iscpif.fr/gargantext/crawlers/openalex.git
tag: d2949cdeaaf3193e2b53e06bcae1d2234581e519 tag: c86412b5b8713b2bdd63b2bed2a2259c5d143a88
source-repository-package source-repository-package
type: git type: git
......
...@@ -357,7 +357,7 @@ constraints: any.Boolean ==0.2.4, ...@@ -357,7 +357,7 @@ constraints: any.Boolean ==0.2.4,
any.old-locale ==1.0.0.7, any.old-locale ==1.0.0.7,
any.old-time ==1.1.0.4, any.old-time ==1.1.0.4,
any.opaleye-textsearch ==0.2.0.0, any.opaleye-textsearch ==0.2.0.0,
any.openalex ==0.1.0.0, any.openalex ==0.2.0.0,
any.optics-core ==0.4.1.1, any.optics-core ==0.4.1.1,
optics-core -explicit-generic-labels, optics-core -explicit-generic-labels,
any.optics-extra ==0.4.2.1, any.optics-extra ==0.4.2.1,
......
...@@ -245,7 +245,7 @@ ...@@ -245,7 +245,7 @@
git: "https://gitlab.iscpif.fr/gargantext/crawlers/istex.git" git: "https://gitlab.iscpif.fr/gargantext/crawlers/istex.git"
subdirs: subdirs:
- . - .
- commit: d2949cdeaaf3193e2b53e06bcae1d2234581e519 - commit: c86412b5b8713b2bdd63b2bed2a2259c5d143a88
git: "https://gitlab.iscpif.fr/gargantext/crawlers/openalex.git" git: "https://gitlab.iscpif.fr/gargantext/crawlers/openalex.git"
subdirs: subdirs:
- . - .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment