Chirag Aggarwal
4a905a6ac9
Merge branch '1.9.x' into feat/migrate-di-container
...
Resolve conflicts keeping DI container migration (container->set pattern)
while incorporating 1.9.x fixes: PHPStan unused variable cleanup in
GraphQL Resolvers, (int) casts in Builds.php, and phpstan-baseline removal.
2026-04-02 11:17:32 +05:30
Chirag Aggarwal
33f8e35b62
chore: remove phpstan baseline
2026-04-01 23:01:11 +05:30
Chirag Aggarwal
cdb301a293
fix PHPStan errors without regenerating baseline
...
- Fix dispatch() type hint to use \Swoole\Http\Server instead of Utopia adapter
- Remove unused $register from go() closure in http.php
- Remove unnecessary ?? '' on non-nullable $hostname
- Remove unsupported override: param from addHeader() call
- Update Resolvers.php for new getResource()/execute() signatures
- Migrate Installer/Server.php from static Http::setResource() to container
- Remove stale baseline entries, add 1 for pre-existing Deployment.php issue
2026-03-17 17:30:42 +05:30
Chirag Aggarwal
99d8eefdcf
fix class issue
2026-02-10 12:41:59 +05:30
Chirag Aggarwal
2d05d608f4
Upgrade utopia-php dependencies and fix namespace changes
...
- Upgrade utopia-php/cli from 0.15 to 0.22
- Upgrade utopia-php/analytics from 0.10 to 0.15
- Upgrade utopia-php/orchestration from 0.9 to 0.19
- Use dev branches for utopia-php/framework and utopia-php/platform
- Remove utopia-php/swoole dependency (merged into framework)
- Migrate Utopia\CLI\Console to Utopia\Console across all files
- Migrate Utopia\Http to Utopia\Http\Http namespace
- Migrate Utopia\Swoole\Files to Utopia\Http\Files (now instance-based)
- Convert static CLI::setResource() calls to instance-based Dependency API
- Fix StatsResources task named parameter mismatch
2026-02-10 10:34:24 +05:30
Chirag Aggarwal
1eaf5d5ffa
replace app usage with http
2026-02-04 11:22:04 +05:30
Jake Barnby
8bc37026cd
Revert "Feat adding coroutines"
2024-10-08 20:54:40 +13:00
Binyamin Yawitz
d14edf4207
reverting: to set coroutines as head
2024-10-01 10:30:47 -04:00
Binyamin Yawitz
5512340cdd
Revert "Feat eldad4 coroutines"
2024-09-20 12:30:05 -04:00
Binyamin Yawitz
4ef09b680f
feat: GraphQL DI
2024-06-21 17:22:58 -04:00
Binyamin Yawitz
74ef1a4257
chore: GraphQL arrangement
2024-06-20 16:51:30 -04:00
Binyamin Yawitz
7d248f29f0
feat: Coroutine graphql wip
2024-06-11 18:08:40 -04:00
Binyamin Yawitz
8e9dd17dfd
feat: Refreshing GraphQL coroutine cache related resources
2024-06-11 12:29:19 -04:00
Binyamin Yawitz
7dccb21ffc
lint
2024-06-10 15:14:06 -04:00
Binyamin Yawitz
c14fc2a721
test: GraphQL wip
2024-06-10 15:06:42 -04:00
Binyamin Yawitz
e75645334a
test: GraphQL wip
2024-06-10 12:56:29 -04:00
Eldad Fux
351b9318d4
Fixed router, and options
2024-04-22 17:58:40 +02:00
Eldad Fux
378bb5fda3
Fixed server
2024-04-02 03:14:19 +02:00
Eldad Fux
5ce3de4933
Merge remote-tracking branch 'origin/main' into feat-eldad2-coroutines
2024-04-02 02:13:15 +02:00
Eldad Fux
8ed1da4ea8
Updated getEnv to use system lib
2024-04-01 13:02:47 +02:00
Matej Bačo
db1674811f
Finish fixing code QL warnings
2024-03-08 13:57:20 +01:00
Matej Bačo
005a239932
Auth fixes
2024-03-07 18:24:01 +01:00
Matej Bačo
efeb898be1
Import fixes
2024-03-07 15:29:42 +01:00
Torsten Dittmann
0a1d572c72
chore: run formatter
2024-03-06 18:34:21 +01:00
Matej Bačo
35ea97ba15
Fix graph QL
2023-08-09 13:52:57 +02:00
Matej Bačo
0865b240c4
Fix linter
2022-12-27 20:33:16 +01:00
Matej Bačo
991c6dea64
Fix nested escaping
2022-12-27 20:15:22 +01:00
Jake Barnby
fd52cdc45f
Revert prefix to _
2022-12-08 16:08:57 +13:00
Jake Barnby
19123257fc
Strip $ instead of replace to match SDK models
2022-10-20 15:29:56 +13:00
Jake Barnby
120b788343
Update resolvers for framework changes
2022-10-20 12:22:46 +13:00
Jake Barnby
fb5d2fc25c
Abstract setting params to init
2022-10-17 13:27:15 +13:00
Jake Barnby
d163217d1f
Remove Appwrite URL dependency from resolvers
2022-10-14 18:04:23 +13:00
Jake Barnby
09e0e948b5
Remove resolver database dependency
2022-10-14 18:00:22 +13:00
Jake Barnby
9c372d7335
Fix checking content type with postfixes
2022-10-13 14:32:06 +13:00
Jake Barnby
597885028a
Use request setters
2022-10-12 20:55:04 +13:00
Jake Barnby
5debe2c13c
Alias + name fixes
2022-10-12 20:20:44 +13:00
Jake Barnby
b6621f5e87
Restructure schema building
2022-10-12 14:04:11 +13:00
Jake Barnby
eb818d15e0
Fix custom entity update
2022-09-23 13:49:36 +12:00
Jake Barnby
6e4bad5969
Fix custom entity delete
2022-09-23 13:46:39 +12:00
Jake Barnby
8cd36b2721
Fix custom entity list
2022-09-22 22:48:22 +12:00
Jake Barnby
5f0f136e6e
Refactor methods for clarity
2022-09-22 20:59:47 +12:00
Jake Barnby
6aee9e0ddb
Update errors
2022-09-21 21:11:05 +12:00
Jake Barnby
5cefda4ff2
Fix key replacements
2022-09-21 18:24:47 +12:00
Jake Barnby
bf0b416183
Update permissions and queries for 1.0
2022-09-20 19:51:22 +12:00
Jake Barnby
e3bed0c636
Test fixes
2022-07-18 21:38:13 +12:00
Jake Barnby
03a2a00b30
Check if path contains key before replacing
2022-07-18 19:29:51 +12:00
Jake Barnby
410d9b0f0c
Use statics for anonymous functions
2022-07-18 14:53:49 +12:00
Jake Barnby
1dc557042f
Fix lazy matching route replacement parameters
2022-07-18 14:52:41 +12:00
Jake Barnby
a656699fa7
Code cleanup
2022-07-13 21:34:56 +12:00