1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00
Commit graph

455 commits

Author SHA1 Message Date
kodumbeats 974788db83 fix(api): allow failed attributes to be deleted 2021-10-27 09:44:10 -04:00
kodumbeats 549db83086 Test webhooks for deleting attributes and indexes 2021-10-25 21:14:30 -04:00
kodumbeats c3627cac24 Define delete types as constants 2021-10-25 20:14:55 -04:00
kodumbeats 4a1507ba25 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-db-refactor-api-buxfixes 2021-10-15 09:26:17 -04:00
Torsten Dittmann 8685c09c13 fix functions and users 2021-10-08 10:39:37 +02:00
kodumbeats 6373c4f92d Merge remote-tracking branch 'origin/feat-database-indexing' into feat-db-refactor-api-buxfixes 2021-10-07 14:40:45 -04:00
Torsten Dittmann 8db80e164d Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into sync-realtime-with-db-refactor 2021-10-07 12:08:24 +02:00
kodumbeats 31f1c4e1dd Merge remote-tracking branch 'origin/feat-database-indexing' into feat-cleanup-index-on-delete-attribute 2021-10-05 10:14:26 -04:00
kodumbeats 481ff1e2f9 Refactor purgeDocument calls to deleteCachedDocument 2021-10-05 09:05:40 -04:00
kodumbeats 2aa94e7897 Improve attr/index lifecycle with status stuck when deletion fails 2021-10-04 20:23:15 -04:00
Torsten Dittmann 80e0df8a69 fix realtime 2021-09-30 13:18:50 +02:00
Torsten Dittmann 1ed41f52d3 Merge branch 'master' of https://github.com/appwrite/appwrite into sync-realtime-with-db-refactor 2021-09-30 12:32:10 +02:00
kodumbeats c9601160a6 Handle case of duplicate indexes on deleteAttribute 2021-09-20 21:22:08 -04:00
kodumbeats 51ea0aecb1 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-cleanup-index-on-delete-attribute 2021-09-20 13:32:16 -04:00
kodumbeats 20d4264de4 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-delete-collection-attributes-indexes 2021-09-19 11:52:22 -04:00
kodumbeats cb7c810207 Drop collection table in deletes worker 2021-09-19 11:49:24 -04:00
kodumbeats bfdf6de15f Delete collection document from internal collections table 2021-09-15 14:02:18 -04:00
kodumbeats 8cde715d04 Use correct constant when deleting usage stats 2021-09-15 11:28:40 -04:00
kodumbeats b4ad95747a Merge remote-tracking branch 'origin/feat-database-indexing' into feat-delete-collection-attributes-indexes 2021-09-12 09:07:46 -04:00
Torsten Dittmann 9ff5fb91ac fix(app): minor bugs 2021-09-09 16:24:57 +02:00
Torsten Dittmann d2f425e67d fix(functions): utf-8 encode stdout and stderr 2021-09-09 13:06:00 +02:00
Damodar Lohani 9f93ceec13 missing break 2021-09-06 15:24:36 +05:45
Torsten Dittmann 17d2a4bc0a
Merge pull request #1577 from TorstenDittmann/fix-functions-env-variable
fix(functions): environment variables
2021-09-03 14:06:23 +02:00
Torsten Dittmann 37c33c3c7b fix(functions): environment variables 2021-09-03 13:41:42 +02:00
kodumbeats 31977e462c Clean up indexes when attribute is deleted 2021-09-02 17:38:33 -04:00
Torsten Dittmann be1e3acfca fix(functions): properly cast cpu counts variable 2021-09-02 20:59:58 +02:00
kodumbeats 84e9881a6a Delete from attribute/index tables on deleteCollection 2021-09-02 12:45:03 -04:00
Torsten Dittmann 9bc3412649 Merge branch '0.10.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-09-02 09:44:36 +02:00
Eldad A. Fux b23dae4948
Merge pull request #1552 from appwrite/feat-magic-url
Feat Magic URL
2021-09-02 10:09:55 +03:00
Damodar Lohani 3a29d6a565 fix deletes, remove 15m period after refactor 2021-09-02 12:16:03 +05:45
Damodar Lohani d779b98365 Merge branch 'feat-usage-daemon' into feat-usage-deletes 2021-09-02 12:15:11 +05:45
Torsten Dittmann 68bb12ad3e style worker code 2021-09-01 11:13:23 +02:00
Torsten Dittmann 424e153b80 refactor(workers): refactor the workers 2021-09-01 11:09:04 +02:00
Torsten Dittmann c85cfb66d2 Merge branch '0.10.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-09-01 09:33:50 +02:00
Torsten Dittmann 98a21c475d fix(mails-worker): shorter switch case 2021-09-01 09:29:25 +02:00
Torsten Dittmann 38e1624636 fix(functions): flag execution errors as failed 2021-08-31 20:52:47 +02:00
Damodar Lohani 22ceb1dc7c create session with magic url 2021-08-30 16:29:52 +05:45
Damodar Lohani 4ae224d518 Merge branch 'feat-database-indexing' into feat-usage-daemon 2021-08-30 13:08:20 +05:45
Damodar Lohani d009b8ab89 delete older usage stats 2021-08-27 17:22:52 +05:45
Eldad Fux ad6c364820 Added missing offset and types 2021-08-27 07:37:15 +03:00
Damodar Lohani c81ee72c7e Merge branch 'feat-database-indexing' into feat-usage-daemon 2021-08-24 15:04:07 +05:45
Eldad A. Fux 8f2e5c3563
Update app/workers/database.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:40:56 +03:00
Eldad A. Fux 0b30691879
Update app/workers/database.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:40:14 +03:00
Eldad A. Fux 9aefe4e360
Update app/workers/database.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:39:42 +03:00
Eldad A. Fux 5de5a38ba0
Update app/workers/database.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:39:24 +03:00
Eldad Fux a6c62c95b0 Updated tests 2021-08-23 07:06:53 +03:00
Eldad Fux 31500cd675 Sub query support for indexes 2021-08-22 18:00:00 +03:00
Eldad Fux fa909e844d Added new delete attribute flow 2021-08-22 11:04:51 +03:00
Eldad Fux c507cd44aa Fixed format options 2021-08-22 00:48:07 +03:00
Eldad Fux 6943380118 Updated data structures for attribute 2021-08-21 07:48:28 +03:00