Mike Salvatore
ba7dab26d7
Island: Refactor how Machine objects are managed by IMachineRepository
...
- Replace `create_machine()` with `get_new_id()`
- Replace `update_machine()` with `upsert_machine()`
Benefits:
The repository doesn't store Machine objects that only have the ID
populated (unless that is the caller's desire).
Upsert instead of update allows the interface to be more permissive.
2022-08-31 10:17:20 -04:00
Mike Salvatore
81128a4842
Island: Don't use Field() for simple defaults in Machine
2022-08-30 09:34:17 -04:00
Mike Salvatore
b538842e84
Island: Remove display_name from MongoMachineRepository._find_one()
2022-08-30 09:32:47 -04:00
Mike Salvatore
bf5e54ebc9
Island: Raise RemovalError from IMachineRepository.reset()
2022-08-30 07:34:20 -04:00
Mike Salvatore
383cfdfefe
Island: Rename `id_` parameter to `machine_id` in IMachineRepository
2022-08-30 07:30:41 -04:00
Mike Salvatore
0adf9d8467
Island: Add MongoMachineRepository
2022-08-30 05:03:47 -04:00
Mike Salvatore
1383332d33
Merge branch 'machine-model-defaults' into machine-repository
2022-08-29 20:31:44 -04:00
Mike Salvatore
5713d1c99b
UT: Add test_hardware_id_default()
2022-08-29 20:30:07 -04:00
Mike Salvatore
ac1cda40a8
Island: Add default value for Machine.hostname
2022-08-29 20:27:57 -04:00
Mike Salvatore
5d51b40475
Island: Add default value for Machine.operating_system_version
2022-08-29 20:26:11 -04:00
Mike Salvatore
3e2244cd62
UT: Add test_operating_system_default_value()
2022-08-29 20:26:11 -04:00
Mike Salvatore
40601b955c
Island: Add default value for Machine.network_interfaces
2022-08-29 20:26:05 -04:00
Mike Salvatore
da8ed9e6db
Island: Fix ICredentialsRepository import in MongoCredentialsRepository
2022-08-29 19:35:04 -04:00
Mike Salvatore
10d8d8e756
Island: Use MONGO_OBJECT_ID_KEY in MongoCredentialsRepository
2022-08-29 19:32:40 -04:00
Mike Salvatore
bf6125dd55
Island: Add MONGO_OBJECT_ID_KEY
2022-08-29 19:31:35 -04:00
Mike Salvatore
3eda8d640d
Island: Export IMachineRepository from repository package
2022-08-29 19:27:17 -04:00
Mike Salvatore
da752e041b
Project: Exclude vulture_allowlist.py from mypy checks
2022-08-29 19:27:17 -04:00
Mike Salvatore
eb3fe21b11
Island: Redefine IMachineRepository
2022-08-29 19:27:14 -04:00
Mike Salvatore
6b083ca61b
Island: Remove superfluous "pass" from repository.errors
2022-08-29 15:15:49 -04:00
Mike Salvatore
1de552ea94
Island: Add UnknownRecordError to repository.errors
2022-08-29 15:14:42 -04:00
Mike Salvatore
694cdca883
Island: Make Machine.operating_system Optional
2022-08-29 15:00:45 -04:00
Mike Salvatore
ebcfe5a9fc
Island: Add docstrings to Machine
2022-08-29 14:35:45 -04:00
Mike Salvatore
43a53112fc
Island: Use monkey_island.cc.models.Machine in IMachineRepository
2022-08-29 14:35:10 -04:00
Mike Salvatore
cff363597a
Common: Annotate HardwareID as a TypeAlias
2022-08-29 14:34:28 -04:00
Mike Salvatore
b1f15b59f7
Common: Ignore arg-type error in DIContainer.register()
2022-08-29 14:28:48 -04:00
Mike Salvatore
599676c496
Project: Add mypy configuration to pyproject.toml
2022-08-29 14:16:43 -04:00
Mike Salvatore
4662dd8bed
Island: Annotate MachineID as a TypeAlias
...
See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
2022-08-29 13:50:12 -04:00
Ilija Lazoroski
1deb03b6d7
Island: Fix type annotation in AWSService
2022-08-29 12:46:34 -04:00
Ilija Lazoroski
6adacf702e
Island: Don't drop collections that starts with "config"
...
Fixes #2210
PR #2227
2022-08-29 12:46:20 -04:00
Mike Salvatore
4af38f6e8a
Project: Add .DS_Store to .gitignore
2022-08-29 12:32:15 -04:00
Mike Salvatore
797c2ea294
Merge branch 'v1.13.0-documentation-updates' into documentation-updates
2022-08-29 12:30:36 -04:00
Mike Salvatore
e9bfbbd08e
Merge pull request #2224 from ybasford/v1.13.0-documentation-updates
...
Changed punctuation
2022-08-29 12:24:03 -04:00
ybasford
7dd4fe820d
Docs: Fixed spelling
2022-08-29 12:16:10 -04:00
ybasford
4d723b07fa
Docs: Corrected the number of reports
2022-08-29 12:16:07 -04:00
ybasford
d9eb867a2d
Docs: Corrected grammatical error
2022-08-29 12:16:06 -04:00
ybasford
2783db69b9
Docs: No need for capitalization
2022-08-29 12:15:48 -04:00
ybasford
159eb2b45b
Docs: Capital letters and changed a word
2022-08-29 12:15:46 -04:00
ybasford
5bc2b1ba5a
Docs: Turned into singular because there is only one note
2022-08-29 12:15:30 -04:00
ybasford
99cd35aae5
Docs: Removed redundant word
2022-08-29 12:15:24 -04:00
ybasford
c98a55bcd4
Docs: Changed punctuation
...
Used a colon because it precedes a list
2022-08-29 12:15:20 -04:00
ybasford
aae513ce00
Docs: Added a word
2022-08-29 12:15:16 -04:00
ybasford
bc66b6defa
Docs: Changed punctuation
2022-08-29 12:15:11 -04:00
ybasford
43c8778c7c
Docs: Capitalized heading
2022-08-29 12:15:09 -04:00
ybasford
4e5e800222
Docs: Corrected typo
2022-08-29 12:15:06 -04:00
ybasford
6bcd5816ee
Docs: Corrected grammar
2022-08-29 12:13:44 -04:00
ybasford
8794d2a3c1
Docs: Update aws-run-on-ec2-machine.md
...
Changed wording
2022-08-29 12:12:36 -04:00
ybasford
4ca7fdeae9
Docs: Changed to US spelling
2022-08-29 12:12:32 -04:00
ybasford
9dbe0016e1
Docs: Deleted extra word
2022-08-29 12:12:18 -04:00
Kekoa Kaaikala
b622cb18bc
Project: Add ShellCheck to pre-commit hooks
...
PR #2219
2022-08-29 11:10:09 -04:00
Mike Salvatore
fd502a832a
Merge pull request #2220 from guardicore/add-mypy-precommit-hook
...
Project: Add mypy pre-commit check
2022-08-29 10:58:34 -04:00