Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • I Indexer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 11
    • Merge requests 11
  • 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
  • !54

Move Search Config out of os-core-common (GONRG-744)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Artem Dobrynin (EPAM) requested to merge gcp-search-config-changes into master Nov 13, 2020
  • Overview 1
  • Commits 26
  • Pipelines 16
  • Changes 42

Type of change

  • Feature

Does this introduce a change in the core logic?

  • [YES]

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]

The breaking change was introduced in os-core-common The config from common lib does not support search- and indexer-related values. These values were moved to org.opengroup.osdu.indexer.config.IndexerConfigurationProperties

What is the current behavior?

In this ticket the new separate config org.opengroup.osdu.indexer.config.IndexerConfigurationProperties was created. It is managed by @ConfigurationProperties. All occurrences of the old config were replaced by new config

Have you added/updated Unit Tests and Integration Tests?

  • [YES]

Any other useful information

depends on: osdu/platform/system/lib/core/os-core-common!34 (merged) contains changes from: !52 (merged), !51 (merged)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: gcp-search-config-changes