Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coolamqp
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
coolamqp
Commits
3b76adf1
Commit
3b76adf1
authored
6 months ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
fixes
#1
parent
b4258a6e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
fixes #1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+16
-0
16 additions, 0 deletions
.gitlab-ci.yml
CHANGELOG.md
+5
-0
5 additions, 0 deletions
CHANGELOG.md
README.md
+1
-0
1 addition, 0 deletions
README.md
coolamqp/__init__.py
+1
-1
1 addition, 1 deletion
coolamqp/__init__.py
with
23 additions
and
1 deletion
.gitlab-ci.yml
+
16
−
0
View file @
3b76adf1
...
...
@@ -19,6 +19,13 @@ stages:
AMQP_HOST
:
"
rabbitmq"
.before_test_rmq4
:
extends
:
.before_test
services
:
-
name
:
rabbitmq:4.0-management
alias
:
rabbitmq
stresstest_select
:
extends
:
.before_test
script
:
...
...
@@ -74,9 +81,18 @@ unittest_epoll:
-
mv .coverage .coverage.unitepoll
unittest_epoll_rmq4
:
extends
:
.before_test_rmq4
script
:
-
coverage run --append -m nose2 -F -vv
after_script
:
-
mv .coverage .coverage.unitepoll_rmq4
calc_coverage
:
stage
:
build
dependencies
:
-
unittest_epoll_rmq4
-
unittest_epoll
-
unittest_select
-
stresstest_epoll
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
5
−
0
View file @
3b76adf1
Previous release notes are hosted on
[
GitHub
](
https://github.com/smok-serwis/coolamqp/releases
)
.
Since v1.3.2 they'll be put here and in release description.
# v1.4.4
========
*
added unit tests for RabbitMQ 4.0
# v1.4.3
========
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
0
View file @
3b76adf1
...
...
@@ -22,6 +22,7 @@ Why CoolAMQP?
-------------
*
tested against all versions of RabbitMQ 3.x (with testing with RabbitMQ 4.x pending)
*
automatic tests check against RabbitMQ 3.10 and RabbitMQ 4.0
*
AMQP 0.9.1 client that's native Python
*
heavily optimized for speed
*
geared towards interfacing with
[
RabbitMQ
](
https://www.rabbitmq.com/
)
...
...
This diff is collapsed.
Click to expand it.
coolamqp/__init__.py
+
1
−
1
View file @
3b76adf1
__version__
=
'
1.4.
3
'
__version__
=
'
1.4.
4a1
'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment