-
-
Notifications
You must be signed in to change notification settings - Fork 771
UI for management of upgrades #6779
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
Conversation
Dnn.AdminExperience/ClientSide/Servers.Web/src/components/Body/Body.jsx
Outdated
Show resolved
Hide resolved
Dnn.AdminExperience/ClientSide/Servers.Web/src/components/Tabs/Upgrades/UpgradeRow.tsx
Show resolved
Hide resolved
Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Common/Extensions.cs
Outdated
Show resolved
Hide resolved
Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/UpgradesController.cs
Outdated
Show resolved
Hide resolved
Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/UpgradesController.cs
Outdated
Show resolved
Hide resolved
Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/UpgradesController.cs
Outdated
Show resolved
Hide resolved
Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/UpgradesController.cs
Outdated
Show resolved
Hide resolved
Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/UpgradesController.cs
Outdated
Show resolved
Hide resolved
Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/UpgradesController.cs
Outdated
Show resolved
Hide resolved
Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/UpgradesController.cs
Outdated
Show resolved
Hide resolved
|
This is looking great, thanks @donker! |
|
I apologize as I am a bit late to the party on this one. Would it be possible to add a |
We could. I've just added an issue describing my thought process around why we shouldn't in this issue: #6782 I'd love to hear your thoughts on this. |
I may have typed this up too quickly to make clear my hope. I am more concerned about who is able to do this - not so much that it can/cannot be done. Adding the UI makes it more obvious this is a feature. I'd just like the ability to make it a "hidden" feature and not exposed in the UI. |
|
From the DNN tech meeting 28 Oct. Todo:
|
…load of install packages" This reverts commit 0c6f8a1.
…into upgrades-ui
Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/UpgradesController.cs
Outdated
Show resolved
Hide resolved
Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/UpgradesController.cs
Show resolved
Hide resolved
…he minimum DNN version to install from and the upgrade file filter
…sController.cs Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
mitchelsellers
left a comment
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.
Just a few questions
Since version 10.1 we have the ability to upgrade DNN by dropping an upgrade DNN package in the folder App_Data/Upgrade. The UI for this was the change of the upgrade button under the DNN logo top left. This PR creates a tab on the servers panel to manage these upgrades.
Features