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

Improvements in search requests #8523

Merged
merged 2 commits into from
Dec 11, 2024
Merged

Conversation

mandy-chessell
Copy link
Contributor

Description

This PR includes fixes to the regression added when the mermaid graph was added to the Governance Action Framework Open Metadata Store Services.

In addition there are a number of performance improvements to the querying load for all repositories:

  • The retrieval of terms for a glossary and catagories for a glossary is now using the anchor classificatons rather than navigating along the anchor relationships.
  • The retrieval of anchor entities after a query is now done in batch.

Related Issue(s)

The community call today recommended that many of the component in Egeria need to be showing a more mature content status. The recommented changes are included in this PR.

Testing

Manual testing using the view services

Release Notes & Documentation

These are principally bug fixes and performance impprovements so no impact on the docs.

The changes to the component statuses has already been made to the egeria-docs repository.

Additional notes

@mandy-chessell mandy-chessell merged commit d4c17d7 into odpi:main Dec 11, 2024
4 checks passed
effectiveTime,
methodName);
genericHandler.validateAnchorForEntity(serverUserId,
entityProxy.getGUID(),

Check warning

Code scanning / CodeQL

Dereferenced variable may be null Warning

Variable
entityProxy
may be null at this access as suggested by
this
null guard.
Variable
entityProxy
may be null at this access because of
this
null argument.
Variable
entityProxy
may be null at this access because of
this
null argument.
Variable
entityProxy
may be null at this access because of
this
null argument.
Variable
entityProxy
may be null at this access because of
this
null argument.
Variable
entityProxy
may be null at this access because of
this
null argument.
Variable
entityProxy
may be null at this access because of
this
null argument.
Variable
entityProxy
may be null at this access because of
this
null argument.
Variable
entityProxy
may be null at this access because of
this
null argument.
Variable
entityProxy
may be null at this access because of
this
null argument.
Variable
entityProxy
may be null at this access because of
this
null argument.
Variable
entityProxy
may be null at this access because of
this
null argument.
Variable
entityProxy
may be null at this access because of
this
null argument.
Variable
entityProxy
may be null at this access because of
this
null argument.

if (log.isDebugEnabled())
{
log.debug(this.toString());

Check failure

Code scanning / CodeQL

Log Injection High

This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a [user-p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant