mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-19 11:24:54 +00:00
- `full_name` and `email` are optional user fields - `metadata` is an optional arbitrary meta data that can be associated with the user - cleaned up the user actions - consistent naming (e.g. `PutUserAction` vs. `AddUserAction`) - moved source parsing from the `PutUserRequest` to the `PutUserRequestBuilder` - renamed`WatcherXContentUtils` to `XContentUtils` and moved it to sit under `o.e.xpack.commons.xcontent` Closes elastic/elasticsearch#412 Original commit: elastic/x-pack-elasticsearch@5460e3caf7