-
Couldn't load subscription status.
- Fork 79
Workflow object #1641
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
Merged
antgonza
merged 35 commits into
qiita-spots:artifact-study-pages
from
josenavas:workflow-object
Feb 23, 2016
Merged
Workflow object #1641
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
261e4f2
Adding DB structures to support (dflt/user) workflows
josenavas b516a49
Adding default workflow
josenavas 6efbfdb
Fixing small issues with the patch
josenavas 2f1d29e
Adding default workflow object
josenavas ac860d2
Adding more workflows and tests
josenavas 77ac8eb
Adding artifact output table
josenavas 320f681
Fixing job id type in patch
josenavas 1e0e381
Modifying job object so it is managed internally to the object
josenavas 08bd0b1
Modifying processing job handler and tests to adopt the new processin…
josenavas 9022c1d
Fixing artifact removal and adding specific test
josenavas e863c01
Fixing the TG plugin to be compliant with the new API
josenavas b647e2a
Merge branch 'process-study-ui' into workflow-object
josenavas a9fa2ec
Fixing complete function and changing set_log to set_error
josenavas f582051
Moving job submission to the object itself
josenavas de4bceb
Merge branch 'process-study-ui' into workflow-object
josenavas 0d116b0
Merge branch 'artifact-study-pages' of https://github.com/biocore/qii…
josenavas d732e24
Adding processing job workflow tables
josenavas f24dd63
Fixing typo in table
josenavas 3ee5a69
Fixing names that DBSchema can't figure out
josenavas 7aa1dda
Sometimes I just hate DBSChema
josenavas 4e7d884
Adding from_default_workflow creation, name and user properties and t…
josenavas 08e4e2c
Fixing another typo - not my best day
josenavas e911e61
Adding graph property to the workflow object
josenavas 6804cbf
Adding form_scratch constructor, and fixing graph
josenavas 719dd8e
Adding add method
josenavas 3af70a4
Adding remove functionality and a bunch of tests
josenavas d6a9db0
Add submit function to workflow
josenavas b59bf52
Adding pending
josenavas c58d3ab
Implementing execution cascade
josenavas 12b3d7a
Addressing comments
josenavas 6ac0bbd
Addressing @antgonza's comments
josenavas d78be98
Fixing typo on populate_test_db.sql
josenavas b3134f8
Merge branch 'artifact-study-pages' of https://github.com/biocore/qii…
josenavas 99f2b71
Merge branch 'artifact-study-pages' of https://github.com/biocore/qii…
josenavas 2a5ff50
Addressing @ElDeveloper's comments
josenavas 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 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
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.
Would you mind restricting the scope of this try block to just the line that might raise the exception?
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.
Done