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

Integrate latest developments #316

Merged
merged 82 commits into from
Sep 25, 2024
Merged

Integrate latest developments #316

merged 82 commits into from
Sep 25, 2024

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    eaa1b44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4438f84 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

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

Commits on Apr 17, 2024

  1. clean: renaming data file and adding explanation

    del: aws vantage export, not the right folder
    bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    79e8f8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    639ded7 View commit details
    Browse the repository at this point in the history
  3. chore: defining next steps for azure data collection and processing, …

    …cleaning dedicated hosts data
    bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9d841a2 View commit details
    Browse the repository at this point in the history
  4. chore: adding scripts to get per-instance family hardware cpu and gpu…

    … from the official documentation
    
    clean: cleaned_dedicated_hosts
    bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c110086 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb76fec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0c3080 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a20de0 View commit details
    Browse the repository at this point in the history
  8. chore: trim leading whitespaces

    bdromard authored and bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    fa265e2 View commit details
    Browse the repository at this point in the history
  9. chore: sort and lowercase instances and hosts data

    fix: changed name for sorting script
    bdromard authored and bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    1e679ec View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e9a6c2c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    33f2a79 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fb73fb5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    655bc72 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c5a6684 View commit details
    Browse the repository at this point in the history
  15. chore: fill_servers.py fills properly cpu_units now that cpu_specs ha…

    …s been completed with missing or incomplete references
    bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    5c9686b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4bad009 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8240725 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7e8513c View commit details
    Browse the repository at this point in the history
  19. chore: first match in python between instances_lowercased.csv instanc…

    …es and hosts in cleaned_dedicated_hosts
    bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    bf57147 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    12bda85 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f45a0e0 View commit details
    Browse the repository at this point in the history
  22. docs: adding sources to readme

    bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9a53d11 View commit details
    Browse the repository at this point in the history
  23. chore: ignoring lock files

    bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    21de823 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    bbb73f1 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    35c1eeb View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    006c901 View commit details
    Browse the repository at this point in the history
  27. chore: sort b and m host series

    bdromard authored and bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    22f88c4 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    20a0e26 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    35a8a9a View commit details
    Browse the repository at this point in the history
  30. chore: add m series hosts matching

    fix: set gpu # to 0 until we know
    bdromard authored and bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f6f4ea1 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    27814ea View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    d44c5c9 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    7efc497 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    1a87c5c View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    c16dbf1 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    d37d455 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    561f60e View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    cd90083 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    f7f47f1 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    6331e6f View commit details
    Browse the repository at this point in the history
  41. data: addind new azure_servers

    docs: adding update workflow to schema
    
    docs: improving readme
    
    docs: improving readme
    bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    e600a04 View commit details
    Browse the repository at this point in the history
  42. fix: filling ssd and hdd with 0 as defaults until we have accurate va…

    …lues in azure_servers
    
    data: update azure_servers
    bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    17b5aa9 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    afbee04 View commit details
    Browse the repository at this point in the history
  44. data: updating azure.csv

    bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d0ff9dd View commit details
    Browse the repository at this point in the history
  45. clean: removing temp files adding missing ones to git history

    docs: improving readme with caveats and todo list
    bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    030d1bb View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    168b576 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    cf88a41 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    79e5d9e View commit details
    Browse the repository at this point in the history
  49. chore: refactoring of the script that generates per-instance results …

    …for azure vms by querying the api
    bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ab0bea8 View commit details
    Browse the repository at this point in the history
  50. chore: cleaning debug prints

    bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    4c37bc2 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    c3482fe View commit details
    Browse the repository at this point in the history
  52. chore: adding test file with impacts per instance

    docs: adding explanations on results file
    
    docs: pushing results doc
    bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    536a8e1 View commit details
    Browse the repository at this point in the history
  53. chore: fix duration parameter, has to be in get params in gen_impact …

    …script
    
    chore: fixing servers.csv data
    
    chore: fixing servers.csv data
    
    chore: fixing servers.csv data
    bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    0c1a96c View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    bbfcd8e View commit details
    Browse the repository at this point in the history
  55. fix: updating results.csv with fixed servers.csv as base data

    docs: fixing dead link
    bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    1d4a40a View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    c6b90b2 View commit details
    Browse the repository at this point in the history
  57. chore: gpu units and capacity for azure hosts

    docs: improved results.md
    bdromard authored and bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    53db74b View commit details
    Browse the repository at this point in the history
  58. fix: server.csv format

    bdromard authored and bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    2626b1a View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    63deae3 View commit details
    Browse the repository at this point in the history
  60. chore: fixing results file

    bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    cfdd54e View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    5944f8b View commit details
    Browse the repository at this point in the history
  62. fix: removing columns reindexing step in generate_impact script

    docs: documenting underestimated impact for storage
    bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d755be8 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    25bba5f View commit details
    Browse the repository at this point in the history
  64. fix: typo, sensitivity instead of sensibility

    docs: GPU units still has to be filled for virtual machines
    bdromard authored and bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    6244bd4 View commit details
    Browse the repository at this point in the history
  65. fix: adding nvme local storage to ssd_sto instances when present

    docs: improving readme and results.md, adding GreenPixie as sponsor, detailling life cycle steps covered
    
    docs: improving readme and results.md, adding GreenPixie as sponsor, detailling life cycle steps covered
    bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c0d8d7c View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    b4607a4 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    79b0bb4 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    439db08 View commit details
    Browse the repository at this point in the history
  69. fix: updated data and results with nvme local storage + bundled ssd r…

    …emote storage
    
    docs: adding explanation of perimeter of the cloud/instance route
    bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    65d7f5d View commit details
    Browse the repository at this point in the history
  70. fix: path for drawing in docs

    bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    84db477 View commit details
    Browse the repository at this point in the history
  71. fix: re pushing aws instances remaining to be fixed in aws.csv

    docs: improving results.md
    
    docs: improved results.md
    bpetit committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    44e2f4b View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    1c40257 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. docs: improve readme file

    bpetit committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b3eb928 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    7141111 View commit details
    Browse the repository at this point in the history
  2. docs: update README.md

    bpetit authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f48fd09 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    4abf976 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #282 from hubblo-org/dev

    Providing data for Azure virtual machines
    da-ekchajzer authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    85fac66 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    da-ekchajzer authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    afb11d0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #300 from Boavizta/hubblo-org-dev

    Adding test for Azure cloud instances
    da-ekchajzer authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    bf8a0ed View commit details
    Browse the repository at this point in the history