Commit graph

289 commits

Author SHA1 Message Date
Muhsin Shah C P
22991ae900
[Feature] Notion plugin 🚀 (#2853)
* initialized the plugin

* Added token field and notion svg icon

* added notion js client

* Added token authentication

* Added database query and retrieve operations

* Working on other operations of database and page

* Added archive page & get single property operations

* Resolved an issue & changed placeholders

* Added operations of block

* Added start cursor to page & database

* Added operations of user endpoint

* changed icon & cover from object to fields

* Updated documentation
2022-04-26 14:58:48 +05:30
Muhsin Shah C P
dcee0885d6
Feature: OpenApi import plugin (#2728)
* Initialized OpenApi plugin

* Added definition field to manifest file

* Added an openapi parser

* Implemented JSON/YAML resolver
- Removed swagger parser lib
- Added a field for choosing definition format type
- Implemented a resolver for resolving $ref

* Implemented a basic operations drop down from spec paths

* Added params and body ui

* Now, can view general parameters and servers

* Added an option to override general params
- Resolved a bug

* Implemented basic openapi plugin
- Added got lib
- Tested basic queries

* Added one more method

* Resolved a common bug

* Working on Parsing definition from datasource modal
- Created new form component for openapi
- Populated select array from security array

* Added ui for authentication

* Added bearer & basic plugin code

* Resolved some ui issues of Apikeys auth option

* Added apikey auth

* Resolved an issue
- Also replaced validate btn with auto validation
- Now spec will be added to db from data-source modal

* Added error text to show validation error

* Now spec will load from props for query manager

* Added some padding to operation description

* Added ui for openapi oauth2 auth

* Implemented oauth2

* Fixed a state issue with a temporary hack

* Now we can show multiple same auth types

* added the icon

* Resolved a bug & improved multiple apikeys process

* Resolved some realtime parsing error

* Resolved a bug from options fn

* Resolved PR changes

* Updated documentation with brief details about the open API plugin

* Removed unwanted package

* Changed if-else to switch

* Code changes

* added setLoadingSpec fn to catch section

* Solved typos and error in doc

* Resolved dropdown issue

* Resolved a bug

* updated openapi icon
2022-04-26 14:14:12 +05:30
Kiran Ashok
dae2cc3379
[ enhancement ] :: added on select event (#2707)
* added on select event

* docs updated
2022-04-21 15:31:57 +05:30
Shubhendra Singh Chauhan
0ec6298952
[docs] changed sidebar position for setup (#2858) 2022-04-19 18:41:52 +05:30
Shubhendra Singh Chauhan
eb2b2759b8
[docs] renamed deployment directory to Setup (#2847) 2022-04-19 08:34:54 +05:30
Kiran Ashok
5c3d8ffa71
[ Feature ]:: Datepicker exlcudedates addition (#2751)
* adding excluded dates property

* updates :: writing date parse function

* update parser

* logic update

* logic updated

* reimplemented logic for excluded dates

* typos updated

* pr changes

* pr changes

* cleanup

* docs updated

* default value changed

* cleanup
2022-04-18 23:12:50 +05:30
Dinath
83a68c88de
[docs] renamed filepicker.md to file-picker.md (#2848) 2022-04-18 20:22:56 +05:30
Manjunath
93724336b1
[docs] changed the s3 sidebar position from 20 to 1.1 (#2829) 2022-04-15 11:21:21 +05:30
Shubhendra Singh Chauhan
84d36ddc46
[docs] updated baserow and couchDB reference (#2816) 2022-04-14 09:29:41 +05:30
Kiran Ashok
347020fc82
[docs] RethinkDB docs updated (#2809)
* updating rethink docs

* docs updates rethinkdb

* updates header
2022-04-14 00:13:57 +05:30
shivangT
b049d12230
[docs] replaced gif with intro video for the widget (#2797)
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-04-12 20:45:39 +05:30
Shubhendra Singh Chauhan
0c5daad9d9
[docs] updated references for Airtable, Appwrite, BigQuery, Firestore (#2787) 2022-04-11 17:26:29 +05:30
Kavin Venkatachalam
26203cfaf9
[Docs] Timeline widget reference (#2786)
* Doc for timeline widget

* Fixed a spelling mistake
2022-04-11 16:53:18 +05:30
Kavin Venkatachalam
7711a34b93
Baserow integration (#2773)
* Baserow integration

* Added JSON5 & updated code
2022-04-11 16:49:49 +05:30
Kiran Ashok
9a83f99bd1
Plugin: RethinkDB datasource (#2724)
* types intial

* manifest intial updates

* sample operation

* initial

* sample operation

* updating defaults

* test connection and crate table operation

* retreive insert updates

* updates

* updates

* cleanup all basic operation

* code refactor

* connection adding auth update

* updating insert bug

* cleanup , fixing bug with insert and update

* code cleanup :: using default databse if name not provided

* fixing bug in list documents

* cleanup

* icon updated

* docs updated

* reverting

* reverting

* revert

* revert

* optimizing

* typo fixed :: pr changes

* alignment fix

* bug correction

* reverting rethinkdb installation outside plugins

* updating types

* reverting unintentional changes

* updates

* key mismatch

* updated docs info

* typo bug :: create table

* revert

* reverting rethinkdb installation
2022-04-08 17:13:38 +05:30
shivangT
5e8ccb993e
[docs] created widget reference for slider widget (#2766)
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-04-07 10:51:22 +05:30
shivangT
b1a7ac8cbf
[docs] created spinner documentation (#2758)
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-04-05 18:07:56 +05:30
Kyle Ahlstrom
fab076fc51
[docs] Specifying npm version for Mac OS (#2713)
* Contribution Documentation: specifying npm version for Mac OS

* Updating npm install process documentation for Mac OS
2022-04-04 20:25:20 +05:30
Josh Taylor
501cd6fac7
[docs] Note that npm 7.20.0 is required, otherwise an error will show for linux (#2719) 2022-04-03 15:46:58 +05:30
Kavin Venkatachalam
270b808db8
[docs] Added git clone step on mac OS setup (#2709)
Co-authored-by: Kavin Venkatachalam <kavin@Kavins-MacBook-Pro-2.local>
2022-04-01 20:25:02 +05:30
Aritra Das
3e55b742b8
[docs] Fixed the docs faulty image link (#2698) 2022-04-01 07:18:25 +05:30
Andrew Koo
9556173360
[docs] updated description for preview from released version to currently opened version (#2696) 2022-04-01 00:39:01 +05:30
Bobby Uhlenbrock
9fb771f695
[docs] Add setup steps to Google Sheet data source (#2689)
* Add setup steps to Google Sheet data source

* Update google.sheets.md
2022-03-31 08:49:40 +05:30
Shubhendra Singh Chauhan
92d09fc966
[docs] revised influxdb and oracledb reference (#2690) 2022-03-31 08:48:35 +05:30
Shubhendra Singh Chauhan
d3b9e6716b
[docs] updated how-to guide for uploading files to GCS (#2682) 2022-03-30 15:47:46 +05:30
Jordi
17be57a416
[docs] Added how to guide for uploading files to gcs (#2668) 2022-03-30 06:53:05 +05:30
Shubhendra Singh Chauhan
f2c9f04f56
[docs] revised appwrite docs (#2669) 2022-03-30 06:27:45 +05:30
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
Kiran Ashok
954976005e
InfluxDB integration (#2590)
* initial creation

* test operation

* test operation

* option included to test connection and manifest file updated

* updating all operations

* updated all bucket operations

* write operation logic

* type update

* completed query end points

* updating all keys

* updating all labels

* bucket operations completed

* seperating  required params

* reordering operations

* cleanup

* docs updated influxdb

* fixing flux query operation

* updates in docs

* pr changes

* pr change

* pr changes reverting oracle db

* upating icon

* changing default port

* pr changes and fixing write operation

* reverting lock file change by replacing with develop

* deafult port update

* updating docs position

* reverting lock file in docs
2022-03-23 14:59:45 +05:30
Mithun Kinarullathil
9674d49625
[docs] Update wrong file extension used in mv command (#2583)
* [docs] Update wrong file extension used in mv command

* Rename docker-compose extension to fit README
2022-03-22 12:02:57 +05:30
Shubhendra Singh Chauhan
a1f7ae9e4a
[docs] updated slack coc (#2586) 2022-03-21 08:42:42 +05:30
Maurits Lourens
9b496d77be
Make the server port configurable in the frontend project (#2489)
* make the server port configurable in the frontend project

* add documentation for new env variable
2022-03-16 21:36:28 +05:30
Aladin056
4e06f81217
[docs] Fixes redirect issue of list layout reference (#2543)
Co-authored-by: Ala Eddine BEN MAAMER <aben-maamer@etud.univ-paris8.fr>
2022-03-16 21:35:51 +05:30
Gandharv
a8c6e77091
Fix scroll on docs left sidebar in firefox (#2528) 2022-03-16 11:00:54 +05:30
Muhsin Shah C P
eaf93616ae
Feature/oracledb plugin (#2388)
* oracledb initial commit
- Added oracledb package

* Implemented connection and operations

* Working on oracle db integration

* Implemented query & bulk operations

* Fixed initial client reintialization problem

* Added custom client library path option

* Added oracle client library installation steps to dev docker file

* Testing changed docker setup on cloud

* Testing heroku app.json

* Removed unwanted scripts from dockerfiles

* Updated field label

* update oracledb client lib for ec2

* update package-lock

* refactoring code

* Updated docs

* Resolved some lint errors

Co-authored-by: Akshay Sasidharan <akshaysasidharan93@gmail.com>
2022-03-15 08:00:02 +05:30
Sherfin Shamsudeen
124f94ca6b Correct wrongly spelled datasource name 2022-03-11 12:19:38 +05:30
Maurits Lourens
35332be72d
Mailgun integration (#2392)
* add mailgun template

* add api key option

* undo committing idea folder, implement mailgun sdk

* add docs

* merge develop

* implement review comments, removed vscode files

* undo changes to package-lock.json

* implement review comments

* remove unused dev dependency

* remove unused dev dependency

* revert deletion of vscode config files
2022-03-11 08:14:04 +05:30
Kiran Ashok
2c5c66bfb1
Integration couchDB (#2337)
* feature :: couch db

* updates

* types update

* updated types

* couch db integration updates for crud opertations

* updates

* updated icon

* inlcluding port

* port addition

* crud updates

* updates including proper variables

* optimizing

* updates

* completed basic crud with couchdb

* updates

* view get option

* removing hints

* adding skip

* updates for adding params and mangoquery

* changing auth order

* adding condition check to conditionally add  and remove  params

* adding checks

* sepreated protocol and host

* updates

* included connection testing

* updated with pr suggestions

* couch db documentation

* updates

* fixed bugs , completed docs

* typo

* marking optional params

* optimizing

* image updated

* changed img for find

* updating list record query to include doc data

* updating couchdb docs :: include_docs key addition
2022-03-10 18:24:11 +05:30
Shubhendra Singh Chauhan
ad30494090
[docs] added Slack Code of Conduct (etiquettes) (#2473)
* added slack code of conduct(etiquettes)

* minor fix

* fix
2022-03-09 23:03:16 +05:30
Shubhendra Singh Chauhan
9aa041d21b
[docs] updated widget reference (#2458)
* [docs] update widgets

* updated all the widgets
2022-03-08 23:52:46 +05:30
Shubhendra Singh Chauhan
ce828ac659
[docs] updated widget references (#2445) 2022-03-08 09:26:01 +05:30
Shubhendra Singh Chauhan
0826e71380
[docs] updates widget references (#2433) 2022-03-07 15:39:44 +05:30
Akshay
f170cf3498
Revise docker-compose docs (#2387) 2022-03-04 08:00:47 +05:30
Shubhendra Singh Chauhan
b1ecb51681
[docs] updated widgets (#2424) 2022-03-03 20:42:10 +05:30
Shubhendra Singh Chauhan
ab96124e2d
[docs] updated checkbox (#2423) 2022-03-03 20:25:30 +05:30
Maurits Lourens
3c52b6c588
[docs] center align google sso images (#2404) 2022-03-03 09:45:01 +05:30
Maurits Lourens
79b4486afe
[docs] center align images (#2403)
* merge develop

* center align github sso images
2022-03-03 09:44:43 +05:30
Sarvesh Limaye
04d5aa71c3
[docs] fixed typo in GitHub SSO (#2409) 2022-03-02 20:46:24 +05:30
Shubhendra Singh Chauhan
fff3f02cf0
[docs] embedded video: Self Host ToolJet on Heroku (#2391) 2022-03-01 22:14:29 +05:30
Abhishek K M
c4825bc517
[docs] rename rest-api docs to restapi (#2389) 2022-03-01 21:55:47 +05:30