arunvjn
bdcc99b53b
chore: Hides update button when there are no pending updates. ( #13152 )
2022-04-21 18:44:10 +05:30
albinAppsmith
978f1d3cd1
chore: Added margin bottom for sign posting checklist footer ( #12884 )
2022-04-21 11:44:34 +05:30
arunvjn
c925bf2efd
fix: scroll to active entity in explorer on route change ( #13085 )
...
* Scroll to active entity in explorer on route change
* Removes scroll animation
* Open modal via entity explorer
* Try tonavigate to canvas only in edit mode
* Added cypress to assert modals' presence when triggered from the API page.
2022-04-20 21:55:55 +05:30
rahulramesha
98f6a3fede
move reflow out of beta ( #12746 )
2022-04-20 18:33:30 +05:30
Aman Agarwal
356cdfffab
fix: changed prop drilled fn to class fn, avoided array prop ( #12788 )
2022-04-20 15:56:27 +05:30
rashmi rai
bb5d7159c6
Always show advanced settings in rest api editor ( #12927 )
2022-04-19 12:03:27 +05:30
Ayangade Adeoluwa
a4d22b3d13
Handle stringified json response and fix alignment issue ( #12886 )
2022-04-14 12:53:07 +05:30
Rishabh Rathod
ee76cabb96
chore: fix Key missing error in Boxed component ( #12912 )
2022-04-14 06:31:50 +00:00
arunvjn
b7aff3c38b
chore: Parallellise fetch page call with actions, jsObject and plugins ( #12537 )
2022-04-14 10:16:17 +05:30
f0c1s
736c2e024e
feat: git delete branch ( #12681 )
2022-04-13 15:33:23 +05:30
f0c1s
f5796bfa30
fix: git merge tab issues ( #12576 )
2022-04-13 08:47:33 +00:00
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
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
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
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
8bdcbec9f1
fix: Fix google sheets datasource options ( #12773 )
2022-04-11 20:29:13 +05:30
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
Aswath K
7aba7772e2
fix: invisible icon in panel ( #12610 )
2022-04-10 00:01:37 +05:30
Ayangade Adeoluwa
bc8d885813
feat: Response view switcher for all action editors ( #9629 )
...
* Response view switcher for all action editors
* fixes prettier issue
* adds correct type to responseDataTypes property
* fix some more conflicts
* Try a new multi switch component
* Revert multiswitch changes
* Adds finishing touches
* remove warnings
* Fixing bugs, reusing logic
2022-04-08 16:32:34 +00:00
arunvjn
7f4a190657
chore: Added analytics for manual upgrade and adds redirection ( #12707 )
2022-04-08 20:27:19 +05:30
Favour Ohanekwu
dcddf4cb86
chore: Add data property in entity explorer as part of "show bindings" ( #12590 )
...
* include JSAction data in show-bindings
2022-04-07 21:37:03 +01:00
arunvjn
fabfb65a4f
chore: Parallelise feature flags and user info API ( #12263 )
2022-04-07 23:27:32 +05:30
Arsalan Yaldram
461f35380b
Merge pull request #12546 from appsmithorg/fix/10319-select-api-response
...
fix: Disable CTRL+A to select all widgets on Api / Datasource Pane.
2022-04-07 21:51:10 +05:30
f0c1s
0ad66f27bd
fix: introduce new regexp for remote url validation ( #12004 )
...
* fix: introduce new regexp for remote url validation
* chore: add tests and refactor
* fix: failing cypress test
2022-04-07 16:19:28 +00:00
Ayangade Adeoluwa
a210d67e55
feat: Refactor SaasEditor page ( #12559 )
...
* Refactor SaasEditor page
* Remove unused variables
* Fixes query form issue with google sheets
2022-04-07 16:18:49 +00:00
f0c1s
ecb6b4457e
feat - remove horizontal rule from git branch list ( #12614 )
2022-04-07 16:18:14 +00:00
arunvjn
03b46483dc
fix: 404 on apps with names that start with api, login or oauth ( #12619 )
2022-04-07 07:39:15 +02:00
Ankita Kinger
253b90e595
chore: Add some cypress tests for Admin settings page ( #12542 )
...
* added few cypress tests for admin settings page
* uncommented some cypress tests
* updated PR based on suggestions in comments
2022-04-05 18:00:57 +05:30
Aman Agarwal
342206e8e4
fix: added a null check for datasourceConfiguration to refer url key ( #12575 )
2022-04-05 17:00:52 +05:30
Arsalan
589bdfc074
fix: Fixed jest test case and added cypress case
2022-04-05 14:42:41 +05:30
Arsalan
01539dd52d
Merge branch 'release' into fix/10319-select-api-response
2022-04-04 18:06:17 +05:30
f0c1s
057817d393
feat: migration changes hint ( #12071 )
...
* Initial changes
* feat: adding new icon and refactoring
* feat: add text and test ids
* chore: add tests
2022-04-04 17:11:49 +05:30
arunvjn
0d7b9df3bd
chore: Changing the clean URLs update description in product updates modal ( #12408 )
2022-04-04 16:02:51 +05:30
Arsalan
b0869f4d93
fix: Disable CTRL+A to select all widgets on Api Pane.
2022-04-04 13:48:05 +05:30
Aswath K
ead200859c
feat: Make property title not focusable with keyboard ( #12489 )
2022-04-03 18:44:30 +02:00
f0c1s
e69e6e0670
test: Fix failing git sync tests ( #12488 )
2022-04-01 16:55:56 +05:30
Ayangade Adeoluwa
4c2b4529c5
fix: Fixes issue with initial values ( #12441 )
...
* Fixes issue with initial values
* Allow empty commit
2022-04-01 08:06:46 +01:00
Ayangade Adeoluwa
3f2b87b044
Fix issue with oauth2 save and authorize button ( #12447 )
2022-03-31 18:59:05 +01:00
Ankita Kinger
165c911612
chore: Added jest tests for admin settings form fields ( #12413 )
...
* added unit test case for tag input field on admin settings page
* added test case for text input component
* added test cases for toggle, accordion and disconnect service components
* added remaining unit test cases related to admin settings
* removed unused imports
2022-03-31 20:05:01 +05:30
Abhinav Jha
2cd7dc9d88
Remove all references to WidgetIcons, as the icons now come from the individual widget folders ( #12334 )
...
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-03-31 10:07:37 +00:00
Favour Ohanekwu
5b52405210
Support evaluated value in nested property paths ( #12341 )
2022-03-30 14:28:19 +01:00
Ayangade Adeoluwa
1cd8dde12c
feat: uses codemirror to display query results ( #11312 )
...
* uses codemirror to display query results
* Add finishing touches to codemirror component
Co-authored-by: Adeoluwa Ayangade <adeoluwaayangade@Adeoluwas-MacBook-Pro.local>
2022-03-30 13:12:15 +00:00
akash-codemonk
9cbabfb028
chore: Remove limit update step in guided tour ( #11475 )
2022-03-30 18:41:41 +05:30
Ayangade Adeoluwa
5e8a425038
feat: Revamp datasource form buttons ( #11924 )
...
* Revamp datasource form buttons
* Fix issues
* Use default values for individual form plugin
Co-authored-by: Adeoluwa Ayangade <adeoluwaayangade@Adeoluwas-MacBook-Pro.local>
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-03-30 13:11:25 +00:00
haojin111
8ded371162
fixed issue of redirecting with one oauth authentication
2022-03-30 14:37:34 +08:00
haojin111
b265ac2fd5
fixed redirection on google authorisation in reconnect modal ( #12350 )
...
Co-authored-by: arunvjn <arun@appsmith.com>
2022-03-29 22:24:30 +05:30
haojin111
d3265437e6
fix: 12248, 12249, 12252 - issues of reconnect datasource modal ( #12287 )
...
* fixed issue of test button function on reconnect modal
* fixed issue of scrolling hiden in authenticated api on reconnect modal
* fixed issue of scrolling rest api datasource form
2022-03-29 17:26:29 +05:30
Pawan Kumar
e7498f2808
change container height to 100vh ( #12317 )
...
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2022-03-29 15:13:02 +05:30
arunvjn
23c12f4afc
fix: URL slugs in duplicate, import and export operations. ( #12283 )
...
* Persists modal to show info when update is in progress
2022-03-28 18:30:05 +00:00