- Jun 12, 2021
-
-
dependabot[bot] authored
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/sindresorhus/normalize-url/releases) - [Commits](https://github.com/sindresorhus/normalize-url/commits ) --- updated-dependencies: - dependency-name: normalize-url dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- May 10, 2021
-
-
Lucendio authored
-
- May 08, 2021
-
-
Lucendio authored
* changed the way how the paths of makefile and .local folder are determined * removed failsafe and replaced it with quoted path variables
-
- May 05, 2021
-
-
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
-
- Apr 06, 2021
-
-
Lucendio authored
-
- Apr 04, 2021
-
-
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
-
- Apr 03, 2021
-
-
Lucendio authored
-
- Mar 27, 2021
-
-
Lucendio authored
Add client test for login and registration forms
-
- Mar 19, 2021
-
-
Jakob Fleisch authored
-
- Mar 14, 2021
-
-
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)
-
- Oct 11, 2020
-
-
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
-
- Oct 05, 2020
-
-
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
-
- Oct 04, 2020
-
-
Lucendio authored
* fix file name typo * remove logs in test do reduce noise * prevent 'connection established' log in test mode to reduce noise * rename test to make it more obvious that it does not require (or create) a user object
-
Lucendio authored
Added DB-Test
-
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
-
- Sep 12, 2020
-
-
RouvenReuter91 authored
-
- Jun 24, 2020
-
-
Lucendio authored
-
- Jun 06, 2020
-
-
Lucendio authored
ESLint is only part of the application frontend and only invoked implicitly during build time
-
- May 26, 2020
-
-
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
-
- May 14, 2020
-
-
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)
-
Lucendio authored
* keep both in gitignore, since the default still exist
-
- May 04, 2020
-
-
Lucendio authored
* tech stack can be installed locally and will be used by app-related targets if available * bumped minimal required npm version to 6.14 for server and client
-
- Apr 21, 2020
- Apr 09, 2020
-
-
Lucendio authored
* change behaviour so that service still comes up regardless whether db connection can be established or not (see 12-Factor-App) - loosely tight to backing service * instead, it will log to stderr hinting this issue * successful port binding is still required
-
Lucendio authored
-
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
-
- Apr 05, 2020
- Apr 02, 2020
-
-
Lucendio authored
* update deps to latest and pin min node & npm version * checkin lock files * make server serve client to merge both into one in order to reduce complexity * adjust CSP accordingly
-
- Apr 01, 2020
-
-
Lucendio authored
* applied latest cra-template * removed react-specific content
-
- Mar 31, 2020
-
-
Lucendio authored
* Dockerfile * k8s resources * yarn.lock
-