Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
runadium
/
pyrabbit
Public
forked from
bkjones/pyrabbit
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
pyrabbit
tests
on
master
User selector
All users
All time
Commit history
Commits on Dec 24, 2015
Replace httplib2 with requests
bkjones
committed
5630e73
View commit details
Copy full SHA for 5630e73
View code at this point
Browse repository at this point
Commits on Jun 19, 2015
Fix python3 str/bytes error
julienr
committed
48c7b1a
View commit details
Copy full SHA for 48c7b1a
View code at this point
Browse repository at this point
Remove the has_admin_rights property as this doesn’t work well
Show description for 5fa5f7b
julienr
committed
5fa5f7b
View commit details
Copy full SHA for 5fa5f7b
View code at this point
Browse repository at this point
Replace httplib2 with requests. Should provide thread safety amongst
Show description for b9f7c75
julienr
committed
b9f7c75
View commit details
Copy full SHA for b9f7c75
View code at this point
Browse repository at this point
Commits on Aug 28, 2014
Merge pull request #15 from spil-sean/master
Show description for 62f9e99
bkjones
committed
62f9e99
View commit details
Copy full SHA for 62f9e99
View code at this point
Browse repository at this point
Merge pull request #20 from davidszotten/permissions
Show description for 2b238d0
bkjones
committed
2b238d0
View commit details
Copy full SHA for 2b238d0
View code at this point
Browse repository at this point
Add test for Client.get_queue, clarify error output, unquote vhost in aliveness test
bkjones
committed
d8ad551
View commit details
Copy full SHA for d8ad551
View code at this point
Browse repository at this point
Commits on May 9, 2014
tests for permissions methods
davidszotten
committed
33f8e21
View commit details
Copy full SHA for 33f8e21
View code at this point
Browse repository at this point
Commits on Mar 24, 2014
added test
spil-sean
committed
d0526c4
View commit details
Copy full SHA for d0526c4
View code at this point
Browse repository at this point
Commits on Mar 23, 2014
Port changed from 55672 to 15672, and started trapping a TypeError & decoding bytes objects in response (oddly, this is not a consistent issue w/ all calls)
bkjones
committed
bc0eb2d
View commit details
Copy full SHA for bc0eb2d
View code at this point
Browse repository at this point
Commits on Feb 11, 2013
Fixed the round trip test: when a queue has no messages, get_messages returns None, not len 0.
bkjones
committed
88bceb5
View commit details
Copy full SHA for 88bceb5
View code at this point
Browse repository at this point
Commits on Feb 10, 2013
Reorder Client.create_queue params for consistency
bkjones
committed
893586e
View commit details
Copy full SHA for 893586e
View code at this point
Browse repository at this point
Updated to reflect changes to urllib layout in python 3
bkjones
committed
a96df31
View commit details
Copy full SHA for a96df31
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/xmm/pyrabbit into xmm-master
bkjones
committed
d205e95
View commit details
Copy full SHA for d205e95
View code at this point
Browse repository at this point
Changed default timeout value from 1 second to 5 seconds. Reordered imports
bkjones
committed
fe66cf8
View commit details
Copy full SHA for fe66cf8
View code at this point
Browse repository at this point
Commits on Feb 8, 2013
tests.http: Test creation of HTTP credentials
Patrick Smith
committed
4daefdb
View commit details
Copy full SHA for 4daefdb
View code at this point
Browse repository at this point
http: Add timeout on creation of HttpClient
Patrick Smith
committed
9c408d4
View commit details
Copy full SHA for 9c408d4
View code at this point
Browse repository at this point
Commits on Jan 28, 2013
Added delete_connection method
xmm
committed
5666ff8
View commit details
Copy full SHA for 5666ff8
View code at this point
Browse repository at this point
Commits on Jan 10, 2013
Added a test for a method has_admin_rights
xmm
committed
668c1ed
View commit details
Copy full SHA for 668c1ed
View code at this point
Browse repository at this point
Commits on Jan 9, 2013
Added a test for a method
xmm
committed
d424fa2
View commit details
Copy full SHA for d424fa2
View code at this point
Browse repository at this point
Commits on Nov 28, 2012
create/delete rabbitmq users
grunskis
committed
9c92a1a
View commit details
Copy full SHA for 9c92a1a
View code at this point
Browse repository at this point
Commits on Aug 9, 2012
Updated API to include a delete_binding method to remove bindings. Added unit_tests for delete_binding and added step in round trip test to confirm correct behavior.
azumafuji
committed
cd8bee8
View commit details
Copy full SHA for cd8bee8
View code at this point
Browse repository at this point
Commits on May 17, 2012
Unit Tests: properly patch has_admin_rights
Show description for 5f7d537
bkjones
committed
5f7d537
View commit details
Copy full SHA for 5f7d537
View code at this point
Browse repository at this point
Commits on Mar 8, 2012
Added a low-level integration test, and updated README to encourage pull requests
bkjones
committed
c938be4
View commit details
Copy full SHA for c938be4
View code at this point
Browse repository at this point
Commits on Feb 14, 2012
Fixed a bug causing users w/ privs to be denied access to certain data.
Show description for 1a7d0fc
bkjones
committed
1a7d0fc
View commit details
Copy full SHA for 1a7d0fc
View code at this point
Browse repository at this point
Commits on Nov 12, 2011
Fixed: setup.py imported 'pyrabbit' when it only needs 'pyrabbit.__version__', causing it to attempt to load httplib2 (a dependency) before it could evaluate and install its dependencies (good catc…
Show description for bcf2f8c
bkjones
committed
bcf2f8c
View commit details
Copy full SHA for bcf2f8c
View code at this point
Browse repository at this point
Commits on Oct 23, 2011
Added support for deleting a queue. Not sure how I missed that. Also
Show description for fe4ced0
bkjones
committed
fe4ced0
View commit details
Copy full SHA for fe4ced0
View code at this point
Browse repository at this point
New functionality, bugfixes, more tests, and a version bump. Read on for details...
Show description for 54b03e1
bkjones
committed
54b03e1
View commit details
Copy full SHA for 54b03e1
View code at this point
Browse repository at this point
Commits on Oct 15, 2011
Created tests & methods for create_binding and publish.
bkjones
committed
cb26a0a
View commit details
Copy full SHA for cb26a0a
View code at this point
Browse repository at this point
Commits on Oct 12, 2011
Added unit tests for pyrabbit.api
bkjones
committed
245b2e1
View commit details
Copy full SHA for 245b2e1
View code at this point
Browse repository at this point
Just working on test coverage right now. Took 15 minutes to perform the code reorganization, considerably longer to get code coverage back where it was. Getting there!
bkjones
committed
d8508e5
View commit details
Copy full SHA for d8508e5
View code at this point
Browse repository at this point
Reorg mostly works, but tests are deprecated at this point. Need to redo those :/
bkjones
committed
425a116
View commit details
Copy full SHA for 425a116
View code at this point
Browse repository at this point
Reorganizing code. Ripped out most of what used to be in http.py to make the separation between API handling and HTTP protocol handling clearer. The api module knows about the API. The http module …
Show description for 38dfab3
bkjones
committed
38dfab3
View commit details
Copy full SHA for 38dfab3
View code at this point
Browse repository at this point
Commits on Sep 29, 2011
Added support in HTTPClient for bindings, and in the API for creating exchanges & queues.
bkjones
committed
716ce3c
View commit details
Copy full SHA for 716ce3c
View code at this point
Browse repository at this point
Commits on Sep 26, 2011
Added methods to create and delete exchanges. Tests & docs included, though more work to go on both.
bkjones
committed
295e493
View commit details
Copy full SHA for 295e493
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.