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

refactor: schema APIs standardized #84

Merged
merged 10 commits into from
Sep 20, 2023
Merged

Conversation

KulkarniShashank
Copy link
Contributor

What

Standardize the Schema APIs

Why

Standardizing Schema APIs is essential to improve code maintainability, readability, and consistency across the project. This enhancement will make it easier for developers to work with schemas and reduce the likelihood of errors and inconsistencies in the codebase.

How

To standardize the Schema APIs, we will:

  1. Define clear naming conventions for schema-related functions and classes.
  2. Document the usage and guidelines for working with schemas.
  3. Refactor existing code to adhere to the standardized API.

Signed-off-by: KulkarniShashank <[email protected]>
@sonarcloud
Copy link

sonarcloud bot commented Sep 20, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.7% 0.7% Duplication

@tipusinghaw tipusinghaw merged commit 8f90b4d into develop Sep 20, 2023
3 checks passed
@tipusinghaw tipusinghaw deleted the api-refactor-schema branch September 20, 2023 12:16
tipusinghaw pushed a commit that referenced this pull request Oct 4, 2023
* refactor: Schema APIs standardized

Signed-off-by: KulkarniShashank <[email protected]>

* Resolved sonar lint checks

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in schema module

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in credential-definition

Signed-off-by: KulkarniShashank <[email protected]>

* Added the error handling in the platform and credential-definition module

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling and solved the pagination

Signed-off-by: KulkarniShashank <[email protected]>

* Added logger in the global exception handling

Signed-off-by: KulkarniShashank <[email protected]>

* Changes as per comment on the Schema controller

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: tipusinghaw <[email protected]>
tipusinghaw pushed a commit that referenced this pull request Oct 5, 2023
* refactor: Schema APIs standardized

Signed-off-by: KulkarniShashank <[email protected]>

* Resolved sonar lint checks

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in schema module

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in credential-definition

Signed-off-by: KulkarniShashank <[email protected]>

* Added the error handling in the platform and credential-definition module

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling and solved the pagination

Signed-off-by: KulkarniShashank <[email protected]>

* Added logger in the global exception handling

Signed-off-by: KulkarniShashank <[email protected]>

* Changes as per comment on the Schema controller

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: tipusinghaw <[email protected]>
tipusinghaw pushed a commit that referenced this pull request Oct 5, 2023
* refactor: Schema APIs standardized

Signed-off-by: KulkarniShashank <[email protected]>

* Resolved sonar lint checks

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in schema module

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in credential-definition

Signed-off-by: KulkarniShashank <[email protected]>

* Added the error handling in the platform and credential-definition module

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling and solved the pagination

Signed-off-by: KulkarniShashank <[email protected]>

* Added logger in the global exception handling

Signed-off-by: KulkarniShashank <[email protected]>

* Changes as per comment on the Schema controller

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: tipusinghaw <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
* refactor: Schema APIs standardized

Signed-off-by: KulkarniShashank <[email protected]>

* Resolved sonar lint checks

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in schema module

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in credential-definition

Signed-off-by: KulkarniShashank <[email protected]>

* Added the error handling in the platform and credential-definition module

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling and solved the pagination

Signed-off-by: KulkarniShashank <[email protected]>

* Added logger in the global exception handling

Signed-off-by: KulkarniShashank <[email protected]>

* Changes as per comment on the Schema controller

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
* refactor: Schema APIs standardized

Signed-off-by: KulkarniShashank <[email protected]>

* Resolved sonar lint checks

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in schema module

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in credential-definition

Signed-off-by: KulkarniShashank <[email protected]>

* Added the error handling in the platform and credential-definition module

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling and solved the pagination

Signed-off-by: KulkarniShashank <[email protected]>

* Added logger in the global exception handling

Signed-off-by: KulkarniShashank <[email protected]>

* Changes as per comment on the Schema controller

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: tipusinghaw <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
* refactor: Schema APIs standardized

Signed-off-by: KulkarniShashank <[email protected]>

* Resolved sonar lint checks

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in schema module

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in credential-definition

Signed-off-by: KulkarniShashank <[email protected]>

* Added the error handling in the platform and credential-definition module

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling and solved the pagination

Signed-off-by: KulkarniShashank <[email protected]>

* Added logger in the global exception handling

Signed-off-by: KulkarniShashank <[email protected]>

* Changes as per comment on the Schema controller

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: tipusinghaw <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
* refactor: Schema APIs standardized

Signed-off-by: KulkarniShashank <[email protected]>

* Resolved sonar lint checks

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in schema module

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in credential-definition

Signed-off-by: KulkarniShashank <[email protected]>

* Added the error handling in the platform and credential-definition module

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling and solved the pagination

Signed-off-by: KulkarniShashank <[email protected]>

* Added logger in the global exception handling

Signed-off-by: KulkarniShashank <[email protected]>

* Changes as per comment on the Schema controller

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: tipusinghaw <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
* refactor: Schema APIs standardized

Signed-off-by: KulkarniShashank <[email protected]>

* Resolved sonar lint checks

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in schema module

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in credential-definition

Signed-off-by: KulkarniShashank <[email protected]>

* Added the error handling in the platform and credential-definition module

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling and solved the pagination

Signed-off-by: KulkarniShashank <[email protected]>

* Added logger in the global exception handling

Signed-off-by: KulkarniShashank <[email protected]>

* Changes as per comment on the Schema controller

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
* refactor: Schema APIs standardized

Signed-off-by: KulkarniShashank <[email protected]>

* Resolved sonar lint checks

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in schema module

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in credential-definition

Signed-off-by: KulkarniShashank <[email protected]>

* Added the error handling in the platform and credential-definition module

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling and solved the pagination

Signed-off-by: KulkarniShashank <[email protected]>

* Added logger in the global exception handling

Signed-off-by: KulkarniShashank <[email protected]>

* Changes as per comment on the Schema controller

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: tipusinghaw <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
* refactor: Schema APIs standardized

Signed-off-by: KulkarniShashank <[email protected]>

* Resolved sonar lint checks

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in schema module

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in credential-definition

Signed-off-by: KulkarniShashank <[email protected]>

* Added the error handling in the platform and credential-definition module

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling and solved the pagination

Signed-off-by: KulkarniShashank <[email protected]>

* Added logger in the global exception handling

Signed-off-by: KulkarniShashank <[email protected]>

* Changes as per comment on the Schema controller

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: tipusinghaw <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
* refactor: Schema APIs standardized

Signed-off-by: KulkarniShashank <[email protected]>

* Resolved sonar lint checks

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in schema module

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in credential-definition

Signed-off-by: KulkarniShashank <[email protected]>

* Added the error handling in the platform and credential-definition module

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling and solved the pagination

Signed-off-by: KulkarniShashank <[email protected]>

* Added logger in the global exception handling

Signed-off-by: KulkarniShashank <[email protected]>

* Changes as per comment on the Schema controller

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: tipusinghaw <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
* refactor: Schema APIs standardized

Signed-off-by: KulkarniShashank <[email protected]>

* Resolved sonar lint checks

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in schema module

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in credential-definition

Signed-off-by: KulkarniShashank <[email protected]>

* Added the error handling in the platform and credential-definition module

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling and solved the pagination

Signed-off-by: KulkarniShashank <[email protected]>

* Added logger in the global exception handling

Signed-off-by: KulkarniShashank <[email protected]>

* Changes as per comment on the Schema controller

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
* refactor: Schema APIs standardized

Signed-off-by: KulkarniShashank <[email protected]>

* Resolved sonar lint checks

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in schema module

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in credential-definition

Signed-off-by: KulkarniShashank <[email protected]>

* Added the error handling in the platform and credential-definition module

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling and solved the pagination

Signed-off-by: KulkarniShashank <[email protected]>

* Added logger in the global exception handling

Signed-off-by: KulkarniShashank <[email protected]>

* Changes as per comment on the Schema controller

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: tipusinghaw <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
* refactor: Schema APIs standardized

Signed-off-by: KulkarniShashank <[email protected]>

* Resolved sonar lint checks

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in schema module

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in credential-definition

Signed-off-by: KulkarniShashank <[email protected]>

* Added the error handling in the platform and credential-definition module

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling and solved the pagination

Signed-off-by: KulkarniShashank <[email protected]>

* Added logger in the global exception handling

Signed-off-by: KulkarniShashank <[email protected]>

* Changes as per comment on the Schema controller

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: tipusinghaw <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
* refactor: Schema APIs standardized

Signed-off-by: KulkarniShashank <[email protected]>

* Resolved sonar lint checks

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in schema module

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in credential-definition

Signed-off-by: KulkarniShashank <[email protected]>

* Added the error handling in the platform and credential-definition module

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling and solved the pagination

Signed-off-by: KulkarniShashank <[email protected]>

* Added logger in the global exception handling

Signed-off-by: KulkarniShashank <[email protected]>

* Changes as per comment on the Schema controller

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: tipusinghaw <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
* refactor: Schema APIs standardized

Signed-off-by: KulkarniShashank <[email protected]>

* Resolved sonar lint checks

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in schema module

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in credential-definition

Signed-off-by: KulkarniShashank <[email protected]>

* Added the error handling in the platform and credential-definition module

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling and solved the pagination

Signed-off-by: KulkarniShashank <[email protected]>

* Added logger in the global exception handling

Signed-off-by: KulkarniShashank <[email protected]>

* Changes as per comment on the Schema controller

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
* refactor: Schema APIs standardized

Signed-off-by: KulkarniShashank <[email protected]>

* Resolved sonar lint checks

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in schema module

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in credential-definition

Signed-off-by: KulkarniShashank <[email protected]>

* Added the error handling in the platform and credential-definition module

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling and solved the pagination

Signed-off-by: KulkarniShashank <[email protected]>

* Added logger in the global exception handling

Signed-off-by: KulkarniShashank <[email protected]>

* Changes as per comment on the Schema controller

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: tipusinghaw <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
* refactor: Schema APIs standardized

Signed-off-by: KulkarniShashank <[email protected]>

* Resolved sonar lint checks

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in schema module

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in credential-definition

Signed-off-by: KulkarniShashank <[email protected]>

* Added the error handling in the platform and credential-definition module

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling and solved the pagination

Signed-off-by: KulkarniShashank <[email protected]>

* Added logger in the global exception handling

Signed-off-by: KulkarniShashank <[email protected]>

* Changes as per comment on the Schema controller

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: tipusinghaw <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 11, 2024
* refactor: Schema APIs standardized

Signed-off-by: KulkarniShashank <[email protected]>

* Resolved sonar lint checks

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in schema module

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in credential-definition

Signed-off-by: KulkarniShashank <[email protected]>

* Added the error handling in the platform and credential-definition module

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling and solved the pagination

Signed-off-by: KulkarniShashank <[email protected]>

* Added logger in the global exception handling

Signed-off-by: KulkarniShashank <[email protected]>

* Changes as per comment on the Schema controller

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: tipusinghaw <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 12, 2024
* refactor: Schema APIs standardized

Signed-off-by: KulkarniShashank <[email protected]>

* Resolved sonar lint checks

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in schema module

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in credential-definition

Signed-off-by: KulkarniShashank <[email protected]>

* Added the error handling in the platform and credential-definition module

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling and solved the pagination

Signed-off-by: KulkarniShashank <[email protected]>

* Added logger in the global exception handling

Signed-off-by: KulkarniShashank <[email protected]>

* Changes as per comment on the Schema controller

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 12, 2024
* refactor: Schema APIs standardized

Signed-off-by: KulkarniShashank <[email protected]>

* Resolved sonar lint checks

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in schema module

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in credential-definition

Signed-off-by: KulkarniShashank <[email protected]>

* Added the error handling in the platform and credential-definition module

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling and solved the pagination

Signed-off-by: KulkarniShashank <[email protected]>

* Added logger in the global exception handling

Signed-off-by: KulkarniShashank <[email protected]>

* Changes as per comment on the Schema controller

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: tipusinghaw <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 12, 2024
* refactor: Schema APIs standardized

Signed-off-by: KulkarniShashank <[email protected]>

* Resolved sonar lint checks

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in schema module

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in credential-definition

Signed-off-by: KulkarniShashank <[email protected]>

* Added the error handling in the platform and credential-definition module

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling and solved the pagination

Signed-off-by: KulkarniShashank <[email protected]>

* Added logger in the global exception handling

Signed-off-by: KulkarniShashank <[email protected]>

* Changes as per comment on the Schema controller

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: tipusinghaw <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 12, 2024
* refactor: Schema APIs standardized

Signed-off-by: KulkarniShashank <[email protected]>

* Resolved sonar lint checks

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in schema module

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in credential-definition

Signed-off-by: KulkarniShashank <[email protected]>

* Added the error handling in the platform and credential-definition module

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling and solved the pagination

Signed-off-by: KulkarniShashank <[email protected]>

* Added logger in the global exception handling

Signed-off-by: KulkarniShashank <[email protected]>

* Changes as per comment on the Schema controller

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: tipusinghaw <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 12, 2024
* refactor: Schema APIs standardized

Signed-off-by: KulkarniShashank <[email protected]>

* Resolved sonar lint checks

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in schema module

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in credential-definition

Signed-off-by: KulkarniShashank <[email protected]>

* Added the error handling in the platform and credential-definition module

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling and solved the pagination

Signed-off-by: KulkarniShashank <[email protected]>

* Added logger in the global exception handling

Signed-off-by: KulkarniShashank <[email protected]>

* Changes as per comment on the Schema controller

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 12, 2024
* refactor: Schema APIs standardized

Signed-off-by: KulkarniShashank <[email protected]>

* Resolved sonar lint checks

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in schema module

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in credential-definition

Signed-off-by: KulkarniShashank <[email protected]>

* Added the error handling in the platform and credential-definition module

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling and solved the pagination

Signed-off-by: KulkarniShashank <[email protected]>

* Added logger in the global exception handling

Signed-off-by: KulkarniShashank <[email protected]>

* Changes as per comment on the Schema controller

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: tipusinghaw <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 12, 2024
* refactor: Schema APIs standardized

Signed-off-by: KulkarniShashank <[email protected]>

* Resolved sonar lint checks

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in schema module

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in credential-definition

Signed-off-by: KulkarniShashank <[email protected]>

* Added the error handling in the platform and credential-definition module

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling and solved the pagination

Signed-off-by: KulkarniShashank <[email protected]>

* Added logger in the global exception handling

Signed-off-by: KulkarniShashank <[email protected]>

* Changes as per comment on the Schema controller

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: tipusinghaw <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank added a commit that referenced this pull request Sep 12, 2024
* refactor: Schema APIs standardized

Signed-off-by: KulkarniShashank <[email protected]>

* Resolved sonar lint checks

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in schema module

Signed-off-by: KulkarniShashank <[email protected]>

* API refactor in credential-definition

Signed-off-by: KulkarniShashank <[email protected]>

* Added the error handling in the platform and credential-definition module

Signed-off-by: KulkarniShashank <[email protected]>

* Error handling and solved the pagination

Signed-off-by: KulkarniShashank <[email protected]>

* Added logger in the global exception handling

Signed-off-by: KulkarniShashank <[email protected]>

* Changes as per comment on the Schema controller

Signed-off-by: KulkarniShashank <[email protected]>

---------

Signed-off-by: KulkarniShashank <[email protected]>
Signed-off-by: tipusinghaw <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
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.

2 participants