99 Commits

Author SHA1 Message Date
Moriz Wahl
9c98087874 release: 1.10.1 2022-06-30 15:55:23 +02:00
Moriz Wahl
0171d9f44c release: v1.10.0 2022-06-17 15:15:49 +02:00
Moriz Wahl
9f9c6aed79 devops: Release Version 1.9.0 2022-06-02 14:28:27 +02:00
Moriz Wahl
c922bd6b6f fix: License should be a valid SPDX license expression 2022-05-31 14:11:09 +02:00
Moriz Wahl
8922b51dcf devops: Update License in all package.json 2022-05-23 19:16:47 +02:00
Moriz Wahl
44c5cb8dc1 Merge branch 'master' into improve-apollo-logging 2022-05-16 15:31:46 +02:00
Moriz Wahl
99f03dac9f Release 1.8.3 2022-05-13 11:39:18 +02:00
Moriz Wahl
ec2a1535a9 release 1.8.2 2022-05-11 17:33:23 +02:00
Moriz Wahl
58fb934a28 use log4js 2022-04-29 13:39:39 +02:00
Moriz Wahl
78ff58f9b6 use winston as logger, start creating own apollo logger 2022-04-29 11:50:39 +02:00
40328fabfb
v1.8.1 2022-04-28 21:51:05 +02:00
Moriz Wahl
3ff2ee659e debug server 2022-04-26 12:47:40 +02:00
Moriz Wahl
d212ccb4b7 debug server 2022-04-26 12:45:23 +02:00
Moriz Wahl
f9589fad84 force NODE_ENV=development for seed target 2022-04-26 12:22:40 +02:00
84d4d41f22
v1.8.0 2022-04-25 16:51:48 +02:00
Claus-Peter Hübner
061b27eaa3 fix cross-env for windows 2022-04-22 02:16:44 +02:00
f76a85baee
v1.7.1 2022-04-01 15:04:02 +02:00
014306574d
v1.7.0 2022-03-30 20:42:56 +02:00
5fe1e05ca4
use tsconfig-paths package to resolve paths
link build and src paths for the external database package
2022-03-18 01:35:01 +01:00
Moriz Wahl
c7e3d3d224 fix package json 2022-03-15 17:08:41 +01:00
Moriz Wahl
99c0ef1cf5 add faker, seed 100 random users 2022-03-15 17:05:55 +01:00
Moriz Wahl
e45e580627 setup testClient for seeding 2022-03-15 12:30:02 +01:00
21848c2b1c
reference build folders in moduleAliases 2022-03-12 04:06:03 +01:00
Moriz Wahl
e44bc316bf refactor: Resolve Relative Paths in Backend 2022-03-07 21:35:23 +01:00
50d13b10ab
Merge branch 'combine_transaction_tables2' into refactor_arithmetic
# Conflicts:
#	backend/src/config/index.ts
#	backend/src/graphql/model/Transaction.ts
#	backend/src/graphql/resolver/AdminResolver.ts
#	backend/src/graphql/resolver/TransactionResolver.ts
#	database/entity/Transaction.ts
#	database/src/interface/TransactionContext.ts
#	database/src/seeds/helpers/user-helpers.ts
2022-02-28 12:58:23 +01:00
3703ce00dd
v1.6.6 2022-02-28 12:08:50 +01:00
7644bf1834
backend compiles 2022-02-26 03:42:20 +01:00
a054c0ce26
disallow lint warnings on backend, fix warning 2022-02-23 00:41:25 +01:00
a4b33a8c13
fix path of index.js when starting in production 2022-02-22 18:22:44 +01:00
Moriz Wahl
03e67604ba remove moment 2022-02-22 15:50:42 +01:00
Moriz Wahl
52d58afaf4 try frontend unot tests without build 2022-02-21 15:36:32 +01:00
Moriz Wahl
fb78a71f06 remove CI deelopment test target 2022-02-21 15:13:44 +01:00
Moriz Wahl
1f3c9d3908 get user resolver test running again 2022-02-21 14:57:16 +01:00
Moriz Wahl
fe8546da08 add typeorm package 2022-02-16 13:19:46 +01:00
Moriz Wahl
fccf64ec36 set time zone in package json 2022-02-16 12:29:24 +01:00
e125a45885
v1.6.5 2022-02-15 15:04:30 +01:00
b2bf3457f9
v1.6.4 2022-02-14 14:00:56 +01:00
Moriz Wahl
a201cad0db use lodash clonedeep to copy objects 2022-02-14 12:57:24 +01:00
275ca14692
v1.6.3 2022-02-09 19:37:52 +01:00
0b874235a9
v1.6.2 2022-02-08 16:29:18 +01:00
5bc23a4857
remove typeorm from backend project and reference the one installed in database. This way the default connection of the enteties can be used - this was not possible before since the connection waa created in the backend typeorm, but the entities are defined in the database installation.
We now remove the typeorm from backend and rely solely on the database typeorm. We now can use both activeRecord and dataMapper pattern.
2022-02-01 04:14:54 +01:00
87e0f056ef
v1.6.1 2022-01-27 21:39:46 +01:00
17945b1645
v1.6.0 2022-01-27 11:44:53 +01:00
2a48133790
corrected typo,
build database in test environment explicitly as production_up
2022-01-25 21:39:11 +01:00
da63312f65
some basic apollo logging 2022-01-16 10:42:46 +01:00
4a175f0ef8
removed github webhook, its now external 2022-01-12 21:21:27 +01:00
1e39f5049b
first implementation of github webhook 2022-01-12 21:21:25 +01:00
f4c26151a7
fix bodyparser json deprecated - using express instead 2022-01-12 21:21:22 +01:00
Moriz Wahl
341402d965 CI_worklfow_test as new yarn command to get backend unit test working in CI 2021-12-29 23:06:23 +01:00
Moriz Wahl
fda6576714 change paths of up, down and reset 2021-12-29 22:09:56 +01:00