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

reuse python code from datadog_checks_base #1704

Merged
merged 41 commits into from
May 24, 2018
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
b4388e3
reuse python code from datadog_checks_base
ofek May 16, 2018
2d82118
try on ci
ofek May 17, 2018
7a0429a
fix circle ci
ofek May 17, 2018
d577c82
derp
ofek May 18, 2018
3c834bf
try
ofek May 18, 2018
55950a3
see
ofek May 18, 2018
2e603f6
hmm
ofek May 18, 2018
fcff3af
try
ofek May 18, 2018
a1d2471
locate
ofek May 18, 2018
8befe76
try
ofek May 18, 2018
1d0be57
see
ofek May 18, 2018
fd286f3
try
ofek May 18, 2018
ad55436
try
ofek May 18, 2018
151c1dc
remove debugging
ofek May 18, 2018
b4da6b6
add to deps
ofek May 19, 2018
4f2ccfa
change default location, make quiet
ofek May 19, 2018
5a1bd55
refactor
ofek May 19, 2018
c534730
remove from cache
ofek May 19, 2018
b7c7597
need links actually
ofek May 19, 2018
4742765
see gl
ofek May 19, 2018
38adc6e
debug gitlab
ofek May 21, 2018
f058e67
see
ofek May 21, 2018
3cf9c81
hmm
ofek May 21, 2018
11f2484
upgrade pip
ofek May 21, 2018
7b206c3
try
ofek May 21, 2018
416a082
try
ofek May 21, 2018
5d0e819
try
ofek May 21, 2018
e231fa8
see
ofek May 21, 2018
87590c4
maybe
ofek May 21, 2018
dab5a57
see tls version
ofek May 21, 2018
e7664af
fixed in core, try removing things
ofek May 21, 2018
ad84a3c
add more options to deps command
ofek May 22, 2018
84c3bde
missed a spot
ofek May 22, 2018
48c8f8b
rename option
ofek May 22, 2018
b042fdb
add reno
ofek May 22, 2018
475117e
update changes
ofek May 22, 2018
8b73b70
document deps command
ofek May 22, 2018
1ab326d
document env var
ofek May 23, 2018
6b56695
address review
ofek May 23, 2018
14c16ec
update reno
ofek May 23, 2018
2cad164
rearrange
ofek May 24, 2018
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
add reno
  • Loading branch information
ofek committed May 22, 2018
commit b042fdb9a9fecc5abd8c1d974017c445a358d5f3
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
deprecations:
- |
The core Agent check Python code is no longer duplicated here and is instead
pulled from integrations-core. The code now resides in the `datadog_checks`
namespace, though the old `checks`, `utils`, etc. paths are still supported.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add something like: Please update your custom checks accordingly , and add a link to the relevant documentation?