1665 Commits

Author SHA1 Message Date
einhornimmond
fd6febabd3 change from file format utf8 BOM to utf8, seems that filter test only worky as utf8 without BOM file 2021-04-21 17:00:28 +02:00
einhornimmond
6eb6062a32 fix passphrase examples because long time ago I have changed the word2 list and also updated passphrases on production server but not in tests 2021-04-21 16:16:06 +02:00
einhornimmond
ad5ff66157 don't show calculation time over expectations in test builds 2021-04-21 15:37:56 +02:00
einhornimmond
0d71a37601 check for null ptr to prevent exception 2021-04-21 15:36:55 +02:00
einhorn_b
5c411c5cb1 fix tests, make better output for debugging failing tests 2021-04-20 19:03:16 +02:00
einhorn_b
f9e360ec3f prepare for testing 2021-04-20 13:33:11 +02:00
einhorn_b
79d775b642 fix syntax error 2021-04-20 13:02:23 +02:00
einhorn_b
6cba90dcdb update gradido_protocol 2021-04-20 12:43:15 +02:00
einhornimmond
b40b6bc289 removed personal data from test/main.cpp (need also a history rewrite after it is merged to master) 2021-04-19 12:21:50 +02:00
einhornimmond
1f2975326e add cmake modules for coverage 2021-04-19 12:21:15 +02:00
einhornimmond
cd1078407c fix linting error 2021-04-16 17:17:37 +02:00
Dario Rekowski on RockPI
750ca3460c add missing field 2021-04-16 14:59:46 +00:00
Dario Rekowski on RockPI
6ffff13061 update table according to mysql 2021-04-16 14:53:48 +00:00
Dario Rekowski on RockPI
186001a4e0 to prevent data loss if upgrading older table 2021-04-16 14:47:40 +00:00
Dario Rekowski on RockPI
f0bad9c380 add new protobuf message php files 2021-04-16 14:38:16 +00:00
Dario Rekowski on RockPI
eec060aa42 update frontend api to work seamless with updated community server api 2021-04-16 14:30:17 +00:00
Dario Rekowski on RockPI
f682a42209 update docu for list transactions 2021-04-16 14:01:03 +00:00
Dario Rekowski on RockPI
dfdd34ea7a reimplement listTransactions with paging for frontend, move parts to Model/Tables resulting code seems to me a lot faster than previous 2021-04-16 13:51:19 +00:00
Dario Rekowski on RockPI
e705be9326 update doc for getVBalance now moved to API 2021-04-16 11:56:23 +00:00
Dario Rekowski on RockPI
74c9aeabc3 add getBalance call to api 2021-04-16 11:49:42 +00:00
Dario Rekowski on RockPI
91f6e04dc5 update decay calculation once again 2021-04-15 11:54:50 +00:00
Dario Rekowski on RockPI
0ba6403817 update transaction deliver code for new decay calculation 2021-04-15 11:54:02 +00:00
Dario Rekowski on RockPI
25d05ab539 fix decay in old view and force using intval for all balance calculations 2021-04-15 11:10:59 +00:00
Dario Rekowski on RockPI
3e9552f1e8 move update balance method in table where they belong to and delete not used functions from other balance calculation method 2021-04-15 10:10:43 +00:00
einhornimmond
09f583fc24
Merge pull request #175 from gradido/login_14_04_21
Login 14.04.21
2021-04-15 11:06:50 +02:00
einhornimmond
fab60904a4 Merge branch 'master' of github.com:gradido/gradido 2021-04-15 10:50:07 +02:00
d1353045e4
Merge pull request #176 from gradido/coverage_no_report
coverage_no_report
2021-04-14 23:28:36 +02:00
einhornimmond
8fe2cdf4fc
Merge pull request #174 from gradido/community_14_04_21
Community 14.04.21
2021-04-14 18:08:07 +02:00
37f26fd58a
remove coverage report since its very spammy 2021-04-14 17:37:29 +02:00
Dario Rekowski on RockPI
c5d4332339 fix function call 2021-04-14 15:36:15 +00:00
Dario Rekowski on RockPI
b5ad8ced68 success in testing updateBalances with: 'sudo -u www-data ./vendor/bin/phpunit --filter testAjaxGetBalance' 2021-04-14 15:02:17 +00:00
Dario Rekowski on RockPI
1a22c3dd82 lost update (⊙_◎) (⊠2021-04-14 14:31:16 +00:00
Dario Rekowski on RockPI
f6ddce2757 add merge bug 2021-04-14 14:28:08 +00:00
Dario Rekowski on RockPI
a99f727eab remove timestamp on_update because it didn't make sense. I don't know why I have make it so in the first place 2021-04-14 14:23:43 +00:00
Dario Rekowski on RockPI
a5e7b38f72 fix transaction signature fixture 2021-04-14 14:17:56 +00:00
Dario Rekowski on RockPI
fb19aae34a replace hex values with hex strings to work correct with php 2021-04-14 14:14:43 +00:00
Dario Rekowski on RockPI
33d751edaa replace hex values with hex strings to work correct with php 2021-04-14 14:10:16 +00:00
Dario Rekowski on RockPI
c10f19f2ae add return call (._.); 2021-04-14 13:24:20 +00:00
Dario Rekowski on RockPI
70f6fe8ca5 update test fixtures with actual data set 2021-04-14 10:59:53 +00:00
Dario Rekowski on RockPI
4690192a71 update config for working with tests 2021-04-14 10:04:17 +00:00
Dario Rekowski on RockPI
57144956b5 add function for easy filling test fixtures with datas from db (export) 2021-04-14 10:00:44 +00:00
einhornimmond
8a6acd67f7 fix crash occuring by successful transfered transactions 2021-04-14 11:32:43 +02:00
Dario Rekowski on RockPI
afc01fd9f4 put back change for other file 2021-04-14 09:21:41 +00:00
Dario Rekowski on RockPI
a444e44e72 fix wrongly commited filed 2021-04-14 09:18:06 +00:00
Dario Rekowski on RockPI
7e60084c89 fix received time to filled in by db 2021-04-14 09:13:53 +00:00
Dario Rekowski on RockPI
892f7e98bf fix wrong commited file 2021-04-14 09:12:08 +00:00
Dario Rekowski on RockPI
108bce3519 correct auto-increment basis for id in transactions 2021-04-14 09:04:07 +00:00
6cba3df7ee
Merge pull request #158 from gradido/coverage-check
feat: Add Coverage Check To GitHub Workflow
2021-04-13 23:42:54 +02:00
7b5c0f76bf
cleanup test workflow 2021-04-13 23:30:15 +02:00
4ea8b01bd3
recursive copying 2021-04-13 23:30:15 +02:00