Skip to content
Snippets Groups Projects
  1. Mar 01, 2022
  2. Feb 27, 2022
  3. Feb 26, 2022
  4. Feb 25, 2022
  5. Feb 14, 2022
  6. Nov 14, 2021
  7. Nov 09, 2021
  8. Sep 18, 2021
  9. May 10, 2021
  10. May 08, 2021
  11. May 05, 2021
    • Lucendio's avatar
      Add a confirmation failsafe before deleting files · b1a4614b
      Lucendio authored
      The function `dir`, used to determine MKFILE_DIR can take multiple
      parameters. As a result, if this repository is located in a path
      that contains a white space, the result of `abspath` is interpreted
      as multiple parameters, because Make uses white spaces as separator
      or delimiter. Quoting does not help. Spaces as such only work in
      shell commands within target bodies.
      
      So, the chosen workaround is to add a failsafe to ask the user for
      confirmation to give them a chance to double check what is actually
      being deleted.
      
      * added a warning at the top of the readme to raise awareness
      b1a4614b
  12. Apr 06, 2021
  13. Apr 04, 2021
    • Lucendio's avatar
      Remove dependency installation & rework build example · 466725d4
      Lucendio authored
      * removed hack folder and with it all code to install deps
      * reworked `make build` to show more explicitly what needs to be done when
        producing an artifact
      * bumped node version dep to v14 (to make jest work again)
      * adjusted readme
      * suppress console output when running jest client tests
      466725d4
  14. Apr 03, 2021
  15. Mar 27, 2021
  16. Mar 19, 2021
  17. Mar 14, 2021
    • Lucendio's avatar
      Update dependencies · a3c3cb0e
      Lucendio authored
      * update server and client package dependencies due to CVE notifications
      * update runtime dependencies
      * add some information to various readmes (e.g. about the client being part of the bundle)
      a3c3cb0e
  18. Oct 11, 2020
    • Lucendio's avatar
      [client] remove glow & introduce a more flexible test · e8e0518a
      Lucendio authored
      * glow is kinda distracting
      * original test for title content prevents utilizing a change of
      this characteristic form being used for demonstration purposed. The
      additional test makes testing for the title more flexible and not
      relying on its content
      e8e0518a
Loading