Commit graph

1895 commits

Author SHA1 Message Date
Arpit
a2b19934e8
[Hotfix]: Adds current user's groups the inspector in the editor (#1875)
* adding groups which lists all the groups the current user belongs in globals [inspector(leftsidebar))]

* adds a check for possibility exists for a missing ref
2022-01-20 13:43:27 +05:30
Akshay
888a5d6bf1
Hotfix: oauth provider parse (#1867)
* fix oauth provider parse

* bump version

* fix failing spec
2022-01-19 18:19:21 +05:30
Sherfin Shamsudeen
0a5cb30013 Do not return any data on signup 2022-01-19 15:02:36 +05:30
Sherfin Shamsudeen
2c20b3af94
Bring dropdown component to front whenever it is focused (#1845) 2022-01-17 19:46:24 +05:30
Sherfin Shamsudeen
1ead1975bb Bump version to 0.13.1 2022-01-11 23:03:35 +05:30
Sherfin Shamsudeen
4b8fbc5c74
Bugfix: resolve missing query associations on importing app (#1800) 2022-01-11 23:03:00 +05:30
Sherfin Shamsudeen
45167e3f3f
Call onComponentClick on mouse down on dropdown (#1794) 2022-01-11 20:48:55 +05:30
Akshay Sasidharan
c6031d6a30 bump to v0.13.0 2022-01-07 14:54:34 +05:30
Akshay
783ed2133c
Fix: Archived user cannot login or perform authenticated actions (#1749)
* archived user cannot login or perform authenticated actions

* fix spec

* invalidate invite token on archive
2022-01-07 14:46:23 +05:30
Ivelin Ivanov
be9b4ad978
Removed filter from badge class in dark theme to prevent status colour varies. (#1736) 2022-01-07 13:08:50 +05:30
Muhsin Shah C P
05cbaa8942
scroll problem fixed (#1746) 2022-01-07 12:24:07 +05:30
Akshay
51f3c2f9ab
Fix: check on removing last active admin (#1714)
* fix check on removing last active admin

* fix typo
2022-01-06 16:08:18 +05:30
Sherfin Shamsudeen
b9676d6e3a Merge branch 'main' into develop 2022-01-05 14:19:33 +05:30
Sherfin Shamsudeen
ea58739968 Bump version to v0.12.4 2022-01-05 13:15:32 +05:30
Muhsin Shah C P
1d233ee468
Lazyload problem solved (#1739) 2022-01-05 13:10:49 +05:30
Sherfin Shamsudeen
f416af3563
Bugfix/switch to react select (#1723)
* [Chore] eslint fixes (#1704)

* lint fixes

* fixes lint errors

* Use react-select library for dropdown

* Support search event and loading state on dropdown

* Apply brand color to dropdown

* Apply brand coloring to dropdown options

* Remove unnecessary code

* Fix unnecessary firing of onSearchTextChange on dropdown

* Display blank on dropdown if value is undefined

* Fix bug that caused dropdown disable to not work

* If values passed to dropdown are not array, make it array

* Grey out dropdown text for disabled dropdown

Co-authored-by: Arpit <arpitnath42@gmail.com>
2022-01-05 11:32:52 +05:30
Arpit
894ba36809
update bottom border of nav tabs (#1730) 2022-01-04 15:58:32 +05:30
Akshay
adb04304da
Feature: Add minio datasource integration (#1662)
* add minio datasource integration

* fix import
2022-01-04 15:02:57 +05:30
Akshay
823833b12e
Feature: Versioning data sources & queries (#1620)
* add migrations for versioning datasources and dataqueries

* eslint migrations folder

* update ormconfig to use app context in migrations

* make app to make use versioned data sources and queries in editor

* app import should honor data source and query versioning

* register ts-node path on running migrations

* load data queries when finding versions

* update e2e tests

* handle for invalid oauth2 datasources

* update e2e tests

* introduce db migrations access lock to handle concurrent backfill

* scope migrations by missing version id

* fix import export without data source/query versions

* fix import

* fix spec

* handle invalid data on migration

* fix import

* remove console logs

* handle new app imports

* fix version check

* fix async creation

* explicitly add timestamps on version import
2022-01-04 13:34:12 +05:30
Arpit
0a45148671
updated cell-type:'text' to controlled component (#1606) 2022-01-04 11:31:04 +05:30
Muhsin Shah C P
7113cad08f
spinner issue of text-widget is solved (#1708) 2022-01-04 10:33:07 +05:30
Arpit
62e4d7363f
Fixes UI retaining the code from the prev query transformation (#1703) 2022-01-04 09:51:59 +05:30
Bhavin Ag
10ee3639f1
chore(deps): update type deps to dev deps (#1715)
* chore(deps): update type deps to dev deps

* fix: update dependency as per latest npm
2022-01-04 09:42:15 +05:30
Bhavin Ag
80e2493572
fix(chart): update chart type toggle on UI (#1716) 2022-01-04 09:41:20 +05:30
Arpit
27c5c925eb
fixes line-height overlap : portal codehinter (#1719) 2022-01-04 09:26:44 +05:30
Muhsin Shah C P
f22e815c98
added border-radius style to container widget (#1721) 2022-01-04 09:25:28 +05:30
Muhsin Shah C P
aee905aa9f
added resize option to inspector (#1725) 2022-01-04 08:51:23 +05:30
Arpit
a139acebe1
fixes transformation unusal shadow (#1710) 2022-01-03 21:19:54 +05:30
Akshay
682ed0d5aa
Ability to configure for custom CA certificates (#1711) 2022-01-03 09:42:22 +05:30
Muhsin Shah C P
af178f59b4
completely replaced react-toastify with react-hot-toast (#1713) 2022-01-03 09:22:41 +05:30
Midhun G S
e4d3578563
Timer Widget (#1633)
* Timer Widget

* feature-1632 Fix

* feature-1632 fix

* feature-1632 fixes

* Fix

* Fix

* Fix

* fix

* added default value to the widget

* widget size change

* Reverting last changes
2022-01-03 09:18:56 +05:30
Arpit
4721179b4a
[Chore] eslint fixes (#1704)
* lint fixes

* fixes lint errors
2021-12-31 12:05:32 +05:30
Sherfin Shamsudeen
ac5a40b415 Bump version to 0.12.3 2021-12-31 02:18:01 +05:30
Akshay
e2dfbf038a
Feature: Unarchive users (#1694)
* add ability to unarchive users

* add e2e specs

* reset password on unarchive

* fix spec
2021-12-31 02:11:10 +05:30
Sherfin Shamsudeen
030a05bb28
Reload page for goto app action (#1701) 2021-12-30 19:54:06 +05:30
Sherfin Shamsudeen
3368e24981
Use BrowserRouter in forceRefresh mode (#1700) 2021-12-30 19:41:13 +05:30
Gandharv
8f4fba4697
fix: onblur codehinter definitation picked as old value (#1691) 2021-12-30 18:40:12 +05:30
Sherfin Shamsudeen
ca193ecd29
Support starting time and ending time on calendar (#1684)
* Support starting time and ending time on calendar

* Add documentation for start time and end time feature on calendar
2021-12-30 17:38:53 +05:30
Arpit
bf4ac12a7b
lint fixes (#1686) 2021-12-30 17:27:02 +05:30
Sherfin Shamsudeen
3287c00fbf
Expose currentDate before firing onCalendarNavigate (#1689) 2021-12-30 14:39:21 +05:30
Muhsin Shah C P
39dbba7966
Solved height problem of date-picker (#1676) 2021-12-30 10:12:22 +05:30
Arpit
708a71e0f9
calendar widget week view with compact/spacious mode border fix (#1682)
* calendar widget week view with compact/spacious mode border fix

* dropped border width .5
2021-12-30 10:10:54 +05:30
Sherfin Shamsudeen
7d7d1197e4
Stop propagation of mouseDown even on dropdown options click (#1681) 2021-12-30 00:02:27 +05:30
Sherfin Shamsudeen
9403716af1
Add support for navigation events in calendar widget (#1679)
* Add support for navigation events in calendar widget

* Add view change event for calendar widget
2021-12-29 22:39:27 +05:30
Sherfin Shamsudeen
c1bcd97c83
Add event for search text change in dropdown and expose its value (#1653)
* Add event for search text change in dropdown and expose its value

* Add "options loading state" property to dropdown
2021-12-29 19:02:41 +05:30
Akshay
ad4baabf79
Feature: Customizable calendar date (#1656)
* make calendar week date formattable

* update version only if calendar is present

* Fix erroneous date format determination while migrating to custom week view date format

* Add documentation for calendar week view header date format style

Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
2021-12-29 15:36:45 +05:30
Akshay
423963e31c
handle calendar popover close onclick outside (#1667) 2021-12-29 15:00:44 +05:30
Shubhendra Singh Chauhan
13284b6c82
[Docs]Using OAuth2 as REST API authentication (#1647)
* [Docs]Using OAuth2 as REST API authentication

* Update docs/docs/how-to/oauth2-authorization.md

* Update docs/docs/how-to/oauth2-authorization.md

* Update docs/docs/how-to/oauth2-authorization.md

* Update docs/docs/how-to/oauth2-authorization.md

* Update docs/docs/how-to/oauth2-authorization.md
2021-12-28 17:32:03 +05:30
Arpit
210366ee3e
[improvement] Rest API query response-request (#1630)
* rest api query response-request

* remove console.logs

* add req/res obj to sidebar inspector: queries

* remove console.logs

* add collapseStringsAfterLength to restapi json comp

* fix typo convention

Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
2021-12-28 16:09:38 +05:30
Arpit
e95ee37ade
fixes codehinter border in lightmode (#1648) 2021-12-28 12:58:05 +05:30