53 Commits

Author SHA1 Message Date
0687f268fc Fixed switch up between node/js and ts-node/ts
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2021-01-03 18:27:58 +01:00
276e553e13 Version bump
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
ref #73
2021-01-03 18:18:51 +01:00
6b0e3503a7 Dependency: Bumped license-exporter version
All checks were successful
continuous-integration/drone/push Build is passing
ref odit/license-exporter#1 odit/license-exporter#3
2021-01-02 20:49:20 +01:00
05868e0e00 Bumped license lib version
All checks were successful
continuous-integration/drone/pr Build is passing
ref #59
2020-12-31 18:00:46 +01:00
580a73f9a5 Switched to automatic license attribution generation via oss-attribution-generator
All checks were successful
continuous-integration/drone/pr Build is passing
#59
2020-12-31 15:14:51 +01:00
62c7f26540 Added --full option for the license exporter to export the license path and text as well
ref #59
2020-12-30 21:05:16 +01:00
395b0101a8 Moved package script related files to their own folder
ref #59
2020-12-30 20:22:18 +01:00
84a0bd2cd9 Added license exporter (to json)
ref #59
2020-12-30 20:18:28 +01:00
41828a6e41 Version bump
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2020-12-30 18:55:16 +01:00
c93e93be31 Set package version (+openapi version)
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
ref #47
2020-12-23 18:00:53 +01:00
0b4d30b3f3 Updated the openapi json path for the ci testing script
Some checks failed
continuous-integration/drone/pr Build is failing
ref #52
2020-12-23 16:54:45 +01:00
bb70bf58fb Added the static files to the build step
Some checks failed
continuous-integration/drone/pr Build is failing
ref #52
2020-12-23 15:43:03 +01:00
9fc282d858 Removed everything concerning the swaggerUI express middleware
ref #52
2020-12-23 15:21:55 +01:00
d8e38f404d Renamed the package to fit the scheme for the project
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-22 20:43:49 +01:00
a85e914759 Added validator as a explicit dependency, b/c pnpm doesn't fallback to peer dependencies
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-22 16:57:01 +01:00
6403e386ab Now with smooth access token refreshing
ref #6
2020-12-18 19:07:31 +01:00
03b7e346ab Working csv import
ref #22
2020-12-17 18:36:51 +01:00
ec69f6caf3 removed the lib generation part
All checks were successful
continuous-integration/drone/pr Build is passing
2020-12-13 19:20:36 +01:00
421ddc50ed Added rlly basic lib generation
ref #31
2020-12-12 22:21:45 +01:00
ff84209683 Merge branch 'dev' into feature/24-production_dockerfile
Some checks reported errors
continuous-integration/drone/pr Build was killed
2020-12-12 18:54:02 +00:00
c07d40ae93 Added cookie-parser to app.use
ref #25
2020-12-12 19:01:31 +01:00
e3980096e2 🚧 move sqlite to to production
ref #24
2020-12-12 17:48:02 +01:00
a7e27c6f6c drop unused packages
ref #24
2020-12-12 13:27:57 +01:00
5ccdfe1540 package.json - drop nodemon delay
ref #24
2020-12-12 13:04:20 +01:00
10640f40aa Merge branch 'dev' into feature/19-user_seeding
All checks were successful
continuous-integration/drone/pr Build is passing
# Conflicts:
#	package.json
2020-12-11 20:38:33 +01:00
79e418f918 Added a test:ci script (for testing in ci enviornments)
Some checks failed
continuous-integration/drone/pr Build is failing
ref #23
2020-12-11 19:56:27 +01:00
effa79032b Added seed yarn script
ref #19
2020-12-11 19:14:48 +01:00
09decd5600 Added first demo seed
ref #19
2020-12-10 20:26:46 +01:00
d2898ff60f Merge branch 'dev' into feature/17-automated_tests 2020-12-09 19:42:51 +01:00
622bdf7a3f move to dotenv + custom env validations
ref #18
2020-12-09 19:40:08 +01:00
34567f24c3 test:watch script 2020-12-05 20:45:22 +01:00
4ff6f8c540 ⚙ nodemon config - ignore tests
ref #17
2020-12-05 20:32:15 +01:00
8ae5cea631 basic jest + typescript support
ref #17
2020-12-05 18:49:09 +01:00
f1629440fe 🚧 better uuid + starting hashing implementation
ref #14
2020-12-04 17:04:33 +01:00
6e0447165b tsdoc generation
ref #7 , close #8
2020-11-27 21:40:42 +01:00
63635956ce removed husky 2020-11-27 18:28:25 +01:00
796b8942d8 Now creating (json)schemas from class validator annotated classes
ref #5
2020-11-26 13:44:36 +01:00
2c29fe29e8 Now using typeorm-routing-controllers-extensions for cleaner controllers
ref #4
2020-11-26 13:06:10 +01:00
3ce9a0b21a Added basic openapi support
ref #5
2020-11-25 19:28:52 +01:00
8cbcfe7fbb Switched to using controllers via routing-controllers
ref #4
2020-11-25 19:28:12 +01:00
595aacb311 precommit hooks & file formatting
ref #1
2020-11-25 18:41:34 +01:00
f527cad186 remove @types/helmet
ref #1
2020-11-25 18:35:10 +01:00
5034cbfd93 dependency: body-parser, cors, helmet, sqlite3 (dev)
ref #4
2020-11-25 17:58:24 +01:00
27629fbe3b Added reflect-metadata - typeorm requires it
ref #3
2020-11-24 21:11:17 +01:00
200090935f Updated author, contributors and license
ref #1
2020-11-24 20:13:56 +01:00
0b92d82a5b tsc building script
ref #1
2020-11-24 20:07:09 +01:00
01a786720b Merge branch 'main' of https://git.odit.services/lfk/backend into main 2020-11-24 19:58:19 +01:00
6b46a0a69e added consola dependency
ref #1
2020-11-24 19:54:07 +01:00
03a4898553 added jsonwebtoken dependency
ref #1
2020-11-24 19:53:38 +01:00
6c5c61b1e8 Added libs for databases: postgres and mysql
ref #2
2020-11-24 19:52:50 +01:00