Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify custom repository type setup #12948

Merged
merged 3 commits into from
Aug 18, 2015
Merged

Commits on Aug 17, 2015

  1. Internal: Simplify custom repository type setup

    Custom repository types are registered through the RepositoriesModule.
    Later, when a specific repository type is used, the RespositoryModule
    is installed, which in turn would spawn the module that was
    registered for that repository type. However, a module is not needed
    here. Each repository type has two associated classes, a Repository and
    an IndexShardRepository.
    
    This change makes the registration method for custom repository
    types take both of these classes, instead of a module.
    
    See elastic#12783.
    rjernst committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    6f124e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2015

  1. Configuration menu
    Copy the full SHA
    4c5cfd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0444cc View commit details
    Browse the repository at this point in the history