Skip to content
GitLab
  • Menu
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 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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 Software
  • Platform
  • System
  • Indexer
  • Merge requests
  • !261

move IndicesService & IMappingService interface back to Indexer service

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged neelesh thakur requested to merge elastic-license into master Jan 12, 2022
  • Overview 2
  • Commits 9
  • Pipelines 17
  • Changes 25

Related os-core-common MR: 136

Move IndicesService & IMappingService interface back to Indexer core module. These are only two interfaces that were in os-core-common lib, all other Indexer interfaces are present in Indexer core module.

This change-set makes Indexer interfaces consistent and also remove Elastic dependencies from os-core-common. Elasticsearch is only used by Search and Indexer service but all os-core-common consumer services were inheriting Elasticsearch dependencies.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: elastic-license