Chandan Balaji
4d76db5fe7
updated harcoded values
2022-05-26 12:45:48 +05:30
Chandan Balaji
b24428be59
fix: UI Inconsistencies in Datasource Card and Page
2022-05-25 16:58:30 +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
Arpit Mohan
09e5f91945
Merge pull request #13969 from appsmithorg/fix-global-func-docs
2022-05-19 15:54:11 +02:00
Rimil Dey
ff083054fe
Update docs for global functions
...
Fix styles and broken links for global functions
2022-05-19 19:20:15 +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
Rimil Dey
33624baa66
Add docs for adding a global function to appsmith ( #13954 )
2022-05-19 14:24:06 +05:30
ashit-rath
f6d726b2a1
task: JSONForm footer should always stick to bottom when fixed footer enabled ( #13904 )
2022-05-19 13:07:59 +05:30
Nikhil Nandagopal
4ed6ffc6ea
Updated Label Config
2022-05-19 12:51:54 +05:30
Nikhil Nandagopal
beaf10aaf8
Updated Label Config
2022-05-19 12:51:18 +05:30
Nikhil Nandagopal
3f2dbd0db7
Updated Label Config
2022-05-19 12:50:07 +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
Nikhil Nandagopal
4ccf1b1c92
Updated Label Config
2022-05-19 12:08:01 +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
Nikhil Nandagopal
56fd5672cf
Update --epic.yaml
2022-05-18 22:25:11 +05:30
Nikhil Nandagopal
6b419f105a
Update --epic.yaml
2022-05-18 22:24:28 +05:30
Nikhil Nandagopal
345cedc5d8
Update --epic.yaml
2022-05-18 22:22:51 +05:30
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