Nikhil Nandagopal
662098d771
Manual Performance Tracking utility ( #696 )
...
- Created Performance Tracker to use a queue internally to make synchronous logging easy
- Bump sentry sdk versions
- Added performance tracking for
- GENERATE_VIEW_MODE_PROPS
- GENERATE_API_PROPS
- ENTITY_EXPLORER_ENTITY
- GENERATE_PROPERTY_PANE_PROPS
- GENERATE_WIDGET_EDITOR_PROPS
- CLOSE_API
- SYNC_PARAMS_SAGA
- CHANGE_API_SAGA
- CONSTRUCT_UNEVAL_TREE
- DATA_TREE_EVALUATION
- CREATE_DEPENDENCIES
- SORTED_DEPENDENCY_EVALUATION
- SET_WIDGET_LOADING
- VALIDATE_DATA_TREE
- CONSTRUCT_CANVAS_DSL
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
2020-09-24 10:17:37 +05:30
dependabot[bot]
e0b3fc7944
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>
2020-09-12 11:56:13 +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
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
Hetu Nandu
f7ec5209cf
Add function to download part of the Data tree as a file ( #458 )
2020-08-28 17:37:37 +05:30
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
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
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
Abhinav Jha
a03568b79b
The default template in editor and app viewer must match ( #382 )
2020-08-21 01:24:18 +05:30
vicky-primathon
33cd1ac1d9
Fix-table filtered data calculations ( #342 )
...
* Update table widget's filtered data calculations to avoid recursive dataTree evaluations
* Stringify removed from Table component as data is already checked inside TableWidget
* Vertical scrollbar removed from Table Widget. Stop column sorting by stopping event propagation when clicking column menu icon.
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
2020-08-18 17:00:26 +05:30
Arpit Mohan
a7c4fe697e
Merge branch 'master' into release
...
# Conflicts:
# README.md
# app/client/yarn.lock
# deploy/install.sh
2020-08-17 16:33:37 +05:30
dependabot[bot]
5765552629
Bump prismjs from 1.20.0 to 1.21.0 in /app/client ( #308 )
...
Bumps [prismjs](https://github.com/PrismJS/prism ) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/PrismJS/prism/releases )
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PrismJS/prism/compare/v1.20.0...v1.21.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-14 22:28:42 +05:30
satbir121
dab6d1ea3b
Adding base64 library to realm executor ( #304 )
...
* Adding base64 library to realm executor
* Changing base64 interface to btoa and atob
* Making base64 a dependancy
2020-08-13 22:07:15 +05:30
NandanAnantharamu
05f190c102
Feature/entity browse ( #220 )
...
# New Feature: Entity Explorer
- Entities are actions (apis and queries), datasources, pages, and widgets
- With this new feature, all entities in the application will be available
to view in the new entity explorer sidebar
- All existing application features from the api sidebar, query sidebar, datasource sidebar and pages sidebar
now are avialable on the entity explorer sidebar
- Users are now able to quickly switch to any entity in the application from the entity explorer sidebar.
- Users can also search all entities in the application from the new sidebar. Use cmd + f or ctrl + f to focus on the search input
- Users can rename entities from the new sidebar
- Users can also perform contextual actions on these entities like set a page as home page, copy/move actions, delete entity, etc from the context menu available alongside the entities in the sidebar
- Users can view the properties of the entities in the sidebar, as well as copy bindings to use in the application.
2020-08-10 14:22:45 +05:30
dependabot[bot]
32eabfcd3d
Bump prismjs from 1.20.0 to 1.21.0 in /app/client ( #244 )
...
Bumps [prismjs](https://github.com/PrismJS/prism ) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/PrismJS/prism/releases )
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PrismJS/prism/compare/v1.20.0...v1.21.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-10 12:01:51 +05:30
satbir121
3a4d900235
Button Component ( #190 )
...
* 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
* Changing empty string to null
* Adding enum for DropdownDisplayType.
* Change Spinner path
* Fixing spinner issues.
Co-authored-by: Rohit Kumawat <rohit.kumawat@primathon.in>
2020-08-10 10:24:33 +05:30
Tejaaswini Narendra
b65cdf68b0
feat: Add org share option to application share modal ( #166 )
...
* feat: Add org share option to application share modal
* fix: Update design and implement copy to clipboard
* fix: Show share based on permission and update modal UI
- Update modal style
- show application share button only to admins.
* fix: refine code
2020-08-03 14:44:08 +05:30
dependabot[bot]
2b2a06e9e1
Bump elliptic from 6.5.2 to 6.5.3 in /app/client ( #204 )
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-03 09:16:56 +05:30
dependabot[bot]
4b026d5acb
Bump lodash from 4.17.15 to 4.17.19 in /app/client ( #132 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-29 15:43:38 +05:30
dependabot[bot]
204e65924f
Bump websocket-extensions from 0.1.3 to 0.1.4 in /app/client ( #70 )
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-15 11:36:02 +05:30
Hetu Nandu
3d9962adfa
Add @appsmith namespace ( #74 )
...
Adds an @appsmtih alias for managing imports with the EE repo
2020-07-10 14:54:06 +05:30
satbir121
d753374aa9
Using TinyMCE from cdn to remove the warning message. ( #39 )
...
* Removing tinymce api key message.
* Updating yarn lock.
* Fixing editor disabled.
* Default set on refresh.
Co-authored-by: Satbir Singh <apple@apples-MacBook-Pro.local>
2020-07-06 19:06:42 +05:30
Abhinav Jha
52cc3862a8
Remove storybooks from the client app ( #9 )
2020-07-02 11:21:32 +05:30
Hetu Nandu
38aafb5027
Fix embedded datasource path ( #2 )
...
* Refactor CodeMirror component to be more configurable and testable (hints, markings)
* Update the existing datasource path component
* Better text highlighting for JSON fields
* Case insensitive hinting in autocomplete
2020-07-01 15:31:07 +05:30
Hetu Nandu
a558242b0e
Add .gitignore to root, update yarn.lock file ( #4 )
...
* add git ignore in root
* update yarn.lock
2020-07-01 12:34:45 +05:30
Hetu Nandu
fb65b204a8
JSON stringify fixes
2020-06-25 10:04:57 +00:00
Vicky Bansal
12c6147d1c
Fix/table video field support
2020-06-22 13:46:19 +00:00
vicky_primathon.in
a5986ed8a8
merge conflicts resolved
2020-06-10 16:34:11 +05:30
Satbir Singh
618d6180e6
Adding styled component names to dom for local env
2020-06-08 09:00:58 +00:00
Vicky Bansal
c2efa63eba
Fix/react table widget
2020-06-03 10:50:10 +00:00
Abhinav Jha
341133a95d
Add syntax highlighting component
2020-06-02 13:24:31 +05:30
Satbir Singh
b7b74ffd02
Feature/help
2020-05-28 18:10:26 +00:00
Hetu Nandu
010b48d7fa
Tern autocomplete
2020-05-20 11:30:53 +00:00
Abhinav Jha
f57cf9d903
Service workers : Caching
2020-05-05 12:16:51 +00:00
Hetu Nandu
13c59ee80f
Datasource bug fixes
...
- Prefill datasource title
- Decrease field width
- Save button should have loading state
- Back button in form screen
- Right align save button
- Add new plugin images
and other fixes
2020-04-28 06:52:53 +00:00
Hetu Nandu
b346969465
fixed date picker default value down to the ms
...
fixed sharing of cachedDependency values
2020-04-23 14:57:37 +00:00
Satbir Singh
08e68a8986
Revert "Merge branch 'fix/cypres-dnd' into 'release'"
...
This reverts merge request !505
2020-04-21 14:19:12 +00:00
Satbir Singh
51ee20e64a
Cypress drag and drop
2020-04-21 10:27:15 +00:00
Abhinav Jha
b5a4e231d7
Remove tinymce external dependency
2020-04-17 10:29:43 +05:30
Abhinav Jha
c9f285242c
Lazy load fusioncharts, richtext and syncfusion.
2020-04-15 17:45:12 +05:30
Abhinav Jha
ac4911d896
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into fix/first-page-load-performance
2020-04-15 17:22:43 +05:30
Nikhil Nandagopal
739ba35dc1
Feature/widgets
2020-04-15 11:42:11 +00:00
Abhinav Jha
09a6d34ae4
update yarn.lock
2020-04-15 16:52:45 +05:30
Hetu Nandu
af3b5d212f
fix: ui fixes and type defination fixes
...
- avoid using any or undefined types in the code
- fix ui issues for api home screen
- update naming convensions
- remove unwanted code
- use color variables
2020-04-14 12:34:14 +00:00
Hetu Nandu
0beb6bc5ca
Batched redux update
2020-04-13 08:24:13 +00:00
Nikhil Nandagopal
1a1c703126
added fast get eval with a debounce.
...
added cache dependency creation but doesn't work
2020-04-10 08:48:00 +00:00
Pushpa B
0b0365abf7
Feature/edit form widgets
2020-04-02 04:47:48 +00:00
Satbir Singh
bb9fc29409
Page Params
2020-04-01 08:09:57 +00:00
Hetu Nandu
80db9eb030
Performance instrumentation
2020-03-23 12:40:17 +00:00
vicky_primathon.in
5cf1a0dde6
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into fix/chart-component-title-align
2020-03-21 10:10:17 +05:30