- Sep 02, 2022
-
-
Dobromir Palushev authored
-
Dobromir Palushev authored
pipeline multiple updates See merge request !9
-
Dobromir Palushev authored
-
Dobromir Palushev authored
pipeline multiple updates See merge request !8
-
Dobromir Palushev authored
-
Dobromir Palushev authored
pipeline multiple updates See merge request !7
-
Dobromir Palushev authored
-
Dobromir Palushev authored
pipeline multiple updates See merge request !6
-
Dobromir Palushev authored
-
Dobromir Palushev authored
pipeline multiple updates See merge request !5
-
Dobromir Palushev authored
-
Dobromir Palushev authored
pipeline multiple updates See merge request !4
-
Dobromir Palushev authored
-
Dobromir Palushev authored
pipeline multiple updates See merge request !3
-
Dobromir Palushev authored
-
Dobromir Palushev authored
pipeline multiple updates See merge request !2
-
Dobromir Palushev authored
-
- Aug 31, 2022
-
-
Dobromir Palushev authored
-
Dobromir Palushev authored
-
Dobromir Palushev authored
-
Dobromir Palushev authored
-
Dobromir Palushev authored
* app's frontend and backend are combined and served together from Node.js
-
Dobromir Palushev authored
-
- Apr 04, 2022
-
-
Lucendio authored
* add code block to demonstrate build process in a more readable way (other than the Makefile) * emphasise the sensitivity of the JWT token
-
- Nov 14, 2021
-
-
Lucendio authored
-
- Nov 09, 2021
- Sep 18, 2021
-
-
Lucendio authored
APP_NODE_MODULE_DIRS contains two paths. Quoting that var breaks the command and the node_module folders were not deleted.
-
derrabauke authored
-
Lucendio authored
* remove 'renders a todo add' test since it was a) the wrong place and b) already implemented by PR #36 * fix indentation and make sure that there is actually a user that the test tries to delete
-
s72531 authored
-
s72531 authored
-
Daniel Fott authored
-
Lucendio authored
* bump NPM from v6 to v7 * regenerated package lock files * bump Node from v12 to v14
-
Jannis Rieger authored
-
Jannis Rieger authored
-
Jannis Rieger authored
-
- 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
-