Commit graph

244 commits

Author SHA1 Message Date
731558329e
If APP_ROOT is not set when detecting vendor, its probably the parent 2024-06-10 06:06:27 +02:00
780a721492
Fix bug when defaultValue is null 2024-06-10 06:05:45 +02:00
github-actions[bot]
aa9c19e6c5
Merge pull request #6 from benzine-framework/trunk-io/update-trunk
Upgrade trunk
2024-06-03 11:15:25 +00:00
matthewbaggett
18dd6fb23a Upgrade trunk 2024-06-03 11:15:20 +00:00
github-actions[bot]
15fec2011d
Merge pull request #5 from benzine-framework/trunk-io/update-trunk
Upgrade trunk
2024-05-27 11:15:49 +00:00
matthewbaggett
5ae1da0db0 Upgrade trunk 2024-05-27 11:15:45 +00:00
github-actions[bot]
ee2c69c179
Merge pull request #4 from benzine-framework/trunk-io/update-trunk
Upgrade trunk
2024-05-20 11:15:33 +00:00
matthewbaggett
290ed9154a Upgrade trunk 2024-05-20 11:15:28 +00:00
e02ce6d88c
Fettling. 2024-05-17 11:19:41 +02:00
a29e37c1d7
Fettling. 2024-05-17 10:55:32 +02:00
9f520531dc
Initial seperation of containers 2024-05-17 09:49:09 +02:00
273259f818 Use devtools repo. 2024-04-14 18:56:25 +02:00
dbfc415166 Formatting and fixup 2024-04-14 18:13:59 +02:00
bc7fd3bf4f Formatting 2024-04-14 18:11:25 +02:00
167a482163
php-cs-fixer 2023-01-22 20:35:08 +01:00
f7d2431160
Big changes regarding database access. 2023-01-22 20:34:23 +01:00
7c431762f3
Fixup php-cs-fixer. 2023-01-09 12:23:40 +01:00
443f3b7507
Destroy endpoint complete. 2023-01-04 21:14:42 +01:00
4a42efc7ca
Add Branches and tags support stubs 2023-01-03 03:25:11 +01:00
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