Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
159
Issues
159
List
Board
Labels
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
409e2465
Commit
409e2465
authored
Sep 05, 2024
by
mzheng
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed HyperdataDocument so it follows the type Document in HAL
parent
39a8897b
Pipeline
#6597
passed with stages
in 45 minutes and 13 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
update-project-dependencies
bin/update-project-dependencies
+1
-1
cabal.project
cabal.project
+1
-1
NgramsByContext.hs
src/Gargantext/Database/Action/Metrics/NgramsByContext.hs
+1
-1
Document.hs
src/Gargantext/Database/Admin/Types/Hyperdata/Document.hs
+1
-1
stack.yaml
stack.yaml
+1
-1
No files found.
bin/update-project-dependencies
View file @
409e2465
...
...
@@ -18,7 +18,7 @@ fi
# with the `sha256sum` result calculated on the `cabal.project` and
# `cabal.project.freeze`. This ensures the files stay deterministic so that CI
# cache can kick in.
expected_cabal_project_hash
=
"
fae6b12c0cb5d80a79c92dd3184b9e19662648de9a12ebd4a0aa336bc31054c0
"
expected_cabal_project_hash
=
"
ed85064669c844e43ebc723ed707b7d320d2133dd5d93d3750257e368d7fe254
"
expected_cabal_project_freeze_hash
=
"50f3ccea242400c48bd9cec7286bd07c8223c87c043e09576dd5fef0949f982a"
...
...
cabal.project
View file @
409e2465
...
...
@@ -93,7 +93,7 @@ source-repository-package
source
-
repository
-
package
type
:
git
location
:
https
://
gitlab
.
iscpif
.
fr
/
gargantext
/
crawlers
/
hal
.
git
tag
:
d54812d52c9d1f86d331a991b3a87c9a8b4379cf
tag
:
229f
df40b8ccecd527fca5a7bbb554b0deb540dc
source
-
repository
-
package
type
:
git
...
...
src/Gargantext/Database/Action/Metrics/NgramsByContext.hs
View file @
409e2465
...
...
@@ -97,7 +97,7 @@ getTreeInstitutesUser :: HasDBid NodeType
->
NgramsType
->
DBCmd
err
(
HashMap
Text
[
Text
])
getTreeInstitutesUser
cId
nt
=
HM
.
unionsWith
(
++
)
.
map
(
\
(
_
,
hd
)
->
HM
.
fromList
$
map
(
\
(
p
,
c
)
->
(
p
,
[
c
]))
$
Map
.
toList
$
fromMaybe
Map
.
empty
(
_hd_institutes_tree
hd
))
<$>
selectHyperDataByContextUser
cId
nt
HM
.
unionsWith
(
++
)
.
map
(
\
(
_
,
hd
)
->
HM
.
fromList
$
Map
.
toList
$
fromMaybe
Map
.
empty
(
_hd_institutes_tree
hd
))
<$>
selectHyperDataByContextUser
cId
nt
selectHyperDataByContextUser
::
HasDBid
NodeType
=>
CorpusId
...
...
src/Gargantext/Database/Admin/Types/Hyperdata/Document.hs
View file @
409e2465
...
...
@@ -36,7 +36,7 @@ data HyperdataDocument = HyperdataDocument { _hd_bdd :: !(Maybe T
,
_hd_publication_minute
::
!
(
Maybe
Int
)
,
_hd_publication_second
::
!
(
Maybe
Int
)
,
_hd_language_iso2
::
!
(
Maybe
Text
)
,
_hd_institutes_tree
::
!
(
Maybe
(
Map
Text
Text
))
,
_hd_institutes_tree
::
!
(
Maybe
(
Map
Text
[
Text
]
))
}
deriving
(
Show
,
Generic
)
...
...
stack.yaml
View file @
409e2465
...
...
@@ -134,7 +134,7 @@
git
:
"
https://gitlab.iscpif.fr/gargantext/crawlers/epo-proxy-api.git"
subdirs
:
-
.
-
commit
:
d54812d52c9d1f86d331a991b3a87c9a8b4379cf
-
commit
:
229fdf40b8ccecd527fca5a7bbb554b0deb540dc
git
:
"
https://gitlab.iscpif.fr/gargantext/crawlers/hal.git"
subdirs
:
-
.
...
...
Przemyslaw Kaminski
@cgenie
mentioned in commit
5660aec0
·
Oct 08, 2024
mentioned in commit
5660aec0
mentioned in commit 5660aec07ec5a0a0a5468f440092c1a8f57a864e
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment