Automated Github Action
f2ae7d209e
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-03 10:06:22 +00:00
devrk96
e99efcf108
icon size prop fixed ( #485 )
2020-09-03 15:11:20 +05:30
Automated Github Action
7f4c2c907f
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-03 08:13:23 +00:00
Nikhil Nandagopal
c66aa1fa7d
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-09-03 13:38:27 +05:30
Nikhil Nandagopal
4d48b18060
fixed nginx template for mac
...
added error boundary for sentry
2020-09-03 13:38:04 +05:30
Automated Github Action
9d3bd4a36d
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-03 08:07:00 +00:00
satbir121
3e88578318
Fixing Storybook deploy ( #493 )
2020-09-03 12:42:22 +05:30
Automated Github Action
0c7a6026db
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-03 07:06:15 +00:00
devrk96
78f7039e85
hide edit icon issue fixed ( #494 )
2020-09-03 11:51:36 +05:30
Nikhil Nandagopal
828be2f268
Merge branch 'release' of github.com:appsmithorg/appsmith-ee into release
2020-09-03 01:18:52 +05:30
Nikhil Nandagopal
a5f88ff760
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-09-03 01:18:39 +05:30
Nikhil Nandagopal
28f70e911f
moved sentry plugin to the end so sourcemaps are generated correctly
2020-09-03 01:17:49 +05:30
Nikhil Nandagopal
fcf3b35df6
Update netlify.toml
2020-09-03 01:15:30 +05:30
Nikhil Nandagopal
43b59d5a4f
Update AppsmithUtils.tsx
2020-09-03 01:14:22 +05:30
Nikhil Nandagopal
2168583a73
Update AppsmithUtils.tsx
2020-09-03 01:01:04 +05:30
Nikhil Nandagopal
24bf4cc44c
Update netlify.toml
2020-09-03 00:50:18 +05:30
Nikhil Nandagopal
83539b819f
Update netlify.toml
2020-09-03 00:40:34 +05:30
Nikhil Nandagopal
a24f17bf2c
Update netlify.toml
2020-09-02 23:57:03 +05:30
Automated Github Action
5b445939ab
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-02 18:22:07 +00:00
Nikhil Nandagopal
5949ad8343
re-added release to webpack plugin
2020-09-02 23:49:15 +05:30
Nikhil Nandagopal
a69f25c61e
Merge branch 'release' of github.com:appsmithorg/appsmith into release
...
# Conflicts:
# app/client/.sentryclirc
2020-09-02 22:21:43 +05:30
Nikhil Nandagopal
750e48977d
removed sentry cli again
...
increased redux depth
2020-09-02 22:15:42 +05:30
Nikhil Nandagopal
704497832b
Update netlify.toml
2020-09-02 22:05:39 +05:30
Nikhil Nandagopal
07d6b66610
Update netlify.toml
2020-09-02 21:53:06 +05:30
Nikhil Nandagopal
8d11952c9e
Update netlify.toml
2020-09-02 21:52:49 +05:30
Nikhil Nandagopal
174383a71b
Update netlify.toml
2020-09-02 21:46:27 +05:30
Nikhil Nandagopal
6da9839d90
Update netlify.toml
2020-09-02 21:44:46 +05:30
Automated Github Action
3507a85841
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-02 16:06:39 +00:00
Nikhil Nandagopal
57fef66144
Update .sentryclirc
2020-09-02 21:30:31 +05:30
Nikhil Nandagopal
be8b1e9220
re-added sentry cli
2020-09-02 21:25:14 +05:30
Nikhil Nandagopal
0d190d41e7
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-09-02 20:57:51 +05:30
Nikhil Nandagopal
2028b36ff2
removed sentrycli and release from webpack plugin
2020-09-02 20:57:33 +05:30
Automated Github Action
fe62029c63
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-02 14:08:27 +00:00
NandanAnantharamu
762dd5a450
query and datasource related tests ( #423 )
...
* query and datasource related tests
* review comment incorporated
* Adding multiple widgets test
* Table widget related search/filter/compact mode tests
* Added tests related to visiblity funvtionality in table widget
* Validate action type in explorer
* updated test
* Test updated in accordance with new UI
2020-09-02 18:43:06 +05:30
Automated Github Action
0f978b487d
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-02 12:08:11 +00:00
Shrikant Sharat Kandula
59349fd03e
Fix column alias names in MySQL actions ( #466 )
...
* Fix aliases not showing up for MySQL actions
* Fix date column display for MySQL actions
* Fix datetime columns for MySQL actions
* Add support for timestamp and year data types for MySQL actions
* Fix column label for MySQL plugin
* Add tests for MySQL temporal data types
* Add tests for alias columns in MySQL and Postgres
2020-09-02 17:19:41 +05:30
Trisha Anand
3648a2b804
Returning an error in case the user tries to get all users. ( #472 )
2020-09-02 17:18:22 +05:30
Shrikant Sharat Kandula
54c75b26dd
Add a node.js script to dump examples organization ( #448 )
...
* Add a node.js script to dump examples organization
This dump file is used to setup initial examples organization
in a self-hosted setup.
* Remove unused variable
* Add npm run shortcut for dump script
2020-09-02 17:15:55 +05:30
Automated Github Action
d573364509
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-02 09:06:17 +00:00
devrk96
cb2e85785f
Menu item disabled UI fixed ( #484 )
2020-09-02 14:32:29 +05:30
devrk96
8a0966d1f7
button height issue fixed in all sizes ( #483 )
2020-09-02 14:28:49 +05:30
Nikhil Nandagopal
9329fccb85
Update netlify.toml
2020-09-02 14:28:34 +05:30
Automated Github Action
af24f95ca9
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-02 07:06:16 +00:00
devrk96
a7e33a90e2
Feature: Dropdown component ( #477 )
...
* dropdown with text and icon implemented
* dropdown with lable implemented and story updated
* Icon import and storyWrapper import updated
* onclick cleaned
2020-09-02 12:16:02 +05:30
Abhinav Jha
70fea0e560
Feature: Add widgets from explorer ( #464 )
...
* Deprecate Navbar. Sidebar becomes a panelStack. It now has two panels, WidgetSidebar and Explorer
Co-authored-by: Nandan <nandan@thinkify.io>
2020-09-02 12:14:01 +05:30
Abhinav Jha
83945c81a0
Fix: Other page widget props are not shown on the entity explorer ( #480 )
2020-09-02 11:37:34 +05:30
Abhinav Jha
0368f5dbc3
Fix: Datasource name not getting updated from the entity explorer ( #478 )
2020-09-02 11:37:18 +05:30
Automated Github Action
74dc599214
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-02 06:07:02 +00:00
Shrikant Sharat Kandula
91ad617904
Add validation for host values in DB datasources ( #444 )
...
* Add validation for host values in DB datasources
* Mild refactoring, for a dummy commit
* Add test for host name validation in datasources
2020-09-02 11:28:41 +05:30
Shrikant Sharat Kandula
223a735b87
Add API for uploading logo images for organizations ( #376 )
...
* Start with new controller for assets
* Progress on uploading logo image
* Saving and loading organization logo assets now works
* Remove existing logo asset before saving a new one
* Fix 500 when uploading logo for the first time
* Fix URL in response for uploading logo image
* Add test for uploading logo for ogranization
* Mild refactoring in tests
2020-09-02 11:28:15 +05:30