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
Arpit Mohan
4311fbbb52
Release v1.7.0
...
Release v1.7.0
2022-05-17 13:24:38 +02:00
Trisha Anand
11ee278740
fix: NPE check when datasource createdAt is null ( #13894 )
2022-05-17 15:44:14 +05:30
Trisha Anand
ea80a6028c
fix: NPE check when datasource createdAt is null
...
(cherry picked from commit beafb371b24180dce2e351f1dea6d9d34db2a204)
2022-05-17 14:34:28 +05:30
Ankita Kinger
ccf74e691b
Merge branch 'master' of https://github.com/appsmithorg/appsmith into chore/release-v1.6.26
2022-05-17 12:39:04 +05:30
haojin111
27ebbfabe3
update full changes
2022-05-17 14:56:34 +08:00
ashit-rath
25d24688a6
fix: Property pane - Hidden sections icon select popover not opening properly ( #13881 )
2022-05-17 12:25:25 +05:30
haojin111
fe4488e66f
Merge branch 'feat/13412-improve-import-app-flow-ui' of https://github.com/appsmithorg/appsmith into feat/13412-improve-import-app-flow-ui
2022-05-17 14:31:24 +08:00
haojin111
695eb1d1e1
revert original coverage
2022-05-17 14:31:18 +08:00
haojin111
89990c2114
unstaging coverage-summary.json
2022-05-17 14:28:00 +08:00
haojin111
5984ed653f
Revert "added import application progress bar when importing from json"
...
This reverts commit a3be2498e3 .
2022-05-17 14:20:27 +08:00
haojin111
6382360b90
remove unnecessary file
2022-05-17 13:32:09 +08:00
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
haojin111
a3be2498e3
added import application progress bar when importing from json
2022-05-16 18:09:23 +08:00