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

Merge tooling config into pyproject #1901

Merged
merged 55 commits into from
Jul 31, 2023
Merged

Commits on Jan 25, 2023

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

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    a12ae52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70d2f56 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. outscale: fix list_volumes

    Signed-off-by: Matthias Gatto <[email protected]>
    outscale-mgo committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    1d71302 View commit details
    Browse the repository at this point in the history
  2. outscale: fix private_ips and public_ips from nodes

    Signed-off-by: Matthias Gatto <[email protected]>
    outscale-mgo committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    76061f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Fix exception when using internal URL

    Cloud Files has no concept of an "internal" CDN so the endpoint type must be hard-coded to "external".
    Sample Cloud Files service catalog listing: https://docs.rackspace.com/docs/cloud-files/v1/getting-started/authenticate#cloud-files-auth-response
    llamasoft authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    64405c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. add unit tests

    jan-mue committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    579f625 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

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

Commits on May 19, 2023

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

Commits on Jun 13, 2023

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

Commits on Jul 31, 2023

  1. Fix failing test due to extra , which made argument a tuple, fix lint

    and reformat the code.
    Kami committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    0450ac4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18f0636 View commit details
    Browse the repository at this point in the history
  3. Upgrade rstcheck.

    Kami committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    6cd0e91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fe1721 View commit details
    Browse the repository at this point in the history
  5. Upgrade codecov dependency.

    Kami committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    3fada6d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    93f6f7a View commit details
    Browse the repository at this point in the history
  7. Update dependabot config.

    Kami committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f6648fa View commit details
    Browse the repository at this point in the history
  8. Upgrade pytest dependencies.

    Kami committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f5fcfc5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c501a5c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3e5cc5a View commit details
    Browse the repository at this point in the history
  11. Squashed '.github/actions/gh-action-pip-audit/' changes from 9075e938…

    …d..d499194be
    
    d499194be README: prep 1.0.8
    cf52d21d8 Remove pin on requests (fixes apache#41) (apache#42)
    3ac8fed01 README: prep 1.0.7 (apache#40)
    f7e969538 requirements: constrain requests below 2.30 (apache#39)
    28aa5e1be New issue templates (apache#37)
    1abec09c8 action: replace `internal-be-careful-debug` (apache#36)
    75edeacda README: prep 1.0.6 (apache#34)
    666b1b883 Check that output file exists before opening (apache#33)
    
    git-subtree-dir: .github/actions/gh-action-pip-audit
    git-subtree-split: d499194be74aeb3bc7dbed3a224a87e1831132c7
    Kami committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    21f6883 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    55658ba View commit details
    Browse the repository at this point in the history
  13. Update GHA actions.

    Kami committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ac9d7b5 View commit details
    Browse the repository at this point in the history
  14. Upgrade black.

    Kami committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    9545751 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bae8e96 View commit details
    Browse the repository at this point in the history
  16. Ignore setuptools vulnerability over we don't have a direct control (we

    just use version which is installed in the end user environment).
    Kami committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    b48bb1e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b2be54b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b6ca236 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1431a2f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4fdc32b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    62e8d5a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    504354c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b0035eb View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    aa9a947 View commit details
    Browse the repository at this point in the history
  25. Merge branch 'fix-azure-list-nodes' of https://github.com/jan-mue/lib…

    …cloud into jan-mue-fix-azure-list-nodes
    Kami committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    c906009 View commit details
    Browse the repository at this point in the history
  26. Update the code so we don't end up in an infinite loop in case API

    returns invalid response or similar.
    
    Also add a test case for it.
    Kami committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    c49ecd0 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    cc30859 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    09cc6c4 View commit details
    Browse the repository at this point in the history
  29. Update the comment.

    Kami committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    efe4978 View commit details
    Browse the repository at this point in the history
  30. Fix codecov config.

    Kami committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    b843334 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    863b88d View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    8d0de10 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    54ed0cd View commit details
    Browse the repository at this point in the history
  34. Fix mypy violations due to the breaking change in the new version which

    changed the default value from no_implicit_optional = false to
    no_implicit_optional = true.
    Kami committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    831d7a1 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    0232c54 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    6c9122d View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    ff8059a View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    d1b5633 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    249ff3a View commit details
    Browse the repository at this point in the history
  40. Merge pull request apache#1920 from apache/run_tests_py312

    Also run unit tests under Python 3.12 beta
    Kami authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    c47e324 View commit details
    Browse the repository at this point in the history
  41. Merge branch 'merge_pyproject' of https://github.com/rsnk96/libcloud

    …into rsnk96-merge_pyproject
    Kami committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    a1ac8bf View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    739d053 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    561aa6c View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    cd01296 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    a39b640 View commit details
    Browse the repository at this point in the history