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

Atlas plugin #23

Closed
wants to merge 28 commits into from
Closed

Atlas plugin #23

wants to merge 28 commits into from

Commits on Oct 16, 2024

  1. Signed-off-by: Sajit Kunnumkal <[email protected]>

    Init commit
    
    cmd files
    
    intermediate stop
    
    Changing signature
    
    adding scripts to gitignore
    
    address review comments
    
    address review comments
    
    ignore mock test
    
    failing test
    
    Signed-off-by: sajit  <[email protected]>
    fixed test
    
    Make test optional
    Signed-off-by: sajit  <[email protected]>
    
    adding tests
    Signed-off-by: sajit <[email protected]>
    
    Added tests
    Signed-off-by: sajit  <[email protected]>
    
    Delete unused struct
    Signed-off-by: sajit  <[email protected]>
    Signed-off-by: sajit <[email protected]>
    sajit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    69b04fb View commit details
    Browse the repository at this point in the history
  2. boilerplate for plugin interface (#1)

    Merge Alex's PR to continue work on branch
    
    Signed-off-by: sajit <[email protected]>
    ameijer authored and sajit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    09bb7a3 View commit details
    Browse the repository at this point in the history
  3. Added tests for atlasconfig.go

    Signed-off-by: sajit <[email protected]>
    sajit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5fe974f View commit details
    Browse the repository at this point in the history
  4. Get costs

    Signed-off-by: sajit <[email protected]>
    sajit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7e00bca View commit details
    Browse the repository at this point in the history
  5. Signed-off-by: Sajit Kunnumkal <[email protected]>

    Signed-off-by: sajit <[email protected]>
    sajit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5d26705 View commit details
    Browse the repository at this point in the history
  6. Add unit tests

    Signed-off-by: sajit <[email protected]>
    sajit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    d8f1adb View commit details
    Browse the repository at this point in the history
  7. more tests

    Signed-off-by: sajit <[email protected]>
    sajit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    cfd8a56 View commit details
    Browse the repository at this point in the history
  8. migrate mongo plugin to use harness (#4)

    Signed-off-by: sajit <[email protected]>
    ameijer authored and sajit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    bdf1210 View commit details
    Browse the repository at this point in the history
  9. fix atlas_config_test

    Signed-off-by: sajit <[email protected]>
    sajit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    24aed3e View commit details
    Browse the repository at this point in the history
  10. have a working version. Need to change the function signature

    Signed-off-by: sajit <[email protected]>
    sajit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0f305cf View commit details
    Browse the repository at this point in the history
  11. working unit tests

    Signed-off-by: sajit <[email protected]>
    sajit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9013769 View commit details
    Browse the repository at this point in the history
  12. unit tests

    Signed-off-by: sajit <[email protected]>
    sajit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    011320b View commit details
    Browse the repository at this point in the history
  13. optional integration test

    Signed-off-by: sajit <[email protected]>
    sajit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    493bc4e View commit details
    Browse the repository at this point in the history
  14. Fixing DCO error Signed-off-by: sajit <[email protected]>

    Signed-off-by: Alex Meijer <[email protected]>
    Signed-off-by: sajit <[email protected]>
    ameijer authored and sajit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    2581ed9 View commit details
    Browse the repository at this point in the history
  15. checkout current branch for now

    Signed-off-by: Alex Meijer <[email protected]>
    Signed-off-by: sajit <[email protected]>
    ameijer authored and sajit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7e562b1 View commit details
    Browse the repository at this point in the history
  16. JPHM Signed-off-by: sajit <[email protected]>

    prep for testing, fix build
    
    Signed-off-by: Alex Meijer <[email protected]>
    ameijer authored and sajit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    dbaf3f6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2cde737 View commit details
    Browse the repository at this point in the history
  18. use branch

    Signed-off-by: Alex Meijer <[email protected]>
    Signed-off-by: sajit <[email protected]>
    ameijer authored and sajit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f74a1f0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9f5de8c View commit details
    Browse the repository at this point in the history
  20. update manifest

    Signed-off-by: sajit <[email protected]>
    github-actions[bot] authored and sajit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7d679a7 View commit details
    Browse the repository at this point in the history
  21. update manifest

    Signed-off-by: sajit <[email protected]>
    github-actions[bot] authored and sajit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1b9f1f7 View commit details
    Browse the repository at this point in the history
  22. OpenAI Plugin MVP (opencost#38)

    * OpenAI Plugin MVP
    
    Signed-off-by: Alex Meijer <[email protected]>
    
    * code review fixes
    
    Signed-off-by: Alex Meijer <[email protected]>
    
    * add MAINTAINERS
    
    Signed-off-by: Alex Meijer <[email protected]>
    
    * only attempt to read if no error
    
    Signed-off-by: Alex Meijer <[email protected]>
    
    ---------
    
    Signed-off-by: Alex Meijer <[email protected]>
    Signed-off-by: sajit <[email protected]>
    ameijer authored and sajit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    448825e View commit details
    Browse the repository at this point in the history
  23. update manifest

    Signed-off-by: sajit <[email protected]>
    github-actions[bot] authored and sajit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c8a4a44 View commit details
    Browse the repository at this point in the history
  24. fix harness to support multiple plugins (opencost#39)

    Signed-off-by: Alex Meijer <[email protected]>
    Signed-off-by: sajit <[email protected]>
    ameijer authored and sajit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9ff32f3 View commit details
    Browse the repository at this point in the history
  25. implement validator, small bugfix (#6)

    * implement validator, small bugfix
    
    Signed-off-by: Alex Meijer <[email protected]>
    
    * additional testing
    
    Signed-off-by: Alex Meijer <[email protected]>
    
    ---------
    
    Signed-off-by: Alex Meijer <[email protected]>
    Signed-off-by: sajit <[email protected]>
    ameijer authored and sajit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b29c8b9 View commit details
    Browse the repository at this point in the history
  26. fixing tests; remove .gitmessage.txt from source control

    Signed-off-by: sajit <[email protected]>
    sajit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    27c8385 View commit details
    Browse the repository at this point in the history
  27. fix tests

    Signed-off-by: sajit <[email protected]>
    sajit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b81730a View commit details
    Browse the repository at this point in the history
  28. address PR comments: change error to warnings Signed-off-by: Sajit Ku…

    …nnumkal <[email protected]>
    
    Signed-off-by: sajit <[email protected]>
    sajit committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    52e0d61 View commit details
    Browse the repository at this point in the history