Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Mar 31, 2019
1 parent b80665f commit b7a1fce
Show file tree
Hide file tree
Showing 36 changed files with 792 additions and 694 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ flup-py3==1.0.3; python_version > '3.0'
gearman==2.0.2; sys_platform != 'win32' and python_version < '3.0'
httplib2==0.10.3
in-toto==0.3.0
ipaddress==1.0.22
ipaddress==1.0.22; python_version < '3.0'
jaydebeapi==1.1.1
jpype1==0.6.3
kafka-python==1.4.4; sys_platform != 'win32'
Expand Down Expand Up @@ -56,6 +56,7 @@ scandir==1.8
securesystemslib[crypto,pynacl]==0.11.3
selectors34==1.2.0; sys_platform == 'win32' and python_version < '3.4'
serpent==1.27; sys_platform == 'win32'
service_identity[idna]==18.1.0
simplejson==3.6.5
six==1.12.0
supervisor==3.3.3; python_version < '3.0'
Expand Down
2 changes: 1 addition & 1 deletion ssh_check/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ asn1crypto==0.24.0
cffi==1.11.5
cryptography==2.3.1
enum34==1.1.6
ipaddress==1.0.22
ipaddress==1.0.22; python_version < '3.0'
paramiko==2.1.5
pyasn1==0.4.2
pycparser==2.18
2 changes: 0 additions & 2 deletions ssl/CHANGELOG.md

This file was deleted.

54 changes: 0 additions & 54 deletions ssl/datadog_checks/ssl/config.py

This file was deleted.

109 changes: 0 additions & 109 deletions ssl/datadog_checks/ssl/ssl.py

This file was deleted.

17 changes: 0 additions & 17 deletions ssl/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions ssl/metadata.csv

This file was deleted.

19 changes: 0 additions & 19 deletions ssl/mock.cert

This file was deleted.

27 changes: 0 additions & 27 deletions ssl/mock.key

This file was deleted.

126 changes: 0 additions & 126 deletions ssl/my-ssl.py

This file was deleted.

1 change: 0 additions & 1 deletion ssl/requirements.in

This file was deleted.

Loading

0 comments on commit b7a1fce

Please sign in to comment.