This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
OpenSearch
mirror of
https://github.com/honeymoose/OpenSearch.git
Watch
1
Star
0
Fork
You've already forked OpenSearch
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f20f56e2e1
OpenSearch
/
settings.gradle
5 lines
83 B
Groovy
Raw
Normal View
History
Unescape
Escape
Rename prelert to ml (elastic/elasticsearch#681) * prelert to ml * Prelert to Ml * PRELERT to ML Exceptions: * prelert.com - because it generally appears in links to our website, and although these will eventually break it will be possible for people to see what was there using https://archive.org/web/ * PRELERT_AWS_ACCESS_KEY_ID and PRELERT_AWS_SECRET_ACCESS_KEY - because it creates a knock-on effect on infra that will be temporary anyway because once we're in x-pack we'll use x-pack keys * prelert-artifacts - this is the name of the s3 bucket we're currently using and you cannot rename s3 buckets - as with the access keys it will become obsolete when we merge to x-pack so there's no point changing it now * prelert-legacy - the name of our legacy Git repo has not changed Original commit: elastic/x-pack-elasticsearch@720e83c7f2a2826f7aae4bbc511074fcc556ef5e
2017-01-10 08:40:16 -05:00
rootProject
.
name
=
'ml'
Moves Java code to fit x-pack style structure This change moves the Java code from `/java/apps/engine-node` to `/elasticsearch` so it matches the structure required by X-Pack. This will make it easier to get the gradle build working correct and building the full Pack zip. Original commit: elastic/x-pack-elasticsearch@2fd6539e851f19bf6ddc2928597ccb9d113e5dd5
2016-11-18 10:21:39 -05:00
include
':elasticsearch'
Add infrastructure to the build for documentation (elastic/elasticsearch#320) Original commit: elastic/x-pack-elasticsearch@7efa8c3f98b3acbcf24755c4867a1651b454fadf
2016-11-17 09:07:20 -05:00
include
':docs'
Adds kibana plugin to gradle build (elastic/elasticsearch#354) This change moves the kibana app to a `kibana` directory at the root of the repository and adds gradle tasks to build the kibana app as part of `gradle check`. The kibana build can be muted by running `gradle check -Pxpack.kibana.build=false` Original commit: elastic/x-pack-elasticsearch@f6ebb2d62b61d7d3b88a88d8916f02e5143a0aa4
2016-11-21 12:56:55 -05:00
include
':kibana'