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

feat: adds opensearch support #202

Merged
merged 1 commit into from
Oct 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/abc/appbase_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/appbaseio/abc/imports"
)

var version = "1.0.0-beta.2"
var version = "1.0.0-beta.3"
var variant = imports.BuildName

// runVersion runs the logout command
Expand Down
4 changes: 0 additions & 4 deletions importer/adaptor/elasticsearch/clients/all/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@ package all

import (
// ensures init functions get called
// _ "github.com/appbaseio/abc/importer/adaptor/elasticsearch/clients/v1"
// _ "github.com/appbaseio/abc/importer/adaptor/elasticsearch/clients/v2"
_ "github.com/appbaseio/abc/importer/adaptor/elasticsearch/clients/v5"
_ "github.com/appbaseio/abc/importer/adaptor/elasticsearch/clients/v6"
_ "github.com/appbaseio/abc/importer/adaptor/elasticsearch/clients/v7"
)
75 changes: 0 additions & 75 deletions importer/adaptor/elasticsearch/clients/v1/writer.go

This file was deleted.

109 changes: 0 additions & 109 deletions importer/adaptor/elasticsearch/clients/v1/writer_test.go

This file was deleted.

192 changes: 0 additions & 192 deletions importer/adaptor/elasticsearch/clients/v2/reader.go

This file was deleted.

Loading