Commit graph

1278 commits

Author SHA1 Message Date
Navaneeth Pk
3a09f40e35
Validation props for widgets (#700) 2021-09-07 10:41:57 +05:30
Sherfin Shamsudeen
4306e47e36
Set request entity max limit to 50 megabytes (#697) 2021-09-06 21:28:02 +05:30
Akshay
2d20e262c9
Feature: Data query runs can also run events (#666)
* add capability to add events on data query runs

* UI fixes

* change popover placement to top
2021-09-06 20:10:51 +05:30
Akshay
7967e517be
Chore: Revise log setup (#687)
* ignore /health endpoints to be logged

* buffer logs till logs are flushed and throw exception on server exit
2021-09-06 20:08:09 +05:30
Navaneeth Pk
8fd05bd779
Add validation for dropdowns (#696)
* Validation for dropdowns

* fix

* fix

* fix
2021-09-06 20:02:09 +05:30
Navaneeth Pk
b12cc7f309
Input validation for widgets (#693)
* Validations

* Fix

* Validation for table cells

* fix
2021-09-06 14:20:38 +05:30
Navaneeth Pk
b175004ad1
Expose table data (#691)
* Expose table data as a variable

* fix
2021-09-05 21:22:27 +05:30
navaneeth
a360fdda74 Fix incorrect checkbox padding 2021-09-05 13:29:57 +05:30
navaneeth
9a0a0fe3b0 Fix error logging for widget reference resolver 2021-09-05 12:41:04 +05:30
navaneeth
77af827444 Rearrange widgets 2021-09-05 11:57:22 +05:30
Navaneeth Pk
d8e643e4cb
Widget: number input (#689) 2021-09-05 11:51:35 +05:30
navaneeth
6d4ccd607c Theme color fixes for dark mode 2021-09-05 11:34:49 +05:30
navaneeth
696c5358d4 Remove extra margins from dropdowns 2021-09-05 11:02:17 +05:30
navaneeth
ab375398db Correct the dimensions of dropdowns for UI consistency 2021-09-05 10:42:03 +05:30
Gandharv
750d4b1d27
Reduce height of editor header from 56 -> 48px (#686)
* fix: reduce height of header from 56 -> 48px

* fix: tab highlight
2021-09-05 10:28:10 +05:30
Arpit
b06b869090
Alignment issue fixed: checkbox widget (#677) 2021-09-05 10:25:30 +05:30
Akshay
f2249749cf
[docs] update k8s deployment doc (#684)
* fix k8s docs

* remove unused env vars
2021-09-05 10:24:47 +05:30
Gandharv
bd98fbdeee
fix: query pane margin (#683) 2021-09-03 10:31:01 +05:30
Akshay
02761ddb9d
[docs] update db setup steps for docker deploy (#680) 2021-09-03 09:52:41 +05:30
Akshay
24685a127f
fixes server error when inviting new user (#679) 2021-09-03 09:52:07 +05:30
Apoorv Tiwari
ab074ba4b0
Hide invite user button when the form is active (#554)
* fix the invite new user button bug

* Remove the sol for scenario 2

Co-authored-by: “Apoorv <“tiwari.apoorv1316@gmail.com”>
2021-09-02 22:34:21 +05:30
Mohini Dahiya
553352767d
Cypress tests if widgets are draggable to canvas (#626)
* Cypress tests to test if widgets are draggable

1. Added tests for all widgets to test if user is able to drag and drop them to canvas.
2. Re-organised Integration test folder according to the Pages.

* Updated package-lock.json file

Updated NPM to 7.20.0 and created this file again.

* Last update- package-lock.json

31 Sep-
Steps followed:
$ rm -rf node_modules/
$ npm cache clean --force
(Revert the changes in your package-lock.json file)
step 3 -> copy and paste the file from develop branch
$ npm i
still generating 21552 lines.
2021-09-02 22:33:19 +05:30
Gandharv
274b6488f9
Add source map for debugging (#674)
When webpack bundles your source code, it can become difficult to track down errors and warnings to their original location. For example, if you bundle three source files (a.js, b.js, and c.js) into one bundle (bundle.js) and one of the source files contains an error, the stack trace will point to bundle.js. This isn't always helpful as you probably want to know exactly which source file the error came from.

In order to make it easier to track down errors and warnings, JavaScript offers source maps, which map your compiled code back to your original source code. If an error originates from b.js, the source map will tell you exactly that.

more info: https://webpack.js.org/guides/development/#using-source-maps
2021-09-02 22:12:46 +05:30
Navaneeth Pk
8041834210
Show map center (#678) 2021-09-02 20:50:42 +05:30
Arpit
67ca8f1461
Feature: disable widgets (#653)
* widgets can be disabled

* removed whitespace

* move to styles definitions

* default values fixed with nullish operator

* proper data attributes

* generic resolver function for widget value

* renamed the style property
2021-09-02 19:41:59 +05:30
navaneeth
3a090de2d7 Default for customObjects and default color for table text 2021-09-02 13:55:10 +05:30
Navaneeth Pk
d0555f67ad
Customisable font color for string cells (#671)
* Customisable font color for string cells

* Fallback colors
2021-09-02 11:46:26 +05:30
navaneeth
46cb7fd64a Discarding changes should also refresh table data 2021-09-01 22:13:13 +05:30
navaneeth
8951f89792 Compare with default value of string cells before update 2021-09-01 21:40:45 +05:30
navaneeth
f395541b0f Table cells of default type should be editable 2021-09-01 21:33:17 +05:30
navaneeth
4f0c08126c Popover pin should be darker when pinned 2021-09-01 21:29:18 +05:30
Arpit
b140e72f11
Feature: pinned popovers for Debugger and Inspector (#651)
* pinned popover for debugger

* pinned popover

* inspector pinned icon aligned
2021-09-01 21:22:47 +05:30
Arpit
341ab2cae5
Fix for dashboard scroll issue (#668) 2021-09-01 21:07:24 +05:30
Gandharv
4b0c9e95c1
Redesigned widget sidebar (#655)
* design: change widget sidebar design

t # with '#' will be ignored, and an empty message aborts the commit.

* add empty text if search invalid

* fix: the expand query button getting cut

* make css changes

* small rgb fix

* add bg color

* feat: add integration section

* update categories

* add text, datepicker to common list

* remove space from title

* fix canvas alignment

Co-authored-by: navaneeth <navaneethpk@outlook.com>
2021-09-01 18:41:17 +05:30
Arpit
3d260f3d4b
Datepicker widget format (#663)
* bug fixed: datepicker widget format

* tab alignment && whitespace
2021-09-01 17:51:52 +05:30
Arpit
cc737393ff
Set default value for radio buttons (#665) 2021-09-01 17:49:59 +05:30
Gandharv
e7a254022b
change text i/p outline to gray-400 (#667) 2021-09-01 17:46:38 +05:30
navaneeth
d6525b6bf7 Use accessor instead of headers for matching cell data 2021-09-01 15:49:36 +05:30
Navaneeth Pk
dd3dc82f01
Table should refresh data if properties of a cell changes (#661)
* fix

* fix
2021-09-01 13:06:14 +05:30
Gandharv
a8c9845aa0
Remove overflow from table widget (#660) 2021-09-01 13:00:09 +05:30
navaneeth
b724b56eb0 Merge branch 'develop' of github.com:ToolJet/ToolJet into develop 2021-09-01 11:04:53 +05:30
navaneeth
5601d9e5e0 Update widget icons 2021-09-01 11:04:34 +05:30
Gandharv
633e8c9e88
fix datepicker styles (#658) 2021-09-01 10:25:59 +05:30
navaneeth
8a462c1fd1 Vertically align cell contents 2021-09-01 10:13:14 +05:30
navaneeth
f0b181df89 Style fixes for widgets 2021-09-01 09:43:00 +05:30
navaneeth
26a6d97461 Merge branch 'develop' of github.com:ToolJet/ToolJet into develop 2021-09-01 09:42:22 +05:30
navaneeth
1118d9ca77 [docs] cleanup star rating reference 2021-09-01 09:42:04 +05:30
navaneeth
a6adeb8130 [docs] Use markdown instead of html for line breaks 2021-09-01 09:41:48 +05:30
Sherfin Shamsudeen
93bb91aca7
Fix for sizes of table action columns (#657) 2021-09-01 08:25:46 +05:30
Akshay
6703244857
Fixes map marker (#648) 2021-08-31 22:06:31 +05:30