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

Add link to es-kotlin-wrapper-client #32618

Merged
merged 2 commits into from
Aug 28, 2018
Merged

Conversation

jillesvangurp
Copy link
Contributor

I recently created this client and think it is of interest to other users. I intend to continue adding features to it in the next months.

  • Have you signed the contributor license agreement?
    Yes, my details should be on file.
  • Have you followed the contributor guidelines?
    Yes
  • If submitting code, have you built your formula locally prior to submission with gradle check?
  • If submitting code, is your pull request against master? Unless there is a good reason otherwise, we prefer pull requests against master and will backport as needed.
  • If submitting code, have you checked that your submission is for an OS that we support?
  • If you are submitting this code for a class then read our policy for that.

@jillesvangurp
Copy link
Contributor Author

I signed the agreement a few years ago and again just now. How do I move this forward?

@jillesvangurp
Copy link
Contributor Author

ah now it went through. ignore my previous comment

@colings86 colings86 added >docs General docs changes :Core/Infra/Plugins Plugin API and infrastructure labels Aug 6, 2018
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra

@colings86 colings86 added :Core/Infra/Core Core issues without another label and removed :Core/Infra/Plugins Plugin API and infrastructure labels Aug 6, 2018
Copy link
Member

@cbuescher cbuescher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @jillesvangurp, looks great. Thanks for the PR and sorry for the delay here. I left a super small nitpicking comment in terms of formatting, other than that I'm happy to merge as soon as you have updated this.

@@ -132,6 +132,8 @@ The following project appears to be abandoned:

* https://github.com/mbuhot/eskotlin[ES Kotlin]:
Elasticsearch Query DSL for kotlin based on the {client}/java-api/current/index.html[official Elasticsearch Java client].

* https://github.com/jillesvangurp/es-kotlin-wrapper-client[ES Kotlin Wrapper Client] Kotlin extension functions and abstractions for the {client}/java-api/current/index.html[official Elasticsearch Highlevel Client]. Aims to reduce the amount of boilerplate needed to do searches, bulk indexing and other common things users do with the client.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

super small nit: could you add a colon after the link and put the decription on the next line? This seems to be the formatting in most other places on this page and improves readability of the source file IMHO. Also line wrapping
at about ~120 chars would be nice although it isn't strictly necessary.

@cbuescher cbuescher self-assigned this Aug 28, 2018
@jillesvangurp
Copy link
Contributor Author

@cbuescher done!

Copy link
Member

@cbuescher cbuescher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great thanks, will merge now.

@cbuescher cbuescher merged commit d7e4a49 into elastic:master Aug 28, 2018
cbuescher pushed a commit that referenced this pull request Aug 28, 2018
ES Kotlin Wrapper client is a library that wraps the official Highlevel Elasticsearch HTTP client for Java.
cbuescher pushed a commit that referenced this pull request Aug 28, 2018
ES Kotlin Wrapper client is a library that wraps the official Highlevel Elasticsearch HTTP client for Java.
@jillesvangurp jillesvangurp deleted the patch-1 branch August 28, 2018 12:44
dnhatn added a commit that referenced this pull request Aug 28, 2018
* master:
  [Rollup] Better error message when trying to set non-rollup index (#32965)
  HLRC: Use Optional in validation logic (#33104)
  Remove unused User class from protocol (#33137)
  ingest: Introduce the dissect processor (#32884)
  [Docs] Add link to es-kotlin-wrapper-client (#32618)
  [Docs] Remove repeating words (#33087)
  Minor spelling and grammar fix (#32931)
  Remove support for deprecated params._agg/_aggs for scripted metric aggregations (#32979)
  Watcher: Simplify finding next date in cron schedule (#33015)
  Run Third party audit with forbidden APIs CLI  (part3/3) (#33052)
  Fix plugin build test on Windows (#33078)
  HLRC+MINOR: Remove Unused Private Method (#33165)
  Remove old unused test script files (#32970)
  Build analysis-icu client JAR (#33184)
  Ensure to generate identical NoOp for the same failure (#33141)
  ShardSearchFailure#readFrom to set index and shardId (#33161)
dnhatn added a commit that referenced this pull request Aug 28, 2018
* 6.x:
  [Rollup] Better error message when trying to set non-rollup index (#32965)
  Remove unused User class from protocol (#33137)
  [DOCS] Adds link to 6.3.0 release highlights
  Test: fix token bwc tests due to bad backport
  Ensure to generate identical NoOp for the same failure (#33141)
  [Docs] Add link to es-kotlin-wrapper-client (#32618)
  [Docs] Remove repeating words (#33087)
  Minor spelling and grammar fix (#32931)
  Run Third party audit with forbidden APIs CLI  (part3/3) (#33052)
  Fix plugin build test on Windows (#33078)
  Watcher: Simplify finding next date in cron schedule (#33015)
  Remove old unused test script files (#32970)
  Build analysis-icu client JAR (#33184)
  Switch remaining tests to new style Requests (#33109)
  Use internal connection manager when fetching remote node info
  Switch remaining x-pack tests to new style Requests (#33108)
  Switch remaining ml tests to new style Requests (#33107)
  Token API supports the client_credentials grant (#33106)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Core/Infra/Core Core issues without another label >docs General docs changes v6.4.1 v6.5.0 v7.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants