Commit Graph

11293 Commits

Author SHA1 Message Date
Trisha Anand
dfabda6009
GET API actions recognized as page load actions should also be update… (#450)
* GET API actions recognized as page load actions should also be updated as executeOnLoad actions.

* Update action during updateLayout only if executeOnLoad is not set or is false.
2020-08-27 20:05:07 +05:30
Hetu Nandu
7494bb3eae
Merge pull request #36 from appsmithorg/release
Release
2020-08-27 18:41:31 +05:30
Hetu Nandu
de161d9257
Merge pull request #449 from appsmithorg/release
Release
2020-08-27 18:41:20 +05:30
Hetu Nandu
094c50874e Merge branch 'release' of github.com:appsmithorg/appsmith into release
# Conflicts:
#	app/client/netlify.toml
2020-08-27 18:32:42 +05:30
Hetu Nandu
0b430d0324
Completely replace hotjar with smartlook (#447)
* Replace hotjar with smartlook

* Remove duplicate event declaration
2020-08-27 18:24:03 +05:30
Automated Github Action
3b5c58b963 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-08-27 12:08:14 +00:00
vicky-primathon
7d9e0cbdc1
Add classes in table widget elements for qa-automation (#435) 2020-08-27 16:50:39 +05:30
Hetu Nandu
b20e41affd
Create PULL_REQUEST_TEMPLATE.md (#426) 2020-08-27 16:47:51 +05:30
Trisha Anand
fe769b2373 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-08-27 16:23:52 +05:30
Trisha Anand
a806935f82
Use a new API to set (unset) execute on load for an action. (#443) (#446) 2020-08-27 16:22:50 +05:30
Trisha Anand
c76a4b33ec Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-08-27 16:15:54 +05:30
Abhinav Jha
76072dcb04
Fix Entity Names (#439)
- Fix Page name restrictions to allow for spaces
- Keep new names of entities until failure
2020-08-27 16:05:15 +05:30
Trisha Anand
e59ec2a8a9
Use a new API to set (unset) execute on load for an action. (#443) 2020-08-27 15:29:57 +05:30
Automated Github Action
be690bae35 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-08-27 08:06:24 +00:00
Shrikant Sharat Kandula
9534eeef0a
Add logs to alert when cloned action id is unavailable (#441) 2020-08-27 12:46:04 +05:30
Hetu Nandu
bff48c52cb
Merge pull request #35 from appsmithorg/release
update netlify.toml (#34)
2020-08-27 11:41:44 +05:30
Automated Github Action
b19c9cbb90 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-08-27 06:07:52 +00:00
Hetu Nandu
d53dfede0e
Feature/new ux bad drop (#440) 2020-08-27 11:33:25 +05:30
Hetu Nandu
35e12b1747
update netlify.toml (#34) 2020-08-26 21:11:48 +05:30
Hetu Nandu
f1ece82700 Merge branch 'release' 2020-08-26 19:58:53 +05:30
Automated Github Action
9bfb40faad Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-08-26 14:27:39 +00:00
Hetu Nandu
6e3ea508a7 Merge branch 'release' 2020-08-26 19:00:19 +05:30
Hetu Nandu
f0a05e8a3f Merge branch 'release' 2020-08-26 18:53:45 +05:30
Automated Github Action
79e80f60ae Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-08-26 13:23:11 +00:00
Hetu Nandu
37b5924110
Fixes for release (#436)
* Possible fix for plugins not found
* Add user info on smart look
* Add test for form and table inside form reset
* Add test for postgres nested data render
2020-08-26 18:52:10 +05:30
Automated Github Action
317bef1fbe Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-08-26 10:26:06 +00:00
Hetu Nandu
aa06bc2d3d
Fix cloud hosting error (#433) 2020-08-26 15:51:57 +05:30
Automated Github Action
65f33eb97d Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-08-26 09:28:07 +00:00
Hetu Nandu
f744f3aacd
add support for smart look (#431) 2020-08-26 14:54:44 +05:30
Hetu Nandu
5eb4d27297
Stringify nested objects in sql query responses (#430) 2020-08-26 14:46:20 +05:30
Automated Github Action
efab84615c Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-08-26 09:05:46 +00:00
devrk96
372fb3b33d
Editable text component (#362)
* editable text component started

* success and error callback implemented

* feedback implemented and success or error state corrected

* editable input ui fixed

* PR comments resolved

* isSaving state refactored from PR comment

* icon import updated

* Changing path

* icon import fixed

Co-authored-by: Satbir Singh <satbir121@gmail.com>
2020-08-26 14:34:58 +05:30
Hetu Nandu
487102469f
Add store value action in the action dropdown (#427) 2020-08-26 14:24:03 +05:30
satbir121
f35e2d7f05
Fixing icon path. (#429) 2020-08-26 13:53:43 +05:30
Automated Github Action
5886082871 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-08-26 08:06:08 +00:00
devrk96
6ff6b5e1a1
Search input component (#403)
* search input implemented with both variant

* classname bug resolved in icon component

* PR comments resolved

* ellipsis added for long search keywords
2020-08-26 12:55:27 +05:30
devrk96
4da585a5af
Icon picker component (#404)
* icon picker functionalities and UI implemented

* appicon component added for icon picker

* PR comments resolved

* PR comment on appicon size resolved

* icon picker story fixed and enum added for names
2020-08-26 12:48:04 +05:30
devrk96
d511b6ecab
Color picker component (#405)
* color picker functinalities and ui implemented

* unused import removed

* PR comments resolved
2020-08-26 12:44:41 +05:30
Automated Github Action
086d7725b1 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-08-26 06:09:27 +00:00
vicky-primathon
a8e6b268ab
Setting table widget filteredTableData after reset. (#425) 2020-08-26 11:11:18 +05:30
akash-codemonk
4f8a3b5968
Save datasource name on change (#373) 2020-08-26 10:54:44 +05:30
Nikhil Nandagopal
3cf1770782
Update README.md 2020-08-25 21:23:11 +05:30
Nikhil Nandagopal
457be75cf3
Merge pull request #32 from appsmithorg/release
Release
2020-08-25 18:51:05 +05:30
Nikhil Nandagopal
31742e7a6d Merge branch 'release' 2020-08-25 18:50:19 +05:30
Automated Github Action
f97bc09e93 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-08-25 13:05:15 +00:00
Nikhil Nandagopal
19628d96ac Re-run tests 2020-08-25 18:33:32 +05:30
Automated Github Action
ad81dd9921 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-08-25 12:36:01 +00:00
Hetu Nandu
87876d8f51
Update Entity Explorer to avoid extra evals of data tree (#421)
* Use the without functions method since it is cached via selector
* Remove functionality where entity search is appended on the url
2020-08-25 17:55:22 +05:30
akash-codemonk
3e545e9638
Fix form-encoded body showing 0 (#420) 2020-08-25 17:52:54 +05:30
Automated Github Action
8bb3b4ce72 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-08-25 09:05:54 +00:00