1
0
Fork 0
mirror of synced 2024-08-04 13:01:45 +12:00
Commit graph

14182 commits

Author SHA1 Message Date
Jake Barnby
def7fb71f1
Increase Traefik files limits 2022-11-10 20:01:18 +13:00
Jake Barnby
d3ea95b60e
Remove uneccessary process limits 2022-11-10 19:57:05 +13:00
Damodar Lohani
4479497dfe fix difference in naming 2022-11-10 05:28:56 +00:00
Jake Barnby
ee69a306a9
Merge remote-tracking branch 'origin/fix-realtime-connections' into feat-cloud-jake 2022-11-10 13:26:19 +13:00
shimon
1761b77d0f function worker 2022-11-09 19:01:43 +02:00
Torsten Dittmann
9f384e016f Merge branch '1.1.x' of https://github.com/appwrite/appwrite into feat-console-rewrite 2022-11-09 15:47:23 +01:00
Torsten Dittmann
d307d4f698 revert: dockerfile formatting 2022-11-09 15:45:20 +01:00
Torsten Dittmann
a2570f5568 chore: update composer 2022-11-09 15:34:26 +01:00
Torsten Dittmann
9565152ced chore: update console 2022-11-09 15:22:38 +01:00
Torsten Dittmann
4dd919f640 fix 2022-11-09 15:07:39 +01:00
Torsten Dittmann
ab5ddc263b Merge branch 'feat-console-rewrite' of https://github.com/appwrite/appwrite into feat-console-rewrite 2022-11-09 15:06:32 +01:00
Torsten Dittmann
5011820f67
Merge pull request #4649 from appwrite/feat-new-usage-stats
feat: add databases and buckets to projects usage
2022-11-09 11:50:15 +01:00
Torsten Dittmann
e315f5d2ac fix: database usage tests 2022-11-09 10:29:13 +01:00
Jake Barnby
be18943fa4
Merge branch 'feat-cloud-test-jake' into feat-cloud-jake 2022-11-09 18:16:20 +13:00
Jake Barnby
b6839fa8f1
Capture pools on init 2022-11-09 16:39:15 +13:00
Jake Barnby
4fe2289e7f
Add max connections variable 2022-11-09 16:24:42 +13:00
Jake Barnby
e901be28de
Add max connections env var 2022-11-09 16:22:03 +13:00
Jake Barnby
fafbe71b24
Accept a size parameter when creating db/redis pools 2022-11-09 16:21:27 +13:00
Jake Barnby
e1d80c2b93
Add get worker pool size function 2022-11-09 16:19:01 +13:00
Jake Barnby
958e5424f0
Revert "Revert "WIP fix too many connections" registry changes"
This reverts commit 11c3060682.
2022-11-09 16:12:50 +13:00
Damodar Lohani
5bd4b6e59d Merge branch 'feat-db-pools' of https://github.com/appwrite/appwrite into feat-usage-refactor-fo-db-pools 2022-11-09 01:21:04 +00:00
Matej Bačo
f6b738fddd Add proxy and fix bugs 2022-11-08 17:30:18 +00:00
Steven Nguyen
239813aec2
Update supported versions in security policy 2022-11-08 08:30:10 -08:00
Torsten Dittmann
4041c4964c tests: fix remaining tests for usage 2022-11-08 15:16:10 +01:00
shimon
9d641b985a tidy up 2022-11-08 16:00:39 +02:00
Torsten Dittmann
1615121b3e tests: adapt to new response model 2022-11-08 14:38:43 +01:00
Matej Bačo
940eee0562 Merge remote-tracking branch 'origin/feat-decouple-executor' into feat-db-pools-opr 2022-11-08 12:39:25 +00:00
Matej Bačo
d275fa0111 Fix tests 2022-11-08 12:34:14 +00:00
Torsten Dittmann
4befb19c35 feat: add databases and buckets to projects usage 2022-11-08 13:09:18 +01:00
Matej Bačo
80b49452f4 Fix executor bugs, Add Open Runtimes Proxy 2022-11-08 10:02:22 +00:00
Matej Bačo
a52ff7372a Add Open Runtimes Executor 2022-11-08 08:49:45 +00:00
Jake Barnby
eef2fdb72c
Allow up to 65K realtime connections through Traefik 2022-11-08 21:33:13 +13:00
Jake Barnby
11c3060682
Revert "WIP fix too many connections" registry changes
This reverts commit a6ffab09df.
2022-11-08 12:25:54 +13:00
shimon
3a651adea5 replacing offset with pagination 2022-11-07 17:42:08 +02:00
shimon
711d8061a6 replacing offset with pagination 2022-11-07 17:30:22 +02:00
shimon
3768912412 replacing offset with pagination 2022-11-07 16:39:42 +02:00
Christy Jacob
f5484d4548 feat: update mariadb images 2022-11-07 19:54:50 +05:30
Christy Jacob
d957832904
Merge pull request #4284 from appwrite/feat-mysql-test
feat: mysql support
2022-11-07 18:47:11 +05:30
Christy Jacob
682790272f feat: update volume sync 2022-11-07 18:10:56 +05:30
shimon
4409217521 queue 2022-11-07 14:20:02 +02:00
Christy Jacob
f5bf48baa7 feat: update volume sync 2022-11-07 17:36:42 +05:30
Bradley Schofield
842185e45d Update projects.php 2022-11-07 11:58:57 +00:00
Christy Jacob
0c6107990d feat: update volume sync 2022-11-07 17:17:51 +05:30
shimon
9ed6ed69fb queue 2022-11-07 13:22:52 +02:00
Christy Jacob
1d4afd2f6c Merge branch 'feat-db-pools' of github.com:appwrite/appwrite into feat-mysql-test 2022-11-07 16:45:28 +05:30
Bradley Schofield
85cb520dd6 Fix testUpdateProjectAuthDuration 2022-11-07 11:14:01 +00:00
shimon
6f9dcae858 queue 2022-11-07 12:37:07 +02:00
Jake Barnby
a6ffab09df
WIP fix too many connections 2022-11-07 23:31:54 +13:00
Christy Jacob
9cf9b9b41f
Merge pull request #4607 from appwrite/feat-fixes-for-pools
Feat fixes for pools
2022-11-07 15:58:58 +05:30
shimon
ef7b53fbc7 queue 2022-11-06 23:41:33 +02:00