libarchive backend - #365
Closed
DecDuck wants to merge 695 commits into
Closed
Conversation
still need to migrate users from old developer and publisher tables
when a metadata provider fails to import a game's developer / publisher, the import is no longer blocked. the imports usally fail because there isn't a page for these compaines
still need to migrate users from old developer and publisher tables
* feat: add store nav and fixes * fix: reduce password requirement & new task error ui * fix: client webtoken fix * fix: delta versions and dockerfile * fix: use setup platforms for filter & display * fix: setup not accounted when returning valid options * feat: tighter delta version support * feat: dl/disk size * feat: offload manifest generation to torrential * fix: bump torrential * feat: remove droplet * feat: bump torrential * feat: convert locales
Currently translated at 100.0% (522 of 522 strings) Translated using Weblate (German) Currently translated at 100.0% (522 of 522 strings) Translated using Weblate (German) Currently translated at 100.0% (522 of 522 strings) Translated using Weblate (French) Currently translated at 100.0% (522 of 522 strings) Translated using Weblate (French) Currently translated at 100.0% (518 of 518 strings) Translate-URL: https://translate.droposs.org/projects/drop/drop/de/ Translate-URL: https://translate.droposs.org/projects/drop/drop/fr/ Translation: Drop/Drop Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: Hicks <hicksgaming99+weblate@gmail.com> Co-authored-by: Ribemont Francois <ribemont.francois+weblate@gmail.com> Co-authored-by: Weblate <noreply-mt-weblate@weblate.org> Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org>
* feat: use platform-specific runners * feat: replace with template * fix: image name * fix: registry image name * fix: checkout repo * fix: add drop version * fix: add sha env * fix: permissions
* Adds settings for server name and logo * Implements ApplicationLogo and replaces site name based on settings * Refactors component for changing the company logo * Removes unused variable * Uses message instead of statusMessage * Replaces favicon with logo if set
* feat: api optimisation * feat: emulator rename
Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash-es dependency-version: 4.17.23 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [seroval](https://github.com/lxsmnsyc/seroval) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/lxsmnsyc/seroval/releases) - [Commits](https://github.com/lxsmnsyc/seroval/commits/1.5.0) --- updated-dependencies: - dependency-name: seroval dependency-version: 1.5.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* migrate bufbuild config to v2 * fix localdir lookup * fix old oidc redirect path * rework twemoji path stuff * fix torrential cmd * fix broken lock file * align dev server port with nginx * bump pnpm * bump nuxt * make translations lazy loaded * format numbers via i18n * fix prisma breaking if extension already exists
* migrate to prisma v7 * fix prisma type imports * update prisma version in docker * fix prisma cli breaking things
* fix: droplet interface not waiting for torrential * fix: lint
* feat: new page layout + endpoint * feat: non-parallel mass import * feat: paginated admin library * feat: lint and performance improvement * feat: library filter util * feat: link frontend features to backend * fix: lint * fix: small fixes * feat: bump torrential * fix: lint
Adds a plugin to automatically add/update the torrential depot record
* fix: error message on import * fix: 2fa input size
* fix: typos * fix: platform filtering * feat: fix tags and create option
* fix: tag connect/disconnect * fix: lint * fix: oidc typo fix
* fix: validation and issuer checks * feat: query param util * fix: lint
Member
Author
|
Follow up on Drop-OSS/drop-app#181 once merged. |
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.
Switches over to a libarchive backend. Initial implementation can generate manifests, but runs into an issue where the block sizes are too big for the read buffer when serving the content through torrential.
Seems to be faster regardless, and likely more reliable.