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

Fix Resource Distributor to enable name change #1221

Merged
merged 6 commits into from
Nov 4, 2024
Merged

Commits on Oct 28, 2024

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

Commits on Nov 1, 2024

  1. allow user to rename a file in resource distributor

    the test method has not been fixed yet
    homework36 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    5cb1814 View commit details
    Browse the repository at this point in the history
  2. modify test for resource distributor

    need to be tested locally
    homework36 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    e0a9c2a View commit details
    Browse the repository at this point in the history
  3. fix unit test

    homework36 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    a3b4d4c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. change default app type to rgba+png

    This is the default type for layers from classifying job (where the rename feature is mostly needed)
    homework36 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    249fa62 View commit details
    Browse the repository at this point in the history
  2. modify err msg for mismatched input type

    so that the user will understand they need to set the type in the job accordingly
    homework36 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    981e8d5 View commit details
    Browse the repository at this point in the history