Commit graph

113 commits

Author SHA1 Message Date
Matthew Kime 9d47c6a9ec
STYLEGUIDE reference .md => .mdx (#107440)
Path to styleguide needs to be updated.
2021-08-02 14:05:58 -05:00
Joe Portner 5988ce0401
Fix "Getting started" link in README (#84153) 2020-11-23 15:33:02 -05:00
Spencer 4c810be335
Remove legacy optimizer (#73154)
Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-08-13 09:08:44 -07:00
Marta Bondyra 6c4f3cbb5c
chore: point issue links to choose (#49616) 2019-10-29 15:54:27 +01:00
Court Ewing 2ce51a5be5 Update paths to ui, server, deprecation, plugin_discovery in src/legacy
This commit accompanies the four that precede it. Rather than squash
them altogether, the four previous commits all do nothing except move
files to help avoid conflicts.
2019-02-11 10:41:37 -05:00
Court Ewing 6efd51e44a
readme: remove erroneous snapshot builds link
The snapshot builds were removed from the readme in #25747,
so there should be no link to them.
2018-11-25 14:34:00 -05:00
Court Ewing 8d61ddf7f8
Remove version and snapshots from readme (#25747)
So long as we are referencing the version of Kibana in our readme, we
cannot reliably automate the bumping of the Kibana version as part of
our release process.

None of the other repos in the stack include version information or
links to snapshots in the readme. If folks want to know what version
they're looking at, the package.json is the source of truth.
2018-11-15 17:49:36 -05:00
Tim Roes 295c5a93de
Revert "Point issue links to new choose page (#19042)" (#21519)
This reverts commit 62badc5e10.
2018-08-01 11:05:36 +02:00
Tim Roes 62badc5e10
Point issue links to new choose page (#19042) 2018-05-15 08:21:24 +02:00
Jenkins CI fe4609647d Migrate x-pack-kibana source to kibana 2018-04-24 13:48:10 -07:00
Lisa Cawley f3bbd76bf2
[DOCS] Build Kibana Guide from kibana repo (#16450) 2018-02-01 10:19:00 -08:00
CJ Cenizal 6e9fc7328b
Extract fatal notification into fatalError service, add support for EuiToast notifications (#15749)
* Reorganize notify/lib files. Extract fatal notification into a fatalError service.
* Convert notify/lib tests to use Jest.
* Add ToastNotifications, GlobalToastList, and documentation.
* Remove notify.info method.
* Add createFirstIndexPatternPrompt.
* Update testSubjects.exists to accept a timeout argument.
* Skip some flaky tests.
2018-01-26 20:14:28 -08:00
gchaps 28a736aa0b
Change may to might in Readme (#15099)
For localization, might is a better term than may.
2017-11-21 14:18:42 -08:00
jimgoodwin e676668967 Branching for 6.0: bump version to 7.0.0-alpha1 2017-07-24 15:24:56 -04:00
Court Ewing d11b960994 bump version to 6.0.0-beta1 2017-07-10 13:53:05 -04:00
spalger 992684962b master development is now for alpha3 2017-06-06 10:08:52 -07:00
Court Ewing c57a775060 build: remove 32 bit builds (#11941)
All builds are now 64 bit, which is what we want to support from 6.0
onward.
2017-05-25 16:15:25 -04:00
jimgoodwin 511f86bdb0 bump version to 6.0.0-alpha2 2017-05-09 08:24:49 -04:00
Court Ewing bb258bc7ce readme: replace snapshots with URP links (#10970)
The unified release process creates snapshots nightly, so we should use
them rather than our own custom snapshot mechanism.
2017-03-30 17:08:29 -04:00
CJ Cenizal f1717660a9 Update README with links to resources, and remove old getting started instructions (made redundant by elastic.co getting started guide). (#9104) 2016-11-18 09:30:43 -08:00
Court Ewing aa69744f67 Allow patch level mismatch between Kibana and Elasticsearch (#8976)
Kibana should be able to run against Elasticsearch nodes that are at the
same minor version regardless of whether they are at the same patch
version. In the event that their patch versions differ, we render a
warning.
2016-11-04 17:01:38 -07:00
CJ Cenizal 3a973a2e03 Update README to clarify that the version numbers in the compatibility chart are only examples. 2016-09-14 18:22:58 -07:00
CJ Cenizal a1317483f8 Fix typo in README version compatibility chart. 2016-09-14 08:29:16 -07:00
CJ Cenizal 330e57d6d8 Update elasticsearch plugin to require ES to have the same version as Kibana.
- Remove engineVersion from elasticsearch plugin config.
- Use Kibana package.json version instead.
- Use new rules, documented in README.
- Log warning if ES is newer than Kibana.
- Add isEsCompatibleWithKibana and  kibanaVersion.
- Remove versionSatisfies.
2016-09-13 12:39:58 -07:00
Court Ewing 3859958183 Bump to verson 6.0.0-alpha1 2016-09-08 10:23:22 -04:00
Court Ewing edb7020396 Bump to 5.1.0 2016-09-08 10:21:13 -04:00
Court Ewing 19328b9871 Bump to 5.0.0-beta1 2016-09-08 10:13:21 -04:00
Court Ewing 4b36f9ab65 version 5.0.0-alpha6 2016-08-09 12:18:28 -04:00
Court Ewing 694eda8fb7 Use x86_64 in build name instead of x64
For consistency with the other projects for the unified release process.
2016-07-20 10:37:01 -04:00
Court Ewing 2f2742e11b Consistent build archives
We do not release zip archives for any operating system except windows,
and we do not release tar.gz archives for windows. For consistency and
clarity sake, we'll explicitly list the architecture (x86) of the
windows build as well.
2016-07-05 21:19:06 -04:00
Court Ewing b940966471 Bump to 5.0.0-alpha5 2016-07-04 09:40:10 -04:00
Court Ewing 55c4993957 README is 5.0.0-alpha4 to match package.json
We bumped the version in package.json, but we never changed it in the
readme.
2016-06-16 16:52:58 -04:00
Court Ewing c550bbcc95 Build artifact names for unified release process
These changes are necessary for Kibana to be compatible with Elastic's
unified release process from 5.0 onward. The way artifacts get created
has not changed, but the naming conventions have.
2016-06-16 16:47:02 -04:00
Court Ewing 7eaa1915f4 Uppercase -SNAPSHOT on snapshot builds
This is consistent with other Elastic projects.
2016-06-15 18:33:04 -04:00
Court Ewing 834f56392e Apply -snapshot suffix during build task
The default behavior of the build task is to now apply the -snapshot
suffix dynamically rather than us manually hardcoding and managing it
within the source code itself. The `--release` flag will drop the
-snapshot suffix on a build, which should be used for any release
candidate.

The default behavior of the build task has also changed to create
rpm/deb packages as well. Since we've only confirmed that this works on
linux, you can override that behavior by passing `skip-os-packages`.

If you do not want to create any zip or tar.gz archives, you can pass
`--skip-archives`.
2016-06-11 15:57:30 -04:00
Court Ewing d6a80b3ef8 Only include zip snapshot link for windows
tar.gz is sufficient for all operating systems except for windows, which by
default only includes zip. There's no reason to provide both links, and we
intend to stop publishing the alternative links altogether at some point.
2016-05-24 18:51:33 -04:00
Jonathan Budzenski 8231f8ea26 [readme] Add snapshot package links 2016-05-19 16:57:44 -05:00
Tyler Smalley 5ae32d1930 Revert "Limit memory overhead" 2016-04-28 15:13:41 -07:00
Tyler Smalley e8e9f589a2 Adds documentation for memory requirements
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2016-04-26 13:44:42 -07:00
spalger da5acc499b [es] upgrade to master 2016-02-05 10:22:26 -07:00
LeeDr 9664b857c0 Update README.md 2016-01-05 12:40:39 -06:00
LeeDr 3bc18e299f Add upgrade notes to README
Fixes #5817
2016-01-05 18:05:04 +00:00
LeeDr e16612321c Update README.md to require Elasticsearch version 2.2.0 or later
Fixes #5813
2016-01-05 15:17:40 +00:00
Chris Cowan 447adb7218 Removing travis from the project 2015-12-07 12:50:12 -07:00
Court Ewing 4f863617c5 bump to version 5.0.0-snapshot 2015-11-30 11:23:08 -05:00
Court Ewing f3bdb024cf Remove tip from readme for deprecated functionality
Since the "use event times to create index names" functionality for
index patterns is now deprecated in favor of the automatic optimizations
powered by the field stats api, this tip is no longer necessary.
2015-11-24 12:03:49 -05:00
Court Ewing 1fc2d5f9a3 Update readme to include ES 2.1 requirement 2015-11-18 17:52:18 -05:00
Court Ewing e81f20f9c1 Bump to 4.4.0-snapshot 2015-11-18 17:44:11 -05:00
spalger 204a5f1b80 [readme] fix the snapshot url links 2015-11-04 23:52:39 -06:00
Rashid Khan 5fcf336168 bump to 4.3 2015-09-23 15:37:29 -07:00