-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feature/ted 617 #220
Feature/ted 617 #220
Conversation
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.
It is not clear what belongs to this Feature and what belongs to another feature.
Each PR shall clearly address only the changes specific to a Feature.
We need to do a session describing and aligning our practice in using GIT.
from ted_sws import config | ||
|
||
|
||
def update_digest_api_address_for_mapping_suite(mapping_suite: MappingSuite, |
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.
I have seen this already in the other PR?!
Why is it here?
@@ -209,16 +209,17 @@ def _validate_transformed_rdf_manifestation(**context_args): | |||
mongodb_client = MongoClient(config.MONGO_DB_AUTH_URL) | |||
notice_repository = NoticeRepository(mongodb_client=mongodb_client) | |||
mapping_suite_repository = MappingSuiteRepositoryMongoDB(mongodb_client=mongodb_client) | |||
validate_xpath_coverage_notice_by_id(notice_id=notice_id, mapping_suite_identifier=mapping_suite_id, |
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.
Why is this in old_worker_single_notice_process.....py file? do we have a new one?
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.
Should this be in the other file ?
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.
it's the refactoring Stefan is doing.
I think it will be aligned when he finishes he's game.
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.
see comments
SonarCloud Quality Gate failed. |
No description provided.