Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • Search Search
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 35
    • Issues 35
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 12
    • Merge requests 12
  • 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
  • SearchSearch
  • Merge requests
  • !327

Search Service API sending out 500 error code for IllegalArgumentException type

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Kamalika Saha requested to merge kamalika/master into master Aug 23, 2022
  • Overview 13
  • Commits 9
  • Pipelines 24
  • Changes 11

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)

Does this introduce a change in the core logic?

  • [YES/NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [YES/NO]

What is the current behavior?

System was throwing 5xx error code earlier which resulted in implying that service was unavailable.

What is the new/expected behavior?

Introduced variable annotation in os core common and used the latest version of the same in here. The version upgrade introduced some jar files which weren't compatible with springfox, so replaced springfox with OpenApi as part of latest commits.

Have you added/updated Unit Tests and Integration Tests?

Yes, Unit test case is introduced in os core common repo and integration test case is introduced as part of this MR

Any other useful information

Edited Sep 28, 2022 by Kamalika Saha
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: kamalika/master