Skip to content
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
wants to merge 42 commits into
base: main
Choose a base branch
from
Draft

Version/aeolus #13

wants to merge 42 commits into from

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    0e09415 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. 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.
    caparker committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    d79becd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99365eb View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    33228c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    10076d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. 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.
    caparker committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    d9e728b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    492096b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    a7d107c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    31bdb28 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Updated ingester

    caparker committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    1676950 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    8c768d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Ingest improvements

    caparker committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    d4aecc3 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    e4ef1f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Cleaning up

    caparker committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f6f54c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    2680b3d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. 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.
    caparker committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    60c931c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d72520 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a5a82d View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Adding git action

    caparker committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    feec1b0 View commit details
    Browse the repository at this point in the history
  2. Fix action branch name

    caparker committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    97360fb View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Updated deployment

    caparker committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a82b13e View commit details
    Browse the repository at this point in the history
  2. cleaning up the settings

    caparker committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a121166 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c3e22b View commit details
    Browse the repository at this point in the history
  4. fixed deployment code

    caparker committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    36ce602 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d451de9 View commit details
    Browse the repository at this point in the history
  6. Updated pydantic settings

    caparker committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    68ecd22 View commit details
    Browse the repository at this point in the history
  7. Fixing computed field issue

    caparker committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0b2144a View commit details
    Browse the repository at this point in the history
  8. Adding export plugin

    caparker committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4b12116 View commit details
    Browse the repository at this point in the history
  9. UPdated cdk version

    caparker committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    509d3a8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b5d0daf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7fc9e87 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    ec92f49 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Clean up

    caparker committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d59f4f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    b9fab84 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. 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
    caparker authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    db082ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a9f3cf View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    fb0ee0c View commit details
    Browse the repository at this point in the history
  2. Removed query

    caparker committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0016d3d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    37ba617 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Updated to support uuid

    caparker committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    398c0f5 View commit details
    Browse the repository at this point in the history
  2. Changed fake fetchlogs id

    caparker committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    62f017c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1ca447 View commit details
    Browse the repository at this point in the history