-
Notifications
You must be signed in to change notification settings - Fork 2
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
Provide the ability to upload patches #78
Labels
Milestone
Comments
ChiuchiuSorin
added
Type: New Feature
New feature or request
Milestone Feature
New features suggested for Admin Tools
labels
Mar 7, 2024
No longer needed as #79 is not viable. |
github-project-automation
bot
moved this from Todo
to Done
in ProAppsRoadmapJune-July2024
Aug 6, 2024
reopening in order to support upload only, without restart |
ChiuchiuSorin
added a commit
to ChiuchiuSorin/application-admintools
that referenced
this issue
Oct 10, 2024
* created upload job request and status * renamed HealthCheckResult to CustomJobResult and HealthCheckResultLevel to CustomJobResultLevel * created a new rest endpoint for package upload with the role of instantiating a job with the given reference and time stamp * added a new endpoint to ServerInfo interface for retrieving the XWiki installation path * implemented the logic of package archive upload which includes: original file search and backup creation, batch file save (file replacement), batch backup restore in case of an error * created the ImportPackage page for user interface * created the hidden PackagesStore for archive storage * created liveData table for saving a package and starting the upload process * created liveData table (with PackagesJSON document) for showing the already uploaded packages * created a template for executing and showing the progress of a package upload * code refactoring * added transalations
ChiuchiuSorin
added a commit
to ChiuchiuSorin/application-admintools
that referenced
this issue
Oct 10, 2024
* remove packagesStore document
ChiuchiuSorin
added a commit
to ChiuchiuSorin/application-admintools
that referenced
this issue
Nov 20, 2024
* refactored CustomJobResult to JobResult * refactored CustomJobResultLevel to JobResultLevel
ChiuchiuSorin
added a commit
to ChiuchiuSorin/application-admintools
that referenced
this issue
Nov 29, 2024
* added unit tests for UploadJob * refactored UploadJob in UploadJob and UploadJobFileProcessor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Create a modal that allows the user to upload patches to the XWiki instance.
The text was updated successfully, but these errors were encountered: