-
Notifications
You must be signed in to change notification settings - Fork 53
Reducedddatum refactor #1521
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
Fingel
wants to merge
38
commits into
version-3-0-alpha
Choose a base branch
from
reducedddatum-refactor
base: version-3-0-alpha
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
Reducedddatum refactor #1521
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
9adebff
Introduce new ReducedDatum models
Fingel ecda66e
Introduce Flux and FloatArray fields for spectra
Fingel 83d02e0
Merge branch 'dev' into reducedddatum-refactor
Fingel 65980f2
Exposure time optional field
Fingel 5861979
Create ReducedDatum subclasses via API
Fingel f325611
Refactor data product upload processor and view
Fingel 8af7086
Merge dev
Fingel 1269b6a
Small changes to rd models: photometry has limit, source_location mov…
Fingel 240d9b9
Migrate alerce broker to use PhotometryReducedDatum
Fingel ab0f241
Migrate gaia broker to PhotometryReducedDatum
Fingel 7fb69fa
Migrate hermes to use PhotometryReducedDatum
Fingel a75fb8e
get_photometry_data (data list for target) refactor to use Photometry…
Fingel ef66ebb
Update photometry plot to use PhotometryDataProduct
Fingel d410d6f
Update latest photometry widget
Fingel 3a14056
Refactor spectrum to use seperate flux/wl fields
Fingel 52163d1
Update sharing code paths to use concrete classes
Fingel 04964fd
Update api views to use concrete data types, preserving json format
Fingel 2eaa5c3
Update target merge logic for ReducedDatums
Fingel 9e1a93f
Missed some data in share_data_With_tom
Fingel 9b675cd
Fire reduced datum post_save for all concrete types
Fingel 1c99ac8
Update updatereduceddatum command to use concrete types
Fingel 0abae15
add concrete reduced datums admins
Fingel 5b2638c
ReducedDatumViewset get return correct model
Fingel df1751b
Update sparkline code for photometry reduced datum
Fingel 10dd141
Add data migration for reduceddatum to concrete types
Fingel 6345515
Convert data migration to management command
Fingel 6d135b4
Merge branch 'version-3-0-alpha' into reducedddatum-refactor
jchate6 d88d33f
Update latex generation docs for new reduceddatums
Fingel 8f7bf33
Update permissions docs for new reduceddatums
Fingel 859f4a8
Update customize template tags for new reducedatums
Fingel d013b86
Add new reduceddatum models to architecture doc
Fingel 58951b4
Update customizing data processing docs for new reduceddatums
Fingel 3fb80f9
Update plotting data docs for new reduceddatums
Fingel b573eaa
Update direct sharing docs for new reduceddatums
Fingel c8df07f
Move source_location docstring to correct class
Fingel acd6e79
Remove data product type check on save for generic reduceddatum
Fingel d5ad27d
Revert uniqueness check for generic reduceddatum
Fingel 86efd70
Add note about v3 to migration script
Fingel 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
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This will probably be useful when we refactor this into a data service. Thanks! |
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.
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.
This code will be abandoned in the next sprint