-
Notifications
You must be signed in to change notification settings - Fork 80
Issue 855 #900
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
Merged
Issue 855 #900
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
be2186b
Modifying the database
josenavas 5188ef0
Modifying populate_test_db.sql to support the new db schema
josenavas 905b14b
Fixing column naming
josenavas 93a8760
Fixing study object
josenavas 6c3d5a0
Fixing the ProcessedData object
josenavas 60e5276
Fixing the tests for base.py
josenavas 2d7fff4
Fixing more tests
josenavas 5db7e9e
Fixing all qiita_db tests
josenavas 90da22c
All tests passing again
josenavas 2db9c91
Solving merge conflicts
josenavas 5e7d687
Moving status changer buttons from the study to the processed data
josenavas 09c7586
Easy status on processed data
josenavas 688c250
Adding status to preprocessed data
josenavas d9c73ca
Easy status on preprocessed data
josenavas ef7b3ec
Adding status to prep template
josenavas ba42a92
Easy status on prep template
josenavas b13055a
Adding status to raw data
josenavas f32d47b
Easy status on raw data
josenavas fe9c860
Merge branch 'master' of github.com:qiime/QiiTa into issue-855
josenavas a9085dd
Fixing test failure
josenavas f851b8d
Expose only public *data through public study access
josenavas b849eaf
solving merge conflicts
josenavas b93d037
Adding get_by_status and get_by_status_group_by_study funcs to proces…
josenavas 591e004
Change the awaiting approval list to retrieve the information by proc…
josenavas 2382017
BUG: the admin user now have access to all data again...
josenavas fdac7da
Fixing merge conflicts
josenavas 4da919c
Fixing merge conflicts
josenavas b8b205f
Fixing merge conflicts
josenavas 51696a8
Changing meta_util to reflect status change
josenavas 2c70328
Removing commented code
josenavas 9a5d14f
Update dbschema and html to reflect the current database layout
josenavas 0924257
Fixing bug
josenavas 5de46d2
Pep 8 ...
josenavas ee95fe4
Fixing commands.sh
josenavas 736ad4e
Fixing commands.sh
josenavas 32a6984
Flake 8 again...
josenavas bb0cb32
Addressing @squirrelo's comments
josenavas 78b8aea
Merge branch 'master' of github.com:qiime/QiiTa into issue-855
josenavas d17f9a1
ON to USING
josenavas 8281e3c
Extracting status inference code to its own function to avoid code du…
josenavas 57df5c7
Modify status functions to use the util infer status
josenavas bb1dd25
Adding test for non-status value
josenavas f9a9e10
Addressing remaining comments
josenavas 84a9ed4
Addressing @ElDeveloper's comments
josenavas 67d8fb2
Addressing @antgonza's comments
josenavas a09f97f
Increasing timeout
josenavas 68bc8ae
Checking another version of tornado
josenavas 46b84ef
Trying with docker containers
josenavas 3bca14e
Changing back the tornado version
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
Fixing bug
- Loading branch information
commit 09242571e5eb70f2fe5b12ab1bebab03814fa2cd
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
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.
check for admin first and return, that way you don't need to do the user database calls if not needed.
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.
excellent suggestion. Done