mirror of
https://github.com/dveselov/docsbox.git
synced 2026-04-25 04:55:47 +03:00
[PR #11] [CLOSED] Sam 183 delete temp files #11
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docsbox#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dveselov/docsbox/pull/11
Author: @nunomsfranco
Created: 10/3/2018
Status: ❌ Closed
Base:
master← Head:SAM-183-delete-temp-files📝 Commits (10+)
61512c1Initial Commit8d08435forked docsbox service, added git ignore and modified README0eee142Added new const in settings.py for disabling/enabling thumbnailsa04f2dafix: added comment to the new const3a14a3eMerge pull request #1 in DK/common-conversion from SAM-195-set-up-back-end-dev-env to masterc0e7d02actualized gitignore, added new REST for upload, convert and a GET for filetype18fe3e8fix: upload saves correctly the file nowac1506aAdded new request for download of converted file.b3fe34dfix: README1009390Merge pull request #3 in DK/common-conversion from feature/SAM-172-seperate-convertion-from-upload to master📊 Changes
36 files changed (+1232 additions, -296 deletions)
View changed files
📝
.gitignore(+9 -0)📝
README.md(+63 -85)📝
docsbox/Dockerfile(+3 -0)📝
docsbox/__init__.py(+11 -5)➕
docsbox/config/config.yml(+100 -0)📝
docsbox/docs/tasks.py(+44 -18)➕
docsbox/docs/tests/docker-compose.yml(+56 -0)➕
docsbox/docs/tests/inputs/test1.xlsx(+0 -0)➕
docsbox/docs/tests/inputs/test10.pptx(+0 -0)➕
docsbox/docs/tests/inputs/test11.txt(+4 -0)➕
docsbox/docs/tests/inputs/test12.csv(+3 -0)➕
docsbox/docs/tests/inputs/test13.rtf(+468 -0)➕
docsbox/docs/tests/inputs/test14.epub(+0 -0)➕
docsbox/docs/tests/inputs/test15.mp4(+0 -0)➕
docsbox/docs/tests/inputs/test16.flac(+0 -0)➕
docsbox/docs/tests/inputs/test17.jpg(+0 -0)➕
docsbox/docs/tests/inputs/test18.odg(+0 -0)➕
docsbox/docs/tests/inputs/test19.odf(+0 -0)➕
docsbox/docs/tests/inputs/test2.ppt(+0 -0)➕
docsbox/docs/tests/inputs/test20.ods(+0 -0)...and 16 more files
📄 Description
Deletion of temporary files.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.