elasticsearch/x-pack/plugin
Jake Landis 26dfe02a0b
Update task names for rest compatiblity (#75267)
This commit updates two task names:
```
yamlRestCompatTest -> yamlRestTestV7CompatTest
transformV7RestTests -> yamlRestTestV7CompatTransform 
```

`7` is the N-1 version and calculated, such that when `8` is 
N-1 version the task names will be  `yamlRestTestV8CompatTest` and 
`yamlRestTestV8CompatTransform`

The motivation for `yamlRestCompatTest -> yamlRestTestV7CompatTest`  is that 
many projects have configured `yamlRestCompatTest` 
but that configuration is specific to the N-1 version. For example, 
if we blacklist tests when running compatibility with v7, we don't also
want to blacklist those tests when running compatibility with v8.

By introducing a version-specific identifier in the name, the task will not
even exist when bumping the version creating the need to (correctly) remove
the version-specific condition.

The motivation for `transformV7RestTests -> yamlRestTestV7CompatTransform` 
is to provide more consistent naming. 

The idea behind the naming is the main task people
are likely familiar with is :

`yamlRestTest` so we will use that as a base.
`yamlRestTestV7CompatTest` to run the version-specific compat tests
`yamlRestTestV7CompatTransform` to run the version-specific transformations for the compat tests

CI should be un-effected since since we introduced a lifecycle task 
name `checkRestCompat` which is what CI should be configured to use.
2021-09-03 11:26:11 -05:00
..
analytics Adds support for the rate aggregation under a composite agg (#76992) 2021-09-01 07:29:13 -04:00
async Integrate circuit breaker in AsyncTaskIndexService (#73862) 2021-06-09 11:25:59 -04:00
async-search Introduce simple public yaml-rest-test plugin (#76554) 2021-08-31 08:45:52 +02:00
autoscaling Introduce simple public yaml-rest-test plugin (#76554) 2021-08-31 08:45:52 +02:00
ccr Choose postings format from FieldMapper instead of MappedFieldType (#77234) 2021-09-03 14:54:43 +01:00
core [ML] adjusting bwc serialization for #77256 (#77257) 2021-09-03 11:25:36 -04:00
data-streams Add segment sorter for data streams (#75195) 2021-09-03 09:42:48 -04:00
deprecation Re-enable deprecated _xpack/migration/deprecations routes via REST compatibility (#75947) 2021-08-05 16:42:03 -04:00
enrich Enable bwc tests after backporting #76800 (#77235) 2021-09-03 11:56:59 +02:00
eql Use the document fields only, excluding the metadata fields (#77203) 2021-09-03 14:15:03 +03:00
fleet Introduce simple public yaml-rest-test plugin (#76554) 2021-08-31 08:45:52 +02:00
frozen-indices Remove usage of RAM accounting of segments (#75674) 2021-07-29 08:36:09 +02:00
graph Introduce simple public yaml-rest-test plugin (#76554) 2021-08-31 08:45:52 +02:00
identity-provider Remove unused recent trial license version from license state (#76692) 2021-08-19 19:53:16 -04:00
ilm Add segment sorter for data streams (#75195) 2021-09-03 09:42:48 -04:00
logstash Order imports when reformatting (#74059) 2021-06-16 09:22:22 +01:00
mapper-aggregate-metric Add multiple validators to Parameters (#77073) 2021-08-31 21:28:14 +03:00
mapper-constant-keyword Rename ParseContext to DocumentParserContext (#74963) 2021-07-06 09:15:59 -04:00
mapper-unsigned-long Centralize doc values checking (#77089) 2021-09-01 09:06:24 -04:00
mapper-version Centralize doc values checking (#77089) 2021-09-01 09:06:24 -04:00
ml Handle cgroups v2 in `OsProbe` (#77128) 2021-09-03 15:49:56 +01:00
monitoring Add enrich node cache (#76800) 2021-09-03 09:33:44 +02:00
ql Prevent unnecessary boxing, improve code clarity. (#76808) 2021-09-03 13:45:29 +02:00
repositories-metering-api Remove MavenFilteringHack (#73637) 2021-07-20 17:05:16 -04:00
repository-encrypted Refactor Snapshot Finalization Method (#76005) 2021-08-10 16:41:21 +02:00
rollup Introduce simple public yaml-rest-test plugin (#76554) 2021-08-31 08:45:52 +02:00
search-business-rules Adjust version checks after pinned query backport 2021-07-27 18:55:51 +03:00
searchable-snapshots Anonymize AbstractRefCounted (#77208) 2021-09-03 07:59:44 +01:00
security Prioritize IPv4 addresses in the enrollment token (#76898) 2021-09-02 09:28:29 +03:00
shutdown Add `replace` shutdown type (#75908) 2021-08-30 11:34:42 -06:00
snapshot-repo-test-kit Not throwing FileNotFoundException if BlobContainer has been deleted (#75991) 2021-08-04 08:17:56 -05:00
spatial Remove unused geo module (#77016) 2021-09-03 07:12:01 +02:00
sql SQL: Fix disjunctions (and `IN`) with multiple date math expressions (#76424) 2021-08-31 17:30:49 +02:00
src Add segment sorter for data streams (#75195) 2021-09-03 09:42:48 -04:00
stack Introduce simple public yaml-rest-test plugin (#76554) 2021-08-31 08:45:52 +02:00
text-structure ECS support for Grok processor (#76885) 2021-08-31 06:40:52 -05:00
transform [Transform] Don't search if all indices are unchanged between checkpoints (#77204) 2021-09-03 12:42:01 +01:00
vector-tile Remove vector tile feature flag (#76068) 2021-08-05 08:08:31 -10:00
vectors Add multiple validators to Parameters (#77073) 2021-08-31 21:28:14 +03:00
voting-only-node Flatten Get Snapshots Response (#74451) 2021-06-24 16:58:33 +02:00
watcher Update task names for rest compatiblity (#75267) 2021-09-03 11:26:11 -05:00
wildcard Replace Lucene DataInput/DataOutput with Elasticsearch StreamInput/StreamOutput (#77118) 2021-09-01 16:21:26 +01:00
build.gradle Update task names for rest compatiblity (#75267) 2021-09-03 11:26:11 -05:00