-
Notifications
You must be signed in to change notification settings - Fork 1
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
Version/aeolus #13
Draft
caparker
wants to merge
42
commits into
main
Choose a base branch
from
version/aeolus
base: main
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.
Draft
Version/aeolus #13
Commits on Oct 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0e09415 - Browse repository at this point
Copy the full SHA 0e09415View commit details
Commits on Oct 25, 2022
-
Moved to using orjson in the fetch process
Old method was not keeping ascii characters as is and instead of updating the old json.dumps method we are just shifting over to orjson like the lcs method is using which has different defaults.
Configuration menu - View commit details
-
Copy full SHA for d79becd - Browse repository at this point
Copy the full SHA d79becdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99365eb - Browse repository at this point
Copy the full SHA 99365ebView commit details
Commits on Nov 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 33228c8 - Browse repository at this point
Copy the full SHA 33228c8View commit details
Commits on Nov 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 10076d1 - Browse repository at this point
Copy the full SHA 10076d1View commit details
Commits on Nov 19, 2022
-
Testing out a new way to handle the timestamps on ingest
Passing datetime strings to the ingest method is causing it to run about 500-600x slower than if we passed numeric timestamps. This is primarily because of try/catch method we have of determining string vs numeric. I modified the staging tables to accept a string for the datetime and then only convert the numeric timestamps. This makes the string method on par with the numeric method. Since we can control the shape of the data coming to this part I would recommend that we come up with a standard format and use the try/catch correctly, and not as an if/then.
Configuration menu - View commit details
-
Copy full SHA for d9e728b - Browse repository at this point
Copy the full SHA d9e728bView commit details
Commits on Nov 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 492096b - Browse repository at this point
Copy the full SHA 492096bView commit details
Commits on Dec 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a7d107c - Browse repository at this point
Copy the full SHA a7d107cView commit details
Commits on Jan 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 31bdb28 - Browse repository at this point
Copy the full SHA 31bdb28View commit details
Commits on Jan 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1676950 - Browse repository at this point
Copy the full SHA 1676950View commit details
Commits on Mar 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8c768d2 - Browse repository at this point
Copy the full SHA 8c768d2View commit details
Commits on Mar 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d4aecc3 - Browse repository at this point
Copy the full SHA d4aecc3View commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e4ef1f9 - Browse repository at this point
Copy the full SHA e4ef1f9View commit details
Commits on Sep 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f6f54c4 - Browse repository at this point
Copy the full SHA f6f54c4View commit details
Commits on Mar 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2680b3d - Browse repository at this point
Copy the full SHA 2680b3dView commit details
Commits on Apr 25, 2024
-
Updated the lcs class to support the newer data format
New class is meant to be more flexible and to work for all file formats.
Configuration menu - View commit details
-
Copy full SHA for 60c931c - Browse repository at this point
Copy the full SHA 60c931cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d72520 - Browse repository at this point
Copy the full SHA 6d72520View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a5a82d - Browse repository at this point
Copy the full SHA 1a5a82dView commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for feec1b0 - Browse repository at this point
Copy the full SHA feec1b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97360fb - Browse repository at this point
Copy the full SHA 97360fbView commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a82b13e - Browse repository at this point
Copy the full SHA a82b13eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a121166 - Browse repository at this point
Copy the full SHA a121166View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c3e22b - Browse repository at this point
Copy the full SHA 7c3e22bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36ce602 - Browse repository at this point
Copy the full SHA 36ce602View commit details -
Configuration menu - View commit details
-
Copy full SHA for d451de9 - Browse repository at this point
Copy the full SHA d451de9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68ecd22 - Browse repository at this point
Copy the full SHA 68ecd22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b2144a - Browse repository at this point
Copy the full SHA 0b2144aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b12116 - Browse repository at this point
Copy the full SHA 4b12116View commit details -
Configuration menu - View commit details
-
Copy full SHA for 509d3a8 - Browse repository at this point
Copy the full SHA 509d3a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5d0daf - Browse repository at this point
Copy the full SHA b5d0dafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fc9e87 - Browse repository at this point
Copy the full SHA 7fc9e87View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ec92f49 - Browse repository at this point
Copy the full SHA ec92f49View commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d59f4f1 - Browse repository at this point
Copy the full SHA d59f4f1View commit details
Commits on Aug 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b9fab84 - Browse repository at this point
Copy the full SHA b9fab84View commit details
Commits on Oct 23, 2024
-
Updates to support the CAC data (#14)
* Cleaned up the ingester to work better for CAC data * Added support for ingesting logging intervals * Support for ingesting instrument and status * Added flag ingest method * Fixed bug in the flag ingest process Flags with null notes where not being matched * Added the start of some testing files The test_flags script is not an automated test yet but I thought the data files and process would still be helpful to have committed * Flagging updates and hourly data rollup fixes * Some cleanup and bug fixes Added some methods that help in the testing/dev environments
Configuration menu - View commit details
-
Copy full SHA for db082ed - Browse repository at this point
Copy the full SHA db082edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a9f3cf - Browse repository at this point
Copy the full SHA 9a9f3cfView commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fb0ee0c - Browse repository at this point
Copy the full SHA fb0ee0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0016d3d - Browse repository at this point
Copy the full SHA 0016d3dView commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 37ba617 - Browse repository at this point
Copy the full SHA 37ba617View commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 398c0f5 - Browse repository at this point
Copy the full SHA 398c0f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62f017c - Browse repository at this point
Copy the full SHA 62f017cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1ca447 - Browse repository at this point
Copy the full SHA d1ca447View commit details
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.