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

Add support for new server-properties admin command #7968

Merged
merged 4 commits into from
Dec 19, 2023

Conversation

mandy-chessell
Copy link
Contributor

Description

This PR is primarily to push support for a new administration command that allows the following properties to be set in a single command:

  • server user id
  • server password
  • organization
  • server description
  • max page size

Related Issue(s)

None

Testing

Simple regression testing

Release Notes & Documentation

Related changes in progress in egeria-docs

Additional notes

This PR also includes some of the base work to allow the valid values (and valid metadata values support built on top) to supply reference data about files to integration connectors that are cataloguing files on a file system.

@mandy-chessell mandy-chessell merged commit 6babe5f into odpi:main Dec 19, 2023
4 checks passed
*/


String assetQualityEngineGUID = this.getAssetQualityEngine();

Check notice

Code scanning / CodeQL

Unread local variable Note

Variable 'String assetQualityEngineGUID' is never read.
* @param deployer identifier of the deployer
* @param deploymentStatus status of the deployment
*/
public void addDeployedOnRelationship(String deployedElementQName,

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
SimpleCatalogArchiveHelper.addDeployedOnRelationship
; it is advisable to add an Override annotation.
/**
* Add the content to the archive builder.
*/
public void getArchiveContent()

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
CocoBaseArchiveWriter.getArchiveContent
; it is advisable to add an Override annotation.
/**
* Add the content to the archive builder.
*/
public void getArchiveContent()

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
CocoBaseArchiveWriter.getArchiveContent
; it is advisable to add an Override annotation.
/**
* Add the content to the archive builder.
*/
public void getArchiveContent()

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
CocoBaseArchiveWriter.getArchiveContent
; it is advisable to add an Override annotation.
handler.attachConsistentValidValues(userId,
null,
null,
element1.getGUID(),

Check warning

Code scanning / CodeQL

Dereferenced variable may be null Warning

Variable
element1
may be null at this access as suggested by
this
null guard.
null,
null,
element1.getGUID(),
element2.getGUID(),

Check warning

Code scanning / CodeQL

Dereferenced variable may be null Warning

Variable
element2
may be null at this access as suggested by
this
null guard.
return isDeprecated == that.isDeprecated &&
isCaseSensitive == isCaseSensitive &&

Check failure

Code scanning / CodeQL

Comparison of identical values Error

Comparison of identical values isCaseSensitive and isCaseSensitive.
String propertyName2,
String mapName2,
String preferredValue2,
NullRequestBody requestBody)

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'requestBody' is never used.
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