Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. 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
  4. 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
  5. May 04, 2020
  6. 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