Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Bootstrap print. #14

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
88 commits
Select commit Hold shift + click to select a range
cfe8563
Add getSpinnerDone after clicking a new page in index pattern field list
Jun 30, 2016
583c890
Add a debug log so we can tell what page we're going to if we fail
Jun 30, 2016
8df249b
Method to get nav link by its title + control nav link display state
ycombinator Jul 1, 2016
2712203
Add tooltip to nav link
ycombinator Jul 1, 2016
96588bd
Refactoring: extracting functions
ycombinator Jul 1, 2016
b25456a
Giving nav links an ID
ycombinator Jul 1, 2016
0b1acad
Fixing test so it passes
ycombinator Jul 1, 2016
9161c0c
Throw error if nav link with given ID is not found
ycombinator Jul 1, 2016
bb45a39
Adding unit test for toJSON()
ycombinator Jul 1, 2016
921533a
Fixing minor typo
ycombinator Jul 1, 2016
7e931bd
Adding unit test for constructor
ycombinator Jul 1, 2016
a8995e3
Outdenting closing bracket per styleguide
ycombinator Jul 1, 2016
a376c03
Use ES6 find instead of _.find
ycombinator Jul 1, 2016
f4390ba
Using ES6 template literal instead of old school string concatenation
ycombinator Jul 1, 2016
30032c5
Using native Array.prototype.filter() instead of _.filter()
ycombinator Jul 1, 2016
8dac9c3
Using class instead of element selector
ycombinator Jul 1, 2016
2601fcf
Adding unit tests for default paths involving various properties
ycombinator Jul 1, 2016
a8c1b4e
Try to fix another staleElementReference in data table test
Jul 1, 2016
42cc301
Adding hidden, disabled and tooltip properties to UiNavLink class
ycombinator Jul 1, 2016
de1ea90
Replace 2 assertions with 1
ycombinator Jul 2, 2016
81072ad
Remove unused var
ycombinator Jul 2, 2016
ea468f9
Make link state (hidden, disabled, tooltip) dynamic via methods
ycombinator Jul 2, 2016
fb85412
Adding styles for disabled button in top nav
ycombinator Jul 5, 2016
0b0280c
If property value is non-function, convert it to a function that retu…
ycombinator Jul 5, 2016
29737c9
Merge branch 'master' into kbn-top-nav/enhancements
ycombinator Jul 5, 2016
27a71f5
Merge branch 'master' into kbn-top-nav/enhancements
ycombinator Jul 5, 2016
ed0c48a
Fix defaulting of properties
ycombinator Jul 5, 2016
08f5061
Remove angular-bootstrap dependency. Copy required code into src/ui/p…
cjcenizal Jun 30, 2016
90ed824
Remove angular-bootstrap accordion.
cjcenizal Jun 30, 2016
b556ccc
Use ui alias to require ui-bootstrap in the webpackShim.
cjcenizal Jun 30, 2016
b08f016
Replace compiled angular-bootstrap file with original HTML and JS sou…
cjcenizal Jul 4, 2016
ce7b8e0
Reverting a change made in ea468f9dd60a64eacddaef0878322576712c7c09
ycombinator Jul 5, 2016
8adaecb
[ci] source the setup script instead of executing it
Jul 5, 2016
03eebad
Merge branch 'master' into app-switcher/nav-link-enhancements
ycombinator Jul 5, 2016
3a8948f
Merge branch 'master' into app-switcher/nav-link-enhancements
ycombinator Jul 5, 2016
832e515
Merge pull request #7633 from spalger/ci/sourceRatherThanExec
spalger Jul 5, 2016
03866c1
[build] update pleaserun path to be compatible with 0.0.22+
jbudz May 24, 2016
315fc5d
[build] update pleaserun version in docs
jbudz May 27, 2016
c8b4d2d
Return early from function
ycombinator Jul 5, 2016
dfaf777
[folder structure] Cleanup missing folder changes, update docs
jbudz Jul 5, 2016
e6717b8
Merge branch 'master' into kbn-top-nav/enhancements
ycombinator Jul 5, 2016
216f610
Merge pull request #7635 from jbudz/missing-plugin-refactor
epixa Jul 5, 2016
0169492
Merge pull request #7601 from ycombinator/app-switcher/nav-link-enhan…
ycombinator Jul 5, 2016
2cf2218
Merge pull request #7567 from cjcenizal/refactor/remove-bootstrap-dep…
cjcenizal Jul 5, 2016
f23d98e
Merge pull request #7591 from cjcenizal/refactor/remove-angular-boots…
cjcenizal Jul 5, 2016
fe1732c
Show notifier on page load, if notifier params are in query string
ycombinator Jul 6, 2016
2f2742e
Consistent build archives
epixa Jun 17, 2016
c00e49d
internal: Cleanup code in _build:archives task
epixa Jun 17, 2016
e5c5a3b
Remove notification parameters from query string after triggering not…
ycombinator Jul 6, 2016
59e3153
[console autocomplete] Update fields->stored_fields, add docvalue_fields
jbudz Jul 6, 2016
5d853da
Merge pull request #7276 from jbudz/update-pleaserun
spalger Jul 6, 2016
a1be97e
[settings] Added .get, renamed .getAll as .getRaw, added new .getAll …
bevacqua Jun 3, 2016
7e191b8
[fix] @spalger identified as NSA mole. Run server-side tests in src/u…
bevacqua Jun 27, 2016
415e663
[settings] Added .removeMany method for convenience single-roundtrip.
bevacqua Jun 27, 2016
1657c65
[test] Introduced server-side tests for UI Settings feature.
bevacqua Jun 27, 2016
8ace579
[refactor] Update usage of uiSettings when pulling a single value
bevacqua Jun 27, 2016
0d31bb8
[test] Simplified test cases. Single assertion.
bevacqua Jun 27, 2016
11c3bf5
[test] Refactor to avoid code duplication.
bevacqua Jun 27, 2016
308ee58
[test] Semantic fix to compare against Promise.
bevacqua Jul 4, 2016
af0d592
[chore] Use isEqual and add comments about the methods in uiSettings.
bevacqua Jul 5, 2016
1673b31
[test] .to.be.ok(), ugh.
bevacqua Jul 5, 2016
829c858
Refactor notifier display code into Notifier module
ycombinator Jul 6, 2016
0c0e141
Renaming method to be more descriptive
ycombinator Jul 6, 2016
de3cf6c
Return early from function if there is no message to notify
ycombinator Jul 6, 2016
4f2cd1f
Merge pull request #7636 from ycombinator/notifier-on-page-load
ycombinator Jul 6, 2016
594a499
Merge branch 'master' into kbn-top-nav/enhancements
ycombinator Jul 6, 2016
a731a3b
Use _.result
ycombinator Jul 6, 2016
7f5590a
Changes to fix settings page failure
Jul 6, 2016
39bcb7f
Merge branch 'master' into fixGoToPageTiming
Jul 6, 2016
2945d75
Fix a headerPage typo, un-nest some promises.
Jul 6, 2016
d44fe94
Stripped trailing whitespace throughout
Jun 30, 2016
9a0dca2
Fixes broken link in Getting Started
Jul 6, 2016
70858b0
Updated link to raw
Jul 6, 2016
2953d84
change other headerPage to header
Jul 6, 2016
ac40188
Merge pull request #7495 from epixa/urp
epixa Jul 6, 2016
cf99029
Fixing tests
ycombinator Jul 6, 2016
c36fd12
Using Object.assign instead of _.defaults
ycombinator Jul 6, 2016
c2e99e3
Merge pull request #7630 from ycombinator/kbn-top-nav/enhancements
ycombinator Jul 6, 2016
58ec489
Merge pull request #7598 from LeeDr/fixGoToPageTiming
Jul 7, 2016
a2d34b3
[test] Refactor according to @cjcenizal's suggestions.
bevacqua Jul 7, 2016
9133c3f
[test] To equal true.
bevacqua Jul 7, 2016
05f6a56
Merge pull request #7374 from bevacqua/feature/config-get
bevacqua Jul 7, 2016
b54ef4e
[build] Ensure group kibana is added, stricter user creation
jbudz Jun 20, 2016
39c9d90
Merge pull request #7642 from jbudz/console-stored-fields
jbudz Jul 7, 2016
144a40b
[build] Remove user before group
jbudz Jul 7, 2016
13ec202
Merge pull request #7510 from jbudz/issues/7475
jbudz Jul 8, 2016
9eba210
Remove Bootstrap carousel and glyphicons.
cjcenizal Jun 28, 2016
7aefd6b
Remove Bootstrap print.
cjcenizal Jun 29, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
src/fixtures

test/fixtures/scenarios
optimize
test/fixtures/scenarios
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ Execute the front-end browser tests. This requires the server started by the `te
Packages are built using fpm, pleaserun, dpkg, and rpm. fpm and pleaserun can be installed using gem. Package building has only been tested on Linux and is not supported on any other platform.
```sh
apt-get install ruby-dev rpm
gem install fpm -v 1.5.0 # required by pleaserun 0.0.16
gem install pleaserun -v 0.0.16 # higher versions fail at the moment
gem install fpm -v 1.5.0
gem install pleaserun -v 0.0.24
npm run build -- --skip-archives
```

Expand Down
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ module.exports = function (grunt) {
'<%= root %>/tasks/**/*.js',
'<%= root %>/test/**/*.js',
'<%= src %>/**/*.js',
'!<%= src %>/ui/public/angular-bootstrap/**/*.js',
'!<%= src %>/fixtures/**/*.js',
'!<%= root %>/test/fixtures/scenarios/**/*.js'
],
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ For the daring, snapshot builds are available. These builds are created after ea
| OSX | [tar](http://download.elastic.co/kibana/kibana-snapshot/kibana-5.0.0-alpha5-SNAPSHOT-darwin-x64.tar.gz) |
| Linux x64 | [tar](http://download.elastic.co/kibana/kibana-snapshot/kibana-5.0.0-alpha5-SNAPSHOT-linux-x64.tar.gz) [deb](https://download.elastic.co/kibana/kibana-snapshot/kibana-5.0.0-alpha5-SNAPSHOT-amd64.deb) [rpm](https://download.elastic.co/kibana/kibana-snapshot/kibana-5.0.0-alpha5-SNAPSHOT-x86_64.rpm) |
| Linux x86 | [tar](http://download.elastic.co/kibana/kibana-snapshot/kibana-5.0.0-alpha5-SNAPSHOT-linux-x86.tar.gz) [deb](https://download.elastic.co/kibana/kibana-snapshot/kibana-5.0.0-alpha5-SNAPSHOT-i386.deb) [rpm](https://download.elastic.co/kibana/kibana-snapshot/kibana-5.0.0-alpha5-SNAPSHOT-i686.rpm) |
| Windows | [zip](http://download.elastic.co/kibana/kibana-snapshot/kibana-5.0.0-alpha5-SNAPSHOT-windows.zip) |
| Windows | [zip](http://download.elastic.co/kibana/kibana-snapshot/kibana-5.0.0-alpha5-SNAPSHOT-windows-x86.zip) |
8 changes: 4 additions & 4 deletions docs/access.asciidoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[[access]]
== Accessing Kibana

Kibana is a web application that you access through port 5601. All you need to do is point your web browser at the
machine where Kibana is running and specify the port number. For example, `localhost:5601` or
Kibana is a web application that you access through port 5601. All you need to do is point your web browser at the
machine where Kibana is running and specify the port number. For example, `localhost:5601` or
`http://YOURDOMAIN.com:5601`.

When you access Kibana, the <<discover,Discover>> page loads by default with the default index pattern selected. The
When you access Kibana, the <<discover,Discover>> page loads by default with the default index pattern selected. The
time filter is set to the last 15 minutes and the search query is set to match-all (\*).

If you don't see any documents, try setting the time filter to a wider time range.
Expand All @@ -14,7 +14,7 @@ If you still don't see any results, it's possible that you don't *have* any docu
[[status]]
=== Checking Kibana Status

You can reach the Kibana server's status page by navigating to `localhost:5601/status`. The status page displays
You can reach the Kibana server's status page by navigating to `localhost:5601/status`. The status page displays
information about the server's resource usage and lists the installed plugins.

image::images/kibana-status-page.png[]
2 changes: 1 addition & 1 deletion docs/advanced-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ mentioned use "_default_".
`timepicker:refreshIntervalDefaults`:: The time filter's default refresh interval.
`dashboard:defaultDarkTheme`:: Set this property to `true` to make new dashboards use the dark theme by default.
`filters:pinnedByDefault`:: Set this property to `true` to make filters have a global state by default.
`notifications:banner`:: You can specify a custom banner to display temporary notices to all users. This field supports
`notifications:banner`:: You can specify a custom banner to display temporary notices to all users. This field supports
Markdown.
`notifications:lifetime:banner`:: Specifies the duration in milliseconds for banner notification displays. The default value is 3000000. Set this field to `Infinity` to disable banner notifications.
`notifications:lifetime:error`:: Specifies the duration in milliseconds for error notification displays. The default value is 300000. Set this field to `Infinity` to disable error notifications.
Expand Down
2 changes: 1 addition & 1 deletion docs/apps.asciidoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[kibana-apps]]
== Kibana Apps

The Kibana UI serves as a framework that can contain several different applications. You can switch between these
The Kibana UI serves as a framework that can contain several different applications. You can switch between these
applications by clicking the image:images/app-button.png[App Picker] *App picker* button to display the app bar:

image::images/app-picker.png[]
Expand Down
38 changes: 19 additions & 19 deletions docs/area.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,32 @@

This chart's Y axis is the _metrics_ axis. The following aggregations are available for this axis:

*Count*:: The {ref}/search-aggregations-metrics-valuecount-aggregation.html[_count_] aggregation returns a raw count of
*Count*:: The {ref}/search-aggregations-metrics-valuecount-aggregation.html[_count_] aggregation returns a raw count of
the elements in the selected index pattern.
*Average*:: This aggregation returns the {ref}/search-aggregations-metrics-avg-aggregation.html[_average_] of a numeric
*Average*:: This aggregation returns the {ref}/search-aggregations-metrics-avg-aggregation.html[_average_] of a numeric
field. Select a field from the drop-down.
*Sum*:: The {ref}/search-aggregations-metrics-sum-aggregation.html[_sum_] aggregation returns the total sum of a numeric
*Sum*:: The {ref}/search-aggregations-metrics-sum-aggregation.html[_sum_] aggregation returns the total sum of a numeric
field. Select a field from the drop-down.
*Min*:: The {ref}/search-aggregations-metrics-min-aggregation.html[_min_] aggregation returns the minimum value of a
*Min*:: The {ref}/search-aggregations-metrics-min-aggregation.html[_min_] aggregation returns the minimum value of a
numeric field. Select a field from the drop-down.
*Max*:: The {ref}/search-aggregations-metrics-max-aggregation.html[_max_] aggregation returns the maximum value of a
*Max*:: The {ref}/search-aggregations-metrics-max-aggregation.html[_max_] aggregation returns the maximum value of a
numeric field. Select a field from the drop-down.
*Unique Count*:: The {ref}/search-aggregations-metrics-cardinality-aggregation.html[_cardinality_] aggregation returns
*Unique Count*:: The {ref}/search-aggregations-metrics-cardinality-aggregation.html[_cardinality_] aggregation returns
the number of unique values in a field. Select a field from the drop-down.
*Percentiles*:: The {ref}/search-aggregations-metrics-percentile-aggregation.html[_percentile_] aggregation divides the
values in a numeric field into percentile bands that you specify. Select a field from the drop-down, then specify one
or more ranges in the *Percentiles* fields. Click the *X* to remove a percentile field. Click *+ Add* to add a
*Percentiles*:: The {ref}/search-aggregations-metrics-percentile-aggregation.html[_percentile_] aggregation divides the
values in a numeric field into percentile bands that you specify. Select a field from the drop-down, then specify one
or more ranges in the *Percentiles* fields. Click the *X* to remove a percentile field. Click *+ Add* to add a
percentile field.
*Percentile Rank*:: The {ref}/search-aggregations-metrics-percentile-rank-aggregation.html[_percentile ranks_]
aggregation returns the percentile rankings for the values in the numeric field you specify. Select a numeric field
*Percentile Rank*:: The {ref}/search-aggregations-metrics-percentile-rank-aggregation.html[_percentile ranks_]
aggregation returns the percentile rankings for the values in the numeric field you specify. Select a numeric field
from the drop-down, then specify one or more percentile rank values in the *Values* fields. Click the *X* to remove a
values field. Click *+Add* to add a values field.

You can add an aggregation by clicking the *+ Add Metrics* button.

include::x-axis-aggs.asciidoc[]
For example, a chart of dates with incident counts can display dates in chronological order, or you can raise the
priority of the incident-reporting aggregation to show the most active dates first. The chronological order might show
For example, a chart of dates with incident counts can display dates in chronological order, or you can raise the
priority of the incident-reporting aggregation to show the most active dates first. The chronological order might show
a time-dependent pattern in incident count, and sorting by active dates can reveal particular outliers in your data.

include::color-picker.asciidoc[]
Expand All @@ -37,20 +37,20 @@ You can click the *Advanced* link to display more customization options for your

*Exclude Pattern*:: Specify a pattern in this field to exclude from the results.
*Include Pattern*:: Specify a pattern in this field to include in the results.
*JSON Input*:: A text field where you can add specific JSON-formatted properties to merge with the aggregation
*JSON Input*:: A text field where you can add specific JSON-formatted properties to merge with the aggregation
definition, as in the following example:

[source,shell]
{ "script" : "doc['grade'].value * 1.2" }

NOTE: In Elasticsearch releases 1.4.3 and later, this functionality requires you to enable
NOTE: In Elasticsearch releases 1.4.3 and later, this functionality requires you to enable
{ref}/modules-scripting.html[dynamic Groovy scripting].

The availability of these options varies depending on the aggregation you choose.

Select the *Options* tab to change the following aspects of the chart:

*Chart Mode*:: When you have multiple Y-axis aggregations defined for your chart, you can use this drop-down to affect
*Chart Mode*:: When you have multiple Y-axis aggregations defined for your chart, you can use this drop-down to affect
how the aggregations display on the chart:

_stacked_:: Stacks the aggregations on top of each other.
Expand All @@ -62,9 +62,9 @@ _silhouette_:: Displays each aggregation as variance from a central line.
Checkboxes are available to enable and disable the following behaviors:

*Smooth Lines*:: Check this box to curve the top boundary of the area from point to point.
*Set Y-Axis Extents*:: Check this box and enter values in the *y-max* and *y-min* fields to set the Y axis to specific
values.
*Scale Y-Axis to Data Bounds*:: The default Y axis bounds are zero and the maximum value returned in the data. Check
*Set Y-Axis Extents*:: Check this box and enter values in the *y-max* and *y-min* fields to set the Y axis to specific
values.
*Scale Y-Axis to Data Bounds*:: The default Y axis bounds are zero and the maximum value returned in the data. Check
this box to change both upper and lower bounds to match the values returned in the data.
*Show Tooltip*:: Check this box to enable the display of tooltips.

Expand Down
6 changes: 3 additions & 3 deletions docs/autorefresh.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=== Automatically Refreshing the Page
You can configure a refresh interval to automatically refresh the page with the latest index data. This periodically
You can configure a refresh interval to automatically refresh the page with the latest index data. This periodically
resubmits the search query.

When a refresh interval is set, it is displayed to the left of the Time Filter in the menu bar.
Expand All @@ -10,10 +10,10 @@ To set the refresh interval:
. Click the *Refresh Interval* tab.
. Choose a refresh interval from the list.

To automatically refresh the data, click the image:images/autorefresh.png[] *Auto-refresh* button when the time picker
To automatically refresh the data, click the image:images/autorefresh.png[] *Auto-refresh* button when the time picker
is open and select an autorefresh interval:

image::images/autorefresh-intervals.png[]

When auto-refresh is enabled, Kibana's top bar displays a pause button and the auto-refresh interval:
When auto-refresh is enabled, Kibana's top bar displays a pause button and the auto-refresh interval:
image:images/autorefresh-pause.png[]. Click the *Pause* button to pause auto-refresh.
11 changes: 5 additions & 6 deletions docs/color-formatter.asciidoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
The `Color` field formatter enables you to specify colors with specific ranges of values for a numeric field.

When you select the `Color` field formatter, Kibana displays the *Range*, *Font Color*, *Background Color*, and *Example* fields.
When you select the `Color` field formatter, Kibana displays the *Range*, *Font Color*, *Background Color*, and
*Example* fields.

Click the *Add Color* button to add a range of values to associate with a particular color. You can click in the *Font Color* and
*Background Color* fields to display a color picker. You can also enter a specific hex code value in the field. The effect of your current
color choices are displayed in the *Example* field.
Click the *Add Color* button to add a range of values to associate with a particular color. You can click in the *Font
Color* and *Background Color* fields to display a color picker. You can also enter a specific hex code value in the
field. The effect of your current color choices are displayed in the *Example* field.

image::images/colorformatter.png[]

//update image
2 changes: 1 addition & 1 deletion docs/color-picker.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
You can customize the colors of your visualization by clicking the color dot next to each label to display the
You can customize the colors of your visualization by clicking the color dot next to each label to display the
_color picker_.

image::images/color-picker.png[An array of color dots that users can select]
Loading