forked from 2600hz/kazoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Help-36774: created a converter core library: kazoo_convert (2600hz#4904
) * Created kazoo_convert core lib for file conversion * added tests for converter * Added stdlib for running commands safely * Added docs * Updaed travis to work with new deps * Make apis * Moved conversion to cb_faxes from fax_worker * updaed fax app to remove conversions in fax worker, added maintenance to migrate * update notify cause people use that * updated teletype to use converter * Fixed spell checker wrecking binary files, migrate file_cache_path, mkdocs updated * make fmt again make fmt * Moved normalize_content_types to kz_mime since its shared between crossbar and fax now * Fixed fax_init crashing on newly initialized system * Fixed bugs found in qa testing * Output for converter should be binary not path * make fmt * Testing migration * Testing related cleanup * Fixed bug in cb_faxes, cleaned up content-type discovery * fmt fix * Fixed dialyzer warning * Updated views to make the filtering simpler * Fixed fax maintenance not fetching doc * Fixed missing return in view * Fixed doc not getting page saved in api_fax * Fixed docs * force view migration on fax_init * fixed a bug with invalid extension on email attachments * Tweaking fax convert commands to preserve image fidelity * Updated docs to match the tweaked commands * Fixed invalid escape in json * ugh * Cleaned up docs * updated converter commands * make fmt * Cleaned up command names and maintenance commands * fixed docs * make apis * Fix docs * Fixed PR comments * Changes requeted on PR * Make fmt * Moved migrate_pending_faxes call to handle_cast in fax_monitor * fixed file size match in tests * refresh_viwes * Delete fax file after sending * Fixed some environmental issues with tiffs * migrate in another process * fix edoc * Fixed errant line * Redesigned how attachments are handled * Better attachment handling * fixed error * fixed circle stuff * mk fmt * fixed invalid clause * Fixed failing tests * fixed tests * fixed test * Updated crossbar api to download pdf, changed teletype config source * fixed ci issues * Fixed all review changes make fmt * Fixed dialyzer things * better error in cb_faxes * removed needless case * added missing field to doc
- Loading branch information
Showing
52 changed files
with
3,341 additions
and
803 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,9 @@ addons: | |
apt: | ||
packages: | ||
- xsltproc | ||
- libreoffice | ||
- libtiff-tools | ||
- ghostscript | ||
|
||
cache: | ||
apt: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.