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

[backport] PR #7422 to 4.x #7488

Closed
wants to merge 3,161 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
3161 commits
Select commit Hold shift + click to select a range
09be7e9
[plugin installer] fixes issue when plugin directory is in archive twice
BigFunger Apr 29, 2016
1853f29
Merge pull request #7096 from epixa/fixlet
w33ble Apr 29, 2016
574940f
Revert "Merge pull request #6935 from panda01/fix/superTallVis"
epixa Apr 29, 2016
b18b1f1
Merge pull request #7099 from epixa/fixnav
ycombinator Apr 29, 2016
950d6e2
Merge pull request #7098 from BigFunger/plugin-installer-error
Apr 29, 2016
729f375
Use filter directly
jimmyjones2 May 1, 2016
412b711
Add the license check back
May 2, 2016
fb8b2a4
Merge branch 'master' of github.com:elastic/kibana into fix/licenses
May 2, 2016
adaf9a0
[statusPage] Add config option to disable auth on status page
lukasolson May 2, 2016
04b2693
Fix linting issues
lukasolson May 3, 2016
da8b6f7
Merge pull request #7076 from Bargs/backButtonFix
May 3, 2016
48d040b
Honor custom label in percentile ranks aggregation
ycombinator May 3, 2016
da8e0b8
Merge pull request #7123 from ycombinator/gh-7074
ycombinator May 3, 2016
10b300c
Specifying date format when filtering a date histogram
ycombinator May 4, 2016
6d543b4
Merge pull request #7126 from ycombinator/gh-6338
ycombinator May 4, 2016
ea2f94f
Merge pull request #6166 from jimmyjones2/filter-exists
May 4, 2016
356b39e
Use lt instead of lte for safer upper bound in range filter.
ycombinator May 4, 2016
ee3119e
A couple of simple console tests to make sure its there and works.
May 4, 2016
1ca031c
Merge branch 'master' into consoleTest
May 4, 2016
b16521e
Merge branch 'master' of github.com:elastic/kibana into implement/con…
May 4, 2016
187882d
Merge pull request #7028 from spalger/implement/consoleLikeLogging
spalger May 4, 2016
1f0a452
Merge pull request #7112 from rashidkpc/fix/licenses
May 4, 2016
203c7ad
Re-applied PR 6267 to master to fix Windows/cygwin build
May 5, 2016
82b06cd
Minor update to CONTRIBUTING.md for required Cygwin packages on Windows.
May 5, 2016
b19cb6d
Merge pull request #7141 from LeeDr/fix-build-windows-cygwin
May 5, 2016
b0cf2f1
[settings] Change setFullState into setState, add internal method to …
bevacqua May 5, 2016
4b66c79
[settings] use const.
bevacqua May 5, 2016
b3bc6c8
[Zoom] fixing bugs with inital load, and load with empty data
panda01 May 5, 2016
8b8b3bd
Merge pull request #7132 from LeeDr/consoleTest
May 6, 2016
9e91032
Merge branch 'master' into gh-7059
ycombinator May 6, 2016
e6889df
Update active API to 5.0
ycombinator May 6, 2016
470404f
[node] Bump node.js to 4.4.4
jbudz May 6, 2016
8f12fbf
Merge pull request #6976 from bevacqua/chore/log-export-all
bevacqua May 6, 2016
b581ec4
Pass elasticsearch base URL to UI via injectVars
ycombinator May 10, 2016
1c1807e
Merge branch 'master' into gh-7059
ycombinator May 10, 2016
bc0d392
Don't try to set the ES URL via the UI
ycombinator May 10, 2016
7bf698a
Merge branch 'master' into feature/sort-dimensions-dragging
bevacqua May 10, 2016
9bfe083
[merge] Merged with master.
bevacqua May 10, 2016
d5e2123
[settings] Support case where consumers expect an immediate propagati…
bevacqua May 10, 2016
107de9d
Add a defaultTryTimeout config parameter and use it for the try method.
May 10, 2016
5ffb62e
[test] Revert config settings after toying around with them.
bevacqua May 10, 2016
f6fb52f
[style] Cleanup code style in date_histogram bucket type.
bevacqua May 10, 2016
33d91e5
Merge pull request #7148 from jbudz/bump-node
epixa May 10, 2016
18b1a57
[settings] Use config.init blocker.g
bevacqua May 10, 2016
20eaca2
Bump .node-version to 4.4.4
epixa May 10, 2016
c8c2ab9
Merge pull request #7163 from LeeDr/defaultTryTimeout
spalger May 10, 2016
2639431
Merge pull request #7168 from epixa/nodeversion
epixa May 10, 2016
db971f4
[statusPage] Rename config option
lukasolson May 10, 2016
a55615f
[statusPage] Add statusPage.allowAnonymous to docs
lukasolson May 10, 2016
4a822f3
[statusPage] Better docs explanation for statusPage.allowAnonymous
lukasolson May 10, 2016
969c782
Merge pull request #7085 from lukasolson/fix/public-status-page
lukasolson May 10, 2016
3f360a8
[settings] Persistence asynchronously, batch operations. Proper defau…
bevacqua May 11, 2016
19b8612
[settings] Ensure change(key, default) removes acts as remove.
bevacqua May 11, 2016
0051da4
Merge pull request #7129 from ycombinator/safer-range-bound
spalger May 11, 2016
44f9e94
Update getting-started.asciidoc
ericamick May 11, 2016
5830d54
Merge pull request #7177 from ericamick/patch-2
spalger May 11, 2016
d87a5e7
Make dependency on elasticsearch plugin explicit
ycombinator May 11, 2016
2af8550
[notifier] Expose add() method to allow more customizable pop-ups
lukasolson May 11, 2016
f5599e9
[notifier] Keep add() method available outside of prototype
lukasolson May 11, 2016
5a41292
Merge pull request #7067 from ycombinator/gh-7059
ycombinator May 11, 2016
f63d68e
Merge pull request #7179 from lukasolson/expose-notifier-add
lukasolson May 11, 2016
ff97284
[Map] addressed some issues
panda01 May 10, 2016
ca88e48
[merge] Merged with master.
bevacqua May 12, 2016
22877bc
[test] Added draggable container, item, and handles tests.
bevacqua May 12, 2016
10b11ae
[sanity] Simplified dragHandles logic.
bevacqua May 12, 2016
058208c
[refactor] Simplify draggable item movable logic and isolate in dragg…
bevacqua May 12, 2016
d68b553
[test] Better test/scope isolation.
bevacqua May 12, 2016
13220cb
[cleanup] Add linking function back.
bevacqua May 12, 2016
670e878
Add try in 2 visualize page methods that have failed.
May 12, 2016
b93578d
Merge pull request #7185 from epixa/fix-visstate-title
panda01 May 12, 2016
1f60505
[test] Only move draggable items by their drag handles.
bevacqua May 12, 2016
cb52c70
Merge pull request #7187 from LeeDr/tryToFixVisTests
spalger May 12, 2016
fd30551
[Visualize] fixing PersistentState object, Removed code from Dashboar…
May 12, 2016
d8d1a1a
[status] Rename setting to status.allowAnonymous as it applies to API…
lukasolson May 13, 2016
80ad93c
Merge pull request #7205 from lukasolson/fix/status-allow-anonymous
May 13, 2016
7ac9f93
Incorrect default `elasticsearch.requestTimeout`
awochna May 10, 2016
d37573d
Test to see if returning from the expects resolves the tryForTime's c…
May 16, 2016
8fca1d8
Changed to return on initial getEsHostPort.
May 16, 2016
dda1703
Try without the last test
May 17, 2016
69fdfd8
Merge master
May 17, 2016
28aa6c9
[grunt] Task to rebuild archives with new version
epixa May 17, 2016
079aba6
If value is deleted from the nav link collection, invalidate cache
ycombinator May 18, 2016
c2afeda
Return value of superclass's delete, preserving API
ycombinator May 18, 2016
e2754b3
Merge pull request #7227 from ycombinator/invalidate-navlink-cache-on…
ycombinator May 18, 2016
b77b8ae
Merge branch 'master' into feature/restify-config
bevacqua May 18, 2016
d117d7c
Merge pull request #7225 from epixa/repackage
epixa May 18, 2016
9cd080a
[cleanup] Ensure no incorrect values are passed to initFields().
bevacqua May 18, 2016
34811e5
[test] Add guard clause to prevent mis-initialization of indexPattern.
bevacqua May 18, 2016
ff96051
[test] Add discover-field-name class.
bevacqua May 18, 2016
3b061b7
[test] Move discover field name class to directive.
bevacqua May 18, 2016
f89defa
[test] Separate field name into own <span>.
bevacqua May 18, 2016
173a217
Merge pull request #6676 from jbudz/build-packages
epixa May 19, 2016
d0c835d
[build] Release packages to s3
jbudz May 13, 2016
032de94
[build] Check for release files after build task
jbudz May 19, 2016
6a1a7be
[cleanup] Cleanup config.* API surface.
bevacqua May 19, 2016
62b1dae
[cleanup] Rebalance internal arguments for clarity.
bevacqua May 19, 2016
ef0181f
[cleanup] Fix sorting issues in advanced settings view as suggested b…
bevacqua May 19, 2016
39f6bd0
[guard] Guard clause against unrecognized settings being watched on, …
bevacqua May 19, 2016
7aae562
[guard] Guard clause on config.get as well.
bevacqua May 19, 2016
bb7ef18
[typo] Fix filter typos.
bevacqua May 19, 2016
12c4ca4
[cleanup] config.get(key) doesn't take fn parameter.
bevacqua May 19, 2016
ead4625
Merge pull request #7245 from bevacqua/spalger-as-a-monster
spalger May 19, 2016
7491734
Merge pull request #7202 from jbudz/release-packages
epixa May 19, 2016
8231f8e
[readme] Add snapshot package links
jbudz May 19, 2016
a49d765
I think I'm back to master HEAD at this point. Still don't see the p…
May 20, 2016
f312f84
Merge pull request #7248 from jbudz/package-snapshot-links
jbudz May 20, 2016
431ba4c
[ui] Hide 'Add sub-buckets' button while dragging an aggregate.
bevacqua May 20, 2016
6222b87
[cleanup] Remove unused keyCodes variable.
bevacqua May 20, 2016
17c1ce4
Merge branch 'master' into bugfix/no-results-timepicker
bevacqua May 20, 2016
9a1caaa
Merge pull request #7219 from LeeDr/returnExpectConsoleTests
May 20, 2016
b7334ed
Wrapped part of saveVisualization in a try loop.
May 20, 2016
959d9cf
[field formatters] IP should return - on null or undefined
jbudz May 20, 2016
f2b4711
Fix a bunch of tryForTimes.
May 20, 2016
5df51d5
Merge pull request #6849 from bevacqua/feature/restify-config
bevacqua May 20, 2016
a11a86e
Merge pull request #7257 from jbudz/issues/7182
jbudz May 20, 2016
dc0607e
[refactor] Cleanup index pattern class.
bevacqua May 20, 2016
50581a8
[test] Fix test cases for No Results page.
bevacqua May 20, 2016
95132dd
Merge pull request #7256 from LeeDr/fixSaveVis
May 20, 2016
7f8d125
[cleanup] Fix test coverage issues.
bevacqua May 24, 2016
cb77d7d
[test] Fix test failure where not every code path returns a Promise.
bevacqua May 24, 2016
abc76e0
[AppSwitcher] Removed excess colors from the appswitcher
May 24, 2016
8df5ecf
[merge] Merge with master.
bevacqua May 24, 2016
b8d6c8c
[test] Bypass static asset optimizer and log errors more verbosely.
bevacqua May 24, 2016
4b9f683
[refactor] Wrap in Promise, rename flag.
bevacqua May 24, 2016
d6a80b3
Only include zip snapshot link for windows
epixa May 24, 2016
c9fc5de
Merge pull request #7271 from panda01/fix/app-switcher-colors
panda01 May 25, 2016
6fa412e
Checking for ES plugin readiness before trying to use it
ycombinator May 25, 2016
9b21b17
Set user settings to empty object if ES plugin is red
ycombinator May 25, 2016
d3572d6
Merge pull request #7285 from elastic/gh-7278
ycombinator May 25, 2016
df0cad1
Updating instructions for building OS packages
ycombinator May 26, 2016
d4819ac
[config] Added config.get(key, defaultValue) overload. Updated test s…
bevacqua May 26, 2016
1fa4304
Merge pull request #7289 from ycombinator/update-ospkg-build-instruct…
ycombinator May 26, 2016
6981325
Merge pull request #7291 from bevacqua/feature/config-defaults
bevacqua May 26, 2016
b3b3128
[test] Return all the Promises.
bevacqua May 26, 2016
988be91
New dashboard tests using elasticdump
May 26, 2016
53a3fbc
[NavBar] add default invisible border below `li > a`
tsullivan May 26, 2016
1e9af4d
Merge pull request #7299 from tsullivan/ui-navbar-top-default-border
tsullivan May 27, 2016
cb758cc
[TileMap] Removing unnecessary zoom set
May 27, 2016
1333cbe
Add missing Dashboard test files.
May 27, 2016
53ede1a
Remove some unused vars.
May 27, 2016
ac4a0ed
Move updateConfigDoc method out of scenario_manager and into its own …
May 27, 2016
08c9897
[build] Commit install/remove scripts instead of generating, stop ser…
jbudz Mar 28, 2016
5387167
[build] template user in install/remove scripts
jbudz May 2, 2016
d9a84b2
[build] Run as group kibana
jbudz May 2, 2016
07618c3
[build] Recursive chown optimize folder
jbudz May 3, 2016
83c5802
[build] Try service kibana stop before init script
jbudz May 3, 2016
6c6e4d3
[build] Attempt to stop service pre-install
jbudz May 9, 2016
f9033a1
[build] Fail on errors
jbudz May 10, 2016
bab73b8
[build] Cleanup postrm
jbudz May 10, 2016
4336f2b
[build] Add comment in postrm explaining empty cases
jbudz May 13, 2016
6d293af
[build] move install to /usr/share, config to /etc/kibana
jbudz May 25, 2016
8f0be48
[build] consolidate package config
jbudz May 25, 2016
db5ac1e
[build] Cleanup packages task
jbudz May 25, 2016
6189c19
[build] Style cleanup
jbudz May 25, 2016
9213e61
[build] template chown optimize dir
jbudz May 25, 2016
6788f06
[nav] show if chrome.isVisible(). Closes #7186
jbudz May 27, 2016
5188811
Merge pull request #7212 from awochna/default-request-timeout
jbudz May 27, 2016
00d01cf
Merge pull request #6835 from panda01/fix/map-zoom
panda01 May 27, 2016
4ebe29e
Moved elasticdump methods from common to support/elastic_dump.js
May 27, 2016
f28fc89
Correct a dashboard test sub-suite name.
May 27, 2016
1cf2979
Merge pull request #6566 from bevacqua/feature/sort-dimensions-dragging
bevacqua May 27, 2016
2c1d765
Display plugins versions
ggrossetie May 17, 2016
411bacd
Some cleanup from review comments.
May 31, 2016
00f4538
Merge pull request #7221 from Mogztter/patch-1
jbudz May 31, 2016
1566cc3
Remove unused self.
May 31, 2016
496b8a9
[test] Fix test fixtures.
bevacqua May 31, 2016
9fe89d9
Removed un-used requires.
May 31, 2016
584e19a
Add version to status output
pickypg May 28, 2016
4902271
If there is an error, return an empty object for user settings
ycombinator May 31, 2016
b50451f
Merge pull request #7298 from LeeDr/dashboardTests
May 31, 2016
43c7257
One new discover test for issue #5937 use back button.
Jun 1, 2016
6ebe67d
Merge pull request #7337 from LeeDr/discoverTestBackButton
Jun 1, 2016
4df0239
[refactor] Use private functions and maps to conceal protected proper…
bevacqua Jun 1, 2016
7a16c93
use error notification to show failures to the user
w33ble Jun 1, 2016
07e5686
Use elasticdump to preload default index for visualization tests.
Jun 1, 2016
c45f937
Add data files for visualize tests.
Jun 1, 2016
bb39ce6
[test] Fix typos.
bevacqua Jun 1, 2016
76f349a
Fix Status Table Columns
pickypg Jun 1, 2016
59981ba
[dep] Bump even-better to 7.0.2 fixing potential memory leak issues.
bevacqua Jun 1, 2016
ef1fb42
Merge pull request #6720 from bevacqua/feature/bouncy-castle
bevacqua Jun 1, 2016
357e391
Turn Kibana plugin red if user settings cannot be found
ycombinator Jun 1, 2016
484e45f
Using _.partial() instead of bind()
ycombinator Jun 2, 2016
6e46c0e
Merge pull request #7333 from ycombinator/gh-7318
ycombinator Jun 2, 2016
b3f1726
Adding alpha to non-upgradeable config list
ycombinator Jun 2, 2016
acbd03e
If no configs are upgradeable, create a new config
ycombinator Jun 2, 2016
420f1fa
Merge pull request #7345 from w33ble/fix/object-delete-errors
lukasolson Jun 2, 2016
1c0cbe2
Wait for loading of logstash to finish.
Jun 2, 2016
b6a0b89
Merge pull request #6543 from bevacqua/bugfix/no-results-timepicker
bevacqua Jun 2, 2016
50966e4
[sanity] Ensure backwards compatibility at the elasticsearch index le…
bevacqua Jun 2, 2016
39a7c32
[refactor] Change how routes is accessed.
bevacqua Jun 2, 2016
988d579
Add background-color to pagination links.
cjcenizal Jun 2, 2016
61f975c
Comment-out common and debug statements in scenario_manager
Jun 2, 2016
1f52250
Merge pull request #7360 from cjcenizal/component/pagination-design
cjcenizal Jun 2, 2016
1c43bf7
Remove logging from scenario_manager
Jun 3, 2016
b36f1e0
Remove logging from scenario_manager
Jun 3, 2016
79d28db
[Dashboard] Added refresh interval to the dashboard saved object, als…
Jun 3, 2016
b614e4d
Minor cleanup logstash return
Jun 3, 2016
70cae37
Merge pull request #7346 from LeeDr/visualizeTestsWithElasticdump
Jun 3, 2016
c8c1043
[Dashboard] Removing unnecessary check
Jun 3, 2016
c392174
Switch Discover and Settings tests to use esClient to wipe ,kibana
Jun 3, 2016
0c78e59
ops: set default interval for stat collection to 5 seconds
tsullivan Jun 3, 2016
f1a6290
Merge pull request #7260 from bevacqua/refactor/indexpattern-factory
bevacqua Jun 3, 2016
e60f58a
Merge pull request #7375 from tsullivan/ops-increase-interval
tsullivan Jun 3, 2016
2462b49
Condensed common delete index and updateConfigDoc into one method.
Jun 6, 2016
36beb93
Merge pull request #7356 from ycombinator/gh-7353
ycombinator Jun 6, 2016
4a49885
Merge pull request #7369 from LeeDr/elasticDumpDiscover
Jun 6, 2016
c145ed6
Show highlighted text color for single "tab" items in navigation
pickypg Jun 6, 2016
e1cb593
[build] Add name and description to init scripts
jbudz Jun 7, 2016
3c44b5a
[Dashboard] Use JSON to stringify, and parse autorefresh object for d…
Jun 7, 2016
4c584a6
[Dashboard] Made the refresh interval an object when saved
Jun 7, 2016
5112880
Merge pull request #7308 from jbudz/issues/7275
w33ble Jun 8, 2016
9fa2e82
Add screenshot-comparison utility, to protect against visual regressi…
cjcenizal Jun 8, 2016
207a481
Merge pull request #7395 from cjcenizal/feature/compare-screenshots-u…
cjcenizal Jun 8, 2016
9d8776b
Add style_guides dir, extracted sections from STYLEGUIDE.md.
cjcenizal Jun 9, 2016
909f8be
Merge pull request #7309 from jbudz/issues/7186
jbudz Jun 9, 2016
a28dd03
updated grunt-esvm to latest
Jun 9, 2016
6549397
Merge pull request #7407 from spalger/fix/esvm
spalger Jun 9, 2016
81fb346
Update API and HTML style guides.
cjcenizal Jun 9, 2016
9b8b6ad
Merge pull request #7399 from cjcenizal/docs/css-style-guide
cjcenizal Jun 10, 2016
2ccff35
Make links in STYLEGUIDE relative.
cjcenizal Jun 10, 2016
14f3bf0
Merge pull request #7412 from cjcenizal/bug/fix-broken-style-guide-links
cjcenizal Jun 10, 2016
8357f25
[Dashboard] Added refresh check for backwards compatibility when load…
Jun 10, 2016
761f3d9
Merge pull request #7365 from panda01/feature/dashboard-refresh-interval
panda01 Jun 10, 2016
a2459bb
If Elasticsearch plugin is not yet green, log a warning
ycombinator Jun 10, 2016
ab66d5e
Reload window if user has been sent to status page but status is green
ycombinator Jun 10, 2016
e860fc3
Adding comments
ycombinator Jun 10, 2016
8b08d1a
Fix bug in test common.js handleError method when saving a screenshot.
cjcenizal Jun 10, 2016
3ebf365
Removing extra parenthesis because operator precedence is a thing
ycombinator Jun 10, 2016
aa05237
Removing redundant comments
ycombinator Jun 10, 2016
60d3374
Merge pull request #7429 from cjcenizal/bug/handle-error-save-screenshot
cjcenizal Jun 10, 2016
db780bd
Removing window reload code in favor of the right fix for what is a l…
ycombinator Jun 10, 2016
58f9843
Removing unused variable
ycombinator Jun 10, 2016
3425818
Using template string instead of concatenation
ycombinator Jun 10, 2016
5cf440c
Merge pull request #7428 from ycombinator/gh-7424
ycombinator Jun 10, 2016
834f563
Apply -snapshot suffix during build task
epixa May 27, 2016
09eb74a
Issue and PR templates for github
epixa Jun 11, 2016
a80287f
Correct PR template file name
epixa Jun 11, 2016
ac00863
[functional tests] remove extra IIFE wappers
Jun 12, 2016
8294487
Merge pull request #7434 from spalger/transform/removeFunctionalIIFEW…
spalger Jun 12, 2016
f0c3702
[functional tests] move common.handleError to a higher level
Jun 12, 2016
a553bab
Merge pull request #7437 from spalger/refactor/functionalTestErrorHan…
Jun 13, 2016
0fb84e4
Take screenshots of UI throughout functional tests.
cjcenizal Jun 9, 2016
4b36d05
Bump moment.js to latest version
epixa Jun 14, 2016
d8512a8
Merge pull request #7448 from epixa/momentjs
epixa Jun 14, 2016
9e353fd
Add visual regression screenshot gallery.
cjcenizal Jun 10, 2016
aa47599
Merge pull request #7410 from cjcenizal/improvement/ui-screenshot-cov…
cjcenizal Jun 14, 2016
a1a7fc4
Update baseline screenshots with loaded CSS.
cjcenizal Jun 14, 2016
5ffb9d4
Merge pull request #7453 from cjcenizal/improvement/update-baseline-s…
cjcenizal Jun 14, 2016
dbfee59
Merge pull request #7317 from epixa/newbuild
epixa Jun 14, 2016
29e26de
[build] Cleanup dirs on uninstall
jbudz May 25, 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
Prev Previous commit
Next Next commit
[settings] use const.
  • Loading branch information
bevacqua committed May 5, 2016
commit 4b66c79243043eedfbe8ce17e91c9a5b924ce428
2 changes: 1 addition & 1 deletion src/ui/public/visualize/visualize.js
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ uiModules
},
template: visualizeTemplate,
link: function ($scope, $el, attr) {
var minVisChartHeight = 180;
const minVisChartHeight = 180;

if (_.isUndefined($scope.showSpyPanel)) {
$scope.showSpyPanel = true;