geekup-legodevops
32ecf96219
Remove postdeploy script in app.json for heroku ( #12907 )
2022-04-14 09:57:14 +05:30
Parthvi12
0766f83cf0
test: Add tests for git bugs and git import ( #12751 )
...
* add tests for git bugs and git import
* add dsl file
* added test for git bug and commented git sync test for apps
* updated tests
* removed wait
* updated messages.test.ts
* updated git import tests
* added fix for onboarding_spec
2022-04-14 08:32:57 +05:30
rahulramesha
faaf977728
feat: Container Jump Improvements and Code for tracking Container Jumps ( #12686 )
...
* conatiner Jump Optimization and tracking
* Round of mouse positions ans add negative jest test cases
* addressing review comments
2022-04-13 20:27:44 +05:30
Vishnu Gp
c7a4ac7353
fix: Organization name can be empty
...
fix: Organization name can be empty
2022-04-13 17:36:32 +05:30
Anagh Hegde
5c17422956
fix: Connection timeout for git connect when the git repo is behind a firewall ( #12819 )
...
* Use non blocking IO for checking the repo status
* Cache the results
* Update tests for the util class method
2022-04-13 10:33:28 +00:00
akash-codemonk
2abb7bb822
fix: welcome form getting submitted on pressing enter key ( #12613 )
2022-04-13 15:37:11 +05:30
f0c1s
736c2e024e
feat: git delete branch ( #12681 )
2022-04-13 15:33:23 +05:30
akash-codemonk
73482000a6
chore: search for templates with a given datasource or widgets ( #12434 )
2022-04-13 14:18:40 +05:30
f0c1s
f5796bfa30
fix: git merge tab issues ( #12576 )
2022-04-13 08:47:33 +00:00
Nikhil Nandagopal
ffe795bc5f
Updated Label Config
2022-04-13 13:06:12 +05:30
CommanderRoot
a778a98016
chore: replace deprecated String.prototype.substr() ( #11928 )
...
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr ) so we replace it with slice() which works similarily but isn't deprecated
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-04-13 12:30:38 +05:30
Nikhil Nandagopal
4cd69fe4d8
Updated Label Config
2022-04-13 12:21:14 +05:30
Favour Ohanekwu
b102d32761
fix: show loading state in JS Editor ( #12820 )
2022-04-13 11:47:56 +05:30
Sumesh Pradhan
f973c2d86d
fix: removed redundant func call init_ssl_cert ( #12854 )
2022-04-13 07:56:17 +02:00
Vishnu Gp
ccc25f35f5
code refactoring for empty organization name fix
2022-04-13 11:17:35 +05:30
Anand Srinivasan
8420f6c5fa
fix: Js object - set async tag after all objects are parsed ( #12684 )
...
* set isAsync after all parsing is done
* clean up
2022-04-13 11:07:46 +05:30
Preet Sidhu
19d0db30b0
fix: 12861 trim unnecessary re-render in select widget in server side rendering ( #12865 )
...
* add debounce to search and remove state var
* increase debounce time
2022-04-12 16:31:51 +00:00
Nayan
4819907a34
feat: Add analytics events to track user activation ( #12611 )
...
Adds some attributes to existing analytics events to track user activation.
2022-04-12 20:09:03 +06:00
akash-codemonk
d292075243
fix: template fork button style on safari ( #12202 )
2022-04-12 19:23:57 +05:30
Nikhil Nandagopal
8af3602a5d
Updated Label Config
2022-04-12 19:02:28 +05:30
Rishabh Rathod
136308fd7c
fix: table search text dependency deletion ( #11608 )
...
* Replace BindingPaths with ReactivePaths and remove non-bindable property path from bindingPaths to reduce confusion.
2022-04-12 13:09:26 +00:00
arunvjn
68bca33a55
fix: broken checklist onboarding flow ( #12822 )
2022-04-12 17:03:35 +05:30
Aman Agarwal
21eb88f847
fix: updated default content-type and default body format type ( #11878 )
...
* fix: updated default content-type and default body format type
* fix: updated the cypress test because the default content-type is changed
* fix: update content type on change of http method and update body format type too
* fix: changed cypress test back to previous
2022-04-12 16:43:11 +05:30
Nidhi
b2d356bcce
fix: Fixes connection pool minimum size to 0, also refactored uri related operations ( #12837 )
2022-04-12 16:33:07 +05:30
Nikhil Nandagopal
0a4f45cb07
Updated Label Config
2022-04-12 16:28:45 +05:30
Ankita Kinger
c1e48f7486
feat: Refactor code for SAML integration ( #12700 )
...
* Implemented code splitting of some files for SAML integration
* Implemented code splitting of some more files for SAML integration
* updated redirect url component
* fixed an import statement
* fixed a unit test
* updated restart banner tooltip logic
* updated an import statement
2022-04-12 16:20:01 +05:30
Arpit Mohan
610799f7a7
chore: Migrating Github release workflow to use Buildjet for client build ( #12847 )
2022-04-12 15:46:27 +05:30
Rishabh Rathod
7626d75ccf
fix: remove "Error when determining async func" ( #12683 )
...
- Add logs for debugging
2022-04-12 10:02:02 +00:00
Satish Gandham
76d9f2b9fc
chore: use postgres as datasource for performance tests ( #12689 )
...
* Use postgres as datasource for the golden app
* - Update DB name
* Remove fake API data source from DSL
* Change the app base url
* Update postgress DB details in DSL
* User dev.appsmith.com for testing instead of localhost
Co-authored-by: Satish Gandham <satish@appsmith.com>
2022-04-12 10:01:41 +00:00
Aishwarya-U-R
8f4756c1d1
test: Automated tests for AForce Migration scenarios + Improved TableFilter spec script coverage ( #12534 )
...
* Aforce spec- DefaultSearchText added
* Bug 12228 scripted
* Remove text added
* Aforce - Client Side Search added
* Aforce - adding new issue from modal
* Aforce spec - add new issue fixed
* Aforce spec - update/Delete issue added
* Aforce - multi widget selection fix
* aforce spec - multi select fix
* Aforce - multi select fix
* Aforce - multi select fix
* Removing Table_Filter_spec from ignore files
* MemberRoles locator fix
* member roles locator update
* Tablefilter spec fix
* Aforce spec type fix
* Aforce - search spec
* TableFilter spec fix
* Chartdatapoint fixed
* desc update
* Aforce - skipping table search again
* Removed duplicate spec
* GetNClick improved
* BindTable_api spec fix
* AForce spec fix
* CHartdatapoint spec fixed
* JSObjToListwidget spec fix
* OnPageLoad spec fix
* updates
* TableFilter.ts added
* TableFilter added more scenarios
* TableFilter added more scenarios
* Table_spec failure fix
* TableFilter spec - scenarios added
* AForce Filter case added
* AForce fix
* Aforce filter fix
* Aforce fix
* SelectFromMultiSelect added fix
* Picking msg from message.ts file
* Aforce spec - Added wait
* Aforce - filter spec fix
* JSONload messages update
2022-04-12 15:31:22 +05:30
Tolulope Adetula
89fcc414e3
fix: remove internalKeys from Selected row and Triggered row ( #12655 )
2022-04-12 10:01:03 +00:00
Nikhil Nandagopal
ea71e5844e
Updated Label Config
2022-04-12 14:18:21 +05:30
Trisha Anand
85ebed6d5e
Merge branch 'master' into release
2022-04-12 14:06:53 +05:30
Nikhil Nandagopal
9b6f0c4340
Updated Label Config
2022-04-12 13:08:24 +05:30
Nikhil Nandagopal
28ac5a5aaf
Updated Label Config
2022-04-12 12:34:20 +05:30
haojin111
c32ca69a91
fix: 12456, 12420, 12422 on reconnect modal issues ( #12569 )
...
* fixed-12456 gsheet auth issue
* fixed - 12420 save button functionality failed
* fixed - 12422 datasource selection issue
* fixed issue of gsheet authentication
* fixed comments point
* fixed 12511: typo issue
* fixed cypress test import and export
2022-04-11 23:00:29 +05:30
Ayangade Adeoluwa
5bc414082a
fix: Fix app crash on arrow down in where clause ( #12801 )
...
* Fix app crash on arrow down in where clause
* Makes sure first index is not omitted
2022-04-11 17:02:56 +00:00
Ayangade Adeoluwa
8bdcbec9f1
fix: Fix google sheets datasource options ( #12773 )
2022-04-11 20:29:13 +05:30
Tolulope Adetula
52a51b882c
fix: select widget virtualization not rendering first top items ( #12768 )
...
* fix: select widget virtualization
* fix: use max height of renderMenuItem
* fix: make height a constant
* fix: variable name
* fixed spec
Co-authored-by: Ashit Rath <ashit@appsmith.com>
2022-04-11 18:20:01 +05:30
Nidhi
e36b352a42
fix: Conversion logic for expires in field ( #12781 )
2022-04-11 11:27:24 +00:00
haojin111
6e63290477
fix: 12338 - postgres datasource default configure on reconnect modal ( #12503 )
...
* updated logic of form initialization on reconnect datasource modal
* fixed cypress test
* fixed cypress test
2022-04-11 16:53:52 +05:30
Vishnu Gp
2c24050bf9
Added comments and test case for empty organization name fix
2022-04-11 16:27:31 +05:30
Ankita Kinger
65ffb56f34
chore: Improve the UI for restart banner on admin settings page ( #12580 )
...
* improved the UI for restart banner on admin settings page
* implemented suggestions from PR
* retrying to restart server on button click
* updated colors getting used
* implemented PR suggestions
* fixed cypress test failure
2022-04-11 14:12:06 +05:30
Anagh Hegde
f9df59f02b
Handle empty repo during git import with proper error message ( #12752 )
2022-04-11 12:29:18 +05:30
Abhijeet
8dd6bc8d4c
fix: After cloning the page with JSObject creating a new branch copies all the JSObject in a single page ( #12743 )
2022-04-11 07:42:09 +02:00
Vishnu Gp
1826f3dfef
Fix empty organization name
2022-04-11 10:53:38 +05:30
akash-codemonk
d100cac0ec
fix: fork app button not opening the fork modal for non-signed in users ( #12479 )
2022-04-11 10:44:50 +05:30
Leo Thomas
f8cc2f5e54
fix: add support for reading DBRef type in Mongo plugin ( #12670 )
...
* DBRef fix with codec
* Added code comments regarding custom codec implemented
* Added Unit Test for Mongo DBRef
Co-authored-by: Leo Thomas <leoweb2010@gmail.com>
Co-authored-by: Sumit Kumar <sumit@appsmith.com>
2022-04-11 09:38:17 +05:30
NandanAnantharamu
db2310bef7
test: Commands file organised ( #12533 )
...
* Commands file seggregated
* updated support file
* updated common method
* updated the support files
* Updated imports
2022-04-11 09:00:37 +05:30
Rishabh Rathod
5c7a0105de
fix: react overlay issue ( #12742 )
2022-04-10 18:02:57 +05:30