1. 18 Nov, 2024 3 commits
    • Alfredo Di Napoli's avatar
      BREAKING: rename unpublish to unshare · 17909a7e
      Alfredo Di Napoli authored
      Previously there was no symmetry in the name of the share endpoint,
      which is meant to be used to generate a publicly-accessible URL to view
      a node, and the previously-called "unpulish" endpoint.
      
      The problem is that now the "unpublish" name would clash with the dual
      of publishing a node. To avoid the problem, this commit renames the old
      "unpublish" endpoint to be "unshare", so that now it's clear that is the
      inverse operation of "share".
      17909a7e
    • Alfredo Di Napoli's avatar
      35124c54
    • Alfredo Di Napoli's avatar
      A NodeTree now stores a publish policy · 3dc86d39
      Alfredo Di Napoli authored
      This allows the frontend to correctly display a different icon in case a
      node has been published with edits enabled or not.
      3dc86d39
  2. 14 Nov, 2024 3 commits
  3. 13 Nov, 2024 2 commits
  4. 12 Nov, 2024 1 commit
  5. 11 Nov, 2024 16 commits
  6. 05 Nov, 2024 2 commits
    • Grégoire Locqueville's avatar
      Add :ggload command, which loads all `Prelude`s · eb39fd6b
      Grégoire Locqueville authored
      The previous commit did not work, because GHCi executed the contents of
      `.ghci` *before* loading the project.
      This commit makes a new command, `:ggload`, available from GHCi when in
      the Gargantext project: typing `:ggload` will make available all symbols
      from modules named `Prelude` in the Gargantext project.
      The name `:ggload` as well as the set of modules to import are still
      open to discussion.
      eb39fd6b
    • Grégoire Locqueville's avatar
      Automatically load `Prelude`s in the REPL · 7383ee40
      Grégoire Locqueville authored
      As per issue #422, this commit makes it so that some modules are
      automatically imported when entering the REPL.
      The modules are every module named `Prelude`, but exactly which modules
      should be imported is probably a discussion worth having.
      7383ee40
  7. 04 Nov, 2024 3 commits
  8. 28 Oct, 2024 6 commits
  9. 25 Oct, 2024 2 commits
  10. 24 Oct, 2024 2 commits