-
Notifications
You must be signed in to change notification settings - Fork 80
Fixes Qiita db #2046
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 42 commits into
qiita-spots:analysis-refactor
from
josenavas:analysis-refactor-qiita-db
Feb 3, 2017
Merged
Fixes Qiita db #2046
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
931e566
New DB structure
josenavas a2b883e
Adding python patch
josenavas e737f64
Adding a biom so we can actually execute the patch
josenavas 6bc0303
Fixing the patch to correctly transfer the information from the old s…
josenavas 331012d
Fixing patch
josenavas eabe25d
Fixing patch and a few other bits to make the patch run successfully
josenavas 0c40bc0
These files are no longer needed
josenavas 602acc3
Removing unused code
josenavas ad4deea
Droping analysis status table
josenavas aa3e96f
Linking the analysis with all the artifacts
josenavas d222e08
Fixing typo
josenavas 14be3b0
Merge branch 'analysis-refactor-db' into analysis-refactor-fix-analysis
josenavas 39f6beb
Fixing HTML and dbschema files
josenavas 8c2be56
Merge branch 'analysis-refactor-db' into analysis-refactor-fix-analysis
josenavas 4dd357c
Adding analyisis jobs
josenavas 209e838
Merge branch 'analysis-refactor-db' into analysis-refactor-fix-analysis
josenavas b24833d
Extending the artifact to work with the analysis
josenavas 8b7f222
Allowing multiomics datatype
josenavas b381993
Adding private_job_submitter and modifying proc job handler to use it
josenavas ab65fa2
Adding logging column to the analysis
josenavas 40656f2
Merge branch 'analysis-refactor-db' into analysis-refactor-fix-analysis
josenavas c4c8420
Adding datatype to the analysis-processing job table
josenavas 0cd9f27
Adding REST endpoint to access the analysis metadata
josenavas 8207513
Adding private jobs to plugin
josenavas f307cd4
Fixing typo
josenavas 78c8095
Fixing analysis
josenavas b3936c8
Fixing the processing jobs complete
josenavas 19c3f7d
Removing the old job code
josenavas 055b53e
Oops removed the wrong file
josenavas 46c322d
Removing QiitaStatusObject because it is not used
josenavas 4d2e14d
fixing metautil
josenavas befb4e2
Fixing porntal, setup and sql tests
josenavas 09f2722
Fixing user and util
josenavas d1cdc8e
Fixing qiita_db
josenavas 43eb1ed
Addressing @antgonza's comments
josenavas d016833
Taking into account non-phylogenetic metrics in beta diversity
josenavas 8d1f0c2
Merge branch 'analysis-refactor-fix-analysis' of github.com:josenavas…
josenavas 894379c
Fixing merge conflicts
josenavas a80c0ac
Addressing @antgonza's comments
josenavas 5d63afa
Merge branch 'analysis-refactor-fix-analysis' into analysis-refactor-…
josenavas c571bee
Merge branch 'analysis-refactor-remove-old' into analysis-refactor-qi…
josenavas 5959420
Fixing merge conflicts
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
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
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.
Why are these being deleted? Are the analysis permissions be different from now on?
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.
Those filepaths ids no longer exists. The jobs that where inserted in the DB didn't had any kind of command information, so the patch removes them.
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.
Just to confirm, what you are saying is that those filepaths_ids where pushed but are not actually valid, right? If that's the case, are you creating new ones to test that the validate works or what's the plan?
My concern is that: we don't add some kind of permission checking for the analysis.
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 permission checking on the analysis is done through the artifacts so that has been already tested. These files no longer exist, and 1 new file has been added (and it is seen in a test below)
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.
Thanks for confirming! As the changes are mainly deletions I think 1 review is enough. Merging.