Skip to content
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

Upload progress bars #1096

Merged
merged 12 commits into from
Aug 18, 2024
Merged

Upload progress bars #1096

merged 12 commits into from
Aug 18, 2024

Conversation

gantoine
Copy link
Member

@gantoine gantoine commented Aug 17, 2024

This PR adds progress indicators when uploading files. It relies on the streaming_form_data library to stream each file to the server, and write to the filesystem, in chunks. Progress is reported by axios using a AxiosProgressEvent and used to update the UI.

Theoretically this should allow us to stream them in parallel, however due to lack of support for asyncio in the upstream lib, that's not currently the case.

Screenshot 2024-08-16 at 8 51 04 PM

Copy link

github-actions bot commented Aug 17, 2024

Test Results

81 tests   81 ✅  22s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit d384195.

♻️ This comment has been updated with latest results.

@gantoine gantoine marked this pull request as ready for review August 18, 2024 02:48
@gantoine gantoine merged commit 608ada6 into master Aug 18, 2024
9 checks passed
@gantoine gantoine deleted the upload-progress-bars branch August 18, 2024 13:58
spiceratops added a commit to spiceratops/k8s-gitops that referenced this pull request Sep 1, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [rommapp/romm](https://github.com/rommapp/romm) | minor |
`3.4.0` -> `3.5.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>rommapp/romm (rommapp/romm)</summary>

###
[`v3.5.0`](https://github.com/rommapp/romm/releases/tag/3.5.0)

[Compare
Source](https://github.com/rommapp/romm/compare/3.4.0...3.5.0)

#### What's Changed

- misc: Improve typing for feed schemas by
[@&#8203;adamantike](https://github.com/adamantike) in
[rommapp/romm#1064
- \[ROMM-1063] Add Amiga CD32 to emulatorjs game list by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1065
- fix: fab overlay fixed by
[@&#8203;zurdi15](https://github.com/zurdi15) in
[rommapp/romm#1073
- fix: Readable setup text on white theme by
[@&#8203;zurdi15](https://github.com/zurdi15) in
[rommapp/romm#1072
- fix: Allow access to Tinfoil feed when download auth is disabled by
[@&#8203;adamantike](https://github.com/adamantike) in
[rommapp/romm#1078
- fix: Set Gunicorn option forwarded-allow-ips by
[@&#8203;adamantike](https://github.com/adamantike) in
[rommapp/romm#1077
- Improve speed of fetching siblings for roms by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1076
- Ruffle flash emulator by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1049
- Calculate and store hashes for rom files by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1005
- Hotfix scans when running HASH_SCAN by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1081
- Fix playing emulatorjs + better platform icon loading by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1086
- Fix home icon size on safari/ios by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1088
- misc: Upgrade Python to v3.12 and Alpine to v3.20 by
[@&#8203;adamantike](https://github.com/adamantike) in
[rommapp/romm#1092
- feat: Use X-Accel-Redirect to improve file download speed by
[@&#8203;adamantike](https://github.com/adamantike) in
[rommapp/romm#1084
- misc: Pin Node version to v20 by
[@&#8203;adamantike](https://github.com/adamantike) in
[rommapp/romm#1095
- Add icon to gallery header for current platform by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1093
- Upload progress bars by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1096
- Skip compressed files if theyre invalid by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1097
- Bump emulatorjs to 4.1.1 by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1100
- feat: Use nginx mod_zip to generate multi-file zip downloads by
[@&#8203;adamantike](https://github.com/adamantike) in
[rommapp/romm#1102
- misc: Use single SQLAlchemy engine and session maker by
[@&#8203;adamantike](https://github.com/adamantike) in
[rommapp/romm#1105
- Switch funding to open collective by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1108
- Replace illegal fs chars in filenames by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1109
- Upload dialog hotfixed + clear button by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1118
- Fix detecting if platform is flash games by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1120
- feat(UX) - Allow links to open in a new tab by
[@&#8203;SaraVieira](https://github.com/SaraVieira) in
[rommapp/romm#1116
- fix(icons) - match icon names to platform names by
[@&#8203;SaraVieira](https://github.com/SaraVieira) in
[rommapp/romm#1122
- Disable auth on rom content get endpoint when env variable is present
by [@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1125
- Add support for formatting vuejs with trunk by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1124
- Add known bios files from retropie project by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1126
- Add titledb field to tinfoil response by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1127
- Better performance for large collections by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1128
- \[ROMM-1113] Add file path in rom edit window by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1129
- misc: Tag Docker image with major version only by
[@&#8203;adamantike](https://github.com/adamantike) in
[rommapp/romm#1131
- build(deps): bump axios from 1.6.8 to 1.7.4 in /frontend by
[@&#8203;dependabot](https://github.com/dependabot) in
[rommapp/romm#1132
- Bump axios to 1.7.4 by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1134
- \[ROMM-1107] Add env variable to disable in-browser emulation by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1133
- Default both fast forward and rewind to enabled by
[@&#8203;SaraVieira](https://github.com/SaraVieira) in
[rommapp/romm#1136
- Allow user to unmatch rom by
[@&#8203;SaraVieira](https://github.com/SaraVieira) in
[rommapp/romm#1138

#### New Contributors

- [@&#8203;SaraVieira](https://github.com/SaraVieira) made
their first contribution in
[rommapp/romm#1116

**Full Changelog**:
rommapp/romm@3.4.0...3.5.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants