Nayan
12dfef1578
fix: Test failing for theme name change ( #13663 )
...
Fixes a failing junit test due to theme name change.
2022-05-10 10:59:20 +06:00
Anagh Hegde
4db07f88b4
Fix test failures ( #13306 )
2022-05-09 13:17:20 +00:00
Abhijeet
9aa4bd104a
fix: Missing pluginId issue for datasource during the import flow if destination org don't have sepcific plugin installed ( #13487 )
...
* Fix missing pluginId issue for datasource
* Refactor assertion
* Update error message
2022-05-06 15:08:06 +05:30
Abhijeet
ad4772f5ea
fix: Improve git error logging ( #13580 )
...
* Add appropriate error type
* Fix warnings
* Update repo not found exception
2022-05-06 10:57:35 +05:30
Abhijeet
ecb3904680
chore: Add analytics event for SSH key generation ( #13505 )
2022-05-05 15:52:30 +00:00
Vishnu Gp
f23077285b
Merge pull request #13570 from appsmithorg/feat/analytics-events-for-authentication-methods
...
Chore: Functional breakdown for authentication analytics feature
2022-05-05 20:14:48 +05:30
Nidhi
dc70220a2f
fix: Throw error when trying to import a cURL command that has a subshell in it ( #13558 )
2022-05-05 11:08:17 +05:30
Vishnu Gp
21f5447e40
Functional breakdown for authentication analytics feature
2022-05-04 20:39:03 +05:30
Abhijeet
9fc9f7a774
chore: Commit application files during the connect flow ( #12288 )
...
* Commit application files during the connect flow
* Refactor detach remote method name
* updating connectToGitRepo method
* fix git tests
* Update default dsl to remove uncommitted changes for bottomRow and pathlist
* updating git cypress tests
* fixed git bug spec cypress test
* enabled other test case
* with store test
* fixed comment
* closing git sync modal
* updated test logic
Co-authored-by: Parthvi Goswami <parthvigoswami@Parthvis-MacBook-Pro.local>
Co-authored-by: Parthvi12 <80334441+Parthvi12@users.noreply.github.com>
Co-authored-by: haojin111 <haojin828@outlook.com>
2022-05-04 12:27:07 +05:30
Vishnu Gp
acca123872
Merge pull request #13462 from appsmithorg/feat/analytics-events-for-authentication-methods
...
Feat: Added analytics events for GitHub and Google Auth
2022-05-03 19:51:39 +05:30
Anagh Hegde
75a326470c
fix: Add null check for createdAt field in analytics event ( #13491 )
...
* Add null check for createdAt field
* send empty value
2022-05-03 11:42:34 +05:30
Anagh Hegde
d274fa3974
fix: Optimize flow to maintain page order during export-import ( #13401 )
...
* Use map isntead of sorting list
* Refactor
Co-authored-by: Abhijeet <abhijeet@appsmith.com>
2022-05-03 11:42:22 +05:30
Nayan
e9b1108e47
fix: Set default theme when application is exported ( #13321 )
...
When application is exported and it does not have a theme set, a NullPointerException was raised in that case. This PR fixes that by returning the default theme when theme is missing.
2022-04-30 01:41:08 +06:00
Vishnu Gp
a8fa0b7465
Added analytics events for GitHub and Google Auth
2022-04-29 19:18:24 +05:30
Anagh Hegde
3e3a32604a
fix: Git connected Application forking should use default branch application ( #13255 )
...
* Application forking use default branch application
* refactor changes
* Update the permission
2022-04-29 19:05:23 +05:30
Anagh Hegde
0653f657cf
Merge pull request #13262 from appsmithorg/bug/duplicate-app-git-connected
...
fix: For git connected apps duplicate should use default branch resources
2022-04-29 15:01:50 +05:30
Nayan
501fb1c1ed
feat: Delete theme when application is deleted ( #13252 )
...
This PR archives the related themes when an application is deleted aka archived.
2022-04-29 12:38:09 +06:00
Anagh Hegde
4a19f83a42
Merge branch 'release' into bug/duplicate-app-git-connected
2022-04-29 11:43:45 +05:30
Anagh Hegde
2c484d5538
fix: Unable to see apps in home page after git connect fails ( #13387 )
2022-04-28 16:43:53 +05:30
Pawan Kumar
0aec29d837
update theming config
2022-04-28 16:00:03 +05:30
Pawan Kumar
6052600d0b
update theming config
2022-04-28 15:58:51 +05:30
Anagh Hegde
a768bb5eb7
Merge branch 'release' into bug/duplicate-app-git-connected
2022-04-27 12:31:23 +05:30
Anagh Hegde
456b5b94ef
fix: Page order sequence for git import ( #13126 )
...
* Added page sequence to metadata
* Update test resources
* Add null check for the pageOrder List
* FIx NPE
* Add logic to handle page order for deployed version
* Add tests for the page order
* Add null check for published pages
* Fix unpublished page names getting added in the order list for published
* update the variable name
* Use published page order in tests for published view
* Fix NPE
2022-04-27 11:45:40 +05:30
Nidhi
10f83ef698
fix: Throw error on trying to access non-existent unpublished action ( #13210 )
...
* fix: Throw error on trying to access non-existent unpublished action
* Fixed NPE at copy policies from page to action
2022-04-26 20:04:14 +05:30
Sumit Kumar
7e9eb58f03
fix: fix action objects missing plugin id and plugin type info in database ( #13263 )
...
* add plugin id and type info to action object if found missing
* this fix is currently added to the read and update action flows
2022-04-26 16:51:30 +05:30
Abhijeet
b88cdacc7d
Fix npe and duplication for JSObject during clone application ( #13297 )
2022-04-26 13:13:58 +05:30
Anagh Hegde
838b45a8f5
Add branchName check for the clone
2022-04-25 14:24:04 +05:30
Anagh Hegde
94ba542606
use default branch app for clone operation
2022-04-25 14:18:17 +05:30
Nayan
0a038e714f
feat: added page names to the templates meta data ( #12786 )
...
Adds page names to templates meta data
2022-04-22 12:58:35 +06:00
Nayan
c4ee44de15
feat: log template app name to analytics service when template is forked ( #12972 )
...
Logs application template name to analytics service when template is forked.
2022-04-22 11:40:32 +06:00
Vishnu Gp
534bdd93b2
fix: Add validation for Git URLs on server ( #13182 )
...
This PR adds a backend validation for git URLs on the backend side. Plus added some more test cases for URLs
2022-04-22 07:23:13 +05:30
Nayan
6889882088
feat: updated download template App API to download from cloud services ( #12311 )
...
Update download json file API so that it downloads via cloud services
2022-04-22 00:19:46 +06:00
Nayan
15394207a5
feat: Add API to get template filters ( #12969 )
...
Adds a new API to get available filters for application templates from Appsmith cloud services. It acts as a proxy to the API.
2022-04-21 15:52:27 +06:00
Abhijeet
3a22cda148
Add index for git ( #13133 )
2022-04-21 11:10:41 +05:30
Vishnu Gp
cfb7fc4b94
fix: git remote SSH url for Azure | BE ( #12933 )
...
Users were not able to add Git SSH URLs from some providers. This fixes the BE aspects of this issue.
2022-04-20 14:47:02 +05:30
Pawan Kumar
a5e32c8083
chore: Update theming default themes configs ( #13117 )
...
* theming config update
* add progress bar
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2022-04-20 12:08:35 +05:30
Anagh Hegde
ecb08a4918
Add logic to change default branch for git connected application ( #11549 )
...
We are opening the appsmith default application when the user clicks on edit. But when the app is connected to git we should always bring up the default application of the default branch.
2022-04-19 19:43:23 +05:30
Abhijeet
cebccc5401
Fix issues in git flows when pages don't have reference in application object ( #13040 )
...
As a part of git-directory update we have introduced a bug where if the entity names includes the - we were not able to filter the entities in the individual page directory. This commit introduces a new name-seperator to avoid such issues.
2022-04-19 17:25:11 +05:30
Anagh Hegde
f9fee48c14
Remove feature flag for git import ( #12909 )
2022-04-18 16:36:59 +05:30
Anagh Hegde
4b8646dd05
Handle logic to delete the application during git delete branch flow ( #12986 )
2022-04-18 15:24:40 +05:30
Abhijeet
a12750b536
feat: Update directory structure for git-sync to mimic UI ( #11705 )
...
* File migration for git
* Testcases added
* Comments added
* Update the action file names to keep unique constraints
* Separate out the theme from metadata
* Update server version to convey the file migration
2022-04-14 23:35:08 +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
Vishnu Gp
ccc25f35f5
code refactoring for empty organization name fix
2022-04-13 11:17:35 +05:30
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
Nidhi
e36b352a42
fix: Conversion logic for expires in field ( #12781 )
2022-04-11 11:27:24 +00:00
Vishnu Gp
2c24050bf9
Added comments and test case for empty organization name fix
2022-04-11 16:27:31 +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