arpitnath
43fc88363c
updates @aws-sdk/client-textract
2023-04-27 13:16:30 +05:30
arpitnath
616c8e17ed
fixes selcecting feature types
2023-04-25 15:08:38 +05:30
arpitnath
a593950646
updates label name for operation
2023-04-21 15:37:47 +05:30
arpitnath
b18e0cf79a
Option to select feature types
2023-04-21 15:35:51 +05:30
arpitnath
d3929ecb8c
logo update
2023-04-19 21:37:12 +05:30
arpitnath
b4b718755f
clean up
2023-04-19 21:19:38 +05:30
arpitnath
e688662a1f
plugin: aws textract
2023-04-19 21:12:57 +05:30
Arpit
636c4a62c5
[chore] Eslint fixes ( #5988 )
...
* lint fixes: frontend
* lint fixes: marketplace
* lint fixes: plugins-client js files
* typo fix
* eslint updates/fixes for marketplace
* eslint updates/fixes for plugins
* removing "@typescript-eslint/no-floating-promises for plugins"
* ignore client.js and server.js
* ignore client.js and server.js
* ignore client.js and server.tss
* Delete client.js
* ignore cypress-test/**
2023-04-11 15:34:58 +05:30
Arpit
6d2e2046cf
Feature : OpenAI plugin ( #5975 )
...
* openai plugin init
* admin private route with admin access only
* update dev mode check
2023-04-11 11:07:27 +05:30
Arpit
7dea6c9ad1
Enhancements to the process of developing a Marketplace plugin ( #5777 )
...
* in dev mode, start watching for changes in all packages
* plugin reload service
* typo
* fixes updates from fs
* checks if marketplace dev mode is on to decode the run code from plugin index file
* clean up
* removes console.log
* refactor: marketplace dashboard
* prep to merge
* dotenv
* fixes: install new upadates for one plugin at a time
* fixes app crash for new plugins(marketplace/datasource) with default schema
* avoid creating docs for marketplace to root docs
* Before starting watcher, build the marketplace once.
* fixes: installed plugin crashes if deleting the entire plugin from the dir, but the build still haves the plugin files
2023-03-24 17:05:08 +05:30
Arpit
f098f447d1
fixes: integrating plugins from marketplace ( #5678 )
...
* fixes: integrating plugins from marketplace to apps
* clean up
* update deps: markeplace to node 18
* adds plivo
* updates plivo icon
* fixes app crash on clicking sidebae datasources popup
* fixes app crash for rendering selected ds form from leftsidebar
* fixes app crash for loading installed plugins
* fixes: updated correct plugin id to testconection
* init
* updates s3 plugin name
* checking if marketplace flag is "true"
* updates github svg
* plugin icon fix
* fixes:components werent rendering if marketplace plugin queries were used
* github plugin: error message for invalid creds
* fixes: typos
* fixes multiple installation of the same plugin
2023-03-16 18:17:25 +05:30
Arpit
85391d260a
[Marketplace] AWS S3 ( #4670 )
...
* fix: sub path for static asset serve (#4665 )
* fix: sub path for static asset serve
* fix: sub path for static asset serve
* marketplace: s3
* rename operations file to query_operations
* fix: crash on click of existing plugin
* remove unused console
* adds missing async await
* add isoptional for repo
* plugin card ui style fixes
* update plugin name
Co-authored-by: Gandharv <gandharvkumargarg@gmail.com>
2022-11-01 16:24:30 +05:30
Gandharv
a1fd1fc301
[Feature] Make plugins installable ( #3069 )
...
* feat: add user avatar
* update: @nest/platform-express from 8.0.0 to 8.4.4
* add avatar_id in login response
* add user avatar upload in frontend
* align cross divider with layout icons'
* generate nest model - extensions
* Add extensions module
* Add extension to datasouce
* add not implemented check
* create extension
* refactor
* cleanup
* fix tests
* reduce the avatar size on homepage
* poc: run js code from string
* resolve conflicts
* fix conflicts
* add globals
* add new route
* add icon, manifest file upload
* complete user flow
* add flow for data queries
* add dynamic manifest instead of local datasource types
* add version attr
* remove unused code
* add version
* rename extension(s) -> plugins(s)
* add test connection method
* feat: add marketplace listing page
* Add install plugin cmd + missing attrs {name, repo, desc} to plugin
* add missing icon
* - Add npm workspaces for marketplace monorepo
- Added cassandra datasource plugin
- Created upload to s3 script
- Created plugins.json entry file
* install plugin from s3 bucket
* cleanup
* update pkg locks
* fix icon render
* cleanup
* marketplace changes
* ui changes
* operations file load fix + revert vm2
* update module from string to 3.2.1
* load plugins.json from local file instead of remote
* install plugin from local file if not production environment
* add sqlite
* feat: add plivo api plugin
* exp: add heroku 22 stack
* update assets include path
* Revert "exp: add heroku 22 stack"
This reverts commit a8926b36e1 .
* add integrations link
* Add casl ability for plugin
* load host from env else fallback to default
* update imports
* remove sqlite
* typo
* add marketplace flag to cli command
* move ts and ncc to devDep
* add hygen templates for marketplace
* cli tree-node path fix
* template indent fix
* TOOLJET_URL -> MARKETPLACE_TOOLJET_URL
* add tests
* refactor: move to plugins.helper for get-service helper utility
* fix; typo
* update package-lock.json
* review changes
* remove a href
* remove bg color + redirect issue due to href
* add test url
* fix crash on search
* remove extra slash
* feat: allow plugin to be installed from github repository
* remove unwanted args from cli command
* add repo attr while save
* feat: add feature toggle for marketplace feature
* fix: make default config as false
* chore: remove hyperlink
* fix: failing build
* chore: update s3 url to point to prod
* fix failing test
* fix test
* fix: test case
* update module from string pkg
* update env
* fix test
* fix test
* add readme file
* Update README.md
Co-authored-by: Akshay Sasidharan <akshaysasidharan93@gmail.com>
2022-10-27 16:59:43 +05:30