-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #95 from GSA/load-test-fixes
Adds Harvest Source Size to Model
- Loading branch information
Showing
14 changed files
with
53 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,6 +104,7 @@ def source_data_dcatus(organization_data: dict) -> dict: | |
"notification_emails": "[email protected]", | ||
"organization_id": organization_data["id"], | ||
"frequency": "daily", | ||
"size": "small", | ||
"url": f"{HARVEST_SOURCE_URL}/dcatus/dcatus.json", | ||
"schema_type": "type1", | ||
"source_type": "dcatus", | ||
|
@@ -119,6 +120,7 @@ def source_data_dcatus_2(organization_data: dict) -> dict: | |
"notification_emails": "[email protected]", | ||
"organization_id": organization_data["id"], | ||
"frequency": "daily", | ||
"size": "medium", | ||
"url": f"{HARVEST_SOURCE_URL}/dcatus/dcatus_2.json", | ||
"schema_type": "type1", | ||
"source_type": "dcatus", | ||
|
@@ -134,6 +136,7 @@ def source_data_dcatus_same_title(organization_data: dict) -> dict: | |
"notification_emails": "[email protected]", | ||
"organization_id": organization_data["id"], | ||
"frequency": "daily", | ||
"size": "small", | ||
"url": f"{HARVEST_SOURCE_URL}/dcatus/dcatus_same_title.json", | ||
"schema_type": "type1", | ||
"source_type": "dcatus", | ||
|
@@ -154,6 +157,7 @@ def source_data_waf(organization_data: dict) -> dict: | |
"notification_emails": "[email protected]", | ||
"organization_id": organization_data["id"], | ||
"frequency": "daily", | ||
"size": "small", | ||
"url": f"{HARVEST_SOURCE_URL}/waf/", | ||
"schema_type": "type1", | ||
"source_type": "waf", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7ca8ee7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7ca8ee7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.