Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • I Indexer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 23
    • Issues 23
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • System
  • Indexer
  • Merge requests
  • !179

Address schema parsing bug for `array` type if `items` is null or missing & handle custom response code

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged neelesh thakur requested to merge schema-array into master Jul 29, 2021
  • Overview 6
  • Commits 5
  • Pipelines 10
  • Changes 6

Addresses Issue: #28 (closed)

  • Address schema parsing bug for array type if items is null or missing. Indexer fails instead of skipping over the attribute.

Here is example of such attribute:

"Wellbores": {
  "pattern": ".*U1A1NjA3MDM2Mzk5MzUy:.*",
  "description": "The Well ID reference.",
  "type": "array"
}
  • Handle custom response code, as Indexer has few. Indexer throws exceptions otherwise.
Edited Aug 02, 2021 by neelesh thakur
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: schema-array