Skip to content

Commit 9eb8f82

Browse files
committed
Merge branch 'release/2.0.0'
Release Infection Monkey v2.0.0
2 parents be2a683 + ce2ed78 commit 9eb8f82

File tree

1,850 files changed

+80718
-56722
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,850 files changed

+80718
-56722
lines changed

.flake8

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ exclude = monkey/monkey_island/cc/ui,vulture_allowlist.py
55
show-source = True
66
max-complexity = 10
77
max-line-length = 100
8-
per-file-ignores = __init__.py:F401
8+
per-file-ignores =
9+
__init__.py:F401
10+
monkey/tests/unit_tests/infection_monkey/island_api_client/configuration_validation_constants.py:E501
911

1012
### ignore "whitespace before ':'", "line break before binary operator" for
1113
### compatibility with black, and cyclomatic complexity (for now).

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
monkey/tests/data_for_tests/ransomware_targets/** -text
22
monkey/tests/data_for_tests/test_readme.txt -text
33
monkey/tests/data_for_tests/stable_file.txt -text
4-
monkey/infection_monkey/ransomware/ransomware_readme.txt -text
File renamed without changes.
File renamed without changes.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: "🏗Refactor"
3+
about: Refactor existing code
4+
title: ''
5+
labels: Refactor
6+
assignees: ''
7+
8+
---
9+
10+
# Refactor
11+
12+
## Component(s) to be refactored
13+
14+
-
15+
16+
## Explanation
File renamed without changes.

.github/ISSUE_TEMPLATE/06_blank.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: "📒Blank"
3+
about: A blank issue for anything not covered by another template
4+
title: ''
5+
labels:
6+
assignees: ''
7+
8+
---

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ contact_links:
44
url: https://join.slack.com/t/infectionmonkey/shared_invite/enQtNDU5MjAxMjg1MjU1LWM0NjVmNWE2ZTMzYzAxOWJiYmMxMzU0NWU3NmUxYjcyNjk0YWY2MDkwODk4NGMyNDU4NzA4MDljOWNmZWViNDU
55
about: Our community Slack channel - you can ask questions or suggest things here.
66
- name: FAQs
7-
url: https://www.guardicore.com/infectionmonkey/faq/
7+
url: https://www.guardicore.com/infectionmonkey/docs/faq/
88
about: Frequently Asked Questions - if you have a question, see if we've already answered it!

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
1-
# What does this PR do?
1+
# What does this PR do?
22

3-
Fixes #`put issue number here`.
3+
Fixes #`put issue number here`.
44

5-
Add any further explanations here.
5+
Add any further explanations here.
66

77
## PR Checklist
88
* [ ] Have you added an explanation of what your changes do and why you'd like to include them?
9-
* [ ] Is the TravisCI build passing?
9+
* [ ] Is the TravisCI build passing?
1010
* [ ] Was the CHANGELOG.md updated to reflect the changes?
1111
* [ ] Was the documentation framework updated to reflect the changes?
12+
* [ ] Have you checked that you haven't introduced any duplicate code?
1213

1314
## Testing Checklist
1415

1516
* [ ] Added relevant unit tests?
1617
* [ ] Have you successfully tested your changes locally? Elaborate:
17-
> Tested by {Running the Monkey locally with relevant config/running Island/...}
18+
> Tested by {Running the Monkey locally with relevant config/running Island/...}
1819
* [ ] If applicable, add screenshots or log transcripts of the feature working
19-
20-
## Explain Changes
21-
22-
Are the commit messages enough? If not, elaborate.

0 commit comments

Comments
 (0)