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

✨ Re-introduce aws-library #5031

Merged

Commits on Nov 14, 2023

  1. added skeleton

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    56cf0c5 View commit details
    Browse the repository at this point in the history
  2. preparing new library

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    17c4741 View commit details
    Browse the repository at this point in the history
  3. fixes tests

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    a548063 View commit details
    Browse the repository at this point in the history
  4. add ec2 folder

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    97fffa9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90ec363 View commit details
    Browse the repository at this point in the history
  6. moving models

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    affac84 View commit details
    Browse the repository at this point in the history
  7. moved models to aws-library

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c047cdd View commit details
    Browse the repository at this point in the history
  8. added error

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c00fe58 View commit details
    Browse the repository at this point in the history
  9. add empty shell for client

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    5ddedbd View commit details
    Browse the repository at this point in the history
  10. added aiocache

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ae60176 View commit details
    Browse the repository at this point in the history
  11. wrong coverage name

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d7b2ed1 View commit details
    Browse the repository at this point in the history
  12. add dependency

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    3e4c833 View commit details
    Browse the repository at this point in the history
  13. add dependency

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    6ea6c1f View commit details
    Browse the repository at this point in the history
  14. bring in all

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    38bea17 View commit details
    Browse the repository at this point in the history
  15. rename

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    7cdc987 View commit details
    Browse the repository at this point in the history
  16. testing

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    db83065 View commit details
    Browse the repository at this point in the history
  17. creating tests

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    85c768c View commit details
    Browse the repository at this point in the history
  18. add testing dependencies

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    00d6704 View commit details
    Browse the repository at this point in the history
  19. test runs on client

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0e07f48 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9114070 View commit details
    Browse the repository at this point in the history
  21. correct imports + ruff

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    349409d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8b99f81 View commit details
    Browse the repository at this point in the history
  23. fixed import

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    40f39d6 View commit details
    Browse the repository at this point in the history
  24. preparing for testing

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    339db72 View commit details
    Browse the repository at this point in the history
  25. refactoring

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    149d968 View commit details
    Browse the repository at this point in the history
  26. 100% coverage

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    85f72e6 View commit details
    Browse the repository at this point in the history
  27. ruff

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0781d2a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    cc4c2d5 View commit details
    Browse the repository at this point in the history
  29. Squashed commit of the following:

    commit cb161ed01c30195ceea59d62e35c59e6c19476a5
    Author: sanderegg <[email protected]>
    Date:   Sun Nov 12 23:14:58 2023 +0100
    
        refactoring autoscaling
    
    commit 52594c3c06b9bbc4b512a6f9363ac11fef544553
    Author: sanderegg <[email protected]>
    Date:   Sun Nov 12 22:08:02 2023 +0100
    
        add dependency on aws-lib
    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e277b25 View commit details
    Browse the repository at this point in the history
  30. removed duplicated tests

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    bc268ab View commit details
    Browse the repository at this point in the history
  31. improve client

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    44fb75c View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    04d9d71 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    7afdda7 View commit details
    Browse the repository at this point in the history
  34. re-use ec2 settings

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ced2317 View commit details
    Browse the repository at this point in the history
  35. re-use ec2 client

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    8c3c4b6 View commit details
    Browse the repository at this point in the history
  36. add aws-lib dependency

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    47fa781 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    cf50a07 View commit details
    Browse the repository at this point in the history
  38. missing entry

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    7d2f230 View commit details
    Browse the repository at this point in the history
  39. typo

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1a886d6 View commit details
    Browse the repository at this point in the history
  40. missing arguments

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c920c84 View commit details
    Browse the repository at this point in the history
  41. mypy

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0693768 View commit details
    Browse the repository at this point in the history
  42. ruff

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    9941be9 View commit details
    Browse the repository at this point in the history
  43. linter

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    6f5b6fc View commit details
    Browse the repository at this point in the history
  44. split fixtures

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    8a42bcd View commit details
    Browse the repository at this point in the history
  45. use ec2 fixtures

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e0999db View commit details
    Browse the repository at this point in the history
  46. use pytest-simcore fixtures

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    647ad05 View commit details
    Browse the repository at this point in the history
  47. ruff

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    6c7dcd2 View commit details
    Browse the repository at this point in the history
  48. ruff

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b269fb5 View commit details
    Browse the repository at this point in the history
  49. re-use fixtures

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    5c44a8e View commit details
    Browse the repository at this point in the history
  50. removed aws_services.py

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    86d8d80 View commit details
    Browse the repository at this point in the history
  51. migration done?

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    afdeac6 View commit details
    Browse the repository at this point in the history
  52. ruff

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    de838e6 View commit details
    Browse the repository at this point in the history
  53. missing dependency

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c7ad24b View commit details
    Browse the repository at this point in the history
  54. cleanup

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    7813d5f View commit details
    Browse the repository at this point in the history
  55. ruff

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c4c94fc View commit details
    Browse the repository at this point in the history
  56. migrate

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b3efa59 View commit details
    Browse the repository at this point in the history
  57. ruff

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4059e89 View commit details
    Browse the repository at this point in the history
  58. migrating

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b3efb81 View commit details
    Browse the repository at this point in the history
  59. fix fixture name

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e577020 View commit details
    Browse the repository at this point in the history
  60. add flaky

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    9243b59 View commit details
    Browse the repository at this point in the history
  61. fixed imports

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    5853e0b View commit details
    Browse the repository at this point in the history
  62. fix imports

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1ec65d5 View commit details
    Browse the repository at this point in the history
  63. correct fixture name

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    8580087 View commit details
    Browse the repository at this point in the history
  64. remove duplicate fixtures

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f00ac46 View commit details
    Browse the repository at this point in the history
  65. added dependencies

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    cb6adb5 View commit details
    Browse the repository at this point in the history
  66. type

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    5366926 View commit details
    Browse the repository at this point in the history
  67. dependencies

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    dcf380c View commit details
    Browse the repository at this point in the history
  68. fixed test

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    5667173 View commit details
    Browse the repository at this point in the history
  69. use env_prefix

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e2d0354 View commit details
    Browse the repository at this point in the history
  70. typo

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    281de5c View commit details
    Browse the repository at this point in the history
  71. fix environs

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f464b17 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    bb47cd8 View commit details
    Browse the repository at this point in the history
  73. fix test

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    7e7a4e4 View commit details
    Browse the repository at this point in the history
  74. fix test

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    af9a79b View commit details
    Browse the repository at this point in the history
  75. @pcrespov review: add examples

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c6a31e1 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    26a9a4c View commit details
    Browse the repository at this point in the history
  77. mypy

    sanderegg committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    9872f05 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    89e5ba5 View commit details
    Browse the repository at this point in the history