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 27
    • Issues 27
    • 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
    • Terraform modules
  • 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
  • !261

move IndicesService & IMappingService interface back to Indexer service

  • Review changes

  • Download
  • 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
Reviewers
Request review from
Time tracking
Source branch: elastic-license