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

added initial telemetry work #386

Open
wants to merge 45 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
95bd528
added initial telemetry work
Jul 9, 2021
5430b78
added telemetry queue size
Jul 12, 2021
d7bf70d
added unit tests
Jul 23, 2021
9cc6c8b
fixing problem
Jul 23, 2021
00b76b7
corrected tests
Jul 23, 2021
5f85940
added dependency
Jul 23, 2021
5c831e8
added chardet==3.0.4
Jul 23, 2021
b489291
added idna==2.7
Jul 23, 2021
5b3979f
added mock==3.0.5
Jul 23, 2021
9f5f317
installing more dependencies
Jul 23, 2021
c4267fc
added dependencies
Jul 23, 2021
99988fc
fixed dependencies
Jul 23, 2021
8c126a7
added chardet==3.0.4 idna==2.7 mock==3.0.5
Jul 23, 2021
5e459f7
added dependency to pyramid
Jul 23, 2021
9549e0d
fixing versions
Jul 23, 2021
3336002
fixing dependencies
Jul 23, 2021
f5d9139
fixing dependencies
Jul 23, 2021
7cebc64
fixing mock version
Jul 23, 2021
ab02383
fixing mock version
Jul 23, 2021
b1628cd
fixing mock version
Jul 23, 2021
6a902d7
added mock to TWISTED
Jul 23, 2021
353dba8
added mock
Jul 24, 2021
5a82b30
added mock to starlette
Jul 26, 2021
52a8318
fix tests
Jul 26, 2021
766e10a
corrected tests
Jul 26, 2021
d2bf643
corrected tests
Jul 26, 2021
53132d1
corrected tests
Jul 26, 2021
ec5208f
added mock to TWISTED
Jul 26, 2021
ca9df67
Update rollbar/lib/telemetry.py
pawelsz-rb Aug 4, 2021
9f0d61d
Update rollbar/test/test_telemetry.py
pawelsz-rb Aug 4, 2021
e59e34c
Update rollbar/__init__.py
pawelsz-rb Aug 4, 2021
5797a30
Update rollbar/test/test_telemetry.py
pawelsz-rb Aug 4, 2021
cfafa97
Update rollbar/lib/telemetry.py
pawelsz-rb Aug 4, 2021
0f09f7e
Update rollbar/lib/telemetry.py
pawelsz-rb Aug 4, 2021
16e6a9b
Update rollbar/lib/telemetry.py
pawelsz-rb Aug 4, 2021
070b188
Update rollbar/lib/telemetry.py
pawelsz-rb Aug 4, 2021
b317564
Update rollbar/lib/telemetry.py
pawelsz-rb Aug 4, 2021
88d8da3
Update rollbar/test/test_telemetry.py
pawelsz-rb Aug 4, 2021
1f1d8da
addressing PR comments
Aug 5, 2021
7f57fae
corrected tests
Aug 5, 2021
2e09a11
corrected tests
Aug 5, 2021
1d27b19
addressing PR comments
Aug 5, 2021
2d270df
correcting tests
Aug 5, 2021
5d7c1f9
added support for urllib
Aug 6, 2021
91f8338
added support for httpx
Aug 6, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed dependencies
Pawel Szczodruch committed Jul 23, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 99988fca67efba2cec72b1aec8fdec60d56f2095
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -27,9 +27,9 @@ jobs:
- TWISTED_VERSION=16.6.0 treq==16.12.0 zope.interface==4.5.0
- TWISTED_VERSION=17.1.0 treq==16.12.0 zope.interface==4.5.0
- DJANGO_VERSION=1.11.20 chardet==3.0.4 idna==2.7 mock==3.0.5
- DJANGO_VERSION=2.0.13 chardet==3.0.4 idna==2.7 mock==3.0.5
- DJANGO_VERSION=2.1.7 chardet==3.0.4 idna==2.7 mock==3.0.5
- DJANGO_VERSION=2.1.15 chardet==3.0.4 idna==2.7 mock==3.0.5
- DJANGO_VERSION=2.0.13
- DJANGO_VERSION=2.1.7
- DJANGO_VERSION=2.1.15
- PYRAMID_VERSION=1.9.2
- PYRAMID_VERSION=1.10.4
- STARLETTE_VERSION=0.12.12 httpx==0.18.1 python-multipart==0.0.5