-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
[WIP] Update Manager Refactor #1259
Draft
jaxwilko
wants to merge
66
commits into
wip/support-uploading-packages
Choose a base branch
from
wip/support-uploading-packages-update-manager-changes
base: wip/support-uploading-packages
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 1 commit
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
f698d3a
Init wip
jaxwilko 9546fbd
Work in progress... do not try and run it :(
jaxwilko abdb18f
Added winter/packager + ovberrides and bumped php version
jaxwilko b80e34f
Added wip
jaxwilko ac5733c
Added fix to allow install to create files
jaxwilko b22d11b
Added objects for source types
jaxwilko 6c4bbe8
WIP
jaxwilko 5d705b9
Added wip
jaxwilko db52bcd
Added fix for installing specific package
jaxwilko f250393
Added abstract stubs
jaxwilko be09f6c
Added support for updating composer plugins
jaxwilko d9830f3
Added wip
jaxwilko 2c1d4ca
Migrated core code to storm
jaxwilko 68721cf
Added wip
jaxwilko dd3fc6c
Added wip
jaxwilko 644052f
Moved commands into directories
jaxwilko 69b11d8
Refactored stuff
jaxwilko fc7e32a
Added theme extension logic
jaxwilko 1391495
Added market place support
jaxwilko a1b7c3a
Added plugin code detection from path using child process
jaxwilko 312e6bd
Added support for installing from arbitary paths
jaxwilko 56ead48
Added theme successfully installed message
jaxwilko f4b67bb
Added plugin successfully installed message and fixed no updates requ…
jaxwilko 19a09cd
Added more messages to improve ux
jaxwilko 8593b0b
Added wip
jaxwilko e6dc1ad
Hooked up old update checker ui with new update system
jaxwilko 4e1f7e8
Update composer.json
LukeTowers 43bbaf2
Moved stubs for create commands
jaxwilko fced1de
Added better reporting for module upgrades
jaxwilko f144fda
Removed stubbed function as implemented in parent class
jaxwilko bc61e32
Added default return
jaxwilko 1d268b0
Added fix to ensure upgrades succeed for uninstalled plugins
jaxwilko 62ec335
Added fix for reporting
jaxwilko bfc3cd1
Added support for preserving modules
jaxwilko 9fa2063
Removed call to setOutputNotes
jaxwilko ebd5d2d
Added fixes for tests
jaxwilko c2b62c2
Merge branch 'wip/support-uploading-packages-update-manager-changes' …
jaxwilko 9395f2b
Removed packager from winter deps
jaxwilko 9a5055f
Added style fixes
jaxwilko bb953e9
Reverted php requirement change
jaxwilko 43acf5c
Added findThemesInPath method
jaxwilko 5de0809
Added method for unpacking a zip and returning all sources inside
jaxwilko e3aeefa
Fix typo
LukeTowers 729e46e
Moved logic into parent
jaxwilko 6900cae
Merge branch 'wip/support-uploading-packages-update-manager-changes' …
jaxwilko d8d9850
Apply suggestions from code review
jaxwilko 4e33930
Added notice when cms.disableCoreUpdates is enabled
jaxwilko db75757
Removed misleading comment
jaxwilko c8bbe35
Added fix to refer to property instead of method
jaxwilko 8da2212
Added use of plugin manager to check for plugin code
jaxwilko f950ce3
Removed old update manager
jaxwilko 16a4841
Removed incorrect imports
jaxwilko f9773db
Removed unused class
jaxwilko 1120f01
Made plugin guessing even simplier
jaxwilko 09a7a88
Apply suggestions from code review
jaxwilko d328417
Wip
jaxwilko 9d27012
Update modules/system/controllers/updates/assets/src/components/Produ…
LukeTowers bd3ce1e
Update modules/system/controllers/updates/_install_plugins.php
LukeTowers a8540d0
Moved eslint to prevent compiled js being linted
jaxwilko 8959acd
Merge branch 'wip/support-uploading-packages-update-manager-changes' …
jaxwilko d75512c
Added fix for eslint ignore
jaxwilko dbbda7c
Report missing version.yaml as no update rather than failed update
jaxwilko f062d51
Added fix for eslint
jaxwilko a1c5214
Added compiled js
jaxwilko 22aaef0
Re-added old updates.js file
jaxwilko 60a7089
Added install support for plugins
jaxwilko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
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.
Any way for this to be loaded via the ASSET_URL?