Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ Fixed

Removed
~~~~~~~~
* Removed submit-debug-info tool and the st2debug component #5103
Contributed by @amanda11

* Removed check-licence script (cleanup) #5092
Contributed by @kroustou
* Updated Makefile and CI to use Python 3 only, removing Python 2 (cleanup) #5090
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,6 @@ compilepy3:
find ${ROOT_DIR}/st2common/st2common/ \( -name \*.py ! -name runnersregistrar\.py -name \*.py ! -name compat\.py ! -name inquiry\.py \) -type f -print0 | xargs -0 cat | grep st2actions ; test $$? -eq 1
find ${ROOT_DIR}/st2common/st2common/ -name \*.py -type f -print0 | xargs -0 cat | grep st2api ; test $$? -eq 1
find ${ROOT_DIR}/st2common/st2common/ -name \*.py -type f -print0 | xargs -0 cat | grep st2auth ; test $$? -eq 1
find ${ROOT_DIR}/st2common/st2common/ -name \*.py -type f -print0 | xargs -0 cat | grep st2debug; test $$? -eq 1
find ${ROOT_DIR}/st2common/st2common/ \( -name \*.py ! -name router\.py -name \*.py \) -type f -print0 | xargs -0 cat | grep st2stream; test $$? -eq 1
find ${ROOT_DIR}/st2common/st2common/ -name \*.py -type f -print0 | xargs -0 cat | grep st2exporter; test $$? -eq 1

Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ pymongo==3.10.0
pyrabbit
python-dateutil==2.8.0
python-editor==1.0.4
python-gnupg==0.4.5
python-json-logger
python-statsd==2.1.0
pytz==2019.1
Expand Down
10 changes: 0 additions & 10 deletions st2debug/MANIFEST.in

This file was deleted.

86 changes: 0 additions & 86 deletions st2debug/Makefile

This file was deleted.

23 changes: 0 additions & 23 deletions st2debug/bin/st2-submit-debug-info

This file was deleted.

169 changes: 0 additions & 169 deletions st2debug/dist_utils.py

This file was deleted.

8 changes: 0 additions & 8 deletions st2debug/in-requirements.txt

This file was deleted.

13 changes: 0 additions & 13 deletions st2debug/requirements.txt

This file was deleted.

49 changes: 0 additions & 49 deletions st2debug/setup.py

This file was deleted.

Loading