Arpit Mohan
80516658b4
Release v1.6.24
2022-05-03 16:14:15 +02:00
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
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
aa4c3fe953
fix: Unable to see apps in home page after git connect fails ( #13387 )
2022-04-28 17:17:50 +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
Rimil Dey
0da092baa7
Merge branch 'master' into promotion-release-1-6-22
2022-04-26 17:55:31 +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
Nidhi
21b6936f86
fix: Fixed compile time errors
2022-04-25 14:44: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
Abhijeet
56998d77d5
Add index for git ( #13133 )
2022-04-22 18:31:52 +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
Abhijeet
75cfe8df5b
fix: Fix clone page issue where JSObjects are not showing up in destination page when application is connected to git ( #12723 )
2022-04-09 13:53:28 +00:00
Anagh Hegde
e386c594fe
fix: Maintain page order during file import ( #12698 )
...
* Add logic to order page after creating
* Add test to check if the page order is same as the json file during the import
2022-04-09 11:15:45 +05:30
Anagh Hegde
f9f689af69
fix: Current branch delete exception in delete branch API ( #12699 )
...
* Handle current branch delete exception
* Updated error message
* Update error message
2022-04-08 18:28:43 +00:00
Anagh Hegde
737680bb9b
fix: Reset of isPublic flag during git merge operation ( #12703 )
...
* do not update the isPublic flag during git operation
* Add tests
* update the comments
2022-04-08 14:35:20 +05:30
arunvjn
fabfb65a4f
chore: Parallelise feature flags and user info API ( #12263 )
2022-04-07 23:27:32 +05:30
Nikhil Nandagopal
1d27c951de
Reverted to older template file
2022-04-07 12:14:41 +05:30