Sidhant Goel
8a50dea54d
added comment
2022-05-23 16:18:06 +05:30
Sidhant Goel
54b82d0502
Fix for running migrations before application start
2022-05-23 15:21:32 +05:30
Aishwarya-U-R
d0fed6bfe7
Automation script update to fix Community issues failure ( #13968 )
2022-05-23 10:50:27 +05:30
Nayan
6b6deaf98f
feat: Add query count and page count as attributes to publish app event ( #13847 )
...
Adds number of pages and number of queries in a Application to the list of analytics attributes when an application is published.
2022-05-20 23:42:09 +06:00
rahulramesha
f2c02ab931
fix: Grouped widgets moving to the bottom most row, even when widgets are not overlapping with the multi select box ( #13658 )
2022-05-20 15:57:12 +02:00
arunvjn
da1a57de72
Fixes the error message shown in reset password flow from user profile ( #13974 )
2022-05-20 14:37:02 +05:30
ashit-rath
76536124f8
fix: JSONForm modify source data object to null causes crash ( #13966 )
2022-05-20 13:46:45 +05:30
Maulik
7ccc541fbf
fix: update placeholder for phone input widget ( #13635 )
2022-05-20 10:41:58 +05:30
arunvjn
9753df54f4
fix: remove transition delay in the switch between explorer and widgets. ( #13942 )
2022-05-20 10:32:13 +05:30
Anagh Hegde
961d412a9f
chore: Add isSystemGenerated field to analytics for git operations ( #13705 )
...
* Add isSysteGenerated field to analytics for git operations
2022-05-19 20:42:16 +05:30
Favour Ohanekwu
cad1620683
fix:prevent execution of js function when jscollection is saving ( #13592 )
2022-05-19 14:13:51 +01:00
Favour Ohanekwu
244095a888
fix: Js editor inconsistency ( #13708 )
2022-05-19 13:21:51 +01:00
Favour Ohanekwu
2748ed0e64
fix: prioritize parse errors in debugger callout ( #13765 )
...
Prioritize parse errors over lint errors in debugger callout
2022-05-19 11:57:49 +01:00
ashit-rath
f6d726b2a1
task: JSONForm footer should always stick to bottom when fixed footer enabled ( #13904 )
2022-05-19 13:07:59 +05:30
Bhavin K
33d8347193
fix: handle selectedValues value ( #13887 )
2022-05-19 12:41:54 +05:30
f0c1s
f4c1049027
Add analytics for git import application ( #13925 )
...
Analytics tracking is missing for git import application. This commit adds event tracking as follows:
- When git-import-application card is clicked
2022-05-19 12:16:38 +05:30
Ayangade Adeoluwa
f7107a4a0a
Fix response tab overflow issue ( #13839 )
...
This commit fixes three things
- It prevents the tab headers from being scrolled up when on the RAW/JSON tabs.
- It prevents the Table component from pushing the API right pane away when its contents are too wide.
- It also prevents the table and JSON component from clipping the data displayed within them by adding margins/paddings between them and the parent container.
2022-05-19 08:32:43 +05:30
Ayangade Adeoluwa
1ee494b9ca
fix: Fix validation check that is blocking input from changing ( #13943 )
...
* Fix validation check that is blocking input from changing
* Add testcases for Elastic search datasource
* Adds header value to test case
* Fix validation logic
2022-05-18 17:35:03 +00:00
Leo Thomas
9ddb11dbfb
SQL Server Connection pool with HikariDataSource ( #13707 )
...
Co-authored-by: Leo Thomas <leoweb2010@gmail.com>
2022-05-18 22:03:39 +05:30
Ayangade Adeoluwa
dd46351e38
Increase width for various form controls ( #13895 )
2022-05-18 15:37:47 +01:00
sidhantgoel
57533e4508
Merge pull request #13710 from appsmithorg/feat/migrate_organization_to_workspaces
...
feat: migrate organization to workspace
2022-05-18 19:00:37 +05:30
Sidhant Goel
12a269f66e
closing stream
2022-05-18 17:00:50 +05:30
Sidhant Goel
a2132d18c7
Added comment to explain processing optimizations done using stream
2022-05-18 16:17:26 +05:30
Aishwarya-U-R
04a8c3b037
Tests for JSObjects-onPageLoad ( #13712 )
...
Automated tests to improve coverage for JSObjects-onPageLoad
2022-05-18 16:09:42 +05:30
arunvjn
0bcabdb11f
fix: Text overlap in slash commands ( #13871 )
2022-05-18 15:37:24 +05:30
Sidhant Goel
f24553cc12
optimized the workspace copy migration
2022-05-18 14:52:52 +05:30
Anand Srinivasan
4e5cf6c156
add unit test ( #13776 )
2022-05-18 13:16:16 +05:30
arunvjn
f3dec5ca0f
fix: bind api/query to list widget in sniping mode ( #13859 )
2022-05-18 13:03:52 +05:30
Sidhant Goel
a3e593250d
Merge branch 'release' into feat/migrate_organization_to_workspaces
2022-05-18 12:53:08 +05:30
arunvjn
1296fe7f57
Added selected state for query/js add button ( #13897 )
...
Adds selected state to Query/JS add button in explorer when submenu is open.
2022-05-18 12:03:09 +05:30
Satish Gandham
8dc9c0b017
feat: Optimize create uneval tree via memoization ( #13476 )
...
* - Memoize the expeinsive parts of createUnevalTree
* - Split the generateDataTreeWidget and memoize the expensize part
- Remove stary console statement in MultiSelectWidget
* - Some debugging code, needs to be removed.
* Debugging in progress
* Still debugging
* Still debugging
* Working??
* Jest tests passing, and fast enough
* remove unused imports
* One failing jest test, testing luck with cypress
* Remcoe console statment from jest test
* - Sync with release.
- Comment failing jest test
* Disable a test
* - Clean up
* Final cleanup and documentation
* - Make function and variable names accurate and easy to understand
* Update code comments
Co-authored-by: Satish Gandham <satish@appsmith.com>
2022-05-18 10:51:53 +05:30
Nayan
33c78e93ef
feat: Update organization slug ( #13791 )
...
When organization name is updated, the slug is not updated. This generates a outdated URL when user clicks on a organization name from the left panel. This PR changes the following behaviors
The Organization slug will be no more unique
Link to organization applications will be based on organization id instead of slug
Organization slug will be updated whenever there is a change in organization name
All the existing organization slugs will be updated
2022-05-18 11:08:13 +06:00
Ankita Kinger
1396141af4
chore: optimize naming conventions for variables and functions ( #13858 )
...
* optimize naming conventions for variables and functions
* update import statement
* minor css change
2022-05-18 10:23:08 +05:30
Bhavin K
94b93a657b
fix: remove cell background from empty rows ( #13257 )
2022-05-18 04:46:25 +00:00
Parthvi12
32bcd94e54
Add tests for git discard changes ( #13866 )
2022-05-18 04:45:32 +00:00
Sidhant Goel
47f8ed94b1
Merge branch 'release' into feat/migrate_organization_to_workspaces
2022-05-17 20:23:36 +05:30
Trisha Anand
11ee278740
fix: NPE check when datasource createdAt is null ( #13894 )
2022-05-17 15:44:14 +05:30
ashit-rath
25d24688a6
fix: Property pane - Hidden sections icon select popover not opening properly ( #13881 )
2022-05-17 12:25:25 +05:30
Nayan
71ffbdeb45
fix: Theming issue when application has multiple git branches ( #13870 )
...
* fix: Themeing issue when application has multiple git branches
* Don't commit published mode theme
* -updated as per review comment
Co-authored-by: Abhijeet <abhijeet@appsmith.com>
2022-05-17 10:14:08 +05:30
Ankita Kinger
11d03370a4
Add field for reply-to email address on email config page ( #13857 )
2022-05-16 16:23:36 +05:30
Abhijeet
e7f34b0034
chore: Improve execution time logging ( #13811 )
...
* Increate timeout for git APIs and log execution time in mixpanel
* Improve execution time logging
2022-05-16 09:45:34 +00:00
Keyur Paralkar
22605a341a
fix: added empty stack in sppThemingReducer ( #13837 )
2022-05-16 13:16:35 +05:30
albinAppsmith
7f241cb98e
feat: Entity explorer pages section resize ( #13576 )
...
* * Page container resize changes
* * changed inline style to styled component
* * Added preserve height functionality
2022-05-16 12:09:32 +05:30
Tolulope Adetula
a956ff6d71
Merge pull request #13793 from appsmithorg/fix/select-widget-filtering
...
fix: Select widget filtering
2022-05-16 05:17:43 +01:00
rahulramesha
6738c969bf
chore: changes to render complete property pane post dragging or resizing ( #13141 )
...
* changes to render complete property pane post dragging or resizing
* rework to compensate for expensive render of theming properties
2022-05-15 18:42:07 +05:30
ashit-rath
e44aecfe85
fix: JSONForm missing theming accent color property and few JS enabled controls not access sourceData/formData properties ( #13817 )
...
* fix: JSONForm missing theming accent color property and few JS enabled inaccessible sourceData/formData properties
* reverted adding of customJSControl JSON_FORM_COMPUTE_VALUE for exisiting properties
* minor revert
* minor fix
2022-05-13 19:53:23 +05:30
akash-codemonk
e1045b1bc3
chore: add autofocus prop to TagInputComponent ( #13578 )
2022-05-13 17:34:08 +05:30
Keyur Paralkar
a5f426d02b
fix: theme property pane reset on hover over the widget ( #13716 )
2022-05-13 16:10:09 +05:30
Bhavin K
dabca5aac5
fix : prevent dragging when resizing ( #13600 )
2022-05-13 11:26:09 +05:30
arunvjn
9381eeaea7
Trigger submenu instead of omni-bar when "Add Query/JS" button in the explorer is clicked. ( #13774 )
2022-05-13 10:31:08 +05:30