Skip to content
Snippets Groups Projects
  1. Sep 18, 2021
    • Lucendio's avatar
      Update dependencies · 573fac18
      Lucendio authored
      * bump NPM from v6 to v7
      * regenerated package lock files
      * bump Node from v12 to v14
      573fac18
  2. 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
  3. 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
  4. 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
  5. 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
  6. May 04, 2020
  7. Apr 09, 2020
    • Lucendio's avatar
      [app/server] Introduce a test for creating a user document in the database · 807a7009
      Lucendio authored
      * introduce a test on the server to see if user creation works (backend process <-> db only;
        still needs a test that involves the router, too)
      * main server process is no connection-aware and wont start if database is not reachable
      * some renaming, cause it's more descriptive
      * unify quote usage
      807a7009
  8. Apr 02, 2020
  9. Mar 31, 2020
Loading