[PR #10] [CLOSED] Sam 188 unit tests for supported file type v2 #12

Closed
opened 2026-02-25 22:30:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dveselov/docsbox/pull/10
Author: @martinstf
Created: 9/18/2018
Status: Closed

Base: masterHead: SAM-188-unit-tests-for-supported-file-type-v2


📝 Commits (10+)

  • 61512c1 Initial Commit
  • 8d08435 forked docsbox service, added git ignore and modified README
  • 0eee142 Added new const in settings.py for disabling/enabling thumbnails
  • a04f2da fix: added comment to the new const
  • 3a14a3e Merge pull request #1 in DK/common-conversion from SAM-195-set-up-back-end-dev-env to master
  • c0e7d02 actualized gitignore, added new REST for upload, convert and a GET for filetype
  • 18fe3e8 fix: upload saves correctly the file now
  • ac1506a Added new request for download of converted file.
  • b3fe34d fix: README
  • 1009390 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dveselov/docsbox/pull/10 **Author:** [@martinstf](https://github.com/martinstf) **Created:** 9/18/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `SAM-188-unit-tests-for-supported-file-type-v2` --- ### 📝 Commits (10+) - [`61512c1`](https://github.com/dveselov/docsbox/commit/61512c19e058c1f79cbafaaac08ae5d5dc1db784) Initial Commit - [`8d08435`](https://github.com/dveselov/docsbox/commit/8d08435d554281b01a37e9db4c242959ea456aac) forked docsbox service, added git ignore and modified README - [`0eee142`](https://github.com/dveselov/docsbox/commit/0eee142d8aed917f231cc496cea95c239abde4d1) Added new const in settings.py for disabling/enabling thumbnails - [`a04f2da`](https://github.com/dveselov/docsbox/commit/a04f2da929e1a82f2a90d0d82a4252c3594ab7ce) fix: added comment to the new const - [`3a14a3e`](https://github.com/dveselov/docsbox/commit/3a14a3ebc59b6540b4729cf56eaa23e8a95f83b4) Merge pull request #1 in DK/common-conversion from SAM-195-set-up-back-end-dev-env to master - [`c0e7d02`](https://github.com/dveselov/docsbox/commit/c0e7d0203cd21b3c925b242acf72717a620d6784) actualized gitignore, added new REST for upload, convert and a GET for filetype - [`18fe3e8`](https://github.com/dveselov/docsbox/commit/18fe3e8d30f0c1dc98fc40e7878443b0ed150df4) fix: upload saves correctly the file now - [`ac1506a`](https://github.com/dveselov/docsbox/commit/ac1506ab75c1ee954e507c616ef594671b292daa) Added new request for download of converted file. - [`b3fe34d`](https://github.com/dveselov/docsbox/commit/b3fe34d706610f4eeff7b9ff0ad7d47fff3f558a) fix: README - [`1009390`](https://github.com/dveselov/docsbox/commit/100939012f5154cd7d72986433dbd1b678637584) Merge 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) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:30:16 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docsbox#12
No description provided.