-
Notifications
You must be signed in to change notification settings - Fork 0
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/mx-1702 improve errors and logs #189
Conversation
…ckend into feature/mx-1702-errors-and-logs
Signed-off-by: Nicolas Drebenstedt <897972+cutoffthetop@users.noreply.github.com>
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.
During local testing I get a bunch of errors like this: FAILED tests/graph/test_connector.py::test_fetch_rule_items_empty - neo4j.exceptions.ConfigurationError: Notification filtering is not supported for the Bolt Protocol Version(5, 0). Server Agent 'None'
Do I need to update my neo4j installation? And if yes: Could you communicate this in the dev channel and update our development setup guidelines?
And while we're at it: What do you think about expanding the setup instructions in the README with the neo4j installation? |
…ckend into feature/mx-1702-errors-and-logs
…robert-koch-institut/mex-backend into feature/mx-1702-errors-and-logs
the notification settings were introduced in neo4j 5.7, so if you were below that you'd had to upgrade. i added a BREAKING point to the changelog, and will post a reminder upon release.
our setup guide is quite specific to our needs, so i'd leave that in our internal docs. however, i added a short and more general version of it to the readme. |
b7d6382
to
476016e
Compare
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.
All good, merge away!
# PR Context - this PR only resolves Links, Texts and Enums, but does not resolve Identifiers yet - additionally cleans up the user interface and code structure a bit - needs robert-koch-institut/mex-backend#187 and robert-koch-institut/mex-backend#189 # Changes - upgrade mex-common and model dependencies to v3 - overhaul and simplify margins and spaces - move transform_models_to_fields from State to transform module - use dedicated backend connector methods for edit and search - use same rendering components for edit and search pages - pop toasts when backend connector encounters errors - scroll to top when pagination is triggered # Fixed - fix routing issues by moving the refresh handlers section.from on_mount to page.on_load --------- Signed-off-by: Nicolas Drebenstedt <897972+cutoffthetop@users.noreply.github.com> Co-authored-by: Franziska Diehr <DiehrF@rki.de> Co-authored-by: RKI | Metadata Exchange <121876825+RKIMetadataExchange@users.noreply.github.com> Co-authored-by: rababerladuseladim <rababerladuseladim@users.noreply.github.com>
PR Context
Changes
CALL
clauses with correct variable scope