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

Add file storage option #5

Merged
merged 3 commits into from
Dec 13, 2023
Merged

Add file storage option #5

merged 3 commits into from
Dec 13, 2023

Commits on Dec 1, 2023

  1. Initial functionality to ppe (#1)

    * Initial local monitoring
    
    * Updated monitor to monitor all plugs on a powerstrip
    
    * refactor so tests are dynamically udpated if db schema changes
    
    correct emissions calculations
    
    * Add test action
    
    * lookup github secrets for deploy
    
    * Define pythonpath in action
    
    * Fix db view user password secret name
    
    * Fix env variable lookup for action
    
    * update cache expiry for action
    
    * refactor env vars to be at job level
    
    * additional test debugging
    
    * debug failing test
    
    * more debugging for docker db
    
    * fix typo
    
    * fix docker command
    
    * sleep in action
    
    * reenable db test
    scottcha authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    8925a9d View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Add Benchmark mode (#3)

    * Initial functionality to ppe (#1) (#2)
    
    * Initial local monitoring
    
    * Updated monitor to monitor all plugs on a powerstrip
    
    * refactor so tests are dynamically udpated if db schema changes
    
    correct emissions calculations
    
    * Add test action
    
    * lookup github secrets for deploy
    
    * Define pythonpath in action
    
    * Fix db view user password secret name
    
    * Fix env variable lookup for action
    
    * update cache expiry for action
    
    * refactor env vars to be at job level
    
    * additional test debugging
    
    * debug failing test
    
    * more debugging for docker db
    
    * fix typo
    
    * fix docker command
    
    * sleep in action
    
    * reenable db test
    
    * Refactor EnergyUsage as a class instead of a dict to ease creating other modes
    
    Add datastore ABC
    
    * Added ability to output to file instead of db
    scottcha authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    666c66c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fa9d1f View commit details
    Browse the repository at this point in the history