-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 24738 push files #25164
Issue 24738 push files #25164
Conversation
dotCMS/src/main/java/com/dotcms/rest/api/v1/asset/AbstractFileUploadParamsJson.java
Outdated
Show resolved
Hide resolved
In general we have some security stuff for upload file on the temp api |
… into issue-24738-push-files
dotCMS/src/main/java/com/dotcms/rest/api/v1/asset/WebAssetResource.java
Outdated
Show resolved
Hide resolved
dotCMS/src/main/java/com/dotcms/rest/api/v1/asset/WebAssetResource.java
Outdated
Show resolved
Hide resolved
dotCMS/src/main/java/com/dotcms/rest/api/v1/asset/WebAssetResource.java
Outdated
Show resolved
Hide resolved
...integration-test/java/com/dotcms/rest/api/v1/asset/AssetPathResolverImplIntegrationTest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fabrizzio-dotCMS you should include your new tests to the MainSuite2b as well. The way tests are executed was modified for performance reasons
… into issue-24738-push-files
…ed with contentlet_version_info
… into issue-24738-push-files
* #24738 * #24738 pusg files * #24738 * #24738 * #24738 * #24738 file asset download endpoint * #24738 save point * #24738 fixes * #24738 fixing 404 * #24738 fix bug on pull * #24738 adding delete support + tests * #24738 adding doc * #24738 adding doc * #24738 many fixes bringing versions + initiating delete endpoint work * #fix postman * #24738 fix in tests * #24738 remove unnecessary class * #24738 fixing sub folder dups + IT for rchive and delete * #24738 fix conflict * #24738 archive file postman test * #24738 fix retrieving file versions * #24738 feedback * #24738 improve finding all versions * #24738 no dont to filter live or worrking if we get our versions joined with contentlet_version_info * #24738 order tests * #24738 change on the field we use to get to the asset * #24738 * #24738 solve conflict
Proposed Changes
🤖 Generated by Copilot at a8399fb
The pull request adds new features and tests to the browser API and the web asset resource. It allows filtering folder content by file name, language, and status, and managing assets via the REST API. It also refactors some classes and adds javadoc comments and annotations. The main files affected are
BrowserAPIImpl.java
,WebAssetResource.java
,AssetPathResolver.java
, and their corresponding test classes.🤖 Generated by Copilot at a8399fb