* adds ability to resolveworkspace variables in GDS connection forms
* clean up
* resolves workpace variables in GDS connection form UI (client-side)
* fixes: encrypted source options resolver helper
* add workspace vars support for textarea components used in gds
* updates warning banner
* update textarea with the new UI
* Revert "Merge branch 'develop' into improvements/add-support-workspace-vars-datasource-forms"
This reverts commit f3b42005aa, reversing
changes made to 68334ca281.
* Revert "Revert "Merge branch 'develop' into improvements/add-support-workspace-vars-datasource-forms""
This reverts commit 9b19e5b530.
* fixes crash when trting to resolve variables
* remove comments
* add: columns and migrations for data queries and sources
* add: migrations for app environments
* fix: datasources and queries api
* fix: import apis
* add: radixui colors
* create: global datasource page
* fix: version creation not including global datasources queries
* fix: version deletion failure
* fix: ui and other bugs
* add: check for abilities on global ds
* fix: bugs
* fix: existing test cases
* fix: migration and bugs
* fix: rest api oauthorize bugs
* hide: add button for local ds
* fix: query bugs
* fix: new organization environment creation
* fix: local ds label showing for new apps
* fix: on page load queries for preview app and published app
* fix: import bugs from v1
* fix: merge conflicts
* fix: import apis
* fix: apss with mulit envs
* fix: ui bugs
* fix: environments not being created on db:seed
* fix: ui bugs
* fix: route settings for global datasources
* fix: customer dashboard template
* fix: local ds queries not being saved
* fix: runpy issues
* changes: ui
* fix: migration issues
* fix: ui
* hide datasources when no local datasources
* fix: test cases
* fix: unit test cases and global queries on app import/export
* cleanup
* add: package-lock file
* undo: migration rename
* cleanup
* fix: ui bugs
* migration fixes
* fix: dark mode issues
* fix: change datasource failing on query create mode
* fix: workspace selector issues
* fix: clickoutside for change scope option
* migration changes
* fix: open api issue
* reverting configs changes
* [Fix] Global datasources & Environment Id issue (#5830)
* fix: oauth env id issue
* code changes
---------
Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
Co-authored-by: Muhsin Shah <muhsinshah21@gmail.com>
* 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
* bug fixed : select custom component styles not getting applied in query manager
* bug fix : not able to custom style select component
* fixed: Operation dropdown options are not fully visible.
* added colors variable in color.scss
* made left side bar of query panel width fixed to 249px and main container width to grow accoding to available width of query panel
* made UI updates in query container - left sidebar of query panel
* set query name font weight to 400
change the border color of left sidebar of query panel
added colors in colors.scss
commented unused variable
* UI update for header in the leftsidebar of the query panel
* updated width of the primary default secondary button
* Updated UI for query panel header
* draf : tranfomration UI update
* draft - preview section UI update
* draft : query manager advance options UI update
* draft : UI update for restApi query editor
* update
* femoved disable save button logic
* small updates
removing box shadow for rest api options button
adjusted spacing for data source selectionn div
* reverting changes in _ui/Search component
* bug fixed : Query Panel header spacing and alignment issues
dark theme update
* spacing and dark theme update in query container
* bug fixed : transition issue in tabs
* dark theme updates and bug fixes
* input checkbox update
* added cursor pointer to input checkbox
* updates
* updates
* bug fixed : removed typo error from last commit
* update
* added 3 rows in rest api tab content by default
* update spacing between datasource picker and element to render div
* spacing top for event manager section
* removed inline style from preview component
* data source lister font size update
* removed inline style from editor component and added style in css
* small updates
* applied color theme for dropdown options in the query manager
* added cursor pointer to control section of dropdown
* updated select data source section in query manager
* dynamic form bug fixed
* bug fixed : breadcrum
* bug fixed : toggle in GroupHeaders is not consistent with the dark theme
* bug fixed : clear icon in searchbox in query manager
* bug fixed : color in rest api in request url
* search box query manager final design
* small update
* made suggested changes
* query editor design for stripe query
* made changes in stripe
* updated the files with minor changes
* made minor updates in stripe
* set Get as default method in rest api
* add functionality to update query name from query panel header as well
* change the width of list data queries section
change size of icon to 20px
* updated changes
* created queryManager.scss file
* added default value to input text box in the query panel header
* bug fixed
* fixed minor bugs
* moved custom-toggle css in queryManager.scss
added on focus css for ternary button
* removed unsued lines from queryManager.jsx
* bug fixed: spacing in search box
* bug fixed: spacing in search box
* code enhancement as per changes requested
* fixed : search box component breaking inside DataSourceManager component
* made a function to style select component in query manager
* styles select component in rest api and transformation using common method
* chnaged run query on page load to application load
* Add data-cy
* Add basic spec
* Add basic method to create query
* Add data-cy for query section components
* Add common method for postgreSQL
* Update spec with methods
* Add data-cy for alert-box and query search elements
* Add method for widget integrations and event handler
* Add selector into selectorFile.
* Fix failing cases
* Add labels on Text file
* Fix failing specs due to rerendering
* Remove creds from spec
* Implemented multiple access token feature
- working on refresh token case
* worked on refresh token flow
* added multiple token ability to openapi plugin too
- fixed some bugs
* changed tokenData to token_data
- fixed some issues
* added user type with user id
* changed user type
* Rewrote some function
- added switch for enabling and disable multi auth
- fixed some bugs
- refactored the code
* fixed view app issue
* Fixed public app issue
* cleaning some code
* (public_app) add a check to avoid oauth login redirect when there is no access token
* reverted all changes of openapi (temporary)
- will add multi token functionality once done with restapi
* fixed a bug
* fixed a bug
* refactored some code
* changed the switch text
* pr changes
* changed token_data back to tokenData
* cleaning code
* removed token data from datasources query
* removed some lines
* added a comment
* reverse proxy
* reverse proxy
* Fix for yjs
* Fix for ws
* Fixes org switching
* Fixes org creation
* Fixes login logo
* Fixes download icon
* Construct use invite URL from base URI
* Fixes apiUrl if sub path is set
* Remove commented code
* Fix profile link
* invitation url changes
* Fixes dev env
* Use url-join lib to connect urls for goto app and invitation link
* Use useHistory instead of helper to get history for template modal
* Review changes
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
* 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
* portal for code hinter popup
* codehinter portal styles
* portal editor height
* update icons
* hinter changes
* refactoring to a separate dir
* code hinter - portal
* component details added in the portal header
* portal header: source name fixed
* portal header: inlcludes field name in the header
* display field names for rest api
* display field names for transformation
* handle for empty component names
* portal preview code bg
* foreUpdate
* foreUpdate
* refactored and using same codemirror component to render portal's editor
* clone codemirror to two different component
* fixed - need click to render the field data
* force update
* table component cell types: included
* chart component types: included
* alignment of the preview area
* btn color adapts to theme-fix
* remove console.logs
* disable portal editor for event manager
* scss unsued ruleset removed
* name fixes and remove unsued var
* .
* null check
* removed hardcode componentName
* app z-indexes: added z-index for suggestion-hints
* hook exhaustive-deps
* portal custom hook
* updated function name
* icon position fix
* hinter fails to open in certail scenarios: fixed