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 ability to dump all resource data to text file #981

Merged
merged 43 commits into from
May 16, 2023

Commits on Apr 28, 2023

  1. Adds 'scout' command and 'resources' sub command.

    - Prints all current resource allocations for each service (CPU, Memory, Storage) to the terminal
    jasonhawkharris committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    39760f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5da36f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    718560a View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    5340cff View commit details
    Browse the repository at this point in the history
  2. formatting/retabbing

    jasonhawkharris committed May 1, 2023
    Configuration menu
    Copy the full SHA
    0bb6274 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Adds --docker flag to print resources of docker deployment

    - Previously, you could only run `scout` on a k8s deployment
    - Now, by specifying the `--docker` flag, you can run against a docker
      deployment
    - Added unit tests for ResourcesK8s and ResourcesDocker
    jasonhawkharris committed May 2, 2023
    Configuration menu
    Copy the full SHA
    2bd386d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dfdfda View commit details
    Browse the repository at this point in the history
  3. refactor

    jasonhawkharris committed May 2, 2023
    Configuration menu
    Copy the full SHA
    5831881 View commit details
    Browse the repository at this point in the history
  4. fix build issues

    jasonhawkharris committed May 2, 2023
    Configuration menu
    Copy the full SHA
    a66ed4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd01abc View commit details
    Browse the repository at this point in the history
  6. Update cmd/src/scout_resources.go

    Co-authored-by: Jacob Pleiness <jdpleiness@users.noreply.github.com>
    jasonhawkharris and jdpleiness authored May 2, 2023
    Configuration menu
    Copy the full SHA
    3263141 View commit details
    Browse the repository at this point in the history
  7. Update cmd/src/scout_resources.go

    Co-authored-by: Jacob Pleiness <jdpleiness@users.noreply.github.com>
    jasonhawkharris and jdpleiness authored May 2, 2023
    Configuration menu
    Copy the full SHA
    94642d9 View commit details
    Browse the repository at this point in the history
  8. Update internal/scout/resources/resources.go

    Co-authored-by: Jacob Pleiness <jdpleiness@users.noreply.github.com>
    jasonhawkharris and jdpleiness authored May 2, 2023
    Configuration menu
    Copy the full SHA
    94bcd30 View commit details
    Browse the repository at this point in the history
  9. Update internal/scout/resources/resources.go

    Co-authored-by: Jacob Pleiness <jdpleiness@users.noreply.github.com>
    jasonhawkharris and jdpleiness authored May 2, 2023
    Configuration menu
    Copy the full SHA
    3b95e21 View commit details
    Browse the repository at this point in the history
  10. Update internal/scout/resources/resources.go

    Co-authored-by: Jacob Pleiness <jdpleiness@users.noreply.github.com>
    jasonhawkharris and jdpleiness authored May 2, 2023
    Configuration menu
    Copy the full SHA
    a1768d4 View commit details
    Browse the repository at this point in the history
  11. don't capitalize error messages

    Co-authored-by: Jacob Pleiness <jdpleiness@users.noreply.github.com>
    jasonhawkharris and jdpleiness authored May 2, 2023
    Configuration menu
    Copy the full SHA
    0a9d3c1 View commit details
    Browse the repository at this point in the history
  12. remove capitalization on error message

    Co-authored-by: Jacob Pleiness <jdpleiness@users.noreply.github.com>
    jasonhawkharris and jdpleiness authored May 2, 2023
    Configuration menu
    Copy the full SHA
    2780bcc View commit details
    Browse the repository at this point in the history
  13. capitalization

    Co-authored-by: Jacob Pleiness <jdpleiness@users.noreply.github.com>
    jasonhawkharris and jdpleiness authored May 2, 2023
    Configuration menu
    Copy the full SHA
    36f2b7a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3163878 View commit details
    Browse the repository at this point in the history
  15. capitalization

    Co-authored-by: Jacob Pleiness <jdpleiness@users.noreply.github.com>
    jasonhawkharris and jdpleiness authored May 2, 2023
    Configuration menu
    Copy the full SHA
    3698d1f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    faf2878 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    60b8c73 View commit details
    Browse the repository at this point in the history
  18. retab

    jasonhawkharris committed May 2, 2023
    Configuration menu
    Copy the full SHA
    24d2fa5 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Requested changes

    - change package from resources to resource
    - renamed files accordingly
    - changed from if statement to switch statement.
    - deleted empty README.md
    jasonhawkharris committed May 4, 2023
    Configuration menu
    Copy the full SHA
    d6c9acf View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. test skeleton

    jasonhawkharris committed May 11, 2023
    Configuration menu
    Copy the full SHA
    79eec1a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    c11677c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29225df View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    8dc2bab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d49544b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b4b89d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21f66e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee1e64e View commit details
    Browse the repository at this point in the history
  6. refactor

    jasonhawkharris committed May 15, 2023
    Configuration menu
    Copy the full SHA
    575a290 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    941bc31 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    20a6c47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69f4216 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3dddef View commit details
    Browse the repository at this point in the history
  4. import order

    jasonhawkharris committed May 16, 2023
    Configuration menu
    Copy the full SHA
    3ee7c08 View commit details
    Browse the repository at this point in the history
  5. fix merge conflict

    jasonhawkharris committed May 16, 2023
    Configuration menu
    Copy the full SHA
    a0695a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5ce0af View commit details
    Browse the repository at this point in the history
  7. fix merge conflicts

    jasonhawkharris committed May 16, 2023
    Configuration menu
    Copy the full SHA
    cee0234 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dbc69f0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    992739c View commit details
    Browse the repository at this point in the history