mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
* Dynamic form configuration API logic pending
* OAuth 2.0
* Testing redirectURI
* salesforce-react-component
* Oauth flow
* OauthFlowSetup
* Merge develop
* Oauth flow changes
* Implement run function
* Fetch query details correctly
* Added instance URL to source options for run function
* Remove BulkLoad & ApexRESTQuery operation
* Increase resource-body height
* Render plugin icon in marketplace
* Make the URL dynamic in salesforce form
* Revert "Make the URL dynamic in salesforce form"
This reverts commit
|
||
|---|---|---|
| .. | ||
| _templates/plugin/new | ||
| plugins | ||
| scripts | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| lerna.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Tooljet marketplace
Steps to install npm package to a plugin
npm i <npm-package-name> --workspace=<plugin-name-in-package-json>
Steps to build
npm install
npm run build --workspaces
Update the plugins to S3 bucket
AWS_ACCESS_KEY_ID=<key> SECRET_ACCESS_KEY=<secret> AWS_BUCKET=<bucket> node scripts/upload-to-s3.js