devrk96
028070eeb2
Feature: Variable addition in light and dark theme ( #677 )
...
* variables defined in light and dark constants in theme.
* warning message removed
* Fixing create app btn click opening form
* blackShades removed and icon color in application card fixed
* state change fixed
* type of light and dark constants added
Co-authored-by: Satbir Singh <satbir121@gmail.com>
2020-09-23 19:36:50 +05:30
Shrikant Sharat Kandula
577e9a7017
Refactor ignoreCache parameter to use Boolean type ( #681 )
2020-09-23 11:01:58 +05:30
Shrikant Sharat Kandula
de1ea7dfb4
Add option to override server timezone for MySQL datasources ( #659 )
...
* Add option to override server timezone for MySQL datasources
* Added test for server timezone override for MySQL
* Fix serverTimezone property config
2020-09-23 10:07:33 +05:30
devrk96
a297737ca3
Feature: Theme switching between light and dark mode ( #578 )
...
* Theme switching feature integrated
* Condition removed
* menu height bugs fixed
* warnings removed
2020-09-22 17:26:11 +05:30
Abhinav Jha
31c00b72b3
Show JS dependencies in the entity explorer ( #546 )
2020-09-22 16:42:34 +05:30
satbir121
ff49033e08
Fixing duplicate app issue. ( #666 )
2020-09-22 14:33:02 +05:30
akash-codemonk
a8a28835c1
Update datasource structure icons ( #642 )
...
* Update datasource structure icons
2020-09-22 09:42:39 +05:30
Arpit Mohan
13a330b225
Fixing the condition in Github Actions to set React env during release build ( #658 )
2020-09-22 09:05:43 +05:30
satbir121
c935c5b20f
Merge pull request #649 from appsmithorg/fix/theme-tests
...
Fix theme initial load.
2020-09-21 19:35:21 +05:30
Srijan R Shetty
8b8dcc050a
fix: use trap to run bye on errexit ( #581 )
2020-09-21 19:05:58 +05:30
Satbir Singh
aab56496c9
Adding type and app background
2020-09-21 18:55:58 +05:30
Satbir Singh
3713eceb9c
Fixing tests finally!
2020-09-21 18:41:28 +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
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
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
Shrikant Sharat Kandula
34edbe87e3
Fix unquoted identifiers in generated queries for Postgres ( #639 )
2020-09-21 16:28:14 +05:30
akash-codemonk
8b668484ad
Feat/database structure ( #525 )
...
Datasource structure ui
2020-09-21 14:41:42 +05:30
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
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
Hetu Nandu
962dfcbd86
Router switching for editor to avoid extra renders ( #571 )
2020-09-18 18:17:32 +05:30
Satbir Singh
e7a1ba0741
Adding onClick property for image widget.
...
(cherry picked from commit d444b2e169 )
2020-09-18 16:41:12 +05:30
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
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
NandanAnantharamu
c51ec0e59b
locator updated ( #570 )
...
* locator updated
* updated action type
* Updated test
2020-09-18 11:47:51 +05:30
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
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
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
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
Shrikant Sharat Kandula
65c247a10c
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-17 17:54:48 +05:30
Abhinav Jha
1d981463aa
Fix cut widget feature issue ( #562 )
2020-09-17 17:22:58 +05:30
Shrikant Sharat Kandula
75ba90928e
Add datasource structure caching and MySQL structure support ( #553 )
...
* Implement caching for datasource structure
* Avoid using final fields so spring-data can load objects
* Use type variable for getStructure method
* Initial version with base structure for MySQL plugin
* Add tests for MySQL plugin structure
* Add sorting for keys in Postgres structure as well
* Show "primary key" instead of just "primary"
* Refactor to reduce inline magic strings
2020-09-17 13:59:46 +05:30
satbir121
bef53b73aa
Making the ovrflow auto. ( #559 )
2020-09-17 13:27:19 +05:30
Nikhil Nandagopal
d028011d7c
Updated events to track user id as IP
2020-09-16 19:51:02 +05:30
Nikhil Nandagopal
3c22f8926f
Merge branch 'master' into release
2020-09-16 18:41:04 +05:30
Nikhil Nandagopal
cac15f2cac
Update welcomeUserTemplate.html
2020-09-16 18:40:43 +05:30
Nikhil Nandagopal
afc2f8d1a5
cherry picked install script update from release
2020-09-16 18:26:21 +05:30
Nikhil Nandagopal
60043089ee
Feature/track install ( #557 )
...
* Bump http-proxy from 1.18.0 to 1.18.1 in /app/client (#538 )
Bumps [http-proxy](https://github.com/http-party/node-http-proxy ) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases )
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.18.0...1.18.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update install.sh
* Update install.sh
* Removed printing the ip
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
2020-09-16 18:08:53 +05:30