Skip to content

Lazy loading for operational limits groups #501

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

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

EtienneLt
Copy link
Contributor

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Does this PR already have an issue describing the problem?

What kind of change does this PR introduce?

What is the current behavior?

What is the new behavior (if this is a feature change)?

Does this PR introduce a breaking change or deprecate an API?

  • Yes
  • No

If yes, please check if the following requirements are fulfilled

  • The Breaking Change or Deprecated label has been added
  • The migration steps are described in the following section

What changes might users need to make in their application due to this PR? (migration steps)

Other information:

@EtienneLt EtienneLt changed the title lazy loading for operational limits groups [WIP] lazy loading for operational limits groups Jan 24, 2025
@EtienneLt EtienneLt self-assigned this Jan 29, 2025
@EtienneLt EtienneLt force-pushed the lazy-loading-for-operational-limits-group branch from 120e19b to be3673c Compare February 6, 2025 12:28
Signed-off-by: Etienne LESOT <[email protected]>
@EtienneLt EtienneLt changed the title [WIP] lazy loading for operational limits groups Lazy loading for operational limits groups Mar 10, 2025
Signed-off-by: Etienne LESOT <[email protected]>
Signed-off-by: Etienne LESOT <[email protected]>
@@ -31,6 +28,13 @@ public interface RestClient {
*/
Optional<ExtensionAttributes> getOneExtensionAttributes(String url, Object... uriVariables);

/**
* Retrieves one operational limit group attributes from the server.
* @return {@link ExtensionAttributes} which is a subset of an identifiable resource. The extension attributes can be put in the extensionAttributes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment to fix

@antoinebhs antoinebhs changed the base branch from main to test-main March 27, 2025 10:19
@antoinebhs antoinebhs changed the base branch from test-main to main March 27, 2025 10:19
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