Commit Graph

298 Commits

Author SHA1 Message Date
cfe14cb55b create draft test for socket-server 2019-10-28 21:24:20 +01:00
1e0a49a1b5 rename Router to WebRouter 2019-10-28 21:23:53 +01:00
3ee20e9fc8 Rename Router to WebRouter and implement SocketRouter 2019-10-28 21:07:20 +01:00
2f9834acd5 change root password 2019-10-21 22:20:18 +02:00
baf2218980 Bug fixes 2019-10-21 15:38:15 +02:00
a714359ea9 Add comments for test report 2019-10-19 18:11:40 +02:00
70f1662929 Improve coverage 2019-10-19 13:12:50 +02:00
e8ecfce4fd move some functions to array utils 2019-10-19 13:11:27 +02:00
b8ca685473 fix and complete path finding algorithm 2019-10-19 13:10:45 +02:00
0d1b8f5e65 cleanup unused json queries and fix kmeans rng test 2019-10-17 17:09:27 +02:00
a91463d9bd Fix test bugs 2019-10-17 17:03:27 +02:00
549bbfbccf Implement kmeans algorithm 2019-10-17 16:09:03 +02:00
87975e16f1 Implement tests for knapsack and job scheduling 2019-10-17 10:52:19 +02:00
df838d1dee Implemented polynomial regression 2019-10-17 10:51:59 +02:00
68f3ecc6f9 Add trivial test case 2019-10-17 10:50:18 +02:00
7c71b023c7 fixes, spline interpolation added 2019-10-16 17:35:10 +02:00
479facee52 Implementd query aliases 2019-10-13 20:38:25 +02:00
577adab857 phpcs fixes and classifier bug fixes/searching 2019-10-12 10:29:26 +02:00
85abb6c520 fix bugs and implement more sort algs 2019-10-11 16:40:09 +02:00
33ecc44e1f Bug fixes 2019-10-10 20:46:51 +02:00
89c6ba3ac0 continue phpcs fixes 2019-10-10 12:00:54 +02:00
1ecf3e8d8c adding sort and making sure original list is unchanged after sort 2019-10-09 17:45:53 +02:00
b9d0e63beb phpcs fixes + continue distribution implementations 2019-10-09 17:15:12 +02:00
1145144a98 cleanup unused files and phpcs fixes 2019-10-09 01:36:49 +02:00
b35b7f1d7a phpcs fixes 2019-10-06 17:41:41 +02:00
0f11df6f95 Change encoding to real utf8 2019-10-05 19:59:53 +02:00
cd58375f02 fix mapper formats 2019-09-28 23:11:50 +02:00
9511d3209c fix empty lines 2019-09-28 20:58:36 +02:00
559ebf200d fix docblock 2019-09-21 15:26:53 +02:00
6336898978 fix phpcs findings 2019-09-12 19:46:27 +02:00
af294ff9ac Fix minimum coins for value test 2019-09-09 20:14:47 +02:00
26383f1cde test fixes 2019-09-09 19:51:35 +02:00
27035d8be7 prepare for more algorithms 2019-09-06 21:25:09 +02:00
bebfbafae8 added metrics. @todo: implement n-dim 2019-09-04 20:39:11 +02:00
e0aa1406e2 Add heap 2019-09-03 20:56:05 +02:00
34cc6325da fix type hinting 2019-08-25 21:45:02 +02:00
047d8c3028 Implement more sorting algorithms 2019-08-17 22:33:09 +02:00
7b1cf0e660 fix after change to php 7.4 2019-08-17 14:14:58 +02:00
dd68825329 Bug fix type hint 2019-08-15 22:19:45 +02:00
b4084913de Implement php 7.4 type hints 2019-08-15 21:54:59 +02:00
eb7dbe4663 start implementing php 7.4 2019-08-15 20:44:04 +02:00
9d6ecedba2 autofixes 2019-08-10 23:23:06 +02:00
64198f0562 start impl. sort algorithms 2019-08-10 23:21:26 +02:00
2d64308b78 assert null 2019-08-10 23:17:12 +02:00
0ca13206fe fix datetime value bug 2019-08-10 23:16:27 +02:00
5d8577725a add file types 2019-07-30 20:26:04 +02:00
c10708ee23 fix @link 2019-07-08 19:51:19 +02:00
7a88ce1576 php cs fixes 2019-06-15 19:14:20 +02:00
8a21347547 fix , in function 2019-06-14 23:43:42 +02:00
4da69b5c09 fix code and tests after changes 2019-06-14 23:08:09 +02:00
2be8f427c9 Implement missing tests 2019-06-09 22:15:48 +02:00
719996dc07 load locale with invalid country code 2019-06-09 21:42:43 +02:00
cb4c6a4a2e Improve tests and add missing reverse calculation 2019-06-09 21:34:24 +02:00
3d39929180 More general routing and hidden server responses 2019-06-01 20:55:46 +02:00
a62304baaa Fix extension type test 2019-05-25 11:15:47 +02:00
5965f2a4ca bug fixes and better response handling 2019-05-07 20:00:30 +02:00
b6f5e801a8 Implement rest getJson 2019-05-01 20:56:29 +02:00
b250f24880 Add testdox 2019-04-28 21:14:46 +02:00
6f2dd4d30a draft update file 2019-04-27 18:29:56 +02:00
ff91b98a44 Improve robustness 2019-04-27 12:05:06 +02:00
872b613d87 strict types 2019-04-27 10:41:17 +02:00
c799124d12 php cs fixes 2019-04-27 10:34:00 +02:00
4cdfab275e Use global namespace 2019-04-27 00:13:34 +02:00
1a2e49c605 Improve tests 2019-04-19 22:49:14 +02:00
135b7bf30d Improve tests and harmonize permission handling 2019-04-19 20:49:46 +02:00
99f429f7ed Improve account test 2019-04-19 19:01:59 +02:00
492430ea8a Split up tests 2019-04-18 22:56:08 +02:00
65b9c41dbf Remove empty lines 2019-04-15 20:05:41 +02:00
2d45eb8fa1 Remove . 2019-04-15 20:02:59 +02:00
f73d7f0d39 Spelling fix 2019-04-15 20:02:12 +02:00
af77f42eeb Draft @testdox example 2019-04-15 20:00:28 +02:00
26a13b1276 fixes #197 2019-04-14 18:57:11 +02:00
eac63202f7 Fix csrf check and unit tests 2019-04-12 23:12:47 +02:00
2596659125 More unit tests 2019-04-09 19:51:07 +02:00
b286fa4de1 Fix routing 2019-03-17 19:32:27 +01:00
ad4a2c42a5 Fix phpunit 8 tests 2019-03-17 12:22:55 +01:00
a61a62adcc Use equalsWithDelta 2019-03-17 11:38:01 +01:00
c316c1715a Remove annotation 2019-03-17 11:16:15 +01:00
69ee452af7 Fix build 2019-03-16 23:30:57 +01:00
bfa360ce24 Get subdomain 2019-03-09 18:53:33 +01:00
d33f24aa6b Fix matrix bugs 2019-03-03 22:03:59 +01:00
0bd6cb95f5 test and fix schema builder 2019-02-26 21:41:52 +01:00
187999ccfc Fix test after path changes 2019-02-15 19:45:32 +01:00
5db3d81d25 Make count( use global namespace 2019-02-11 22:25:57 +01:00
8d15c645a9 Fix absolute path to relative paths 2019-02-11 11:39:11 +01:00
98d969fece implement ftp 2019-02-09 19:43:30 +01:00
48f2552311 phpcs+phpstan fixes 2019-02-07 00:05:38 +01:00
0d55e17842 Use global namespace+minor fixes 2019-02-04 22:30:05 +01:00
e0003be06b replace TBD package with tests 2019-01-11 21:15:53 +01:00
29bee2e1f5 Improve docblocks 2018-12-28 23:08:24 +01:00
a80224b07d php cs fixer 2018-12-28 19:13:07 +01:00
9a09993336 Fix use order/unused 2018-12-28 18:42:14 +01:00
8815028589 Improve documentation 2018-12-25 20:09:11 +01:00
15d2b5f7dd Implement more unit tests 2018-12-25 16:17:19 +01:00
42d5d274b2 Implement cache tests and stringify tests 2018-12-23 10:58:53 +01:00
835f9a5f64 Prepare for json schema installation 2018-12-22 19:50:10 +01:00
d4ec08179e Implrement create builder 2018-12-21 20:16:33 +01:00
6cc59da699 Add json template validation 2018-12-20 23:22:44 +01:00
e616f844ab Use self instead of class 2018-12-10 18:24:46 +01:00
13c5562ffe Fix null typehint order 2018-12-10 18:13:44 +01:00