]> Git — Sourcephile - gargantext.git/commit
[refactoring] add some default extensions to package.yaml
authorPrzemek Kaminski <pk@intrepidus.pl>
Tue, 2 Jun 2020 20:01:22 +0000 (22:01 +0200)
committerPrzemek Kaminski <pk@intrepidus.pl>
Tue, 2 Jun 2020 20:01:22 +0000 (22:01 +0200)
commit899e5f9df89532a8e73a44dea35168d4a8d2c7ba
tree797b9aa4b563766c81f08123a8646b5a1ff828c4
parent18ef3d66530e14ac9921fe9fba34c0973bf9c36d
[refactoring] add some default extensions to package.yaml
210 files changed:
bin/gargantext-adaptative-phylo/Main.hs
bin/gargantext-cli/CleanCsvCorpus.hs
bin/gargantext-cli/Main.hs
bin/gargantext-import/Main.hs
bin/gargantext-init/Main.hs
bin/gargantext-phylo/Main.hs
bin/gargantext-server/Main.hs
package.yaml
src-test/Main.hs
src-test/Ngrams/Lang.hs
src-test/Ngrams/Lang/En.hs
src-test/Ngrams/Lang/Fr.hs
src-test/Ngrams/Lang/Occurrences.hs
src-test/Ngrams/Metrics.hs
src-test/Parsers/Date.hs
src-test/Parsers/Types.hs
src-test/Parsers/WOS.hs
src/Gargantext.hs
src/Gargantext/API.hs
src/Gargantext/API/Admin/Auth.hs
src/Gargantext/API/Admin/FrontEnd.hs
src/Gargantext/API/Admin/Orchestrator.hs
src/Gargantext/API/Admin/Orchestrator/Scrapy/Schedule.hs
src/Gargantext/API/Admin/Orchestrator/Types.hs
src/Gargantext/API/Admin/Settings.hs
src/Gargantext/API/Admin/Utils.hs
src/Gargantext/API/Count.hs
src/Gargantext/API/Metrics.hs
src/Gargantext/API/Ngrams.hs
src/Gargantext/API/Ngrams/List.hs
src/Gargantext/API/Ngrams/NTree.hs
src/Gargantext/API/Ngrams/Tools.hs
src/Gargantext/API/Node.hs
src/Gargantext/API/Node/Corpus/Annuaire.hs
src/Gargantext/API/Node/Corpus/Export.hs
src/Gargantext/API/Node/Corpus/New.hs
src/Gargantext/API/Node/Corpus/New/File.hs
src/Gargantext/API/Node/New.hs
src/Gargantext/API/Prelude.hs
src/Gargantext/API/Routes.hs
src/Gargantext/API/Search.hs
src/Gargantext/API/Table.hs
src/Gargantext/Core.hs
src/Gargantext/Core/Auth.hs
src/Gargantext/Core/Flow/Ngrams.hs
src/Gargantext/Core/Flow/Types.hs
src/Gargantext/Core/Statistics.hs
src/Gargantext/Core/Types.hs
src/Gargantext/Core/Types/Individu.hs
src/Gargantext/Core/Types/Main.hs
src/Gargantext/Core/Types/Phylo.hs
src/Gargantext/Core/Utils.hs
src/Gargantext/Core/Utils/Count.purs
src/Gargantext/Core/Utils/DateUtils.hs
src/Gargantext/Core/Utils/Prefix.hs
src/Gargantext/Database.hs
src/Gargantext/Database/Action/Flow.hs
src/Gargantext/Database/Action/Flow/Annuaire.hs
src/Gargantext/Database/Action/Flow/List.hs
src/Gargantext/Database/Action/Flow/Pairing.hs
src/Gargantext/Database/Action/Flow/Types.hs
src/Gargantext/Database/Action/Flow/Utils.hs
src/Gargantext/Database/Action/Learn.hs
src/Gargantext/Database/Action/Metrics.hs
src/Gargantext/Database/Action/Metrics/Lists.hs
src/Gargantext/Database/Action/Metrics/NgramsByNode.hs
src/Gargantext/Database/Action/Node.hs
src/Gargantext/Database/Action/Search.hs
src/Gargantext/Database/Admin/Access.hs
src/Gargantext/Database/Admin/Bashql.hs
src/Gargantext/Database/Admin/Config.hs
src/Gargantext/Database/Admin/Trigger/Init.hs
src/Gargantext/Database/Admin/Trigger/NodeNodeNgrams.hs
src/Gargantext/Database/Admin/Trigger/Nodes.hs
src/Gargantext/Database/Admin/Trigger/NodesNodes.hs
src/Gargantext/Database/Admin/Types/Node.hs
src/Gargantext/Database/Prelude.hs
src/Gargantext/Database/Query/Facet.hs
src/Gargantext/Database/Query/Filter.hs
src/Gargantext/Database/Query/Join.hs
src/Gargantext/Database/Query/Table/Ngrams.hs
src/Gargantext/Database/Query/Table/Node.hs
src/Gargantext/Database/Query/Table/Node/Children.hs
src/Gargantext/Database/Query/Table/Node/Contact.hs
src/Gargantext/Database/Query/Table/Node/Document/Add.hs
src/Gargantext/Database/Query/Table/Node/Document/Insert.hs
src/Gargantext/Database/Query/Table/Node/Error.hs
src/Gargantext/Database/Query/Table/Node/Select.hs
src/Gargantext/Database/Query/Table/Node/Update.hs
src/Gargantext/Database/Query/Table/Node/UpdateOpaleye.hs
src/Gargantext/Database/Query/Table/Node/User.hs
src/Gargantext/Database/Query/Table/NodeNgrams.hs
src/Gargantext/Database/Query/Table/NodeNode.hs
src/Gargantext/Database/Query/Table/NodeNodeNgrams.hs
src/Gargantext/Database/Query/Table/NodeNodeNgrams2.hs
src/Gargantext/Database/Query/Table/Node_NodeNgramsNodeNgrams.hs
src/Gargantext/Database/Query/Table/NodesNgramsRepo.hs
src/Gargantext/Database/Query/Table/User.hs
src/Gargantext/Database/Query/Tree.hs
src/Gargantext/Database/Query/Tree/Error.hs
src/Gargantext/Database/Query/Tree/Root.hs
src/Gargantext/Database/Schema/Ngrams.hs
src/Gargantext/Database/Schema/Node.hs
src/Gargantext/Database/Schema/NodeNgrams.hs
src/Gargantext/Database/Schema/NodeNode.hs
src/Gargantext/Database/Schema/NodeNodeNgrams.hs
src/Gargantext/Database/Schema/NodeNodeNgrams2.hs
src/Gargantext/Database/Schema/Node_NodeNgramsNodeNgrams.hs
src/Gargantext/Database/Schema/NodesNgramsRepo.hs
src/Gargantext/Database/Schema/Prelude.hs
src/Gargantext/Database/Schema/User.hs
src/Gargantext/Ext/IMT.hs
src/Gargantext/Ext/IMTUser.hs
src/Gargantext/Prelude.hs
src/Gargantext/Prelude/Fibonacci.hs
src/Gargantext/Prelude/Utils.hs
src/Gargantext/Text.hs
src/Gargantext/Text/Context.hs
src/Gargantext/Text/Convert.hs
src/Gargantext/Text/Corpus/API.hs
src/Gargantext/Text/Corpus/API/Hal.hs
src/Gargantext/Text/Corpus/API/Isidore.hs
src/Gargantext/Text/Corpus/API/Istex.hs
src/Gargantext/Text/Corpus/API/Pubmed.hs
src/Gargantext/Text/Corpus/Parsers.hs
src/Gargantext/Text/Corpus/Parsers/CSV.hs
src/Gargantext/Text/Corpus/Parsers/Date.hs
src/Gargantext/Text/Corpus/Parsers/Date/Attoparsec.hs
src/Gargantext/Text/Corpus/Parsers/Date/Parsec.hs
src/Gargantext/Text/Corpus/Parsers/GrandDebat.hs
src/Gargantext/Text/Corpus/Parsers/Isidore.hs
src/Gargantext/Text/Corpus/Parsers/Json2Csv.hs
src/Gargantext/Text/Corpus/Parsers/RIS.hs
src/Gargantext/Text/Corpus/Parsers/RIS/Presse.hs
src/Gargantext/Text/Corpus/Parsers/WOS.hs
src/Gargantext/Text/Corpus/Parsers/Wikimedia.hs
src/Gargantext/Text/Examples.hs
src/Gargantext/Text/Flow.hs
src/Gargantext/Text/Learn.hs
src/Gargantext/Text/List.hs
src/Gargantext/Text/List/CSV.hs
src/Gargantext/Text/List/Learn.hs
src/Gargantext/Text/Metrics.hs
src/Gargantext/Text/Metrics/CharByChar.hs
src/Gargantext/Text/Metrics/Count.hs
src/Gargantext/Text/Metrics/Freq.hs
src/Gargantext/Text/Metrics/FrequentItemSet.hs
src/Gargantext/Text/Metrics/TFICF.hs
src/Gargantext/Text/Samples/CH.hs
src/Gargantext/Text/Samples/DE.hs
src/Gargantext/Text/Samples/EN.hs
src/Gargantext/Text/Samples/FR.hs
src/Gargantext/Text/Samples/SP.hs
src/Gargantext/Text/Search.hs
src/Gargantext/Text/Terms.hs
src/Gargantext/Text/Terms/Eleve.hs
src/Gargantext/Text/Terms/Mono.hs
src/Gargantext/Text/Terms/Mono/Stem.hs
src/Gargantext/Text/Terms/Mono/Stem/En.hs
src/Gargantext/Text/Terms/Mono/Token.hs
src/Gargantext/Text/Terms/Mono/Token/En.hs
src/Gargantext/Text/Terms/Multi.hs
src/Gargantext/Text/Terms/Multi/Group.hs
src/Gargantext/Text/Terms/Multi/Lang/En.hs
src/Gargantext/Text/Terms/Multi/Lang/Fr.hs
src/Gargantext/Text/Terms/Multi/PosTagging.hs
src/Gargantext/Text/Terms/Multi/RAKE.hs
src/Gargantext/Text/Terms/WithList.hs
src/Gargantext/Viz.hs
src/Gargantext/Viz/AdaptativePhylo.hs
src/Gargantext/Viz/Chart.hs
src/Gargantext/Viz/Graph.hs
src/Gargantext/Viz/Graph/API.hs
src/Gargantext/Viz/Graph/Bridgeness.hs
src/Gargantext/Viz/Graph/Distances.hs
src/Gargantext/Viz/Graph/Distances/Conditional.hs
src/Gargantext/Viz/Graph/Distances/Distributional.hs
src/Gargantext/Viz/Graph/Distances/Matrice.hs
src/Gargantext/Viz/Graph/FGL.hs
src/Gargantext/Viz/Graph/GEXF.hs
src/Gargantext/Viz/Graph/IGraph.hs
src/Gargantext/Viz/Graph/Index.hs
src/Gargantext/Viz/Graph/MaxClique.hs
src/Gargantext/Viz/Graph/Proxemy.hs
src/Gargantext/Viz/Graph/Tools.hs
src/Gargantext/Viz/Graph/Utils.hs
src/Gargantext/Viz/Phylo.hs
src/Gargantext/Viz/Phylo/API.hs
src/Gargantext/Viz/Phylo/Aggregates.hs
src/Gargantext/Viz/Phylo/BranchMaker.hs
src/Gargantext/Viz/Phylo/Cluster.hs
src/Gargantext/Viz/Phylo/Example.hs
src/Gargantext/Viz/Phylo/LevelMaker.hs
src/Gargantext/Viz/Phylo/LinkMaker.hs
src/Gargantext/Viz/Phylo/Main.hs
src/Gargantext/Viz/Phylo/Metrics.hs
src/Gargantext/Viz/Phylo/PhyloExample.hs
src/Gargantext/Viz/Phylo/PhyloExport.hs
src/Gargantext/Viz/Phylo/PhyloMaker.hs
src/Gargantext/Viz/Phylo/PhyloTools.hs
src/Gargantext/Viz/Phylo/SynchronicClustering.hs
src/Gargantext/Viz/Phylo/TemporalMatching.hs
src/Gargantext/Viz/Phylo/Tools.hs
src/Gargantext/Viz/Phylo/View/Display.hs
src/Gargantext/Viz/Phylo/View/Export.hs
src/Gargantext/Viz/Phylo/View/Filters.hs
src/Gargantext/Viz/Phylo/View/Metrics.hs
src/Gargantext/Viz/Phylo/View/Sort.hs
src/Gargantext/Viz/Phylo/View/Taggers.hs
src/Gargantext/Viz/Phylo/View/ViewMaker.hs