Nikhil Nandagopal
5ea32de191
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-09-10 16:02:58 +05:30
Nikhil Nandagopal
5fbe993541
Update welcomeUserTemplate.html
2020-09-10 16:01:35 +05:30
Nikhil Nandagopal
b7d1c55be9
Update welcomeUserTemplate.html
2020-09-10 15:54:12 +05:30
Nikhil Nandagopal
dbd76d0b2a
Update welcomeUserTemplate.html
2020-09-10 15:53:12 +05:30
Trisha Anand
3337f423a1
Adding back API on load setting on the client side. ( #526 )
2020-09-10 15:47:30 +05:30
Automated Github Action
2a448923bb
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-10 10:06:24 +00:00
Nikhil Nandagopal
9063488acf
Update welcomeUserTemplate.html
2020-09-10 14:50:44 +05:30
Trisha Anand
eccad93efd
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-10 14:31:04 +05:30
Trisha Anand
9dcb7d5522
When on page load setting is changed, update layout must be called to update the onPageLoadActions field in the layout. ( #467 )
2020-09-10 14:30:30 +05:30
Automated Github Action
cb4ee59b06
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-10 07:45:02 +00:00
akash-codemonk
e5cb636ea4
Remove run on page load in api pane ( #524 )
...
* Remove run on page load in api pane
* Remove run on page load setting in query pane
* Revert removal of run query on page load
2020-09-10 13:13:01 +05:30
Nikhil Nandagopal
7724fe5d82
Feature/intercom ( #521 )
...
* removed duplicate user object
removed id field which is never populated
added help modal in applications page and intercom to load in help modal
shutdown intercom on signout to clear existing chats
* added analytics to help modal and invite user
unescaped bindings before evaluation to prune newlines
* updated action confirmation text
* added a check to ignore old properties which are no longer dynamic
* fixed test case
* fix tests
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
2020-09-10 12:56:55 +05:30
Nikhil Nandagopal
02c3c199ac
deprecated selectedOptionValueArr
2020-09-10 12:51:44 +05:30
Automated Github Action
683e0a5a65
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-10 07:06:09 +00:00
Shrikant Sharat Kandula
42545d1e88
Add migration to fix incorrect action IDs for onLoad ( #519 )
...
* Add migration to fix incorrect action IDs for onLoad
* Remove redundant comments
* Fix migration to work with published onLoad actions as well
* Only update the action ID when correcting onLoad action IDs
* Fix migration name for correcting action IDs
Co-authored-by: Trisha Anand <trisha@appsmith.com>
* Fix migration id for correcting action IDs
* Reformat code
Co-authored-by: Trisha Anand <trisha@appsmith.com>
2020-09-10 11:37:32 +05:30
Automated Github Action
bab7ebea0a
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-10 06:06:59 +00:00
akash-codemonk
c55a9214e1
Fixes ( #522 )
...
- Remove cache fields from settings
- Call the event callback method with success false to fix button widget loading issue
2020-09-10 11:05:45 +05:30
Automated Github Action
9badcb7704
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-09 08:06:58 +00:00
satbir121
c1df5a95ac
Fixing storybook build ( #517 )
2020-09-09 13:20:38 +05:30
Automated Github Action
39e5916b6b
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-09 07:38:47 +00:00
Hetu Nandu
96643507ec
Merge branch 'master' into release
2020-09-09 12:55:21 +05:30
Nikhil Nandagopal
185b66cedf
Update netlify.toml
2020-09-09 12:49:38 +05:30
vicky-primathon
fb34609c89
selectedRowIndexes changed to selectedRowIndices ( #516 )
...
Data type of selectedRowIndices changed to array of numbers
2020-09-09 12:42:15 +05:30
Automated Github Action
1ce05879b8
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-09 06:07:02 +00:00
akash-codemonk
488d6f503b
Fix typo ( #514 )
2020-09-09 11:26:08 +05:30
vicky-primathon
da9274de10
Feature: Table Widget - multi row selection ( #507 )
2020-09-09 11:16:06 +05:30
Nikhil Nandagopal
c421ab12b1
removed duplicate user object ( #513 )
...
removed id field which is never populated
added help modal in applications page and intercom to load in help modal
shutdown intercom on signout to clear existing chats
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
2020-09-09 10:48:36 +05:30
Automated Github Action
26f8606417
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-09 04:06:48 +00:00
devrk96
34ff72b505
Feature: Radio group component ( #481 )
...
* Radio group component with story implemented
* radio group implemented using native input and label.
* radio component height fixed in story
* disabled name in theme corrected for radio
* align prop removed
2020-09-09 08:48:54 +05:30
devrk96
6fbab2078d
Feature: Checkbox component ( #475 )
...
* checkbox disabled state added and checked UI fixed
* checkbox imported corrected in story
* checkbox implemented using input and label elements.
* align and isChecked props removed
* used styled component for span
2020-09-09 08:47:49 +05:30
devrk96
5d28f8f14e
Feature: Tooltip component with story ( #498 )
...
* tooltip component implemented with story
* default props fixed
* used constant classes names
* blueprint classname corrected
2020-09-09 08:46:44 +05:30
vicky-primathon
f7931701d8
Feature: Table Widget - multi row selection ( #507 )
2020-09-08 18:34:51 +05:30
Automated Github Action
c2d6af3747
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-08 11:06:09 +00:00
NandanAnantharamu
d8bbccb63a
Drag And drop widget ( #503 )
...
* Drag And drop widget
* Updated cordinates
2020-09-08 16:24:55 +05:30
Automated Github Action
445d1b9fdc
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-08 10:06:36 +00:00
Nikhil Nandagopal
f3db238de9
Update netlify.toml
2020-09-08 15:27:51 +05:30
devrk96
1cbff7211d
Feature: Toggle component ( #490 )
...
* Toggle component implemented with story
* props fixed
* lighten and darken colors implemented
* removed the unused css properties
* removed the used import in story
* toggle hover state fixed
* storywrapper import updated
2020-09-08 15:03:44 +05:30
devrk96
79c3bd6992
default icon selection issue fixed in stories ( #495 )
2020-09-08 15:00:17 +05:30
Automated Github Action
f5c8b1f4ee
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-08 09:06:25 +00:00
akash-codemonk
7271cd0a7a
Add few ternjs defs for moment ( #508 )
2020-09-08 14:13:46 +05:30
Automated Github Action
2c70d12f41
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-08 05:06:22 +00:00
akash-codemonk
be2963061e
Add more options to action settings ( #473 )
2020-09-08 10:27:13 +05:30
Nikhil Nandagopal
96093426bf
Merge branch 'release'
2020-09-07 23:13:05 +05:30
dependabot[bot]
41a51c2885
Bump bl from 2.2.0 to 2.2.1 in /app/server/scripts/node ( #496 )
...
Bumps [bl](https://github.com/rvagg/bl ) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/rvagg/bl/releases )
- [Commits](https://github.com/rvagg/bl/compare/v2.2.0...v2.2.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-07 12:52:35 +05:30
Automated Github Action
4f269ae693
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-07 07:06:24 +00:00
Shrikant Sharat Kandula
f5f66229ec
Get list of application IDs to be cloned as examples from template config ( #442 )
...
* Get list of application IDs to be cloned as examples
* Fix tests so that apps to be cloned are explicit
* Add migration to set applicationIds for example cloning
* Fix example org cloning tests
2020-09-07 11:40:28 +05:30
Automated Github Action
00ce029158
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-07 06:07:01 +00:00
Trisha Anand
a8a7955f41
Added new fields colour and icon in application required for homepage redesign project ( #499 )
2020-09-07 11:13:58 +05:30
Trisha Anand
437d04f045
Added a field to denote confirmBeforeExecute field whose functionality would be handled by the client. ( #487 )
2020-09-07 11:12:08 +05:30
Automated Github Action
1193c6b9f2
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-05 07:47:26 +00:00
Nikhil Nandagopal
d7c10fb1e2
removed id field
2020-09-05 13:12:35 +05:30
Nikhil Nandagopal
0b1bc06b29
remapped identification to username field
2020-09-05 13:06:12 +05:30
Nikhil Nandagopal
38a82ae70a
updated user object and pass the correct user id for user data
2020-09-05 12:58:29 +05:30
Automated Github Action
e9041d66de
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-04 06:06:49 +00:00
Shrikant Sharat Kandula
3353962719
Fix MongoDB plugin update commands produce an empty response ( #469 )
2020-09-04 10:56:09 +05:30
Automated Github Action
9728e772b2
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-03 15:06:24 +00:00
Abhinav Jha
7944ad535a
Fixes: Reset search on widget search clear ( #497 )
2020-09-03 19:52:08 +05:30
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
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
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
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
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
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
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
Nikhil Nandagopal
8722e246e0
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-08-28 17:01:19 +05:30
Nikhil Nandagopal
288420f8ab
added autocommit
...
added sentry in reducer
2020-08-28 17:01:07 +05:30
Automated Github Action
66509101f0
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 11:05:43 +00:00
devrk96
241eff7d55
Menu component ( #358 )
...
* menu component implemented and tabs selected ui bug fixed
* PR comments resolved
* icon import updated
* Menu item component (#437 )
* Adding blank components.
* Adding Todo note for tree
* Adding todo note for LighteningMenu
* ads button component
* Adding storybook support.
* storybook integrated with button component
* ads button component props completed
* button component icon and loading logic implemented
* button component completed
* Added a text knob.
* Adding default text for button.
* Merging theme and other fixes.
* Fixed info button.
* Better types.
* Adding background param to components.
* Re-using vsariant for callount.
* Added props for Text input.
* Adding text component.
* feedback changes added in button and icon component
* type any removed in button component
* function naming corrected
* menu component implemented
* menu-item implemented with text, icon and label
* menu story updated with menu-items
* menu story updated
* storyWrapper added in all stories
* ads text removed
* spinner import updated
* relative import added
Co-authored-by: Satbir Singh <satbir121@gmail.com>
Co-authored-by: satbir121 <39981226+satbir121@users.noreply.github.com>
Co-authored-by: Satbir Singh <satbir121@gmail.com>
Co-authored-by: satbir121 <39981226+satbir121@users.noreply.github.com>
2020-08-28 16:21:41 +05:30
Automated Github Action
8e9849819a
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 10:06:14 +00:00
vicky-primathon
8a0805d77f
Fix: Table widget actions header scrollbar padding ( #353 )
...
* Table header scrollbar padding removed.
* Table row font size changed based on compact mode.
2020-08-28 15:25:20 +05:30
vicky-primathon
859b1f6966
Fix Chart widget crash ( #410 )
2020-08-28 15:22:18 +05:30
Automated Github Action
85ba0dbba1
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 09:20:41 +00:00
vicky-primathon
6d2721c888
Fix: Table crash when calling toString on null values for sorting ( #455 )
2020-08-28 14:42:17 +05:30
Automated Github Action
bc46e57f62
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 09:06:09 +00:00
Hetu Nandu
ef493808c2
Replaced production server link with mock api link
2020-08-28 14:20:57 +05:30
Nikhil Nandagopal
a365d58b91
Update netlify.toml
2020-08-28 14:16:22 +05:30
Automated Github Action
0f57152570
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 08:34:35 +00:00
Nikhil Nandagopal
bdbc73658e
Feature/sentry ( #452 )
...
* updated sentry and added performance monitoring
* identify users on sentry
* removed sentry browser
* added the environment for sentry
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
2020-08-28 14:04:01 +05:30
Nandan
8d868a5e43
Replaced production server link with mock api link
2020-08-28 13:42:40 +05:30
Automated Github Action
030fcd6bd5
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-27 16:06:26 +00:00
akash-codemonk
dbfd986d0e
Add action settings tab to api and query pane ( #434 )
...
* Add action settings tab to api and query pane
- Ask for confirmation before running an action
* Update property of actions basedon the updateLayout response
Prevent confirmation dialog for Action run, until property of action is true
Send an API Request when the user toggles the property of an Action
* update http method to toggle executeOnLoad for an action to PUT
* Fix save layout response type
* Remove console.log
* If updating executeOnLoad, avoid calling update action API
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
2020-08-27 21:09:16 +05:30
Trisha Anand
46de20dfb3
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-27 20:09:08 +05:30
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
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
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
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
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
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
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
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
Trisha Anand
11eac73013
Clone application within the same organization ( #414 )
...
* WIP : First draft of clone applications
* Cloning of application now works correctly.
* Fixed the failing test case for page cloning.
* Added test case to assert the clone of application successfully.
* Minor function renaming to avoid confusion.
* Minor code refactoring to remove duplicate code.
2020-08-25 14:08:52 +05:30
Automated Github Action
beabf4731c
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-25 06:06:22 +00:00
Trisha Anand
8c20aeb95b
Example app being cloned must be set to private instead of public because public permissions are not given during cloning. ( #418 )
2020-08-25 11:12:55 +05:30
Automated Github Action
986cb846d8
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-25 03:05:57 +00:00