-
Type: Feature
-
Status: Done
-
Priority: Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.19.0
-
Component/s: appng-core
-
Labels:None
- extend element getPackagesRequest in appng-repository.xsd with an optional element package-name of Type xs:string
- extend org.appng.core.model.Repository with a method Packages getPackages(String packageName) throws BusinessException;
- extend org.appng.core.model.RepositoryCache with a method List<PackageWrapper> getApplications(String packageName) throws BusinessException;
- should support wildcard matches like some*-application*, if no wildcard is contained in search string, the package must just contain the search string
- blocks
-
MGR-58 Support searching/filtering package name of a repository
- Done