120 Commits

Author SHA1 Message Date
bfdbbe7e04 ft/adds endpoints
- get_person
- list_persons
- delete_payment
- delete_person (TODO: Add removal of returnsLog to TX)
2023-10-09 03:34:10 +02:00
e4531208e8 ft/adds gapi.GetPayment 2023-10-09 02:50:09 +02:00
9a38296d90 ft/adds gapi.payments 2023-10-09 02:26:20 +02:00
e400134a93 rf/moves ListSessions from sql.account to sql.session 2023-10-09 00:39:43 +02:00
dcc5c4d76d
Merge pull request #79 from itsscb:itsscb/issue76
Add check on db if session is expired
2023-10-08 22:28:58 +02:00
ab2b04c3cd Add check on db if session is expired
Fixes #76
2023-10-09 00:25:57 +02:00
a645765d43
Merge pull request #77 from itsscb/gRPC-endpoints
gRPC endpoints: list_sessions
2023-10-08 00:06:20 +02:00
6f4d123d39 ft/adds endpoint list_sessions 2023-10-08 01:49:34 +02:00
66038b9faa Merge branch 'master' into gRPC-endpoints 2023-10-08 00:32:40 +02:00
a28ba224cd
Merge pull request #75 from itsscb:itsscb/issue74
Add logger to gRPC and -gateway
2023-10-07 22:39:27 +02:00
58c2e317c6 Add logger to gRPC and -gateway
Fixes #74
2023-10-08 00:26:02 +02:00
6d966bfa89 Merge branch 'master' into gRPC-endpoints 2023-10-07 14:55:28 +02:00
71da81d6ca
Move db migration process into code (#73)
Fixes #71
2023-10-07 14:52:04 +02:00
94a68a6db1 Merge branch 'master' into gRPC-endpoints 2023-10-07 01:59:44 +02:00
0374beab10 ch/updates Makefile and README.md 2023-10-07 01:59:04 +02:00
1dff00ae49 ch/updates protoc plugins in README.md 2023-10-07 01:02:59 +02:00
e961ed23fc
Update README.md 2023-10-06 23:35:48 +02:00
567ca43f3f Merge branch 'master' into gRPC-endpoints 2023-10-06 20:31:21 +02:00
f9c8d8db9b add docker-compose 2023-10-06 20:30:34 +02:00
ded9ab29b1 Merge branch 'master' into gRPC-endpoints 2023-10-06 00:14:09 +02:00
273b011923 ft/adds count_lines to Makefile 2023-10-06 00:37:47 +02:00
ade7be7f1b rf/normalizes error responses 2023-10-06 00:37:33 +02:00
86b10b8d12 fix/regenerated dbmock
was missed in last commit
2023-10-06 00:20:08 +02:00
91903b9a2e ft/adds additional endpoints and refactors others
New:
- GetAccount
- ListAccounts
- CreatePerson

Refactored:
- CreateAccount
- RefreshToken
- UpdateAccount
2023-10-06 00:18:53 +02:00
48005c9f10 fix/regenerated dbmock.
was missed in last commit
2023-10-06 00:13:57 +02:00
b2a982226c Merge branch 'itsscb/issue_Add-apiperson-endpoint-65' 2023-10-06 00:56:17 +02:00
1296dc749c Merge branch 'gRPC-endpoints' 2023-10-06 00:55:04 +02:00
688108fc4f Add api.person endpoint
Fixes #65
2023-10-06 00:54:14 +02:00
49266a3a60 Merge branch 'gRPC-endpoints' 2023-10-06 00:21:16 +02:00
c9d7067aaa Merge branch 'gRPC-endpoints' 2023-10-05 21:19:40 +02:00
0d812a0f24 fix/type in openapi annotation that broke calls 2023-10-05 21:19:22 +02:00
104414badd ft/adds getaccount and listaccounts 2023-10-05 15:45:34 +02:00
a3107520d4
Update README.md 2023-10-05 13:51:15 +02:00
95d9c8e0f1 fix/moves proto.service.Sessions and Accounts back together 2023-10-05 04:08:01 +02:00
d4690ab68c
Merge pull request #69 from itsscb:itsscb/issue_add-gRPC-server-and-endpoints-using-protobuf-6
add gRPC server and endpoints using protobuf
2023-10-05 01:41:09 +02:00
c54a24a34f add gRPC server and endpoints using protobuf
Fixes #6
2023-10-05 03:20:02 +02:00
48fa8bebe0 ch/removes accidental comment 2023-10-04 01:31:49 +02:00
7d2e0a8819
Add openAPI documentation (#68) 2023-10-03 23:36:46 +02:00
c6178e9cd3
Add BlockSession (#66) 2023-10-02 23:32:16 +02:00
07b6d07fce fix/removes count parameter from Makefile 2023-10-02 22:49:03 +02:00
9b161ddb84
Add providers for testing to the db (#63) 2023-10-02 22:45:44 +02:00
37017cb1e9
Update README.md 2023-10-02 22:10:20 +02:00
86186af05a
Itsscb/issue_Add-Dockerfile-for-backend-57 (#61)
* Add Dockerfile for backend
Fixes #57

* Add Dockerfile for backend
Fixes #57

* removes a temporary test relict

* Major changes in Makefile
2023-10-02 22:03:23 +02:00
a9c53952de
Add Dockerfile for backend (#60)
* Add Dockerfile for backend
Fixes #57

* Add Dockerfile for backend
Fixes #57

* removes a temporary test relict
2023-10-02 20:41:29 +02:00
796158b436 fix/path to config, mock and module name 2023-10-02 10:12:08 +02:00
6a729425cb
Merge pull request #59 from itsscb/itsscb/issue_Move-backend-files-into-subfolder-bff-58
Move backend files into subfolder bff
2023-10-02 10:06:37 +02:00
2fc46b274b fix/typo 2023-10-02 10:05:15 +02:00
4684a58013 fix/path of migrate 2023-10-02 10:01:45 +02:00
594d5a0435 Move backend files into subfolder bff
Fixes #58
2023-10-02 09:59:45 +02:00
877fccbf46 rf/changes name from passwordhash to new_password in api.updateAccount 2023-10-01 23:33:39 +02:00