Commit graph

275 commits

Author SHA1 Message Date
e230b466e3
no_superfluous_phpdoc_tags=true is too agressive. Some "superfluous" phpdoc tags are extremely useful for IDE type hinting. 2022-09-12 00:45:57 +02:00
911ad2e466
Fix type hinting. 2022-08-08 22:01:04 +01:00
00c7a8bac6
Fix up build + deploy. 2022-08-08 01:06:10 +01:00
44f99332f7
add ->call() to collections. 2022-07-10 11:29:33 +02:00
0fcf98d7ce
php-cs-fixer. 2022-07-10 06:34:44 +02:00
f0585ef138
Add convenience wrapper for Transaction::begin() and Transaction::commit() 2022-07-04 23:01:21 +02:00
d706d0705a
php-cs-fixer 2022-07-03 04:53:40 +02:00
b43bed0d76
Add database probing on wakeup 2022-07-03 03:28:39 +02:00
5c005fe3d3
php-cs-fixer sends its regards. 2022-06-19 03:19:07 +02:00
2c9b2b7d4f
Fixup 2022-06-18 02:40:26 +02:00
c0125706e0
Allow for iterating over a collection with a callback. 2021-10-26 02:36:02 +02:00
5795e5c404 Working niall core. Not working telegram bot. 2021-09-26 20:47:06 +02:00
bd9b1591c7 Some old references to Zend which had rebranded as Laminas. 2021-09-26 10:55:09 +02:00
a00b510b21 Fix how getByWhere works, it fails because I changed the underlying components to use collections. 2021-07-25 21:14:18 +02:00
d0335760d7 Port schenanigans, update/created timestamps. 2021-07-24 09:11:51 +02:00
17f90dedaa Fix caching bug 2021-07-24 08:21:01 +02:00
ae47c34244 Fix collection code. 2021-07-24 08:06:43 +02:00
cb01f46b92 Change UUID namespace, not using Gone anymore. 2021-07-24 03:58:04 +02:00
3a41d5c004 Change where App comes from in tests to fix generation bug. 2021-07-22 15:36:24 +02:00
e7044610e8 Fix cleanup process. Fix getManyByWhere on tablegateways. Fix namespaces. 2021-05-17 02:36:25 +02:00
eca3a37b03 Fix namespaces for older components. 2021-05-17 00:10:31 +02:00
d6ad164da4 Retire SDK templates. 2021-05-17 00:10:04 +02:00
65abcea0b8 Fixup. 2021-05-16 06:27:21 +02:00
6ec42d61e5 Updated dependencies 2021-05-16 05:01:03 +02:00
7a344067d9 Now you can do $blog->setUser(User $user) instead of $blog->setUserId($user->getUserId), for example. 2021-05-07 00:37:11 +02:00
7706519a3b remove bad docblock. 2021-05-06 22:19:55 +02:00
c5f001f60d remove bad docblock. 2021-05-06 22:18:14 +02:00
803de579b7 Code Of Conduct. 2021-05-06 22:15:24 +02:00
a563e01b76 Working Collections. Targeting PHP8.0. 2021-05-06 22:15:01 +02:00
7391011edd Abstract classes shouldn't return self, but return the class on top. 2021-02-16 12:05:02 +01:00
d3e0b8457f Add helper functions to initialise transactions 2021-02-13 22:40:29 +01:00
3829a5576a php-cs-fixer says this is how it works now. 2021-01-24 22:08:26 +01:00
f0ea1058f0 Bugfixed getWhereOne functionality. 2021-01-24 00:02:16 +01:00
dc4222165c Add single-item lookup using a Laminas Where. 2021-01-23 23:56:13 +01:00
d3743c621a Fix whitespace 2021-01-23 23:55:55 +01:00
c0b2cf0cd7 phpstan says this isn't needed any more. 2021-01-22 07:49:13 +01:00
cc2e7031c9 php-cs-fixer doing its thing. 2021-01-22 05:20:21 +01:00
5654ffbf64 Set port default 2020-12-17 05:24:49 +01:00
2c00609f6a Improve return types to satisfy phpstan 2020-12-04 13:09:05 +01:00
c2499fa240 Make PHPStan Happy. 2020-12-03 11:53:06 +01:00
7bd76f7c87
Improving phpstan-happiness. 2020-11-27 21:41:53 +01:00
ad491d1ffe
Move some mysql connection setup to only occur IF the database connection is being demanded. 2020-11-27 10:43:45 +01:00
9b7618493b
Call __setUp on __post_load and __pre_save 2020-11-23 17:03:30 +01:00
2fe28de61d
Add __pre_load() and __post_load() functions 2020-11-23 13:12:19 +01:00
2d9ea847c4
make clean strikes again 2020-11-22 18:12:08 +01:00
6df3256c0f
Surpress warnings when a column has been added since the data was put into Redis. 2020-11-22 11:55:15 +01:00
2cac327dfc
Load bootstrap.php via composer.json instead of explicitly. 2020-11-22 08:41:01 +01:00
9953fd7e4a
dockerised mysql actually goes down briefly after startup the first time, so we need a double-wait. 2020-11-19 03:52:09 +01:00
d4cd6df886
Update to use our standard variables. 2020-11-19 03:30:43 +01:00
da492c940f
Add wait-for-mysql script. 2020-11-19 03:19:15 +01:00