OpenSearch/plugins
Simon Willnauer 9809760eb0 Fix settings diff generation for affix, list and group settings (#21788)
Group, List and Affix settings generate a bogus diff that turns the actual
diff into a string containing a json structure for instance:

```
"action" : {
  "search" : {
    "remote" : {
      "" : "{\"my_remote_cluster\":\"[::1]:60378\"}"
    }
  }
}
```

which make reading the setting impossible. This happens for instance
if a group or affix setting is rendered via `_cluster/settings?include_defaults=true`
This change fixes the issue as well as several minor issues with affix settings that
where not accepted as valid setting today.
2016-11-24 21:53:04 +01:00
..
analysis-icu Upgrade to lucene-6.3.0. (#21464) 2016-11-14 09:36:45 +01:00
analysis-kuromoji Upgrade to lucene-6.3.0. (#21464) 2016-11-14 09:36:45 +01:00
analysis-phonetic Upgrade to lucene-6.3.0. (#21464) 2016-11-14 09:36:45 +01:00
analysis-smartcn Upgrade to lucene-6.3.0. (#21464) 2016-11-14 09:36:45 +01:00
analysis-stempel Upgrade to lucene-6.3.0. (#21464) 2016-11-14 09:36:45 +01:00
analysis-ukrainian Upgrade to lucene-6.3.0. (#21464) 2016-11-14 09:36:45 +01:00
discovery-azure-classic Adapt InternalTestCluster to auto adjust `minimum_master_nodes` (#21458) 2016-11-15 13:42:26 +00:00
discovery-ec2 Lazy resolve unicast hosts 2016-11-22 14:17:04 -05:00
discovery-file Lazy resolve unicast hosts 2016-11-22 14:17:04 -05:00
discovery-gce Use pre-JDK9 style FilePermissions on JDK9 (#21540) 2016-11-15 09:31:32 +01:00
ingest-attachment Update to Tika 1.14 2016-11-16 11:29:14 +01:00
ingest-geoip Remove (again) test uses of onModule (#21414) 2016-11-10 16:06:14 -08:00
ingest-user-agent Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
jvm-example Remove (again) test uses of onModule (#21414) 2016-11-10 16:06:14 -08:00
mapper-murmur3 Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
mapper-size Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
repository-azure Fix settings diff generation for affix, list and group settings (#21788) 2016-11-24 21:53:04 +01:00
repository-gcs Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
repository-hdfs Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
repository-s3 Test: Remove multi process support from rest test runner (#21391) 2016-11-07 15:07:34 -08:00
store-smb Remove store throttling. (#21573) 2016-11-17 09:33:32 +01:00
build.gradle Build: Remove old maven deploy support (#20403) 2016-09-19 15:10:41 -07:00