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
Automated Github Action
b93c2830a0
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-01 10:32:10 +00:00
Hetu Nandu
6a0d24c7a7
Remove @appsmith alias that causes build errors ( #479 )
2020-09-01 16:01:39 +05:30
Automated Github Action
51bd2f27d1
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-01 08:07:27 +00:00
devrk96
1adfdb2fcd
Feature: Icon component icon names, props and className updated ( #471 )
...
* className added in icon component and used icon names as an array in stories
* button component semicolon fixed
* fill prop added in button component
* name prop and iconName import updated.
2020-09-01 12:54:53 +05:30
akash-codemonk
aa068e3596
Add duplicate application option ( #465 )
2020-09-01 12:46:54 +05:30
Hetu Nandu
f05f895ffd
Update netlify.toml
...
add default value for REACT_APP_SENTRY_ENVIRONMENT to avoid build failure
2020-09-01 11:39:01 +05:30
areyabhishek
0de8ef6270
Update README.md
2020-08-31 22:50:09 +05:30
Automated Github Action
922bb4a135
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-31 13:07:40 +00:00
devrk96
a071d05e0c
Feature: Text component props and enum values in stories updated ( #468 )
...
* text component props updated
* case prop updated
* className added in text component and used enum values as array in stories
2020-08-31 18:34:34 +05:30
Automated Github Action
3a3b1275a4
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-31 06:09:58 +00:00
Abhinav Jha
3b3d5aca62
Performance:entity explorer ( #395 )
...
* Entity explorer performance enhancements
2020-08-31 11:26:52 +05:30
akash-codemonk
8f0015eaf3
Show validation errors if any for keyvalue fields ( #445 )
...
* Update host field with validation properties
2020-08-31 10:45:04 +05:30
Automated Github Action
29ed86bfc0
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-31 05:02:45 +00:00
devrk96
f562ecf159
Feature-Icon enum added and size updated. ( #463 )
...
* appIcon color, icon enums and size fixed
* icon import updated
2020-08-31 10:29:18 +05:30
Automated Github Action
af3c4fbaf7
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 19:05:57 +00:00
satbir121
e2b939416a
Members and org settings page ( #424 )
...
* Members and org settings page.
* Adding link back to applications
* Making UI look better.
* Fixing some more css
* Table dropdown onBlur, UI transparency, Popover issue fixed. Added sort arrow (#413 )
* table dropdown ui issue and onblur click fixed
* position props value fixed
* tabs tripple click fixed
* Position props in table dropdown made optional
* tabs background color bug removed
* General settings page is bug free.
* Getting the manage users page to work.
* Moving general settings into its own file.
* Removing some unwanted URLs
* User cant change their role or remove themselves
* Changing onClick prop for Icon.
* Fixing tests
* Added loading states to text inputs.
* Added validators for text input
* Fixed border of skeleton for text input
* Adding a loader for Members screen
* Adding Noop to icon button
* Removing console.log
* Fixing imports.
* Moving org reducer to immer.
* Using utils email validator.
* Removing placeholder from text input props.
Co-authored-by: devrk96 <rohit.kumawat@primathon.in>
2020-08-29 00:21:16 +05:30
Automated Github Action
d66793bca8
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 17:24:03 +00:00
Nikhil Nandagopal
0b22fc67b3
Updated sentry sdk ( #461 )
...
Integrated react router for better performance reporting
Added Sentry Profiler for editor, appviewer and widgets
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
2020-08-28 22:53:07 +05:30
Automated Github Action
243037f6fe
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 16:06:33 +00:00
Nikhil Nandagopal
d26db12e44
removed initialised event
2020-08-28 20:53:36 +05:30
Nikhil Nandagopal
4de99e1bed
minor fix
2020-08-28 20:14:57 +05:30
Automated Github Action
ca47fe1123
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 14:35:17 +00:00
Nikhil Nandagopal
77e17ddf5d
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-08-28 20:04:10 +05:30
Nikhil Nandagopal
06ed653890
minor fix
2020-08-28 20:04:00 +05:30
vicky-primathon
e90d8b6fc1
Feature - Column type displayed in column options of table widget filters ( #411 )
...
* Table widget filter type attribute displayed in column options
2020-08-28 19:44:47 +05:30
Nikhil Nandagopal
487ae89b61
Merge pull request #38 from appsmithorg/release
...
Release
2020-08-28 19:44:06 +05:30
Automated Github Action
572c5b3065
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 14:12:42 +00:00
Nikhil Nandagopal
4ab6632fdc
fixed sentry performance monitoring
2020-08-28 19:41:16 +05:30
Automated Github Action
f93b1961c3
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 13:45:56 +00:00
Nikhil Nandagopal
040af14de6
added capture message
2020-08-28 19:14:32 +05:30
Automated Github Action
aca60b4de2
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 13:05:48 +00:00
Nikhil Nandagopal
5f6e1dddc3
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-08-28 18:03:04 +05:30
Nikhil Nandagopal
0bb2336a3a
added deploy environment for sentry
2020-08-28 18:02:50 +05:30
Hetu Nandu
0bedb04fb5
Merge remote-tracking branch 'origin/release'
2020-08-28 17:42:05 +05:30
Automated Github Action
026153f62f
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 12:09:03 +00:00
Hetu Nandu
56fed2c754
Merge branch 'release'
2020-08-28 17:38:40 +05:30
Hetu Nandu
f7ec5209cf
Add function to download part of the Data tree as a file ( #458 )
2020-08-28 17:37:37 +05:30
Automated Github Action
690c0b3a8a
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 11:44:53 +00:00