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

[ALS-6080] Info/resource returns both stacks resource UUIDs #185

Closed
wants to merge 6 commits into from

Commits on Mar 7, 2024

  1. Add application stack filter to PicsureInfoService

    Updated PicsureInfoService to restrict resources based on application stack. If the application stack configuration value exists and is not blank, resources will be filtered for that stack only. JAXRSConfiguration updated to initialize application stack. This helps when there is more than one application stack.
    Gcolon021 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f85636a View commit details
    Browse the repository at this point in the history
  2. Add localhost as permissible domain in resource filtering

    The resource filtering in the PicsureInfoService has been updated to include 'localhost' as a permissible domain. This adjustment ensures that resources interfacing with a local host are properly accounted for and included in the mapping process, in addition to resources on an existing application stack.
    Gcolon021 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    d09afde View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Removed comments

    Gcolon021 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    52da03d View commit details
    Browse the repository at this point in the history
  2. Add hidden resource handling in PicsureInfoService

    This change modifies the PicsureInfoService to include resources flagged as hidden when listing available resources. This adjustment allows for a more comprehensive list of resources to be generated, including those designated as hidden, optimizing resource management.
    Gcolon021 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    2e9e805 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    57ec71a View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Add logging for missing application stack in JAXRSConfiguration

    Information is useful when there is more than one stack, but this information is missing.
    Gcolon021 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    99fb059 View commit details
    Browse the repository at this point in the history