Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Seluj78/rabbitpy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: gmr/rabbitpy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 22 files changed
  • 4 contributors

Commits on Jul 12, 2021

  1. Add timeout on waiting for channel open. Prevents lock-up when attemp…

    …ting to connect to a booting server (gmr#133)
    AndTornes committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    0b805f3 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Change to use ssl.SSLContext

    - Change to use `ssl.SSLContext` since `ssl.wrap_socket` was deprecated
      in Python 3.7 and removed in 3.12
    - Drops support for Python < 3.8
    - Adds support for Python 3.10, 3.11 and 3.12
    Ryan Mclean committed May 8, 2024
    Configuration menu
    Copy the full SHA
    4e7c230 View commit details
    Browse the repository at this point in the history
  2. Merge pull request gmr#140 from aremm/python3.12

    Change to use ssl.SSLContext
    gmr authored May 8, 2024
    Configuration menu
    Copy the full SHA
    095d91b View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Add pyproject.toml

    - Replace setup.cfg and setup.py with pyproject.toml
    - Add dependencies to pyproject.toml
    Ryan Mclean committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    f7aab55 View commit details
    Browse the repository at this point in the history
  2. Replace travis CI with Github workflows

    - Add `test` Github workflow that run tests and upload coverage to
      codecov. This expects a `CODECOV_TOKEN` secret token
    - Add `deploy` Github workflow to build and publish tags to PyPI. This
      expects trusted published to be configured.
    Ryan Mclean committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    848e9d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Update coverage and flake8 to support pyproject

    Ryan Mclean committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ff5a5c1 View commit details
    Browse the repository at this point in the history
  2. Fix github workflow action definitions

    Addressed some misconfigurations in the Github Actions yaml
    Ryan Mclean committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7dd7f43 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Merge pull request gmr#134 from AndTornes/master

    Prevent lock-up when connecting to a booting server (gmr#133)
    gmr authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    336f689 View commit details
    Browse the repository at this point in the history
  2. Merge pull request gmr#143 from aremm/github-workflow

    Replace travis CI with Github workflows
    gmr authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    16dcfc4 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v3...v4.1.7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    759bffd View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Merge pull request gmr#144 from gmr/dependabot/github_actions/dot-git…

    …hub/workflows/actions/download-artifact-4.1.7
    
    Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
    gmr authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f5dc2cf View commit details
    Browse the repository at this point in the history
Loading