ToolJet/plugins
Muhsin Shah C P 9706de80cb
Appwrite integration (#2589)
* Started working on appwrite plugin
    - Initialized appwrite plugin
    - Added appwrite npm module
    - Implemented appwrite authentication
    - Working on operations

* Implemented some operations
- Only query collection left

* added query collection operation

* Added appwrite logo

* Edited docs of appwrite

* Edited some fields descriptions and placeholder texts

* Made some code changes
- Replaced JSON with JSON5
- Removed unwanted list option

* Fixed integer conversion bug
- Refactored some code

* Removed unrelated dependencies
2022-03-29 19:52:26 +05:30
..
_templates/plugin/new Feature/2395 - add eslint to plugins (#2402) 2022-03-10 12:29:48 +05:30
packages Appwrite integration (#2589) 2022-03-29 19:52:26 +05:30
schemas Add json schema for vscode autocomplete (#1962) 2022-01-27 10:55:16 +05:30
.eslintignore Feature/2395 - add eslint to plugins (#2402) 2022-03-10 12:29:48 +05:30
.eslintrc.js chore: remove cypress from plugins [eslint] (#2522) 2022-03-16 07:20:51 +05:30
.gitignore Move plugins to root (#1728) 2022-01-17 12:38:17 +05:30
create-client-entry.js Feature/2395 - add eslint to plugins (#2402) 2022-03-10 12:29:48 +05:30
create-server-entry.js Feature/2395 - add eslint to plugins (#2402) 2022-03-10 12:29:48 +05:30
jest.config.js Feature/2395 - add eslint to plugins (#2402) 2022-03-10 12:29:48 +05:30
lerna.json Move plugins to root (#1728) 2022-01-17 12:38:17 +05:30
package-lock.json Appwrite integration (#2589) 2022-03-29 19:52:26 +05:30
package.json Appwrite integration (#2589) 2022-03-29 19:52:26 +05:30
README.md [docs] update datasource docs (#1851) 2022-01-18 11:22:23 +05:30
tsconfig.json [Unit test] Plugins - Googlesheet update operation (#2450) 2022-03-08 11:53:47 +05:30