* fixing default date bug
* Set arbitrary default date for datepicker, and empty default exluded dates
* If set date is invalid, ensure exposed value is undefined on Datepicker
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
* add sanitize-html to be used with dto
* add dto for controllers
* add vaalidation to check token not empty
* update test config
* add validation pipe on test setup
* fix spec
* fix params casing
* update dto for empt checks
* update reset password dto
* only check for options to be defined
* update specs
* update dto and spec
* Remove invalid decorator
* update package-lock
* update thread dto
* update user dto
* fix email
* make comment req params attributes as optional
* fix specs
* fixes should display selected component value on saving the query
* handles undefined props to select component
* fixes query failure and state update
* removes log
* fixes the crash
* removes test files
* fixes query options state: selected operation should display field on query save
* fixes query options
* fixes stripe query crash: on mount
* adds remove params function
* Update frontend/src/Editor/QueryManager/QueryEditors/Stripe.jsx
resolves
Co-authored-by: Gandharv <gandharvkumargarg@gmail.com>
* resolves current value would lead to being a comma(,)
* resolves current value would lead to being a comma(,) to null
* resolves review changes
* clean up: refactored
Co-authored-by: Gandharv <gandharvkumargarg@gmail.com>
* feat: add realtime collaboration
* reduce delay in debounce
* feat: add realtime cursors
* feat: add realtime avatars
* add current user to the online users list
* add border color to the avatar
* feat: allow multi user to edit multi-versions simultaneously
* add getOne fn for fetching single api + avatar component
* fix: set appDef from api call
* replace webrtc with ws
* move yjs to separate port (temp)
* run on same port
* fix: update ymap when styles have changed
* - Add static list of colors
- Show the username on hover
* fix: cursors not showing up
* fix: review comments
* remove unused vars
* add new cursor style
* - Run yjs connection on a different path
- Add zindex to cursor such that query editor has precedence
* fix: event emitter bug + position bug
* use shorthand
* cursor style changes
* fix cursor positions
* inc zindex
* change max avatars to 3
* Centered Text in App Version Manager dropdown
* Centered Text in App Version Manager dropdown
Fixes#2570
* resolved all comments
* reverted package-lock
* update: when countdown reaches 0 start button is disabled
* add: default values for Timer component
* add: default selection on paramUpdate if element updated is a select and component has default values setted
* refactor: add paramName to defaultvalue to not hardcode value name to update
* add: default values for Timer component and fix with proj lint rules
* added custom style in custom.scss to adjust the placement of the nav link menu in the dashboard
* added bootstrap class to position the dropdown menu-list in the dashboard
* removed unwanted spaces in custom.scss and empty css class in theme.scss file
* made confirm page scrollable
* added event in lifecycle method to make confirm page scrollable
* removed unnecessary changes and removed overflow-y hidden from theme.scss to make page scrollable
* removed unwanted code
* made the tag and options of dropdown widget aligned horizontally
* Use bootstrap classes to remove margin and padding for dropdown label
* Remove unnecessary css
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
* Ported multi-select to react-select lib
* Changed some values
* working on all option select / unselect feature
* All clear event
* Changed exposed values
* Resolved some ui issues
- Changed values height to a fixed size
- Fixed close btn alignment
* Removed 'All' option from selected values section
* Changed some paddings and sizes
* Resolved scroll and label width problem
* Adjusted some margin
* Removed scrolling from container
- scroll only values
* Hide scrollbar
* Resolved indicators alignment
* updated multiselect with searchable select
* Use only multiselect with checkboxes
* Alignment fix for multiselect dropdown
* Make multiselect dropdown adjust according to height
* Add custom rendered for multiselect options
Co-authored-by: stepinfwd <stepinfwd@gmail.com>
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
* made the confirmation modal consistent with the currently applied theme
* made the request confirmation before query run to behave consistently according to applied theme
* made confirmation modal of query run consistent with the applied theme
* initial commit
* made datepicker functional
* update date format
* made border-radius and adjusting width and height of the input element to the datepicker container functional
* add year and month selection dropdown & upon enableDate false, only showing time selection
* changed dropdown year display
* adjusted width of the datepicker widget
* added React.forwardRef inside ExampleCustomInput function
* Show month dropdown on mode select for datepicker
* Slight refactoring
* Display default date on load of DatePicker widget
* Apply brand colors for date picker
Co-authored-by: arpitnath <arpitnath42@gmail.com>
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
* bugfix :: If we change the default tab field, the change is not immediately reflected on the widget
default tab field only accepts string value: make it reflect number values as well
* fixing exposed variable
* update
* cleanup
* pr changes updated : exposing current tab
* revise metadata service for telemetry
* send finish installation metric only on prod
* fix endpoint
* keep fetching metadata with an interval
* fix version check error
* remove ip address on telemetry
* fixing query panel header
* fixing right siedebar header : making it fixed
* fixing bug in higher resolution
* fixing position
* updating pr changes : dark mode color issues
* updating query manager datasource listing ui
* ui updation for datasource in query manager
* including back button after selecting datasource
* handling ui break when more data source is added
* updating key
* removing unused code
* removing unused code
* updating ui for darkmode support + testing clearing of fields during backbutton click
* fixing border
* testing updates for clearing fields for stripe,rest
* updated transformation alert
* indication for selected data source
* updating styles for dark mode
* darkmode bugfix
* updating transformation style to enable popover
* bugfix
* css updates for popover
* style updates
* aligning icon
* updating styles
* cleanup
* state name updated
* removing unwanted things from ui during create query
* lifting state uo :: fixing intermediate state issue while clicking add query during query edit
* update
* fixing typesense icon
* fixing padding issues in query panel search
* fix for monitor screens
* positioning query panel
* fixing position of all popover in left sidebar
* updates
* updating header margin to be equal and removing unwanted margin in query list
* fix version creation on empty/invalid version from id
* fix spec
* hotfix: Edited changes not shown when switching versions (#2386)
* fix edited changes not shown when switching versions
* fix version create from not picking editing version
* fix version switch not updated on editing version save
* fix edited changes not shown when switching versions
* fix version create from not picking editing version
* fix version switch not updated on editing version save
* fix: set `explosedVariables.value` to "" for TextArea components
* changed default text to correct one
* reverted package-lock.json and server/package-lock.json
* setting minimum width for left sidebar
* updated left sidebar width
* left-sidebar width updation and including label
* adjusting margin for changed width
* bugfix darkmode
* fixing bug in margin of sidebar
* updating icon for inspect
* aligning canvas for changed width
* adjusting margin of sidebar popovers for changed sidebar width
* margin bugfix
* merge develop
* Add eslint dependencies, configs and scripts to plugins project
* run lint with Github action
* ignore tests and dist folders
* fun eslint with --fix and manual fixes, renamed __tests_ to __tests__
* add plugins packages folder to lint-staged config
* fix lint issue
* enhancement ::
updating ui issues in comment edtior section
* bugfix :: updates styling , margin issues in comment mentioning
* styling fix
* fixing ui of comments
* changing user name to slice of firstname and lastname
* updating text wrap issue in table
* functionality and styling to allow text wrap feature for overflow in table
* updated to include horizontal scroll action
* update :: meaningfull naming update
* pr review changes
* updated to add hide option , code optimizing
* merge conflict
* fixing hide option breaking layout
* overflow field for only possible fields
* updating key to avoid confusion
* cleanup
* fixing scroll issue
* merge error
* hide theme updated
* text wrapping avoided for column type text
* typo fix
* Changed Auto Saved text to Saved
* Issue-2358: Fixed other text
* Updated Lint issue
Co-authored-by: Kevin Osborn <kevinosborn@Kevins-MacBook-Pro.local>
* fixes dropdown fireEvent for on select
* fixes value undefined at .then() chained to Promise?
* adds explicit return statement for viewer: onComponentOptionChanged