Commit Graph

8305 Commits

Author SHA1 Message Date
Shreya Malviya bcbb005ba0 Agent: Remove `should_stop` from configuration 2022-05-31 17:39:15 +05:30
VakarisZ 6221a43fef
Merge pull request #1970 from guardicore/906-remove-config-arg
Agent: Remove --config argument
2022-05-30 16:20:11 +03:00
vakarisz 7310cc0b15 Agent: Improve the commandline argument parsing 2022-05-30 16:04:10 +03:00
Ilija Lazoroski 8d225b5c1b Agent: Remove --config argument 2022-05-30 13:31:02 +02:00
VakarisZ b3710e4772
Merge pull request #1969 from guardicore/1967-fix-travis
Project: Fix travis build
2022-05-30 14:24:19 +03:00
Ilija Lazoroski 1bfffb0bfd Project: Fix travis build 2022-05-30 13:15:31 +02:00
Shreya Malviya bd40ca79bf
Merge pull request #1957 from guardicore/1941-api-spec
API review
2022-05-28 00:04:12 +05:30
Shreya Malviya 8b1a82814e Island: Update API spec comments after rebase 2022-05-27 23:59:20 +05:30
Shreya Malviya c54b3da86d Island: Minor changes to API spec comments as per CR 2022-05-27 23:46:35 +05:30
Mike Salvatore 8845588ec9 Island: Add a note about removing blackbox endpoints 2022-05-27 23:38:32 +05:30
Shreya Malviya e9f2c9b411 Island: Remove comment about 500 HTTP status code in clear_caches.py 2022-05-27 23:37:32 +05:30
Shreya Malviya dfe93feb0b Island: Update API spec comments after discussion 2022-05-27 23:37:27 +05:30
vakarisz ad7d726b52 Island: Add more comments about URL structure refactoring 2022-05-27 23:33:37 +05:30
Shreya Malviya d49f7c8e3d Island: Add comments about the current API design 2022-05-27 23:30:05 +05:30
ilija-lazoroski f1f2522e7c
Docs: Add initial Sphinx code documentation for the Island (#1964) 2022-05-26 11:20:15 -04:00
VakarisZ be3dd55313
Merge pull request #1955 from guardicore/1943-resource-urls
1943 resource urls
2022-05-25 14:42:46 +03:00
vakarisz 9a6d4ebf4f Island: Add default(empty) url list to AbstractResource 2022-05-25 14:42:28 +03:00
Mike Salvatore e86c63b135 Island: Raise error instead of assert in FlaskDIWrapper.add_resource() 2022-05-25 06:54:04 -04:00
vakarisz 0cdf84cac5 Island: Extract jwt_required decorator into separate file 2022-05-25 11:31:28 +03:00
vakarisz 84c78c4d8f Island: Reduce coupling between resources and flask 2022-05-25 11:19:24 +03:00
Mike Salvatore 2870df40da Island: Add TODO to resources.monkey.Monkey.patch() 2022-05-24 19:15:25 -04:00
Mike Salvatore 0cd6f15fc1 Island Add TODO to resources.monkey.Monkey.post() 2022-05-24 18:18:51 -04:00
Mike Salvatore 49b72e8651 Agent: Remove ControlChannel's dependency on WormConfiguration 2022-05-24 15:59:29 -04:00
vakarisz 87082f058d UT: Improve readability of test_app.py 2022-05-24 17:29:15 +03:00
vakarisz dd2aadb4c1 Island: Improve readability of FlasDIWrapper 2022-05-24 17:29:15 +03:00
vakarisz 0d0f4f63f3 UT: Reduce duplication of mock flask app initialization 2022-05-24 17:29:15 +03:00
Mike Salvatore 0dc1bfc9f5 Use strip() instead of rstrip() when checking duplicate URLs
See
https://github.com/guardicore/monkey/pull/1955#discussion_r879351986
for more details.
2022-05-24 17:29:15 +03:00
Mike Salvatore 4b9fe6a83d Island: Handle duplicate url parameter edge case in FlaskDIWrapper 2022-05-24 17:29:15 +03:00
Mike Salvatore 108c86d56c Island: Simplify logic for checking duplicate URLs 2022-05-24 17:29:15 +03:00
vakarisz 0344ee1a7c UT: Refactor hardcoded URL's to resource references 2022-05-24 17:29:15 +03:00
vakarisz 4069cc8084 UT: Add helper method to form URL's
This method forms url's based on parameters and allows us to avoid hard-coding url's in our unit tests
2022-05-24 17:29:15 +03:00
vakarisz 75318059e4 UT: Remove unnecessary comment in test_aws_command_runner.py 2022-05-24 17:29:15 +03:00
vakarisz f0a613eb75 Island: Move URL definitions to resource classes 2022-05-24 17:29:15 +03:00
vakarisz ce12d46012 Island: Define IResource interface and check for duplicate URL's 2022-05-24 17:29:15 +03:00
Mike Salvatore e0b444a68f Island: Rename IStolenCredentials.py -> IStolenCredentialsRepository.py 2022-05-24 08:30:23 -04:00
VakarisZ 23c2b42d5c
Merge pull request #1950 from guardicore/1940-dal-layer
Island: Define repository interfaces
2022-05-24 14:00:38 +03:00
vakarisz 1077a84623 Project: Ignore unused classes created for dal layer 2022-05-24 10:27:07 +03:00
vakarisz e32689a2b0 Island: Fix IAttackRepository class name 2022-05-24 10:22:16 +03:00
vakarisz f43e76aca5 Island: Remove ITelemStoreRepository.py
Refactoring it is not worth it because we're not sure about the performance solution we'll need after the refactoring
2022-05-20 17:43:48 +03:00
vakarisz cfcb252df3 Island: Improved naming of the network map interface 2022-05-20 17:42:14 +03:00
vakarisz ec4af2cc57 Island: Add INetMapRepository.py and a mock entities for it 2022-05-20 17:24:18 +03:00
Mike Salvatore ccc29e448c Build: Keep old conf during apt-get upgrade 2022-05-19 11:30:54 -04:00
vakarisz f2a4be8de0 Island: Rename /dal to /repository 2022-05-19 10:41:01 +03:00
vakarisz 3b0ec975d2 Island: Add comments in services and models
These comments explain/elaborate on changes needed for DAL implementation
2022-05-18 17:31:19 +03:00
vakarisz 4bbd998197 Island: Add remaining repository interfaces 2022-05-18 17:29:38 +03:00
vakarisz 8f048a9b34 Island: Delete IRepository.py, because it's split up 2022-05-18 17:28:26 +03:00
Ilija Lazoroski ca951af5d0 Island: Add ITelemStoreRepository interface 2022-05-18 13:44:23 +02:00
vakarisz e0b4037270 Island: Add notes/explanations/thoughs in the services 2022-05-18 13:03:24 +03:00
vakarisz 6438afbcd5 Island: Add a bunch of IRepository interfaces for data entities 2022-05-18 13:02:48 +03:00
vakarisz aaa3aade20 Island: Define repository interfaces for config and edge 2022-05-17 15:29:55 +03:00