Commit Graph

5314 Commits

Author SHA1 Message Date
Shrikant Sharat Kandula
80decc497c Add a scheduled task to ping home (#560)
* Add a scheduled task to ping home

* Removed commented logging code

* Add docstrings to ping scheduled task

* Move IP address API URI to a constant
2020-09-21 18:31:11 +05:30
Arpit Mohan
6e6eb25a5c Removing the keep-alive ping check for CI builds (#565) 2020-09-21 18:22:08 +05:30
Shrikant Sharat Kandula
2677003962 Use a unique instance ID for pinging home (#566)
* Use a unique instance ID for pinging home

* Fix event name
2020-09-21 18:22:08 +05:30
Shrikant Sharat Kandula
dde947ecd6 Add a scheduled task to ping home (#560)
* Add a scheduled task to ping home

* Removed commented logging code

* Add docstrings to ping scheduled task

* Move IP address API URI to a constant
2020-09-21 18:22:08 +05:30
Arpit Mohan
20d85d8949
Giving higher preference to window variables instead of build variables in configuration. (#644)
This is because window configurations have been set by the user while the build configurations have been set by the build script.
2020-09-21 18:20:19 +05:30
Arpit Mohan
92a916373e Merge branch 'release' of github.com:appsmithorg/appsmith into release 2020-09-21 18:08:31 +05:30
Shrikant Sharat Kandula
6ef5838cd8
Add UPDATE query templates for Postgres and MySQL plugins (#646) 2020-09-21 17:56:24 +05:30
satbir121
703e39999e
Revert "Revert "Fixing applications page first theme load."" 2020-09-21 17:47:08 +05:30
satbir121
fd1108af12
Merge pull request #645 from appsmithorg/revert-643-fix/theme
Revert "Fixing applications page first theme load."
2020-09-21 17:44:27 +05:30
Automated Github Action
c39eee0c33 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-21 12:08:43 +00:00
satbir121
94e1239c6a
Revert "Fixing applications page first theme load." 2020-09-21 17:23:23 +05:30
satbir121
b618da98b2
Merge pull request #643 from appsmithorg/fix/theme
Fixing applications page first theme load.
2020-09-21 16:54:34 +05:30
Satbir Singh
44b03cdb33 Fixing applications page first theme load. 2020-09-21 16:48:33 +05:30
Automated Github Action
41320301d7 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-21 11:05:45 +00:00
Shrikant Sharat Kandula
34edbe87e3
Fix unquoted identifiers in generated queries for Postgres (#639) 2020-09-21 16:28:14 +05:30
Automated Github Action
d1be948146 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-21 10:06:57 +00:00
akash-codemonk
8b668484ad
Feat/database structure (#525)
Datasource structure ui
2020-09-21 14:41:42 +05:30
Automated Github Action
c3703edba4 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-21 06:07:35 +00:00
Abhinav Jha
114dfd3cbb
Add Tests: Delete widget and Undo delete widget (#556)
* Add selectors for delete trigger, toast action and copy trigger

* Copy/Paste/Delete/Undo test

Co-authored-by: Nandan <nandan@thinkify.io>
2020-09-21 11:27:54 +05:30
Automated Github Action
42f213902c Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-19 12:08:20 +00:00
Nikhil Nandagopal
7bd5e9655a Merge branch 'master' of github.com:appsmithorg/appsmith 2020-09-19 17:16:26 +05:30
Nikhil Nandagopal
b6071a054e Merge branch 'master' into release 2020-09-19 17:15:46 +05:30
Nikhil Nandagopal
04368d675e Patch for Rich text editor updates 2020-09-19 17:15:19 +05:30
Arpit Mohan
5cfb6b7528
Fixing the documentation for where the environment file is created (#583) 2020-09-19 13:49:51 +05:30
Arpit Mohan
790ad71a2c
Adding more details to Contributing.md for server compilation (#582) 2020-09-19 12:56:42 +05:30
Automated Github Action
7f5c135f08 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-18 13:06:03 +00:00
Hetu Nandu
962dfcbd86
Router switching for editor to avoid extra renders (#571) 2020-09-18 18:17:32 +05:30
Satbir Singh
ff6b7d487f Adding onClick property for image widget.
(cherry picked from commit d444b2e169)
2020-09-18 16:42:35 +05:30
Satbir Singh
e7a1ba0741 Adding onClick property for image widget.
(cherry picked from commit d444b2e169)
2020-09-18 16:41:12 +05:30
Automated Github Action
91b9d4ec66 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-18 11:06:09 +00:00
satbir121
3d52c1cd24
Adding onClick property for image widget. (#575) 2020-09-18 15:58:00 +05:30
Abhinav Jha
9e5b99cde1
Prime cut feature code for keyboard shortcut tests (#568)
* Update cypress layoutDSL to include parentIds. Handle widget's parentId undefined scenario

* handle tabs parsing error when deleting tabs widget
2020-09-18 15:57:49 +05:30
Satbir Singh
d444b2e169 Adding onClick property for image widget. 2020-09-18 15:42:57 +05:30
Arpit Mohan
f7f5e9fabc Fixing merge conflicts in server README 2020-09-18 13:59:45 +05:30
Arpit Mohan
68b09359cc Removing cacheResponse from the JSON response for actions (#564)
This is because this `cacheResponse` field is only used for auto-complete on the UI. The user can still run the action manually and get the auto-complete to work. The downside to sending the `cacheResponse` field in the JSON response is that for large responses, the client times out as our response times increase to 20 secs. Hence removing this for now.

In future, we'll extract the JSON schema structure from the response body and send that to the client for populating auto-complete.
2020-09-18 13:23:41 +05:30
Arpit Mohan
64549e4b06 Removing cacheResponse from the JSON response for actions (#564)
This is because this `cacheResponse` field is only used for auto-complete on the UI. The user can still run the action manually and get the auto-complete to work. The downside to sending the `cacheResponse` field in the JSON response is that for large responses, the client times out as our response times increase to 20 secs. Hence removing this for now.

In future, we'll extract the JSON schema structure from the response body and send that to the client for populating auto-complete.
2020-09-18 13:19:56 +05:30
Arpit Mohan
149df6925a
Removing the keep-alive ping check for CI builds (#565) 2020-09-18 13:13:40 +05:30
Automated Github Action
20cb3c6439 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-18 07:06:32 +00:00
NandanAnantharamu
c51ec0e59b
locator updated (#570)
* locator updated

* updated action type

* Updated test
2020-09-18 11:47:51 +05:30
Automated Github Action
0cd99df405 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-18 06:07:10 +00:00
Abhinav Jha
0b87c7431b
Fix issue where tabs are lost when the user enters an invalid tabs value (#569) 2020-09-18 10:52:54 +05:30
Automated Github Action
31bba6a8f7 Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-18 01:12:38 +00:00
Shrikant Sharat Kandula
19bd7d272a
Use a unique instance ID for pinging home (#566)
* Use a unique instance ID for pinging home

* Fix event name
2020-09-18 06:38:53 +05:30
Automated Github Action
0ee1e5598d Merge branch 'release' of https://github.com/appsmithorg/appsmith into release 2020-09-17 17:06:23 +00:00
NandanAnantharamu
437eb05f19
Updated locator for org setting on the home page (#567) 2020-09-17 22:31:01 +05:30
Nikhil Nandagopal
3363357b9d
Update CONTRIBUTING.md 2020-09-17 21:24:35 +05:30
Nikhil Nandagopal
9227377195
Update CONTRIBUTING.md 2020-09-17 21:20:34 +05:30
Arpit Mohan
7e7a14ac74 Merge branch 'release' of github.com:appsmithorg/appsmith into release 2020-09-17 19:01:46 +05:30
Arpit Mohan
e688f62378
Removing cacheResponse from the JSON response for actions (#564)
This is because this `cacheResponse` field is only used for auto-complete on the UI. The user can still run the action manually and get the auto-complete to work. The downside to sending the `cacheResponse` field in the JSON response is that for large responses, the client times out as our response times increase to 20 secs. Hence removing this for now.

In future, we'll extract the JSON schema structure from the response body and send that to the client for populating auto-complete.
2020-09-17 18:51:26 +05:30
Abhinav Jha
0eb6ebf95a
Increase clickable area of entities in explorer (#561) 2020-09-17 18:45:21 +05:30