Commit Graph

1129 Commits

Author SHA1 Message Date
lash
b50a51df9b Implement postgres schema 2025-01-09 07:42:09 +00:00
lash
df8c9aab0c Rehabilitate tests 2025-01-08 22:27:19 +00:00
lash
ddefdd7fb3 Merge branch 'lash/purify-more' into postgres-switch-for-tests 2025-01-08 22:05:12 +00:00
lash
379d98ccd5 Merge branch 'master' into lash/purify-more 2025-01-08 12:32:11 +00:00
f40e11c267 Merge pull request 'account-pin-block-v2' (#256) from account-pin-block-v2 into master
Some checks failed
release / docker (push) Has been cancelled
Reviewed-on: urdt/ussd#256
v0.8.0-beta.11
2025-01-08 13:30:39 +01:00
Carlosokumu
b698f08136 chore: add space after punctuation 2025-01-08 15:27:10 +03:00
4d7589ad95 Merge branch 'master' into lash/purify-more 2025-01-08 13:07:50 +01:00
Carlosokumu
efdb52bccd chore: add space after punctuation 2025-01-08 14:54:58 +03:00
Carlosokumu
2ff9fed3c5 chore: rename countIncorrectPINAttempts to incrementIncorrectPINAttempts 2025-01-08 14:54:57 +03:00
Carlosokumu
477b4cf8f6 chore : rename remainingPINAttempts to currentWrongPinAttemptsCount 2025-01-08 14:54:57 +03:00
Carlosokumu
ed6651697a chore : add variable description to AllowedPINAttempts 2025-01-08 14:54:56 +03:00
carlos
c359d99075 Merge branch 'master' into account-pin-block-v2 2025-01-08 10:00:46 +01:00
Carlosokumu
8d477356f3 update tests 2025-01-08 11:47:55 +03:00
Carlosokumu
7f3294a8a2 update tests 2025-01-08 11:47:41 +03:00
alfred-mk
4b5f08e25e Merge branch 'master' into postgres-switch-for-tests 2025-01-08 11:06:15 +03:00
alfred-mk
ea9cab930e cleanup the generated test data for the schema 2025-01-08 10:59:22 +03:00
alfred-mk
a37f6e6da3 pass the dbschema in the context 2025-01-08 10:57:58 +03:00
alfred-mk
f59c3a53ef allow the BuildConnStr to be accessed by different packages 2025-01-08 10:56:59 +03:00
alfred-mk
81c3378ea6 use a flag to pass the schema to the context 2025-01-08 10:55:43 +03:00
alfred-mk
46a6d2bc6e create a schema if it does not exist and use it in the connection 2025-01-08 10:37:47 +03:00
lash
721f80d0f2 Repalce missing context 2025-01-08 07:34:22 +00:00
f49e54a562 Merge pull request 'Space after comma' (#259) from lash/helpcomma into master
Reviewed-on: urdt/ussd#259
2025-01-08 07:57:18 +01:00
lash
5081b6d4ce Space after comma 2025-01-08 06:48:35 +00:00
Carlosokumu
4d72ae0313 add handler showing a message for a blocked account 2025-01-08 09:30:51 +03:00
Carlosokumu
4fe64a7747 show message for a blocked account 2025-01-08 09:29:00 +03:00
Carlosokumu
3004698d5b add a message for a blocked account 2025-01-08 09:28:31 +03:00
Carlosokumu
50c7ff1046 register handler to show blocked account message 2025-01-08 09:27:45 +03:00
Carlosokumu
07b061a68b remove blocked account templates 2025-01-08 09:26:53 +03:00
6339f0c2e5 Merge branch 'master' into lash/purify-more 2025-01-07 17:58:19 +01:00
lash
1fa830f286 Add auth conn string to ssh, use connstr for execs 2025-01-07 13:51:26 +00:00
Carlosokumu
64fba91670 catch blocked account 2025-01-07 14:38:44 +03:00
Carlosokumu
c15958a1ad reset incorrect pin attempts on correct entry 2025-01-07 14:32:44 +03:00
Carlosokumu
ee442daefa add blocked account node 2025-01-07 14:03:53 +03:00
656052dc74 Merge pull request 'trim any leading whitespace in the input' (#258) from send-input-fix into master
Some checks failed
release / docker (push) Has been cancelled
Reviewed-on: urdt/ussd#258
Reviewed-by: lash <accounts-grassrootseconomics@holbrook.no>
v0.8.0-beta.10
2025-01-07 10:33:20 +01:00
alfred-mk
6c5873da6f trim any leading whitespace in the input 2025-01-07 12:15:15 +03:00
Carlosokumu
11d30583a4 map content of reset_incorrect and catch blocked account 2025-01-07 10:50:30 +03:00
Carlosokumu
f83f539046 add node to show remaining pin attempts 2025-01-07 10:48:59 +03:00
Carlosokumu
562bd4fa24 check for incorrect pin 2025-01-06 22:54:31 +03:00
Carlosokumu
90df0eefc3 add value for allowed number of PIN attempts 2025-01-06 22:53:59 +03:00
Carlosokumu
b37f2a0a11 add flag for when an account has been blocked 2025-01-06 21:06:54 +03:00
Carlosokumu
68e4c9af03 add key for incorrect pin attempts 2025-01-06 21:00:34 +03:00
alfred-mk
c12e867ac3 add a db flag to specify the database of choice 2025-01-06 15:06:25 +03:00
alfred-mk
79de0a9092 pass the base directory to load the .env file 2025-01-06 14:54:04 +03:00
alfred-mk
3ee15497a5 specify the base directory for loading the .env file 2025-01-06 14:50:39 +03:00
lash
599815c343 Fix remaining conflict in cmd cli 2025-01-06 09:00:41 +00:00
lash
462c0d7677 Merge branch 'master' into lash/purify-more 2025-01-06 08:59:42 +00:00
80b96e9bf6 Merge pull request 'Add gettext capability to template and menu resources' (#239) from lash/gettext into master
Reviewed-on: urdt/ussd#239
2025-01-06 09:49:53 +01:00
b5561decd1 Merge branch 'master' into lash/gettext 2025-01-06 09:48:33 +01:00
lash
02823fd64e Merge branch 'lash/ssh-fixes' into lash/purify-more 2025-01-06 08:47:49 +00:00
lash
cd575c2edb Merge remote-tracking branch 'urdt' into lash/purify-more 2025-01-06 08:46:01 +00:00