Upgrade to upstream v1.13.0#5
Merged
Merged
Conversation
…dir-extraction empty folders in uploaded artifacts should be preserved
…l#328) * bugfix: gather pending directories and chown after creation on file write * bugfix: chowning for archive compression
old fix restated the tree with pendingdirs to guess what touch would make now ufs mkdirall returns what it actually created so write createdirectory and archive extract all chown new parents through one helper also stops dropping the mkdir errors and fills in the mkdirall test
Merges pterodactyl/wings develop (v1.13.0, 6a7fc51) into our develop. Resolved the import-path conflict in server/config_parser.go to keep the github.com/Rene-Roscher/wings module path (and add the new parser import). Added a v1.13.0 CHANGELOG entry mirroring the upstream release notes.
Closed
v1.13.0 changed UnixFS.MkdirAll to return the directories it created so callers can chown them (pterodactyl#328). Update the backup restore path to the new two-value signature and chown each created directory to the server user, preserving that fix for restored directories instead of leaving them owned by the user Wings runs as.
This file contains hidden or 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
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.
Merges upstream
pterodactyl/wingsv1.13.0 (6a7fc51) into our fork.Changes pulled in (v1.13.0)
Fixed
root:root(fix: Directories created via panel are owned by root:root pterodactyl/wings#328)fileconfig parser no longer creates files that do not exist yetAdded
io.weight(Only set the container block IO weight when the host supports io.weight pterodactyl/wings#324, already in our base)Conflict resolution
server/config_parser.go: kept ourgithub.com/Rene-Roscher/wingsmodule path and added the newparserimport.Notes
CHANGELOG.mdupdated with av1.13.0section.developis taggedv1.13.0(triggersrelease.yaml).system/const.gointentionally staysdevelop.