|
|
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 |
|
Moriz Wahl
|
3d349b2121
|
feat: Test Create User Mutation
|
2021-12-27 15:57:04 +01:00 |
|
Hannes Heine
|
e399ce6e27
|
Adding moment package to backend.
|
2021-11-25 08:55:49 +01:00 |
|
|
|
f362032b38
|
add body parser
|
2021-11-17 16:56:13 +01:00 |
|
|
|
95265fe989
|
removed @types/libsodium-wrapper package
|
2021-11-06 00:55:27 +01:00 |
|
elweyn
|
45e82c1aff
|
Merge branch 'master' into login_call_createUser
|
2021-11-06 00:41:21 +01:00 |
|
Moriz Wahl
|
ee12eb15a4
|
Merge branch 'master' into apollo_createTransactions_without_signation
|
2021-11-04 13:57:19 +01:00 |
|
elweyn
|
8bfc538824
|
Added random-bigint library for verificationCode, store EmailOptIn data in DB.
|
2021-11-04 12:57:28 +01:00 |
|
|
|
03d198183d
|
coverage again
|
2021-11-04 00:32:46 +01:00 |
|
|
|
33bbf4688a
|
without coverage
|
2021-11-04 00:16:44 +01:00 |
|
|
|
9aecae227f
|
run tests in band
|
2021-11-04 00:10:37 +01:00 |
|
|
|
9f264f7ad3
|
jest coverage again
|
2021-11-03 23:19:40 +01:00 |
|
|
|
eff239eeee
|
check if we can avoid memory limit without coverage report
|
2021-11-03 23:19:40 +01:00 |
|
Moriz Wahl
|
c20e17d11a
|
Merge branch 'master' into setup-tests-for-resolvers
|
2021-11-03 23:19:40 +01:00 |
|
|
|
5736d3ba0b
|
removed bigint-conversion,
fixed keygeneration to be aligned 100% with login_server
trailing space on passphrase
bigint to hash conversion
|
2021-11-03 02:08:10 +01:00 |
|
|
|
c6af40d1bd
|
we connot use those types, they are wrong
|
2021-11-03 00:51:26 +01:00 |
|
|
|
c489921313
|
- removed libsodium-wrappers and installed sodium-native since we need the esoteric functions aswell
- added conversion library from bigint to buffer
|
2021-10-31 23:55:33 +01:00 |
|
elweyn
|
b3ec92faf4
|
Withdrew type long and protobuf.
|
2021-10-27 15:56:27 +02:00 |
|
elweyn
|
fe15226f6f
|
Withdrew protobuf from package, ignores, etc.
|
2021-10-27 15:53:12 +02:00 |
|
elweyn
|
557ccf5da3
|
Merge master into this branch, comment out the protobuf encryption module to see if the structure would work without it.
|
2021-10-22 14:55:06 +02:00 |
|
Moriz Wahl
|
77eb01b01b
|
Merge branch 'master' into setup-tests-for-resolvers
|
2021-10-18 19:20:50 +02:00 |
|
|
|
b68ab27ed1
|
aligned typeorm versions of backend and database
|
2021-10-18 15:39:43 +02:00 |
|
|
|
7e33f74be1
|
this seems to work quite good locally with both node_modules downloaded
|
2021-10-18 15:38:43 +02:00 |
|
|
|
69d4fb9958
|
v1.5.1
|
2021-10-15 16:01:19 +02:00 |
|
|
|
39773c55f7
|
v1.5.0
|
2021-10-15 14:28:54 +02:00 |
|
Einhornimmond
|
6646722652
|
fix protobuf with build and start command
|
2021-10-08 15:31:26 +02:00 |
|
einhornimmond
|
b4ed516a8e
|
use protobuf models as static modules, first approach didn't work
|
2021-10-07 20:00:46 +02:00 |
|