dependabot[bot]
75b59e0053
Bump shelljs from 0.8.4 to 0.8.5 in /cli ( #2038 )
...
Bumps [shelljs](https://github.com/shelljs/shelljs ) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/shelljs/shelljs/releases )
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/shelljs/shelljs/compare/v0.8.4...v0.8.5 )
---
updated-dependencies:
- dependency-name: shelljs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-31 16:52:36 +05:30
Muhsin Shah C P
ac00f530f2
Adds a custom remove component function for sub-container ( #2020 )
2022-01-31 16:48:58 +05:30
dependabot[bot]
fa175f0ad4
Bump path-parse from 1.0.6 to 1.0.7 in /frontend ( #2045 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-31 16:45:40 +05:30
dependabot[bot]
7950230e7d
Bump postcss from 8.2.12 to 8.4.5 in /docs ( #2044 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.2.12 to 8.4.5.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.2.12...8.4.5 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-31 16:43:41 +05:30
dependabot[bot]
87274a3745
Bump shelljs from 0.8.4 to 0.8.5 in /docs ( #2041 )
...
Bumps [shelljs](https://github.com/shelljs/shelljs ) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/shelljs/shelljs/releases )
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/shelljs/shelljs/compare/v0.8.4...v0.8.5 )
---
updated-dependencies:
- dependency-name: shelljs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-31 16:43:15 +05:30
Kiran Ashok
0cbfcf9a2d
Fixes issues with release modal *close , autofocus , keyboard actions ( #2032 )
2022-01-31 16:36:01 +05:30
Muhsin Shah C P
8f2ab3f269
Added background color property for image widget( #2022 )
2022-01-31 14:10:17 +05:30
dependabot[bot]
1ab0e36ec9
Bump path-parse from 1.0.6 to 1.0.7 in /docs ( #2023 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-31 14:07:02 +05:30
Akshay Sasidharan
7c0ca61012
Merge branch 'main' into develop
2022-01-31 12:16:12 +05:30
Akshay
fa78963ec2
Fix: Folder and app scopes on homepage ( #2004 )
...
* fix folder scope on homepage
* bump up version
2022-01-31 11:15:44 +05:30
Arpit
d4da5591cb
Adds support for custom variables ( #1780 )
...
* adding new action: set variable
* adding unset variable action
* add customVariables when editor mounts
* removed unused props
* removed unused props
* updated actions and inspector popover
* removes white space
* add variables to resolve reference
* adding variables to suggestion hints
* adding variables to suggestion hints
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
2022-01-31 09:06:34 +05:30
Gaurav Agrawal
f9b1b294b4
[docs] Fixed incorrect documentation ( #2014 )
2022-01-30 20:57:58 +05:30
Navaneeth Pk
95b751731c
Fixes the inconsistent styling of query panel spinner ( #2013 )
2022-01-30 13:51:08 +05:30
Navaneeth Pk
bda4e95b26
Fixes overlap of query panel with right sidebar ( #2011 )
2022-01-30 13:44:35 +05:30
Navaneeth Pk
60494a2af7
Update logo on Heroku app.json
2022-01-30 13:32:07 +05:30
Navaneeth Pk
04ecb6b334
Update the editor screenshot on Readme ( #1906 )
...
* Update README.md
* Update README.md
* Update README.md
2022-01-30 08:37:22 +05:30
Navaneeth Pk
2955acc918
Code suggestions should use cursor as the reference for position ( #1994 )
2022-01-29 07:09:04 +05:30
Kiran Ashok
c836d861cf
Border radius style for input widgets ( #1972 )
...
* updating File picker
Text input
Text area
DateRangePicker
Datepicker
PasswordInput
NumberInput
TextInput
codeEditor, to include border radius style option
* change to number input
* theme file updated to remove override for border radius
* change to number input
* text input updated with border radius style
* updated with border radius
* date range picker border radius removed
* removing overiding class
2022-01-29 07:06:08 +05:30
Midhun G S
4f6e481470
Folder listing style changes ( #1991 )
2022-01-29 06:59:51 +05:30
Arpit
dbc1e4d350
[Bugfix] On clicking Go to all datasources, UI renders the same compone… ( #1930 )
...
* fixes: On clicking Go to all datasources, UI renders the same component again
* fixes: modal datasource state update issue
* removes unwanted comments
2022-01-29 06:58:51 +05:30
Arpit
387433f0a4
Fixes sendGrid plugin: setApiKey not a function ( #1999 )
2022-01-29 06:52:56 +05:30
Shubhendra Singh Chauhan
3d814a3162
[Docs]Release Management and Sharing ( #2002 )
2022-01-29 06:51:19 +05:30
Sherfin Shamsudeen
be3100e63f
[BugFix] Properly display and assign modal and tables on event manager ( #1996 )
2022-01-28 20:23:28 +05:30
Shubhendra Singh Chauhan
e52849853b
[Docs] Managing Users and Groups ( #1978 )
...
* [Docs] Managing Users and Groups
* Update manage-users-groups.md
* Update manage-users-groups.md
2022-01-28 15:28:32 +05:30
Navaneeth Pk
056cc24691
Code suggestions should replace only the last word ( #1985 )
2022-01-28 14:29:55 +05:30
Muhsin Shah C P
db4fc523b2
Removed unwanted bottom margin from widgets sidebar ( #1989 )
2022-01-28 14:29:32 +05:30
Navaneeth Pk
f0c8cb344f
Fixes widget crash when added to subcontainers ( #1987 )
2022-01-28 13:22:55 +05:30
Kiran Ashok
fb9e696d8e
wrapping table header for long text ( #1960 )
2022-01-28 12:16:38 +05:30
Midhun G S
486b8625c3
[BUG-1941] typeorm findone fix ( #1973 )
...
* BUG-1941 typeorm fineOne fix
* e2e test case failure
2022-01-28 11:44:44 +05:30
Arpit
ad377d08b3
Fixes all applications background color for dark mode ( #1977 )
2022-01-28 07:37:31 +05:30
Arpit
01efd39d88
Fixes pagination subtext color in dark mode ( #1980 )
2022-01-28 07:36:38 +05:30
Arpit
2b81ca56a7
fixes: 'no results' not legible ( #1983 )
2022-01-28 07:35:35 +05:30
Gandharv
a22de0b358
Remove react scripts ( #1928 )
...
* remove react-scripts
* pkg lock
* add babel runtime
* add loaders
* add babel-eslint
2022-01-27 20:59:07 +05:30
Muhsin Shah C P
25aaf6c1f1
Added an organization 'role' field to the page that redirects after the email confirmation ( #1944 )
...
* Role field is added
* Resolving test failure
2022-01-27 20:56:35 +05:30
Kiran Ashok
47fbf3fb92
Mew app creation - v1 should be default name and pressing enter should create version ( #1968 )
...
* updating default value to app version
* typo
* bugix toast triggering more than once
2022-01-27 20:41:29 +05:30
Navaneeth Pk
fda3028c5a
Removes extra space after dark mode switcher on left sidebar ( #1959 )
2022-01-27 18:14:50 +05:30
Gandharv
897440b477
adds icon for runjs queries ( #1971 )
2022-01-27 17:57:29 +05:30
Muhsin Shah C P
8dec4251d7
Created a new category in widgets sidebar ( #1967 )
...
* Created a new category in widgets sidebar
* Added modal to layouts
2022-01-27 16:22:46 +05:30
Navaneeth Pk
d36f04f6e9
Dynamic positioning for config handle ( #1957 )
...
* Dynamic positioning for config handle
* Fixes styles
2022-01-27 16:21:38 +05:30
Arpit
4f2d5907ad
fixes typos, text should be specific to a component ( #1955 )
2022-01-27 16:20:41 +05:30
Akshay
7af79c091e
Fix: Namespaced data source connectivity issues ( #1914 )
...
* add mysql package dependency
* fix mssql
* fix redis
* make use of backward compatible opensearch package for es
* fix es request
2022-01-27 16:01:39 +05:30
Midhun G S
5000f745b1
Github OAuth integration ( #1837 )
...
* Initial commit
* git auth
* git sso
* Git sso
* Git Oauth rebase
* review comments
* added email validation
* improvement
* Package lock revert
* E2E test case fix
* fix data population in migration
* Supress initial error thrown by google
* Fix
* e2e test cases
* added e2e test cases
* isValidDomain improvement
* e2e test cases fix
Co-authored-by: Akshay Sasidharan <akshaysasidharan93@gmail.com>
2022-01-27 15:21:17 +05:30
Akshay
e3317aa5b7
Chore: Docker compose plugins dev ( #1953 )
...
* add plugins to docker compose
* build common
* change cmd
* build:pkgs
* fix'
* temp: add named vol
* update docker-compose for plugins dev
* update seed script to transpile only
* fix ci
* fix ci
Co-authored-by: gandharv <gandharvkumargarg@gmail.com>
2022-01-27 15:08:32 +05:30
Kiran Ashok
96457e7dbc
Bugfix/statistics widget style change not reflecting in dark mode , visibilty option not working ( #1940 )
...
* updated colour bug in dark mode
* fixing visibility bug for spinner and statistics widget
2022-01-27 14:36:43 +05:30
navaneeth
e5d7fe4035
[docs] update brand colors
2022-01-27 11:13:10 +05:30
navaneeth
2fa5d38a4b
[docs] update logo
2022-01-27 11:08:37 +05:30
Gandharv
27c91a008a
Add json schema for vscode autocomplete ( #1962 )
...
* add json schema
* update schema
* update link
2022-01-27 10:55:16 +05:30
Shubhendra Singh Chauhan
0e7133dba9
[Docs] List view widget ( #1946 )
...
* [Docs] List view widget
* removed Container
* added container folder
2022-01-27 10:18:58 +05:30
Gandharv
a53b9de816
Adds dark mode prop to chart widget ( #1937 )
...
Adds dark mode prop
2022-01-26 09:23:45 +05:30
Muhsin Shah C P
34a1aeee2d
Fix: OnClick doesn't fire event on SVG icons of Datasource manager modal ( #1933 )
...
* Fixed: click event didn't work on svg
* Fixed: list items' height problem
* changed CardIcon component to a function
2022-01-26 09:01:52 +05:30