]> Git — Sourcephile - gargantext.git/commit
[refactor] add newtype Limit, newtype Query
authorPrzemysław Kaminski <pk@intrepidus.pl>
Wed, 12 Apr 2023 06:29:02 +0000 (08:29 +0200)
committerPrzemysław Kaminski <pk@intrepidus.pl>
Wed, 12 Apr 2023 06:29:02 +0000 (08:29 +0200)
commit8efbd6a73a20914b00ee0c19188d5cf035f03262
tree30ac69c06fb10c59a64472bbdfc4ae65908dd402
parentdf6f1dde31507a79ecabae11271b066480df88f8
[refactor] add newtype Limit, newtype Query

This is safer than type Limit = Int
22 files changed:
bin/gargantext-import/Main.hs
gargantext.cabal
package.yaml
src/Gargantext/API/Admin/Auth.hs
src/Gargantext/API/Metrics.hs
src/Gargantext/API/Ngrams.hs
src/Gargantext/API/Node.hs
src/Gargantext/API/Search.hs
src/Gargantext/API/Table.hs
src/Gargantext/Core/Types/Main.hs
src/Gargantext/Core/Types/Query.hs [new file with mode: 0644]
src/Gargantext/Database/Action/Flow.hs
src/Gargantext/Database/Action/Learn.hs
src/Gargantext/Database/Action/Metrics.hs
src/Gargantext/Database/Action/Metrics/Lists.hs
src/Gargantext/Database/Action/Search.hs
src/Gargantext/Database/Action/TSQuery.hs
src/Gargantext/Database/Query/Facet.hs
src/Gargantext/Database/Query/Filter.hs
src/Gargantext/Database/Query/Table/Context.hs
src/Gargantext/Database/Query/Table/Node.hs
src/Gargantext/Database/Query/Table/Node/Children.hs