Commit Graph
30723 Commits
Author SHA1 Message Date
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
Eldad A. FuxandGitHub bf9dd4935c Merge pull request #1634 from appwrite/fix-db-refactor-test-timeouts
feat(refactor-db): upgrade travis instance from medium to large
2021-09-19 08:20:58 +03:00
Eldad A. FuxandGitHub 409e42a426 Merge pull request #1631 from appwrite/feat-travis-build-failures
feat(tests): check for failing test
2021-09-19 08:15:29 +03:00
Eldad A. FuxandGitHub f4bdc60df4 Merge pull request #1562 from appwrite/feat-parallel-build
Feat - Parellel builds to reduce build time
2021-09-19 07:57:52 +03:00
Eldad A. FuxandGitHub 45bf9a20ae Merge pull request #1630 from appwrite/fix-deletes-worker-usage-constant
fix(refactor-db): use correct constant when deleting usage stats
2021-09-19 07:55:09 +03:00
Eldad A. FuxandGitHub bb364d20ef Update README.md 2021-09-18 17:31:01 +03:00
kodumbeats 38a6e147c2 Use limits defined by database library 2021-09-16 21:52:35 -04:00
kodumbeats b390c663a4 Upgrade travis instance from medium to large 2021-09-16 20:57:25 -04:00
Christy Jacob 13024e97f2 feat(tests): check for failing test 2021-09-16 19:27:12 +05:30
Christy Jacob c03dc64adb feat(tests): check for failing test 2021-09-16 18:48:23 +05:30
kodumbeats d1d16bd356 Increase travis VM size 2021-09-16 08:45:53 -04:00
Christy Jacob 2853b7f52a feat(tests): check for failing test 2021-09-16 18:10:18 +05:30