Nick Knize
9168f1fb43
[License] Add SPDX and OpenSearch Modification license header ( #509 )
...
This commit adds the SPDX Apache-2.0 license header along with an additional
copyright header for all modifications.
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
2021-04-09 14:28:18 -05:00
Rabi Panda
e81ecda4d3
[Rename] refactor the gradle directory. ( #276 )
...
Refactor the `gradle` directory as part of the renaming to OpenSearch work.
Signed-off-by: Rabi Panda <adnapibar@gmail.com>
2021-03-21 20:56:34 -05:00
Rabi Panda
eb49365800
Remove x-pack from build, distribution and packaging. ( #43 )
...
This PR removes references to x-pack from buildSrc, distribution and qa modules.
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:10 -06:00
Nick Knize
d91ce2bd00
[PURIFY] remove all trace of x-pack transforms ( #31 )
...
This commit removes all trace of Elastic licensed transforms.
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:09 -06:00
Nick Knize
82300bbe3d
[PURIFY] remove all trace of x-pack monitoring ( #22 )
...
This commit removes all trace of Elastic licensed monitoring
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:09 -06:00
Nick Knize
70a07216bb
[PURIFY] remove all trace of x-pack watcher ( #21 )
...
This commit removes all trace of Elastic licensed watcher
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:08 -06:00
Nick Knize
4aee8e56db
[PURIFY] remove all trace of x-pack index lifecycle management ( #20 )
...
This commit removes all trace of Elastic licensed ILM.
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:08 -06:00
Nick Knize
f15b830261
[PURIFY] remove all trace of x-pack sql ( #18 )
...
This commit removes all trace of Elastic licensed SQL
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:08 -06:00
Nick Knize
3769b2c6a4
[PURIFY] remove all trace of x-pack rollups ( #17 )
...
This commit removes all trace of Elastic licensed rollups
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:08 -06:00
Nick Knize
fb7ff93c42
[PURIFY] remove all trace of x-pack security ( #16 )
...
This commit removes all trace of the security high level rest client and other reference to x-pack security
Co-authored-by: Rabi Panda <rabipanda@icloud.com>
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:08 -06:00
Nick Knize
b5cd4c417c
[PURIFY] remove all trace of x-pack ml ( #14 )
...
This commit removes all trace of x-pack ml.
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:07 -06:00
Nick Knize
1cdbc63917
[PURIFY] remove all trace of x-pack graph ( #13 )
...
This commit removes all trace of Elastic licensed graph feature
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:07 -06:00
Nick Knize
0dd4f9f281
[PURIFY] remove all trace of x-pack ccr ( #11 )
...
This committ removes all trace of Elastic licensed CCR.
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:07 -06:00
Nick Knize
479dd4b42a
[PURIFY] remove all trace of x-pack async-search ( #10 )
...
This commit removes all trace of Elastic licensed asyc-search
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:07 -06:00
Nick Knize
a0b91cb230
Cleanup build script to exclude security-authorization-engine ( #8 ) ( #8 )
...
* Cleanup build-scan, remove publish scan to elastic server
* Cleanup build script to exclude security-authorization-engine which test has dependency on xpack
* Cleanup build script to exclude security-authorization-engine which test has dependency on xpack
Co-authored-by: Huan Jiang <huanji@amazon.com>
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:06 -06:00
Nick Knize
168f5e825f
[PURIFY] remove all trace of x-pack eql ( #5 )
...
This commit removes all trace of EQL from the sanitized fork.
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:06 -06:00
Rory Hunter
752590041e
Upgrade spotless dependency ( #62857 )
...
No changes to formatted Java files.
2020-09-24 12:52:45 +01:00
Rory Hunter
24ef800b24
Rename formatter config and switch to an opt-out list
...
Backport of #54276 .
Move and rename formatter config file, so that it is easier for
Eclipse users to import.
Also switch to an opt-out list for formatting. Instead of explcitly
listing projects that should be formatted, instead list projects
that should not be formatted. This means that any new projects will
automatically be formatted and checked.
2020-03-27 12:09:37 +00:00