1. 28 Jul, 2021 2 commits
  2. 26 Jul, 2021 1 commit
  3. 23 Jul, 2021 2 commits
  4. 22 Jul, 2021 6 commits
  5. 21 Jul, 2021 2 commits
  6. 16 Jul, 2021 3 commits
  7. 15 Jul, 2021 1 commit
  8. 22 Jun, 2021 1 commit
    • Alp Mestanogullari's avatar
      make gargantext buildable with stack & cabal in a nix environment · eb307705
      Alp Mestanogullari authored
      I revamped the whole Nix infrastructure a bit to clearly delineate the bits
      about providing a suitable environment (with respect to non Haskell deps) and
      the shell and stack helper expressions, and moved it all under `nix/` to
      make it easier to ignore (if not interested) or focus on (if interested) the Nix
      infrastructure of this repository.
      
      For some reason, this required changes that don't seem necessary in the
      Docker environment, even though this all happens using the same GHC version
      as used in the Docker environment/Stackage LTS snapshot.
      
      The said changes correspond to the source repositories mentioned in the
      cabal.project and stack.yaml files that have not been left untouched, for which
      I either pointed to a fork I made, or a different commit that I pushed in a
      dedicated branch (for the ISCPIF gitlab repositories to which I seemingly
      have write access).
      
      Many of the changes were about Haddock `-- |` style syntax being used in an
      unexpected place, and this was making GHC's parser quite sad.
      
      This commit doesn't (yet?) provide Nix infrastructure for building everything
      in/through Nix, but shouldn't be too much work with something like haskell.nix,
      which has suitable tooling to import stack.yaml or cabal.project based
      project specifications and turn them into fully nixified builds, which might
      or might not be desirable.
      eb307705
  9. 21 Jun, 2021 1 commit
  10. 16 Jun, 2021 1 commit
    • Alexandre Delanoë's avatar
      [FEAT] Adding Visio micro-service (Jitsi) · 18eeb1f4
      Alexandre Delanoë authored
      First add New type NodeFrameVisio it this case:
      	modified :         src/Gargantext/Database/Admin/Types/Node.hs
      After this step, just follow the compiler errors to fix the instances.
      
      	modified :         src/Gargantext/Prelude/Config.hs
      
      The NodeType NodeFrameVisio is created in Database and need some
      parameters:
      	modified :         src/Gargantext/Database/Action/Node.hs
      	modified :         src/Gargantext/Database/Admin/Config.hs
      	modified :         src/Gargantext/Database/Admin/Types/Hyperdata/Default.hs
      
      Finally:
      	modified :         gargantext.ini_toModify
      The url of the micro-service can be adapted in gargantext.ini
      18eeb1f4
  11. 04 Jun, 2021 1 commit
  12. 02 Jun, 2021 3 commits
  13. 01 Jun, 2021 10 commits
  14. 31 May, 2021 6 commits