Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate to gcp #23690

Merged
merged 39 commits into from
Jul 3, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
1f5c713
added
esharf Feb 1, 2023
ab999c5
trigger
esharf Feb 2, 2023
259cd19
Update .devcontainer.json name
esharf Feb 5, 2023
8a351bf
TEMP
esharf Feb 6, 2023
89c27f0
fixup! TEMP
esharf Feb 6, 2023
60c8f09
temp
esharf May 1, 2023
c665c14
lock
yucohen May 1, 2023
885d12a
fix
esharf May 1, 2023
df34b04
Merge remote-tracking branch 'origin/master' into eli/migrate_to_gcp
yucohen May 20, 2023
8a6e0b7
lock
yucohen May 20, 2023
7bdf7ab
Merge remote-tracking branch 'origin/master' into eli/migrate_to_gcp
yucohen May 30, 2023
0cf1332
lovk
yucohen May 30, 2023
0e56b85
lockkk
yucohen May 30, 2023
679958f
lint fixes
yucohen Jun 5, 2023
df95c0c
test
yucohen Jun 5, 2023
908867c
test
yucohen Jun 5, 2023
78ceb2d
added 6.11 and removed 6.6
yucohen Jun 5, 2023
f150b56
removed lastline and added prisma so we see a running tpb
yucohen Jun 5, 2023
a24bf16
Merge remote-tracking branch 'origin/master' into eli/migrate_to_gcp
yucohen Jun 5, 2023
4b72580
typo and poetry lock
yucohen Jun 5, 2023
cbb8098
fixed machine versions
yucohen Jun 5, 2023
a031059
test
yucohen Jun 5, 2023
b1bf0af
test added rn
yucohen Jun 5, 2023
0ec0a54
Merge remote-tracking branch 'origin/master' into eli/migrate_to_gcp
yucohen Jun 6, 2023
db31710
Merge remote-tracking branch 'origin/master' into eli/migrate_to_gcp
yucohen Jun 20, 2023
826d212
lock and conflicts
yucohen Jun 20, 2023
706b83a
Merge remote-tracking branch 'origin/master' into eli/migrate_to_gcp
yucohen Jun 22, 2023
ee64606
Merge remote-tracking branch 'origin/master' into eli/migrate_to_gcp
yucohen Jul 1, 2023
ddfca4f
fix test
yucohen Jul 2, 2023
d8d6db8
lock
yucohen Jul 2, 2023
1ce51f5
fix test
yucohen Jul 2, 2023
5d135b8
update lock
esharf Jul 2, 2023
dd547f1
test
yucohen Jul 2, 2023
890351f
test
yucohen Jul 2, 2023
270dbac
removed changes made for testing
yucohen Jul 2, 2023
edb5ac3
Merge remote-tracking branch 'origin/master' into eli/migrate_to_gcp
yucohen Jul 2, 2023
876f912
Merge remote-tracking branch 'origin/master' into eli/migrate_to_gcp
yucohen Jul 3, 2023
b07d38e
lock for release
yucohen Jul 3, 2023
cbe535c
test
yucohen Jul 3, 2023
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
Prev Previous commit
Next Next commit
removed changes made for testing
  • Loading branch information
yucohen committed Jul 2, 2023
commit 270dbac0fc06d748327066d257a93810246cecb5
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@
INTEGRATION_NAME = 'Microsoft Defender ATP'





class HuntingQueryBuilder:
"""ERROR MESSAGES"""
FILE_ARGS_ERR = 'Please provide at least one file arguments: "file_name", "sha1", "sha256" or "md5".'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
urllib3.disable_warnings()





class MsGraphMailClient(MsGraphMailBaseClient):

@staticmethod
Expand Down
2 changes: 0 additions & 2 deletions Packs/PrismaAccess/Integrations/PrismaSASE/PrismaSASE.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
# Disable insecure warnings
urllib3.disable_warnings()



# CONSTANTS
DATE_FORMAT = '%Y-%m-%dT%H:%M:%SZ' # ISO8601 format with UTC, default in XSOAR
SEARCH_LIMIT = 200
Expand Down