-
Notifications
You must be signed in to change notification settings - Fork 21
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
Feature/package registry #285
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…hold - no way found to collect the set of available registries
…ous to the existing implementation - working tree - work in progress
# Conflicts: # corepckg/pom.xml # nodes4aem/pom.xml # package/setup/pom.xml # pom.xml
# Conflicts: # corepckg/pom.xml # nodes4aem/pom.xml # package/setup/pom.xml # pom.xml
# Conflicts: # package/setup/pom.xml
# Conflicts: # commons/pom.xml # console/pom.xml # corecfg/pom.xml # jslibs/pom.xml # osgi/pckginstall/pom.xml # osgi/pom.xml # package/aem/pom.xml # package/commons/pom.xml # package/console/pom.xml # package/jslibs/pom.xml # package/pckgmgr/pom.xml # package/pom.xml # package/setup/bundle/pom.xml # package/setup/hook/pom.xml # package/setup/pom.xml # package/sling/pom.xml # package/usermgr/pom.xml # pckgmgr/pom.xml # pckgmgr/src/test/bundle/pom.xml # pckgmgr/src/test/package/pom.xml # pckgmgr/src/test/pom.xml # pom.xml # setup/pom.xml # setup/slingfeature/pom.xml # setup/util/pom.xml # test/pom.xml # usermgr/pom.xml
* develop: (23 commits) Browser components: creation of base component derived from 'overlay' fixed Update build.yml Update build.yml Update build.yml no additional XSS filtering in URL construction next development iteration Update build.yml Create build.yml Nodes Browser - Query: more configurable properties for export templates enable deploy for travis to have snapshots in the artifactory Set dependency handling of PackageJobExecutor to BEST_EFFORT to observe package dependencies somewhat without not being backwards compatible next development iteration release composum-nodes-2.6.2 Nodes feature extracts project Nodes Browser - Query: small fixes, some more templates, text search simplification, configurable properties for export templates user manager - affected paths filter for the embedded paths view user manager - affected paths filter for the separable users graph view remove obsolete exec-maven-plugin version numbers include login admin whitelists into features (but use composum-nodes-config for the configuration of the login admin whitelist) create slingosgifeature attachments for all bundles ...
…forbidden by new tag attribute close="false"
* develop: next development iteration release composum-nodes-3.4.2 - AEM asset view enhancements video and pdf support for the browsers AEM asset view - embdded PDF view od Asset node level video and pdf support for the browsers AEM asset view enable Github Actions build next development iteration release composum-nodes-3.4.1 - POST servlet restrictions dedicated message support for failed requests due to service restrictions default ranking for the POST servlet restrictions filter adjusted rollback to a separated POST servlet restrictions filter to ensure that this filter is not active without a configuration but the restrictions service is always available servlet filter to restrict the Sling POST Servlet operations embedded in the restrictions service healt check status request adjusted some debugutils improvements, especially as needed for AEMaaCS 'authorizable' restriction option for restriction condition improve logging for ResourceUtil.getReferredResource next development iteration release composum-nodes-3.4.0 - refactored login / logout handling node policy path check fixed preparation of release 3.4.0 - refactored login / logout handling reload on enter added to display view
…not be ignored java:S2142
…reate action for Registry
… be present if we are in registry mode
Choosing /mnt/something has been working for me, but Ralf had trouble, so we don't officially recommend that.
# Conflicts: # pckgmgr/src/main/resources/root/libs/composum/nodes/pckgmgr/dialogs/pckg-create.jsp # pckgmgr/src/main/resources/root/libs/composum/nodes/pckgmgr/dialogs/pckg-delete.jsp
…nfusing it with something they need to debug their client libraries
There are now some fixes to allow packages without version numbers, and for the tree on package insert. In my opinion we could and should merge that, as a kind of MVP with the absolutely required functionality, before we do any extensions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This implements a first version of a package manager for the newer PackageRegistry #203 . Since the PackageRegistry does not provide all the functionality of the package manager (specifically, something like create, edit and build a package from the content on the server is missing), we duplicate this - there is the "old" JcrPackageManager based interface in parallel with the "new" PackageRegistry interface.