-
Notifications
You must be signed in to change notification settings - Fork 6
Job output transform #548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
OlivGruwe
wants to merge
104
commits into
master
Choose a base branch
from
job_output_transform
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Job output transform #548
Changes from all commits
Commits
Show all changes
104 commits
Select commit
Hold shift + click to select a range
07a27e7
Transformer Implementation
OlivGruwe 3c1ef15
Transformer Implementation
OlivGruwe 6d23b4c
Transformer Implementation +
OlivGruwe d85aa30
Transformer Implementation
OlivGruwe b02bb01
Transformer Implementation
OlivGruwe d7c727f
Transformer Implementation
OlivGruwe b3b4f52
Transformer Implementation
OlivGruwe dcde84e
Correction Txt -> Pdf
OlivGruwe d6b8c6c
Merge branch 'master' of github.com:crim-ca/weaver into job_output_tr…
Nazim-crim b3048bb
Fixing naming typos
Nazim-crim a23519e
Adding libpangocairo to dockerfile
Nazim-crim ee9c208
Fixing import and linting
Nazim-crim a8d4473
Fixing docker call and removing unused code
Nazim-crim 574314c
Removing transformer route and test in job, fixing makefile
Nazim-crim 0304b3a
Adding swagger and endpoint definition to support outputId and resultId
Nazim-crim 4cf0e80
Adding in config output and result service
Nazim-crim 81721dd
Fixing test to use transformer resource path
Nazim-crim e66c582
Fix transform function any to pdf and any to html for transform test …
Nazim-crim 34cd699
Fix import lint
Nazim-crim fe71427
fixing some linting
Nazim-crim 71f6f96
Adding get job output route
Nazim-crim 34ddd87
Fxing more linting
Nazim-crim 5fe2af0
Merge branch 'master' of github.com:crim-ca/weaver into job_output_tr…
Nazim-crim 9fedeb7
Remove duplicate code from merge
Nazim-crim 13d3d17
Update get job output to use get_job_results_single and refactor tran…
Nazim-crim bc14eac
fix docstring
Nazim-crim a837ff0
Fixing wps api test
Nazim-crim 037a8a4
Fix test and transform to use conversion list and content type from f…
Nazim-crim a658579
Merge branch 'master' of github.com:crim-ca/weaver into job_output_tr…
Nazim-crim 38314b6
Modify offering to add alternate formats to format in process and test
Nazim-crim 472ac6b
Remove call of get_all_possible_formats_links in get outputs endpoint
Nazim-crim 4ee2247
Fix wps package test and offering method for edge case where formats …
Nazim-crim a71187d
Fixing process test
Nazim-crim e6143b5
Fixing json indent
Nazim-crim 6bfb158
Fixing typo and adding missing format in test
Nazim-crim 7591617
Fixing pep8
Nazim-crim 41147b0
fix single quote
Nazim-crim 3448038
Fixing providers test and fix empty line eof
Nazim-crim ce4bbb3
Adding test files for different conversion
Nazim-crim 9d823e8
Adding create content id, fixing test with additional format type
Nazim-crim 969f76b
Adding excluded in transform and fixing link parsing
Nazim-crim 42c772d
Fixing make result link and adding URN schema
Nazim-crim e4c3194
Fixing kwargs parsing
Nazim-crim c3b0db7
Fixing make link header and adding test, fix old test
Nazim-crim 7544834
Merge branch 'master' of github.com:crim-ca/weaver into job_output_tr…
Nazim-crim a7fb477
Fixing write images and adding coverage
Nazim-crim bf1118d
Adding docstring and typing, fixing test to use parametrize
Nazim-crim 3c24142
Adding change log entry and fixing import
Nazim-crim 7c1ff74
Using smaller tests files
Nazim-crim e70233e
Using contentType class for test
Nazim-crim 32bdb81
Fixing comment indent, removing unused code
Nazim-crim a7f8216
Wrap test in try finally
Nazim-crim c017929
Fixing docstring, removing unused function
Nazim-crim 2ce3667
Fixing doc, requirements ordering and removing print
Nazim-crim f9aee2f
Fixing cli formating, swagger def and correcting wps_package assert
Nazim-crim 0bc4822
modifying execute and fix import
Nazim-crim a2e8eee
Merge master
Nazim-crim 216b7ea
fixing requirements
Nazim-crim 11e5546
Merge branch 'master' into job_output_transform
fmigneault f2a87a8
Fixing linting and provenance test when outputs are empty
Nazim-crim c8e7564
Fixing test to keep outputs endpoint json only
Nazim-crim ddbe770
Fix cli download to only unique link
Nazim-crim 2f89e63
Removing unused import, code cleanup, fixing ogc strict check
Nazim-crim e8093ec
Fix process test to use contentType constants
Nazim-crim c79a22b
Merge branch 'master' of github.com:crim-ca/weaver into job_output_tr…
Nazim-crim 2852caf
Fixing import
Nazim-crim 704e217
Simplify possible output format lookup and removing unused function
Nazim-crim 7ec5e4f
refactoring to extract logic to extend_alternate_formats
Nazim-crim f3d0d9e
Adding missing types to tests and adding missing docstring
Nazim-crim e289017
Fixing import, adding test for coverage and removed unused code
Nazim-crim 64db348
Adding parameter in extend alternate format to avoid circular dep, re…
Nazim-crim bc859d3
Merge branch 'master' into job_output_transform
fmigneault 555ecc1
Fixing changelog
Nazim-crim a2306c1
Fixing test formating, removing try catch
Nazim-crim 8b3b3c4
Adding pytest fixture to avoid duplicate
Nazim-crim e2b282c
fixing docstring
Nazim-crim 47d35cf
Fixing format resolution and type validation
Nazim-crim 9641524
Merge branch 'master' into job_output_transform
Nazim-crim 9f19f73
Add missing import
Nazim-crim 7a9934b
Fix test, docstring
Nazim-crim 1f2324c
Refactor transform, fix test, adjust logic in get job output
Nazim-crim 163b015
Fix upstream order jobs include
Nazim-crim a537d8e
adding missing test file
Nazim-crim 8a8bc62
Fix wps package test
Nazim-crim 022054d
Rename class, update test
Nazim-crim ba9a805
Fix test
Nazim-crim f386973
Update schema generated
Nazim-crim d7dbf53
remove unused import
Nazim-crim 8e667ef
Fix static flake analysis
Nazim-crim c69020c
Add resolve result single fix lint
Nazim-crim 576a266
Merge branch 'master' into job_output_transform
Nazim-crim f69410b
Fix test with output format
Nazim-crim 21e8de6
Update docker and create new transform requirements
Nazim-crim aed4be5
Move install transform to isntall dev pre target
Nazim-crim dda8c16
Add sudo in make call to install cairo in ci
Nazim-crim e98d493
fix readthe docs install
Nazim-crim afc6813
add coverage
Nazim-crim cf5d9be
Fix docstring
Nazim-crim fa3e6d3
fix docstring, and format
Nazim-crim 42ef873
fix contenttype and content encoding string
Nazim-crim 30e216e
Update change log, fix format and test
Nazim-crim f08edcb
Add transform entry in changelog
Nazim-crim 6420dfa
Fix format test for xml
Nazim-crim 4c4a48c
Revert xml convert change, and force to raw xml in handler
Nazim-crim File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| cairosvg | ||
| fpdf | ||
| multipagetiff | ||
| pandas | ||
| Pillow | ||
| python-magic | ||
| rasterio |
This file contains hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.