Closed harshad16 closed 1 year ago
shall we merge this?!
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: codificat
The full list of commands accepted by this bot can be found here.
The pull request process is described here
@harshad16: The following tests failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
aicoe-ci/prow/pytest | e4a9387df617dab18da4fcb8149d259b829772ca | link | true | /test thoth-pytest-py38 |
aicoe-ci/prow/pre-commit | e4a9387df617dab18da4fcb8149d259b829772ca | link | true | /test pre-commit |
Full PR test history. Your PR dashboard. Please help us and open an issue when you hit one in your PR.
/lgtm minus the pre-commit stuff
thanks all for the review Merging for the release.
Looks like we still have problems on that, and can't rely on clever string cutting...
Or maybe we can with enough shoehorning ! :rofl:
Fix the sync_documents formatting Signed-off-by: Harshad Reddy Nalla hnalla@redhat.com
Related Issues and Dependencies
Fixes: https://github.com/thoth-station/storages/issues/2750
This introduces a breaking change
This should yield a new module release
Description
Change
dict.fromkeys
to dict comprehension as dict.fromkeys behave weirdly when value is list. More info: https://stackoverflow.com/questions/3000468/unwanted-behaviour-from-dict-fromkeysfix the handle assignment by changing the
doc.rfind
todoc.find
, so it get correct prefix.we would only like to run sync handlers if the document is having value or None.