[PR #13] [CLOSED] Sam 188 unit tests for supported file type v3 #14

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

📋 Pull Request Information

Original PR: https://github.com/dveselov/docsbox/pull/13
Author: @martinstf
Created: 11/8/2018
Status: Closed

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


📝 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

69 files changed (+40551 additions, -458 deletions)

View changed files

📝 .gitignore (+9 -0)
📝 .travis.yml (+19 -2)
📝 README.md (+80 -93)
docker-compose.test.yml (+16 -0)
📝 docker-compose.yml (+55 -46)
📝 docsbox/Dockerfile (+5 -2)
📝 docsbox/__init__.py (+21 -17)
docsbox/config/config.yml (+148 -0)
📝 docsbox/docs/tasks.py (+46 -17)
docsbox/docs/tests/inputs/test1.xlsx (+0 -0)
docsbox/docs/tests/inputs/test10.pptx (+0 -0)
docsbox/docs/tests/inputs/test11.txt (+76 -0)
docsbox/docs/tests/inputs/test12.csv (+1 -0)
docsbox/docs/tests/inputs/test13.rtf (+39165 -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)

...and 49 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/13 **Author:** [@martinstf](https://github.com/martinstf) **Created:** 11/8/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `SAM-188-unit-tests-for-supported-file-type-v3` --- ### 📝 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 **69 files changed** (+40551 additions, -458 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+9 -0) 📝 `.travis.yml` (+19 -2) 📝 `README.md` (+80 -93) ➕ `docker-compose.test.yml` (+16 -0) 📝 `docker-compose.yml` (+55 -46) 📝 `docsbox/Dockerfile` (+5 -2) 📝 `docsbox/__init__.py` (+21 -17) ➕ `docsbox/config/config.yml` (+148 -0) 📝 `docsbox/docs/tasks.py` (+46 -17) ➕ `docsbox/docs/tests/inputs/test1.xlsx` (+0 -0) ➕ `docsbox/docs/tests/inputs/test10.pptx` (+0 -0) ➕ `docsbox/docs/tests/inputs/test11.txt` (+76 -0) ➕ `docsbox/docs/tests/inputs/test12.csv` (+1 -0) ➕ `docsbox/docs/tests/inputs/test13.rtf` (+39165 -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) _...and 49 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:17 +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#14
No description provided.