Commit Graph
31434 Commits
Author SHA1 Message Date
Matej Baco add7a01fac Added database key for performence 2021-09-23 15:40:05 +02:00
Torsten Dittmann fd601520fe chore(sdks): add flutter changelog 2021-09-23 14:41:56 +02:00
Matej Baco 36f55c8726 Removed var dump 2021-09-23 13:13:22 +02:00
Matej Baco c97b153255 Implemented oneOf for non-array results with multiple types 2021-09-23 13:12:50 +02:00
Torsten Dittmann 9af67bef6e chore(deps): compoer lock update 2021-09-23 11:40:32 +02:00
Torsten Dittmann 198f5d581e Merge branch 'master' of https://github.com/appwrite/appwrite into feat-release-flutter-1-0-4 2021-09-23 11:39:19 +02:00
Torsten Dittmann 8d21e12d57 feat(sdks): flutter 2.0.0 2021-09-23 11:38:31 +02:00
Torsten DittmannandGitHub 6209b7e104 Merge pull request #1642 from TorstenDittmann/feat-sdk-web-4-0-2
feat(sdk): release web 4.0.1
2021-09-23 11:17:22 +02:00
Damodar Lohani d603e7e2ce Merge branch 'feat-storage-buckets' into feat-sb-delete 2021-09-23 13:13:32 +05:45
Damodar Lohani a9cbbdf4e2 Merge branch 'feat-storage-buckets' into feat-large-file 2021-09-23 13:05:34 +05:45
Damodar Lohani ca58351e93 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-09-23 13:03:19 +05:45
Matej Baco c61b00995c Manual code review suggestion changes 2021-09-23 09:01:10 +02:00
1f2f0c2443 Apply suggestions from code review
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-09-23 08:57:16 +02:00
8f1847f871 Test assert bug fix
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-09-23 08:50:47 +02:00
d43987fd7a Fix test assert bug
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-09-23 08:49:45 +02:00
4bbf0e9303 Remove unnecessary whitespace
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-09-23 08:44:57 +02:00
Matej Baco f9423111f3 Merge branch 'feat-database-indexing' into feat-db-search-tests 2021-09-23 08:35:07 +02:00
kodumbeats c87e686ca2 Fix createUrlAttribute description 2021-09-22 21:29:56 -04:00
Bishwajeet ParhiandGitHub 53982458cd Update GETTING_START.md for flutter 2021-09-22 21:28:44 +05:30
wess c55d8d4073 Adding Stripe OAuth for connected accountns 2021-09-22 11:46:10 -04:00
Bradley SchofieldandGitHub 502ff3e501 Merge branch 'the-executor-poc' into executor-runtime-key-implementation 2021-09-22 16:37:30 +01:00
Bradley Schofield 73722b517f Update executor.php 2021-09-22 16:23:31 +01:00
Bradley Schofield 28a9e1e290 Revert "Add authentication between executor and runtimes"
This reverts commit 9e083791db.
2021-09-22 16:13:59 +01:00
Bradley Schofield 6252b5d0df Use Swoole Table for activeFunctions list 2021-09-22 16:13:41 +01:00
Torsten Dittmann d6b69340ba feat(sdks): release flutter 1.0.4 2021-09-22 15:11:34 +02:00
Bradley Schofield 9e083791db Add authentication between executor and runtimes 2021-09-22 12:27:45 +01:00
Sayanta BanerjeeandGitHub 5424531b85 Copyedited the tutorial
Copyedited the tutorial. Fixed all of the document errors and punctuation errors along with typos
2021-09-22 16:25:09 +05:30
Bradley Schofield 8e4bb7166d Add documentation for executor secret 2021-09-22 11:08:02 +01:00
Bradley Schofield 715a8ac729 Add authentication between appwrite and the executor
+ Add authentication between appwrite and the executor
+ Add built status and build stdout/stderr to tag for later use
+ Changes to executor to implement new build stages
2021-09-22 11:03:04 +01:00
9c9a17a2a4 Apply suggestions from code review
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2021-09-21 20:33:11 +02:00
Matej Baco d0e777edd5 Swagger Double type fix 2021-09-21 14:25:41 +02:00
Matej Baco 1eeddc8015 This should not be removed 2021-09-21 14:19:25 +02:00
Matej Baco b97542e581 Swagger2 array fix 2021-09-21 14:16:24 +02:00
Matej Baco a87d482e49 Swagger2 support for arrays (work-around) 2021-09-21 14:12:43 +02:00
Matej Baco e8f77ae363 OpenAPI3 support for anyOf 2021-09-21 14:01:18 +02:00
Matej Baco 77793b4e01 update instead of delete, adjust code to new attribute 2021-09-21 13:18:54 +02:00
Matej Baco fce5e3e96c Removed PHPStorm-generated stuff 2 2021-09-21 10:27:31 +02:00
Matej Baco 9d1b1a17d9 Removed PHPStorm-generated stuff 2021-09-21 10:26:28 +02:00
Matej Baco 732c59a03d Implemented search tests 2021-09-21 10:22:13 +02:00
kodumbeats 3c05a43ea7 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-db-attribute-limits 2021-09-20 21:28:54 -04:00
kodumbeats 1b76219f6f Merge remote-tracking branch 'origin/feat-database-indexing' into feat-response-models-new-attributes 2021-09-20 21:27:07 -04:00
kodumbeats fdd43837c1 Test duplicate index is removed in edge case of deleteAttribute 2021-09-20 21:23:41 -04: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
Torsten Dittmann 7c1686e196 reverse sdk 2021-09-20 19:01:12 +02:00
Torsten Dittmann 1a760ffb95 feat(sdk): release web 4.0.1 2021-09-20 18:37:24 +02:00
Bradley Schofield fc17e12547 Get Rust Execution working 2021-09-20 16:52:12 +01:00
Eldad A. FuxandGitHub 45066d99db Merge pull request #1567 from appwrite/feat-delete-collection-attributes-indexes
feat(refactor-db): delete internal attributes and indexes on deleteCollection
2021-09-19 23:18:39 +03: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