mirror of
https://github.com/dveselov/docsbox.git
synced 2026-04-25 04:55:47 +03:00
[PR #10] [CLOSED] Sam 188 unit tests for supported file type v2 #12
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#12
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/10
Author: @martinstf
Created: 9/18/2018
Status: ❌ Closed
Base:
master← Head:SAM-188-unit-tests-for-supported-file-type-v2📝 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
49 files changed (+1130 additions, -273 deletions)
View changed files
📝
.gitignore(+7 -0)📝
README.md(+63 -85)📝
docsbox/Dockerfile(+3 -0)📝
docsbox/__init__.py(+8 -4)📝
docsbox/docs/tasks.py(+45 -21)➕
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)➕
docsbox/docs/tests/inputs/test21.stw(+0 -0)...and 29 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.