1
0
Fork 0
mirror of synced 2024-09-21 12:01:56 +12:00
Commit graph

21525 commits

Author SHA1 Message Date
fogelito
2baa074629 pull main 2024-04-09 17:57:38 +03:00
fogelito
6edd0ea90d Merge branch 'main' of https://github.com/appwrite/appwrite into collection-not-found
 Conflicts:
	composer.lock
2024-04-09 17:56:52 +03:00
fogelito
7f0ae2dc87 stopOnFailure 2024-04-09 17:55:04 +03:00
fogelito
d293774bfb revert init 2024-04-09 17:54:33 +03:00
fogelito
a465c625e9 mode 2024-04-09 17:52:30 +03:00
fogelito
2fde4e8e39 revert serviceStatusForDatabases 2024-04-09 17:51:19 +03:00
fogelito
2bbff0e0b6 Disable console project 2024-04-09 17:45:16 +03:00
fogelito
12434fd846 RELATIONSHIP_VALUE_INVALID 2024-04-09 15:38:55 +03:00
fogelito
65ab721c3d InvalidRelationshipValue 2024-04-09 15:32:23 +03:00
Jake Barnby
3859f037a1
Revert "Reclaim only used connections for workers"
This reverts commit fefb60557d.

# Conflicts:
#	app/worker.php
2024-04-09 20:50:33 +12:00
Jake Barnby
9a3f6e7f71
Add connections test 2024-04-09 20:27:30 +12:00
Jake Barnby
b50ec49ac1
Move Connections to pools namespace 2024-04-09 20:26:42 +12:00
Jake Barnby
388f450d89
Fix missing injection 2024-04-09 18:11:08 +12:00
Jake Barnby
4bef6125f7
Use on worker stop to properly reclaim realtime redis connections and unsubscribe 2024-04-09 17:05:44 +12:00
Jake Barnby
fefb60557d
Reclaim only used connections for workers 2024-04-09 17:04:31 +12:00
Jake Barnby
730e7319df
Use connection group to reclaim all use connections for request 2024-04-09 17:03:28 +12:00
Jake Barnby
0e5f6a34b0
Merge pull request #7937 from appwrite/feat-reclaim-only-current-connection
Update database
2024-04-08 20:29:39 +12:00
Jake Barnby
a0051eaa81
Update database 2024-04-08 19:59:36 +12:00
Damodar Lohani
70eb56a388 refactor module 2024-04-08 05:25:55 +00:00
Damodar Lohani
a67c6bfacb update platform version 2024-04-08 05:16:37 +00:00
Damodar Lohani
5e12eaa2e3 fix type 2024-04-08 05:09:51 +00:00
Damodar Lohani
8c008df1a9 fix change 2024-04-08 05:08:55 +00:00
Damodar Lohani
8fe6ce64b2 create and use core module 2024-04-08 05:05:04 +00:00
Damodar Lohani
4d15e0dbd2 update platform version 2024-04-08 05:03:18 +00:00
Jake Barnby
c5c0c8a8e6
Merge pull request #6886 from appwrite/feat-reclaim-only-current-connection
Fix connection reclaim logic.
2024-04-08 16:14:04 +12:00
Damodar Lohani
99cb38c674 fix linter issues 2024-04-08 03:57:08 +00:00
Jake Barnby
7b66cc5672
Revert getProjectDB change 2024-04-08 15:48:57 +12:00
Damodar Lohani
d3bbcce302
Prevent functions domain to be used as custom domain 2024-04-08 09:31:15 +05:45
Damodar Lohani
4612636144 fix test 2024-04-08 03:45:02 +00:00
Damodar Lohani
82e6db903a prevent functions domain and subdomain to be added as custom domain 2024-04-08 03:29:35 +00:00
Jake Barnby
899bba64d1
Add try/catch/reclaim around sending stats 2024-04-08 14:55:41 +12:00
Jake Barnby
fc4cbb8174
Move getConsole tick inside try/catch 2024-04-08 14:40:51 +12:00
Jake Barnby
be761dd5cd
Merge branch 'refactor-usage-sn' into feat-reclaim-only-current-connection 2024-04-08 14:34:52 +12:00
Jake Barnby
03446b7b8a
Merge pull request #7885 from appwrite/feat-7883-update-email-attachments-param
Update email attachments param
2024-04-08 13:59:17 +12:00
Jake Barnby
6ff81bc592
Merge pull request #7915 from appwrite/fix-7914-custom-smtp-messaging-error
Fix worker crash when using custom SMTP provider
2024-04-08 13:54:46 +12:00
Jake Barnby
293d85525c
Fix on message db resource fetch 2024-04-08 13:43:53 +12:00
shimon
574035d638 sms country code 2024-04-07 18:20:42 +03:00
shimon
7df94fcee6 Merge branch 'refactor-usage-sn' of github.com:appwrite/appwrite into feat-sms-locale
 Conflicts:
	composer.json
	composer.lock
2024-04-07 18:17:16 +03:00
shimon
d99fef527e Merge remote-tracking branch 'origin/feat-sms-locale' into feat-sms-locale 2024-04-07 18:15:57 +03:00
shimon
fcba25d004 dummy commit 2024-04-07 18:15:46 +03:00
Evan
a89a5713ac
Stale Workflow Creation 2024-04-05 14:00:58 -07:00
Khushboo Verma
9f7ecb98d3
Merge pull request #7925 from appwrite/chore-bump-executor-version
Bump executor version to 0.5.1
2024-04-05 23:04:00 +05:30
Khushboo Verma
6d5b087605 Bump executor version to 0.5.1 2024-04-05 22:39:52 +05:30
Steven Nguyen
201726dcd3
chore(specs): regenerate specs due to update email update 2024-04-04 08:06:33 -07:00
Steven Nguyen
f53dd03b93
feat(messaging): Add attachments param to update email endpoint
The param is added to the end to reduce the impact on param order
in SDKs.
2024-04-04 08:06:33 -07:00
Jake Barnby
048b4f76c8
Merge remote-tracking branch 'origin/refactor-usage-sn' into feat-reclaim-only-current-connection 2024-04-04 20:28:14 +13:00
Jake Barnby
6ff50103ac
Merge pull request #7917 from appwrite/feat-db-update
Update db for relationships and object as array attributes fixes
2024-04-04 20:16:44 +13:00
Jake Barnby
ccf437dac4
Update db for relationships and object as array attributes fixes 2024-04-04 19:56:09 +13:00
Jake Barnby
2452d3a479
Reclaim only the used connection for realtime 2024-04-04 18:57:33 +13:00
Jake Barnby
479ed3d0b1
Inline defaults 2024-04-04 18:51:40 +13:00