Commit Graph

5830 Commits

Author SHA1 Message Date
Automated Github Action
2a448923bb Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-10 10:06:24 +00:00
Nikhil Nandagopal
9063488acf
Update welcomeUserTemplate.html 2020-09-10 14:50:44 +05:30
Trisha Anand
eccad93efd Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-10 14:31:04 +05:30
Trisha Anand
9dcb7d5522
When on page load setting is changed, update layout must be called to update the onPageLoadActions field in the layout. (#467) 2020-09-10 14:30:30 +05:30
Automated Github Action
cb4ee59b06 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-10 07:45:02 +00:00
Nikhil Nandagopal
689b05ac20 Merge branch 'master' into release 2020-09-10 13:14:02 +05:30
Hetu Nandu
86b2f2b017
Release (#515)
* Add more options to action settings (#473)

* Update install.sh

* Add few ternjs defs for moment (#508)

* default icon selection issue fixed in stories (#495)

* Feature: Toggle component (#490)

* Toggle component implemented with story

* props fixed

* lighten and darken colors implemented

* removed the unused css properties

* removed the used import in story

* toggle hover state fixed

* storywrapper import updated

* Drag And drop widget (#503)

* Drag And drop widget

* Updated cordinates

* Feature: Tooltip component with story (#498)

* tooltip component implemented with story

* default props fixed

* used constant classes names

* blueprint classname corrected

* Feature: Checkbox component (#475)

* checkbox disabled state added and checked UI fixed

* checkbox imported corrected in story

* checkbox implemented using input and label elements.

* align and isChecked props removed

* used styled component for span

* Feature: Radio group component (#481)

* Radio group component with story implemented

* radio group implemented using native input and label.

* radio component height fixed in story

* disabled name in theme corrected for radio

* align prop removed

* removed duplicate user object (#513)

removed id field which is never populated
added help modal in applications page and intercom to load in help modal
shutdown intercom on signout to clear existing chats

Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>

* Feature: Table Widget - multi row selection (#507)

* Fix typo (#514)

* Update install.sh

* selectedRowIndexes changed to selectedRowIndices (#516)

Data type of selectedRowIndices changed to array of numbers

* Fixing storybook build (#517)

* Fixes (#522)

- Remove cache fields from settings
- Call the event callback method with success false to fix button widget loading issue

* Add migration to fix incorrect action IDs for onLoad (#519)

* Add migration to fix incorrect action IDs for onLoad

* Remove redundant comments

* Fix migration to work with published onLoad actions as well

* Only update the action ID when correcting onLoad action IDs

* Fix migration name for correcting action IDs

Co-authored-by: Trisha Anand <trisha@appsmith.com>

* Fix migration id for correcting action IDs

* Reformat code

Co-authored-by: Trisha Anand <trisha@appsmith.com>

* deprecated selectedOptionValueArr

* Feature/intercom (#521)

* removed duplicate user object
removed id field which is never populated
added help modal in applications page and intercom to load in help modal
shutdown intercom on signout to clear existing chats

* added analytics to help modal and invite user
unescaped bindings before evaluation to prune newlines

* updated action confirmation text

* added a check to ignore old properties which are no longer dynamic

* fixed test case

* fix tests

Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>

* Remove run on page load in api pane (#524)

* Remove run on page load in api pane

* Remove run on page load setting in query pane

* Revert removal of run query on page load

Co-authored-by: akash-codemonk <67054171+akash-codemonk@users.noreply.github.com>
Co-authored-by: Nikhil Nandagopal <nikhil.nandagopal@gmail.com>
Co-authored-by: devrk96 <rohit.kumawat@primathon.in>
Co-authored-by: NandanAnantharamu <67676905+NandanAnantharamu@users.noreply.github.com>
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
Co-authored-by: vicky-primathon <67091118+vicky-primathon@users.noreply.github.com>
Co-authored-by: satbir121 <39981226+satbir121@users.noreply.github.com>
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
Co-authored-by: Trisha Anand <trisha@appsmith.com>
2020-09-10 13:13:17 +05:30
akash-codemonk
e5cb636ea4
Remove run on page load in api pane (#524)
* Remove run on page load in api pane

* Remove run on page load setting in query pane

* Revert removal of run query on page load
2020-09-10 13:13:01 +05:30
Nikhil Nandagopal
7724fe5d82
Feature/intercom (#521)
* removed duplicate user object
removed id field which is never populated
added help modal in applications page and intercom to load in help modal
shutdown intercom on signout to clear existing chats

* added analytics to help modal and invite user
unescaped bindings before evaluation to prune newlines

* updated action confirmation text

* added a check to ignore old properties which are no longer dynamic

* fixed test case

* fix tests

Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
2020-09-10 12:56:55 +05:30
Nikhil Nandagopal
02c3c199ac deprecated selectedOptionValueArr 2020-09-10 12:51:44 +05:30
Automated Github Action
683e0a5a65 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-10 07:06:09 +00:00
Shrikant Sharat Kandula
42545d1e88
Add migration to fix incorrect action IDs for onLoad (#519)
* Add migration to fix incorrect action IDs for onLoad

* Remove redundant comments

* Fix migration to work with published onLoad actions as well

* Only update the action ID when correcting onLoad action IDs

* Fix migration name for correcting action IDs

Co-authored-by: Trisha Anand <trisha@appsmith.com>

* Fix migration id for correcting action IDs

* Reformat code

Co-authored-by: Trisha Anand <trisha@appsmith.com>
2020-09-10 11:37:32 +05:30
Automated Github Action
bab7ebea0a Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-10 06:06:59 +00:00
akash-codemonk
c55a9214e1
Fixes (#522)
- Remove cache fields from settings
- Call the event callback method with success false to fix button widget loading issue
2020-09-10 11:05:45 +05:30
Automated Github Action
9badcb7704 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-09 08:06:58 +00:00
satbir121
c1df5a95ac
Fixing storybook build (#517) 2020-09-09 13:20:38 +05:30
Automated Github Action
39e5916b6b Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-09 07:38:47 +00:00
Hetu Nandu
96643507ec
Merge branch 'master' into release 2020-09-09 12:55:21 +05:30
Nikhil Nandagopal
185b66cedf
Update netlify.toml 2020-09-09 12:49:38 +05:30
vicky-primathon
fb34609c89
selectedRowIndexes changed to selectedRowIndices (#516)
Data type of selectedRowIndices changed to array of numbers
2020-09-09 12:42:15 +05:30
Automated Github Action
13bda5d82f Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-09 07:06:35 +00:00
Nikhil Nandagopal
62d87da51f
Update install.sh 2020-09-09 11:40:26 +05:30
Automated Github Action
1ce05879b8 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-09 06:07:02 +00:00
akash-codemonk
488d6f503b
Fix typo (#514) 2020-09-09 11:26:08 +05:30
vicky-primathon
da9274de10 Feature: Table Widget - multi row selection (#507) 2020-09-09 11:16:06 +05:30
Nikhil Nandagopal
c421ab12b1
removed duplicate user object (#513)
removed id field which is never populated
added help modal in applications page and intercom to load in help modal
shutdown intercom on signout to clear existing chats

Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
2020-09-09 10:48:36 +05:30
Automated Github Action
26f8606417 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-09 04:06:48 +00:00
devrk96
34ff72b505
Feature: Radio group component (#481)
* Radio group component with story implemented

* radio group implemented using native input and label.

* radio component height fixed in story

* disabled name in theme corrected for radio

* align prop removed
2020-09-09 08:48:54 +05:30
devrk96
6fbab2078d
Feature: Checkbox component (#475)
* checkbox disabled state added and checked UI fixed

* checkbox imported corrected in story

* checkbox implemented using input and label elements.

* align and isChecked props removed

* used styled component for span
2020-09-09 08:47:49 +05:30
devrk96
5d28f8f14e
Feature: Tooltip component with story (#498)
* tooltip component implemented with story

* default props fixed

* used constant classes names

* blueprint classname corrected
2020-09-09 08:46:44 +05:30
vicky-primathon
f7931701d8
Feature: Table Widget - multi row selection (#507) 2020-09-08 18:34:51 +05:30
Automated Github Action
c2d6af3747 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-08 11:06:09 +00:00
NandanAnantharamu
d8bbccb63a
Drag And drop widget (#503)
* Drag And drop widget

* Updated cordinates
2020-09-08 16:24:55 +05:30
Automated Github Action
445d1b9fdc Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-08 10:06:36 +00:00
Nikhil Nandagopal
f3db238de9
Update netlify.toml 2020-09-08 15:27:51 +05:30
devrk96
1cbff7211d
Feature: Toggle component (#490)
* Toggle component implemented with story

* props fixed

* lighten and darken colors implemented

* removed the unused css properties

* removed the used import in story

* toggle hover state fixed

* storywrapper import updated
2020-09-08 15:03:44 +05:30
devrk96
79c3bd6992
default icon selection issue fixed in stories (#495) 2020-09-08 15:00:17 +05:30
Automated Github Action
f5c8b1f4ee Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-08 09:06:25 +00:00
akash-codemonk
7271cd0a7a
Add few ternjs defs for moment (#508) 2020-09-08 14:13:46 +05:30
Automated Github Action
2deae08243 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-08 07:06:24 +00:00
Nikhil Nandagopal
83907b50b7
Update install.sh 2020-09-08 11:37:31 +05:30
Automated Github Action
2c70d12f41 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-08 05:06:22 +00:00
akash-codemonk
be2963061e
Add more options to action settings (#473) 2020-09-08 10:27:13 +05:30
Nikhil Nandagopal
96093426bf Merge branch 'release' 2020-09-07 23:13:05 +05:30
Automated Github Action
fc0a12968d Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-07 17:42:20 +00:00
Nikhil Nandagopal
e214d77326
Update install.sh 2020-09-07 23:03:28 +05:30
Automated Github Action
051a02d831 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-07 17:05:58 +00:00
Nikhil Nandagopal
a4defd4b28
Update install.sh (#505)
* Update install.sh

* Update install.sh

* Update install.sh

* Update install.sh

* Update install.sh

* Update install.sh

* Update install.sh

* Update install.sh

* Update install.sh

* Update install.sh
2020-09-07 22:23:24 +05:30
Automated Github Action
23dce06d9b Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-07 15:06:37 +00:00
Nikhil Nandagopal
a0363691ab
Update install.sh 2020-09-07 20:30:51 +05:30