Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • beat.core beat.core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • beat
  • beat.corebeat.core
  • Issues
  • #54
Closed
Open
Created May 04, 2018 by André Anjos@andre.anjos💬Owner

Remove restriction on maximum description length

Currently, some objects on the platform cannot be loaded as they don't respect this limit.

Reproducing:

$ beat db pull atnt/4
$ conda install bob.ip.color bob.db.atnt
$ beat db index atnt/4
Indexing database atnt/4...
Failed to load the database `atnt/4':
  * found error validating data format `system/array_1d_uint64/1' for output `template_ids' on set `probes' of protocol `idiap': ["/#description: 'Basic format containing a one-dimensional array of unsigned integer (64 bits) values' is too long (rule: /properties/#description/maxLength)"]

I wonder how it is possible to have something not respecting the core schemas in beat.web - don't we check for conformance? @samuel.gaist: would you please double-check this?

Assignee
Assign to
Time tracking