1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00
Commit graph

584 commits

Author SHA1 Message Date
Christy Jacob c1d71904e8 Merge branch 'feat-functions-refactor' of github.com:appwrite/appwrite into feat-add-builds-worker 2022-01-26 16:59:24 +04:00
Christy Jacob 88a149384b feat: fix response model, generate console SDK 2022-01-25 13:40:44 +04:00
Christy Jacob b59566a815 feat: move retry build call to builds worker 2022-01-24 03:01:42 +04:00
Bradley Schofield e79578570e Merge branch 'master' into the-executor-poc 2022-01-18 15:24:33 +00:00
Eldad Fux 26eb09da25 Removed Appwrite domains 2022-01-13 13:03:32 +02:00
Bradley Schofield 58e68088fa Remove 'pending' build state, update version numbers 2022-01-10 14:00:11 +00:00
Torsten Dittmann f90f98b597
Update init.php 2022-01-07 13:58:15 +01:00
Torsten Dittmann bbe8232294 feat: release version 0.12.1 2022-01-05 16:40:51 +01:00
Bradley Schofield e2c4272ebd Merge branch 'master' into the-executor-poc 2022-01-05 13:38:51 +00:00
Torsten Dittmann 81e340e52c fix: increase cache buster 2022-01-04 17:04:40 +01:00
Matej Baco 69b4d074f5 Migrated all imports to new request class 2021-12-31 16:50:07 +01:00
Matej Baco 71a546c908 Post-merge fixes 2021-12-31 15:19:29 +01:00
Matej Baco 1c18ddc1bb Merge branch 'feat-database-indexing' into feat-improve-error-logging 2021-12-31 14:40:14 +01:00
Torsten Dittmann 0ccf2cb0f6 fix: update geo db to dec-21 2021-12-28 13:37:03 +01:00
Torsten Dittmann f48708ddf4 fix: use env var instead of hard coded value 2021-12-28 13:04:58 +01:00
Torsten Dittmann afde0cb680 fix: increase connection pool 2021-12-28 12:51:29 +01:00
Torsten Dittmann 693b8c7185 fix: replace internal and external database with project database 2021-12-27 13:45:23 +01:00
kodumbeats 05a061127f Use the same namespace 2021-12-23 17:51:10 -05:00
kodumbeats bc2703ea08 Set default database for collections 2021-12-22 20:51:49 -05:00
Torsten Dittmann 166ebf7225
Merge pull request #2474 from appwrite/feat-database-indexing-migration
feat(tasks): migration for 0.12.x
2021-12-21 17:34:41 +01:00
Torsten Dittmann 721363a240 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-database-indexing 2021-12-21 12:08:02 +01:00
Torsten Dittmann 366c4b903e feat: anonymous methods 2021-12-21 11:48:10 +01:00
Matej Baco 0cb2b736f0 Merge branch 'master' into feat-improve-error-logging 2021-12-20 16:24:50 +01:00
Christy Jacob c7ffd88f14
Merge pull request #2191 from TafadzwaD/master
Added Shona Translations
2021-12-19 21:46:58 +04:00
Torsten Dittmann 8826984b1f refactor: replace disable with skip calls for authorization 2021-12-17 16:25:05 +01:00
Torsten Dittmann d482fb86ea Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-indexing-migration 2021-12-17 15:54:36 +01:00
Torsten Dittmann 7f82661801
Merge pull request #2503 from appwrite/feat-strict-enums
fix: strict enum attribute
2021-12-17 13:51:42 +01:00
Torsten Dittmann 626c73896f Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-indexing-migration 2021-12-17 11:57:16 +01:00
Torsten Dittmann 2690cab771 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-disable-collections 2021-12-17 11:53:57 +01:00
Torsten Dittmann e2297da3da feat: add more arrow functions 2021-12-17 11:41:26 +01:00
Torsten Dittmann a11d7bf750 fix: strict enum attribute 2021-12-16 11:15:55 +01:00
Torsten Dittmann a5a86cc1cd fix: bin2hex() calls 2021-12-14 13:10:38 +01:00
Torsten Dittmann f5f23222f3 chore: add comment for mode resource 2021-12-14 12:15:00 +01:00
Torsten Dittmann d92763fbfc Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-indexing-migration 2021-12-14 11:47:05 +01:00
Torsten Dittmann 37a243b42f Merge branch 'master' of https://github.com/appwrite/appwrite into feat-database-indexing 2021-12-14 11:43:27 +01:00
Torsten Dittmann a7ee99dcef fix: utopia view 2021-12-14 10:11:34 +01:00
Torsten Dittmann 7b607e85ac Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-indexing-migration 2021-12-13 16:56:40 +01:00
Torsten Dittmann a10eccbdc7
Merge pull request #2465 from appwrite/feat-database-indexing-realtime-console
feat(realtime): add console channel
2021-12-13 16:55:24 +01:00
Eldad Fux 0d9c0daf47 Updated cachebuster 2021-12-13 15:23:57 +02:00
Eldad Fux 8a46713d8e Updated our Twitter handle 2021-12-11 22:17:33 +02:00
Eldad Fux 07551dc902 Merge branch 'master' of github.com:appwrite/appwrite 2021-12-11 02:17:34 +02:00
Eldad Fux 76bf24ac9b Updated Youtube URL 2021-12-11 02:17:28 +02:00
Bradley Schofield 65a58689fb Merge remote-tracking branch 'upstream/feat-database-indexing' into the-executor-poc 2021-12-10 13:48:04 +00:00
Torsten Dittmann ec01ab178c
Merge pull request #2453 from appwrite/fix-missing-encryption-filters
Fix-missing-encryption-filters
2021-12-09 11:47:49 +01:00
Torsten Dittmann 34e80acb7f feat(migration): version 0.12.x 2021-12-08 18:49:44 +01:00
Bradley Schofield 37da3c5651 Implement Automatic Deploy
+ Implemented Automatic Deploy
+ Tags will now build automatically
+ You can now restart builds that failed
+ Builds now have their own storage device
+ Added a retry build endpoint
2021-12-08 15:08:53 +00:00
Torsten Dittmann 9d23afa263 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-indexing-realtime-console 2021-12-07 14:09:16 +01:00
Matej Bačo 8f1fb9d330
Merge branch 'master' into feat-improve-error-logging 2021-12-06 14:16:39 +01:00
Matej Baco 243dfbb9ca PR review bug fix 2021-12-06 14:14:55 +01:00
Torsten Dittmann e944da2f3e feat(realtime): add console channel 2021-12-06 13:03:12 +01:00