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

Truncate overly long suggest fields before persisting them #563

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 10, 2022

  1. Truncate overly long suggest fields before persisting them

    The `constraint` field from the `organization_package_link` table is limited to 255 chars.
    
    Currently, synchronization fails for packages that use `suggest` fields longer than 255 chars, and it becomes impossible to manage them from the UI (even if only to remove them).
    blmage committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    11f84b9 View commit details
    Browse the repository at this point in the history
  2. Fix CS

    blmage committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    f64850a View commit details
    Browse the repository at this point in the history