-
Notifications
You must be signed in to change notification settings - Fork 6
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
Job output transform #548
Open
OlivGruwe
wants to merge
29
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
29 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 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
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
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
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Makefile refers to a
requirements-trfm.txt
file. Those should be moved into that file. It can then be embedded in this file using-r requirements-trfm.txt
(as done in the top).