Skip to content
Snippets Groups Projects
  1. Sep 18, 2021
    • Lucendio's avatar
      Fix 'make clean' · 9bc3b3ea
      Lucendio authored
      APP_NODE_MODULE_DIRS contains two paths. Quoting that var breaks
      the command and the node_module folders were not deleted.
      9bc3b3ea
  2. May 10, 2021
  3. May 08, 2021
  4. 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
  5. 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
  6. 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
  7. Oct 05, 2020
    • Lucendio's avatar
      Polish 'creating to' server test · 4411515b
      Lucendio authored
      * adjust app readme
      * revert change in server 'scripts'
      * renamed 'stack' into 'hack' and split up Makefile into two to better separate
        devops scenarios from scoped deps management
      * updated readme according to the make target changes
      4411515b
  8. Oct 04, 2020
    • Lucendio's avatar
      Update server dependencies; fix invocation in 'make test' · f596e81b
      Lucendio authored
      * update mongoose, jest and nodemon to address security alerts triggered
        by dependabot
      * 'test' target had a bug introduced by using wrong syntax
      * renamed server scripts to clarify the distinction between invocations
        in local development, CI and actual operations
      f596e81b
  9. May 26, 2020
    • Lucendio's avatar
      Fix npm linking & Increase compatibility with GNU tar · 429d0248
      Lucendio authored
      * npm is a symlink in the node artifact, so, extracting only the symlink
        is no good if its actual target is not there. Now, the whole `node_modules`
        is extracted instead, and a symlink is created explicitly
      * remove wildcards to avoid necessity of `--wildcards`, which is not
        supported by BSD tar
      * minor phrasing
      429d0248
  10. May 14, 2020
    • Lucendio's avatar
      Add make target to start db and app in a transparent way · 128282d7
      Lucendio authored
      * adjust mongoose configuration
      * documents more make targets in readme
      * applied npm scripts convention of the client to the corresponding
        server scripts in order to be more consistent (`start` is now meant
        for local development)
      128282d7
  11. May 04, 2020
  12. Apr 21, 2020
    • Lucendio's avatar
      Add documentation and Makefile · 7deefa2c
      Lucendio authored
      * readme files for the repository and the app
      * makefile ans the main entry and documentation
      * remove create-react-app from client code
      7deefa2c
Loading