Commit Graph
2625 Commits
Author SHA1 Message Date
Anselm Stordeur 5e3518bd62 ci: publish image after build and tests 2019-01-21 14:53:24 +01:00
Karl-Philipp Wulfert 44713d3852 docs: update changelog 2019-01-17 14:39:11 +01:00
Karl-Philipp Wulfert c9d9cebfce 0.2.1 2019-01-17 14:39:08 +01:00
Karl-Philipp Wulfert f2933ef9e2 fix: correctly add shebang line to cli 2019-01-17 14:38:40 +01:00
Karl-Philipp Wulfert 9c3cd369b0 docs: update changelog 2019-01-17 14:35:17 +01:00
Karl-Philipp Wulfert 15e20ab73c 0.2.0 2019-01-17 14:35:14 +01:00
Karl-Philipp Wulfert a22ace9c18 docs: update reports 2019-01-17 14:35:02 +01:00
Karl-Philipp Wulfert a95ec14be8 fix: correct link for projects 2019-01-17 14:33:20 +01:00
Karl-Philipp Wulfert e902d705bf fix: do not add issues to report from backlog 2019-01-17 14:33:01 +01:00
Karl-Philipp Wulfert 98d58fa472 refactor: rename cli 2019-01-17 13:29:23 +01:00
Karl-Philipp Wulfert 48c34d9e1f refactor: fix type error with flattening arrays 2019-01-17 13:28:21 +01:00
Karl-Philipp Wulfert 6d5a47292c refactor: remove remnants of pack 2019-01-17 12:56:52 +01:00
Michel Jonathan Schmitz f9a73e2b9c refactor: remove the type SCDrinkCategories 2019-01-17 12:33:24 +01:00
Karl-Philipp Wulfert 41a349ead5 fix: unlabel issues with label meeting only 2019-01-17 11:23:27 +01:00
Karl-Philipp Wulfert 3a37e607ae build: update dependencies 2019-01-17 11:23:15 +01:00
Karl-Philipp Wulfert ab19086400 refactor: remove pack 2019-01-17 11:23:05 +01:00
Anselm Stordeur f26153d970 build: add prepublishOnly script 2019-01-16 19:40:00 +01:00
Anselm Stordeur 42713f061a docs: update changelog 2019-01-16 19:28:34 +01:00
Anselm Stordeur 7590497b8c 0.0.5 v0.0.5 2019-01-16 19:28:15 +01:00
Karl-Philipp Wulfert 27b18bec89 docs: update reports 2019-01-16 17:51:14 +01:00
Karl-Philipp Wulfert ad2e83379a docs: updat reports 2019-01-16 10:04:13 +01:00
Karl-Philipp Wulfert faca4e1300 docs: enhance and fix readme 2019-01-15 12:18:50 +01:00
Karl-Philipp Wulfert 7438465149 feat: add pack script
Fixes #4
2019-01-14 17:57:18 +01:00
Karl-Philipp Wulfert b9bd9ace50 docs: update reports 2019-01-14 17:07:48 +01:00
Jovan Krunić 73484ac686 ci: use artifacts instead of cache for lib
Fixes #23
2019-01-14 14:52:44 +01:00
Karl-Philipp Wulfert 5194c0fb11 docs: update changelog 2019-01-14 14:10:45 +01:00
Karl-Philipp Wulfert 0cdc5b97bf 0.1.1 2019-01-14 14:10:32 +01:00
Karl-Philipp Wulfert 9852f67838 refactor: remove extraneous file 2019-01-14 14:09:55 +01:00
Sebastian Lange b3ca8a2744 refactor: move SettingsProvider into package 'settings' 2019-01-11 13:53:19 +01:00
Sebastian Lange d5fa2fd9a5 feat: add permission check for geoLocation setting 2019-01-11 13:47:29 +01:00
Anselm Stordeur b248d1b5e0 fix: add missing dependency typedoc
Fixes #5
2019-01-10 17:07:00 +01:00
Anselm Stordeur 8c76221aad build: update all dependencies 2019-01-10 16:52:53 +01:00
Anselm Stordeur 3d82c94577 feat: allow env variables to overwrite smtp config
Fixes #3
2019-01-10 16:52:47 +01:00
Jovan Krunić d9f5532350 test: adjust test files after model changes
Additionally format test JSON files
2019-01-10 16:30:20 +01:00
Jovan Krunić d3d08e7735 fix: set larger v8 stack size
Temporary fix for the issue that the conversion library
(*.ts to JSON schema) which openstapps-convert uses
recursion extensively.
2019-01-10 16:30:20 +01:00
Jovan Krunić e0e0a09c7c refactor: use enumeration for the type of an origin 2019-01-10 16:30:18 +01:00
Jovan Krunić a4f3fab033 feat: add saveable thing for saving user/client data
Closes #12
2019-01-10 15:34:54 +01:00
Jovan Krunić 13a49650c4 feat: add different origin types: remote and user
Related to #12
2019-01-10 15:34:54 +01:00
Sebastian Lange cd5ac500a0 build: fix npm vulnerabilities 2019-01-10 13:33:14 +01:00
Karl-Philipp Wulfert e58d92e781 docs: update changelog 2019-01-09 14:05:06 +01:00
Karl-Philipp Wulfert a989f6f431 0.2.0 2019-01-09 14:04:51 +01:00
Karl-Philipp Wulfert e17ba3ea35 docs: update reports 2019-01-09 09:58:13 +01:00
Karl-Philipp Wulfert 93736043cc docs: update reports 2019-01-08 14:56:55 +01:00
Karl-Philipp Wulfert 3a15b6cf5b test: adjust tests 2019-01-08 14:47:45 +01:00
Karl-Philipp Wulfert 7f248eea13 feat: use tag @validatable to mark schema types 2019-01-08 14:47:42 +01:00
Karl-Philipp Wulfert 75ceeb4500 refactor: remove route generation
Fixes #21
2019-01-08 14:44:15 +01:00
Karl-Philipp Wulfert 6d11c9b915 ci: adjust ci configuration 2019-01-08 14:43:13 +01:00
Karl-Philipp Wulfert 2cfd08e911 build: update scripts 2019-01-08 14:41:07 +01:00
Karl-Philipp Wulfert a2ab90656f build: update dependencies 2019-01-08 14:40:46 +01:00
Karl-Philipp Wulfert a2bd0d113b docs: update changelog 2019-01-08 14:15:12 +01:00