Commit graph

93 commits

Author SHA1 Message Date
Matej Bačo
8802e318d5 Fix pools resource 2023-08-23 13:52:17 +02:00
Matej Bačo
d3a9766c4f Sync env & storage setup with 1.4.x 2023-08-23 12:08:48 +02:00
Steven Nguyen
a13b7606a2
Fix console db namespace 2023-08-21 15:53:30 -07:00
Damodar Lohani
f59d3563f4 Merge remote-tracking branch 'origin/feat-db-pools-master' into feat-db-pools-db-pools-master-sync 2023-07-10 03:06:48 +00:00
Christy Jacob
eccde7b1f9 feat: update log messages 2023-06-12 21:10:07 +05:30
Christy Jacob
56aa30fd52 feat: use static array for console db 2023-06-12 20:55:01 +05:30
Christy Jacob
deea23c17e feat: update log messages 2023-06-12 20:18:18 +05:30
Christy Jacob
d0f234e726 chore: add logs to deletes worker 2023-06-12 19:03:27 +05:30
Damodar Lohani
11669ba3c2 fix document import 2023-02-16 01:13:37 +00:00
Damodar Lohani
5acd78463a Merge remote-tracking branch 'origin/feat-db-pools' into feat-db-pools-master-sync 2023-02-16 00:44:29 +00:00
Damodar Lohani
71d2c45a92 Merge remote-tracking branch 'origin/master' into feat-db-pools-master-sync 2023-02-14 04:35:19 +00:00
Christy Jacob
c56f8277c9
Merge pull request #4984 from appwrite/fix-project-delete
Fix deletes worker not deleting project database tables
2023-01-27 13:45:07 +05:30
Jake Barnby
004bb82688
Fix functions + builds not deleted 2023-01-12 22:42:07 +13:00
Jake Barnby
d49de9c6cf
Use getProjectDB instead of new function 2023-01-12 22:27:20 +13:00
Steven Nguyen
2b4dbfb4b9
Convert _APP_STORAGE_DEVICE env var to lowercase
This is done for backwards compatibility. Up to utopia-php/storage
version 0.12.X, the devices were not lowercase. Starting 0.13.X, they
are all converted to lowercase, but people would still have the old
case in their .env file. This change makes the value check insensitive
so that the value from older versions still works.
2023-01-11 11:41:26 -08:00
Jake Barnby
4b0ef4598b
Fix deletes worker not deleting project database tables 2023-01-11 19:37:06 +13:00
shimon
06aee565a8 addressing comments 2022-12-13 13:46:53 +02:00
shimon
141d55bd36 build+functions worker 2022-12-13 09:35:05 +02:00
Matej Baco
418a432d6c Merge branch 'feat-db-pools' into fix-init-retry 2022-11-18 08:10:11 +01:00
Christy Jacob
6c43b44441 feat: use new storage library 2022-11-17 23:16:49 +05:30
Christy Jacob
c4a5c73717 feat: use new storage library 2022-11-17 23:13:59 +05:30
Christy Jacob
878021b9a3 feat: disable auth on console project 2022-11-17 18:20:17 +05:30
Christy Jacob
836ab62285 feat: review comments 2022-11-17 07:02:51 +00:00
Christy Jacob
d830f5c262 feat: review comments 2022-11-17 07:01:11 +00:00
Christy Jacob
261830c122 Merge branch 'feat-db-pools' of https://github.com/appwrite/appwrite into feat-support-dsn 2022-11-17 06:43:49 +00:00
Christy Jacob
d75831380b feat: review comments 2022-11-17 06:36:41 +00:00
Matej Baco
762d52bca8 Fix failing tests 2022-11-16 20:39:35 +01:00
Christy Jacob
9165da14b7 feat: add support for the new DSN class 2022-10-26 12:16:22 +05:30
Eldad Fux
e5c62c6730 Fixed usage of DSN database 2022-10-19 16:55:58 +03:00
Eldad Fux
d51c379514 Fixed linter errors 2022-10-19 11:35:30 +03:00
Eldad Fux
4fe5c0dd1d Merge branch 'feat-db-pools' of https://github.com/appwrite/appwrite into feat-db-pools-eldad 2022-10-18 17:29:21 +03:00
Eldad Fux
1632ae61eb Fixing CLI tasks 2022-10-17 19:43:51 +03:00
Eldad Fux
f2068a10e4 Added support for cache sharding, and fallback connections 2022-10-16 14:42:00 +03:00
Eldad Fux
224d526c84 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-db-pools-eldad 2022-10-16 12:24:53 +03:00
Eldad Fux
95a9ded28f Adjusted compose files and tests 2022-10-15 21:17:03 +03:00
Damodar Lohani
51cbc653af use metadata constant 2022-10-14 11:26:33 +00:00
Eldad Fux
a229eac2cc Renamed DatabasePool to Pools 2022-10-08 08:51:58 +03:00
Christy Jacob
9667ee28d1 feat: removed unused imports 2022-08-25 16:00:54 +05:30
Christy Jacob
7844a74c1a feat: update worker class 2022-08-24 22:14:40 +05:30
Christy Jacob
9cfefe58bf feat: refactoring classes 2022-08-24 20:52:54 +05:30
Christy Jacob
85bfdd8f54 feat: refactoring classes 2022-08-24 20:26:41 +05:30
Christy Jacob
ceb11f839f feat: fix realtime tests 2022-08-24 14:21:26 +05:30
Christy Jacob
d2bf8b25de feat: update db pools 2022-08-13 13:27:04 +05:30
Christy Jacob
4521907b83 feat: refactor workers 2022-08-12 21:39:45 +05:30
Christy Jacob
662800cc67 Merge branch 'master' of github.com:appwrite/appwrite into feat-db-pools 2022-07-14 03:42:26 +04:00
Christy Jacob
43ec31e393 feat: restructuring db pools 2022-07-09 17:41:14 +04:00
Christy Jacob
a0c43f1fe3 feat: update worker class 2022-07-02 10:54:19 +02:00
Christy Jacob
3ab4dcb7c1 feat: refactor DatabasePool class 2022-07-01 15:43:38 +02:00
Torsten Dittmann
3aa49f773a fix: all of the workers 2022-06-20 11:22:53 +02:00
Everly Precia Suresh
d41aff1861 fix linting issues 2022-06-02 13:03:37 +00:00