1
0
Fork 0
mirror of synced 2024-09-05 20:31:39 +12:00
Commit graph

5785 commits

Author SHA1 Message Date
kodumbeats
2e0b7fe471 Support queries for listCollections 2021-06-18 15:27:16 -04:00
kodumbeats
9aad04b484 Accept default permissions from Utopia for now 2021-06-18 15:27:03 -04:00
kodumbeats
5bcb51ab5b Clean up unused code 2021-06-18 15:17:39 -04:00
kodumbeats
b1a6302311 Use database worker to remove attributes and indexes 2021-06-18 14:27:14 -04:00
kodumbeats
47d74a64be Add assertions to confirm index was created successfully 2021-06-18 13:18:27 -04:00
kodumbeats
4567bc0d77 Ensure attributes are removed from queue before adding documents 2021-06-18 13:09:07 -04:00
kodumbeats
afd347ca6f Create attributes and indexes using database worker 2021-06-18 12:13:37 -04:00
kodumbeats
4a4165a304 Make worker-database executable 2021-06-17 18:13:46 -04:00
kodumbeats
707f49b83f Set up database worker 2021-06-17 17:58:35 -04:00
kodumbeats
b32a0e72a9 Add getters for dbForInternal and dbForExternal 2021-06-17 15:30:28 -04:00
kodumbeats
e278b06e06 Organize used libraries 2021-06-17 15:30:03 -04:00
kodumbeats
c7dfb60bbc Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-db-refactor-routes 2021-06-17 14:24:09 -04:00
kodumbeats
3c7b7d21f5 Add reminder to filter results from listCollections 2021-06-17 14:22:43 -04:00
kodumbeats
90b280a014 Outline database resque worker 2021-06-17 14:22:06 -04:00
Eldad Fux
4c615c8fa6 Updated log method name 2021-06-17 21:21:22 +03:00
kodumbeats
160330675a Add whitelist of filters to createAttribute 2021-06-17 13:09:40 -04:00
kodumbeats
435f6879f2 Remove unused imports 2021-06-17 13:03:24 -04:00
kodumbeats
a54af88a38 Address todo items for attributes and index routes 2021-06-17 11:53:06 -04:00
kodumbeats
9fb64c5621 createCollection requires read/write params 2021-06-17 11:15:14 -04:00
kodumbeats
2530341bf9 Fix updateCollection and clean up code 2021-06-16 16:36:18 -04:00
kodumbeats
829240e38c Add retry to first db connection and improve logging 2021-06-16 16:32:10 -04:00
kodumbeats
53d3ae0419 Temporarily adjust client timeout 2021-06-15 10:25:14 -04:00
kodumbeats
0e7c55c17c Fix tests for deleteDocument 2021-06-15 10:24:51 -04:00
kodumbeats
a62c46cc44 Fix tests for update and delete document 2021-06-15 09:38:24 -04:00
kodumbeats
33d07c2ba4 Move listDocuments to new db 2021-06-14 15:55:36 -04:00
kodumbeats
80f41edf36 Test for creating indexes 2021-06-14 15:54:49 -04:00
kodumbeats
1d2d869fa8 Add assertions for creating attributes 2021-06-14 15:54:19 -04:00
kodumbeats
24a5fb4867 Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-db-refactor-routes 2021-06-14 10:40:05 -04:00
Eldad Fux
9f81790761 Updates to swagger tests 2021-06-13 18:01:56 +03:00
Eldad Fux
01ba5a0738 Returned userIDs 2021-06-12 23:44:25 +03:00
Eldad Fux
b4fcbbe062 Fixed JWT missing namespace 2021-06-12 22:37:19 +03:00
Eldad Fux
7a3221168e Removed unrequired attribute 2021-06-12 21:43:12 +03:00
Eldad Fux
640dbd3e8b Updated DB lib 2021-06-12 21:40:08 +03:00
Eldad Fux
f3ff50d686 Fixed logs time attribute 2021-06-12 21:39:59 +03:00
Eldad A. Fux
00136969d2
Merge pull request #1246 from lohanidamodar/feat-audit-abuse
feat-audit-abuse
2021-06-12 17:55:04 +03:00
Eldad A. Fux
a3053b2a2b
Merge branch 'feat-database-indexing' into feat-audit-abuse 2021-06-12 17:54:55 +03:00
Eldad A. Fux
5be8e2fc0c
Update app/workers/deletes.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-06-12 17:50:45 +03:00
Eldad A. Fux
264eb0ea4e
Update app/controllers/api/account.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-06-12 17:50:40 +03:00
Eldad A. Fux
6fa0fc6ac9
Update app/workers/audits.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-06-12 17:50:35 +03:00
Eldad A. Fux
babf31c3a3
Update app/controllers/shared/api.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-06-12 17:50:27 +03:00
Eldad Fux
4dc225a886 Added orderType params 2021-06-12 17:33:23 +03:00
Eldad Fux
a6acb1724b Fixed wrong indexes 2021-06-12 15:00:17 +03:00
Eldad Fux
6ca3be8e73 Merge branch '0.9.x' of github.com:appwrite/appwrite into feat-database-indexing 2021-06-12 14:27:50 +03:00
Eldad Fux
785db645eb Added back missing icons 2021-06-12 14:16:52 +03:00
Eldad Fux
8e40eb8740 Merge branch '0.9.x' of github.com:appwrite/appwrite into feat-database-indexing 2021-06-12 13:57:51 +03:00
Eldad Fux
967afad696 Fixed extra space on modal window 2021-06-12 13:57:32 +03:00
Eldad Fux
fe5de87563 Merge branch 'master' of github.com:appwrite/appwrite into feat-database-indexing 2021-06-12 13:21:28 +03:00
Eldad Fux
f2b5956f30 Merge branch '0.9.x' of github.com:appwrite/appwrite into feat-database-indexing 2021-06-12 13:08:48 +03:00
Eldad Fux
034a01af10 Updated deletes worker 2021-06-12 13:07:26 +03:00
Eldad A. Fux
aa1f73fb10
Merge pull request #1276 from TorstenDittmann/refactor-workers
refactor(workers): create abstract worker class
2021-06-12 12:54:52 +03:00