-
Notifications
You must be signed in to change notification settings - Fork 0
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
Newplatform/timefilter/ts #5
Newplatform/timefilter/ts #5
Commits on Aug 27, 2019
-
De-angularize DocViewer table layout (elastic#43240)
* Convert component to React * EUI-ficate buttons, warnings and collapse button * Add jest tests
Configuration menu - View commit details
-
Copy full SHA for b7bba21 - Browse repository at this point
Copy the full SHA b7bba21View commit details -
[ML] Data frames: Fixes table sorting. (elastic#43859)
- EuiInMemoryTable will not correctly reflect prop updates like sorting. So for example, when the component gets mounted with sorting={false} it will never consider a later update to make sorting available after all data is loaded. This PR fixes it by mounting the component only once sorting was set properly. This affected all data frame analytics/transform tables. - This consolidates code where we had multiple custom type definitions for EuiInMemoryTable because it's not based on TypeScript itself yet. The PR adds TypeScript Prop definitions for the component in ml/common/types/eui/in_memory_table.ts based on React propTypes and exposes a MlInMemoryTable component that wraps EuiInMemoryTable. I'll be in contact with the EUI team so they can make use of this for EUI itself.
Configuration menu - View commit details
-
Copy full SHA for 0772e19 - Browse repository at this point
Copy the full SHA 0772e19View commit details -
Configuration menu - View commit details
-
Copy full SHA for dce041c - Browse repository at this point
Copy the full SHA dce041cView commit details -
Security - allow for custom cluster privileges (elastic#43817)
* allow for custom cluster privileges * improve prop/state names * update snapshot * remove unnecessary code * removing state altogether
Configuration menu - View commit details
-
Copy full SHA for 1d0c1c2 - Browse repository at this point
Copy the full SHA 1d0c1c2View commit details -
Telemetry/opt in welcome screen (elastic#42110)
* refactor opt_in_message * welcome optin card * finish optin in welcome screen * add steps * disable current step * remove checkbox option * add metrics * fix typescript checks * hide in oss * update snapshots * only require TelemetryOptInProvider if telemetry is enabled * pass telemetry description from service * remove x-pack import * remove x-pack import * update image * update per design feedback * update props * fix in oss * await before moving to next screen * utlize bannerId in telemtry provider * keep export in 1 line * ts-ignore banner import * add test * update tests * update translations * update home tests * remove extra license header * showTelemetryOptIn -> shouldShowTelemetryOptIn * remote extra EuiTexts * update jest snapshot * unencrypted telemetry example
Configuration menu - View commit details
-
Copy full SHA for 5917cd3 - Browse repository at this point
Copy the full SHA 5917cd3View commit details -
Timefilter - replace SimpleEmitter with observables (elastic#43748)
* Replaced 'timeUpdate' and 'enabledUpdated' timefilter events with observables. * Change enabledUpdated$ to a BehaviorSubject * refreshIntervalUpdate + fixes in monitoring * autoRefreshFetch * getFetch + delete listenAndDigestAsync * Removed SimpleEmitter parent * Updated timefilter tests * Post merge code updates in ML + type fixes * visual editor unsubscribe * removed unused import * timefilter mock * Import only from top level of timefilter * Fixed typo in discover * unsubscribe in monitoring * Deleted two tests relying on timefilter implementing EventEmitter * Renamed subscribtion var name * import path for fixing jest test ? * Removed unused row
Liza Katz authoredAug 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 8cdd469 - Browse repository at this point
Copy the full SHA 8cdd469View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77e95ea - Browse repository at this point
Copy the full SHA 77e95eaView commit details -
Liza K committed
Aug 27, 2019 Configuration menu - View commit details
-
Copy full SHA for e3499ed - Browse repository at this point
Copy the full SHA e3499edView commit details -
Liza K committed
Aug 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 8b9d86a - Browse repository at this point
Copy the full SHA 8b9d86aView commit details -
Liza K committed
Aug 27, 2019 Configuration menu - View commit details
-
Copy full SHA for a7ecf49 - Browse repository at this point
Copy the full SHA a7ecf49View commit details -
Liza K committed
Aug 27, 2019 Configuration menu - View commit details
-
Copy full SHA for f9739ea - Browse repository at this point
Copy the full SHA f9739eaView commit details -
Add invalidateAPIKey support to security plugin (elastic#43707)
* Initial work * Fix failing jest test * Use APIKeys class * Only use id to invalidate * Log all errors in invalidate function * Cleanup * Apply PR feedback
Configuration menu - View commit details
-
Copy full SHA for 0f2324e - Browse repository at this point
Copy the full SHA 0f2324eView commit details -
Modify I18nProvider so that it does not generate new React components (…
…elastic#43556) This fixes some edge-cases that caused infinite loops: React thinks the tree has changed because of a new root component, effects fire off which change the state and cause a re-render, React thinks the tree has changed because of a new root component...
Configuration menu - View commit details
-
Copy full SHA for f188b29 - Browse repository at this point
Copy the full SHA f188b29View commit details -
Disable alerting and actions plugin by default (elastic#44083)
* Disable alerting and actions plugin by default * Fix test failures
Configuration menu - View commit details
-
Copy full SHA for b680912 - Browse repository at this point
Copy the full SHA b680912View commit details -
Configuration menu - View commit details
-
Copy full SHA for 243a095 - Browse repository at this point
Copy the full SHA 243a095View commit details -
[ML] Data Frames Summary Stats Bar (elastic#43986)
* move stat component out of jobStatsBar for reuse * create transformStatsBar component * add transformStatsBar to DF page * update tests * move create statsBar component for reuse * move stat component into statsBar component * move statsBar related types to stats_bar dir * rename scss file. remove unnecessary import
Configuration menu - View commit details
-
Copy full SHA for 3cc4653 - Browse repository at this point
Copy the full SHA 3cc4653View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17106e8 - Browse repository at this point
Copy the full SHA 17106e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37fa099 - Browse repository at this point
Copy the full SHA 37fa099View commit details -
Feature/default enable csv dashboard (elastic#44048)
* Enable panel-action downloads by default * Updating snapshots
Joel Griffith authoredAug 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 2e279aa - Browse repository at this point
Copy the full SHA 2e279aaView commit details -
Fixes alert mustache templating with arrays (elastic#44094)
* Fixes alert mustache templating with arrays fixes elastic#44057 Prior to this fix, values inside an array were not subject to the mustache transform.
Configuration menu - View commit details
-
Copy full SHA for b98954a - Browse repository at this point
Copy the full SHA b98954aView commit details -
chore(NA): fix babel plugin discover for thread-loader-warmup (elasti…
…c#44106) * chore(NA): fix babel plugin discover for thread-loader-warmup * chore(NA): apply changes accordingly the PR review
Configuration menu - View commit details
-
Copy full SHA for a5c6353 - Browse repository at this point
Copy the full SHA a5c6353View commit details -
[Monitoring] Only do a single date_histogram agg for get_nodes calls (e…
…lastic#43481) * I think this is working now * Add a way to uncovert, and then fix tests * Remove unnecessary export
Configuration menu - View commit details
-
Copy full SHA for 3489274 - Browse repository at this point
Copy the full SHA 3489274View commit details -
[APM] Sets up APM with new shared Kibana core context (elastic#43920)
* Sets up APM with new shared Kibana core context * Removes unused core context and hook
Configuration menu - View commit details
-
Copy full SHA for eeff5ef - Browse repository at this point
Copy the full SHA eeff5efView commit details -
Reset dirty saved query on reload (elastic#43927)
* Clears changes a loaded saved query before loading another one * Adds general functional test to ensure changes to a saved query are discarded on reloading it * Moves resetting a dirty saved query to the app controllers in Discover, Visualize and Dashboard
Configuration menu - View commit details
-
Copy full SHA for 43df3a7 - Browse repository at this point
Copy the full SHA 43df3a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61087ba - Browse repository at this point
Copy the full SHA 61087baView commit details -
Upgrade EUI to 13.6.0 (elastic#43916)
* eui to 13.6.0 * euirange updates * euipage snapshot updates * add classname toggle for nav locking * new header wrapper component; removed observable * Add styles for locked nav And updated BEM naming of `header-global-wrapper` * move headerwrapper * isLocked localStorage * remove useEffect
Configuration menu - View commit details
-
Copy full SHA for 084433f - Browse repository at this point
Copy the full SHA 084433fView commit details -
Chore/bump chromium webgl+kerberos (elastic#42751)
* WIP: Adding libs for webgl * WIP Adding swiftshader libs to chromium * WIP: Adding missing binaries for webgl in chromium * Use pipes for communication with chrome to avoid networking snafus * Bumps puppeteer in prep for new chromium build + types and better @types package * Remove ignore * Removing of final @ts-ignore now that we have types * README updates * Fixing binding issues * Fixing maps integration wrt reporting + conditional pipes for puppeteer * Adding new deps to the windows build * New s3 builds * Checksums for updated linux build * Moving types out of puppeteer file and into core puppeteer module * launch => puppeteerLaunch * Maps comment about render loading in reporting * Clarify how reporting uses hooks and events for viz
Joel Griffith authoredAug 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 8b55ff6 - Browse repository at this point
Copy the full SHA 8b55ff6View commit details -
List grunt tasks from terminal (elastic#43798)
* Add ability to run $ grunt tasks # Lists available tasks :) * Move conf and task to config per review
Configuration menu - View commit details
-
Copy full SHA for 4d1671b - Browse repository at this point
Copy the full SHA 4d1671bView commit details -
skip flaky test (elastic#44132)
spalger committedAug 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 9d8f808 - Browse repository at this point
Copy the full SHA 9d8f808View commit details -
skip flaky suite (elastic#44086)
spalger committedAug 27, 2019 Configuration menu - View commit details
-
Copy full SHA for fed58df - Browse repository at this point
Copy the full SHA fed58dfView commit details -
Update dependency xml-crypto to v1 (elastic#43227)
* Update dependency xml-crypto to v1 * update license override for package with LGPL OR MIT license
Configuration menu - View commit details
-
Copy full SHA for 9a99e71 - Browse repository at this point
Copy the full SHA 9a99e71View commit details -
Configuration menu - View commit details
-
Copy full SHA for fea743e - Browse repository at this point
Copy the full SHA fea743eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 075c68b - Browse repository at this point
Copy the full SHA 075c68bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e5f6ff - Browse repository at this point
Copy the full SHA 6e5f6ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 697033f - Browse repository at this point
Copy the full SHA 697033fView commit details -
esArchiver: retry kibana config update (elastic#43987)
* [services/es_archiver] retry uiSettings update * run x-pack-ciGroup7 30x times * Revert "run x-pack-ciGroup7 30x times" This reverts commit 80e199c. * [saved_object_api_integration/common/services] add retry service to the set * add retry service for x-pack api tests
Configuration menu - View commit details
-
Copy full SHA for 48c6109 - Browse repository at this point
Copy the full SHA 48c6109View commit details -
Configuration menu - View commit details
-
Copy full SHA for f706eda - Browse repository at this point
Copy the full SHA f706edaView commit details -
[SR] SLM create and edit policies (elastic#43390)
* add buttons and links to create/edit policy * set up add policy form * start create policy form, including loading/error states and redirect for repository select field. add inline option to SectionLoading. add actions prop to SectionError * add snapshot name field * Change page title upon app navigation, improve breadcrumbs * Add on cancel to policy form, reorder fields * Add simple cron field * First pass at create/edit policy functionality * Adjust permissions for SLM tab * Adjust no snapshots prompt based on if policies exist or not * Add selectable indices to policy form * Move cron editor from rollup jobs to ES UI shared folder * Used shared cron editor for slm policy create/edit * Adjust copies; add duplicate schedule warning callout * Surface in progress information * Fix doc link for 7.x * Fix rollup tests * Copy edits from review * Add ES endpoint to request review * Remove unused imports * Fix i18n by cleaning up typo'd text * Remove unused import * Fix permissions and i18n * Revert change to Logistics copy * Fix bugs and PR feedback * Add cancel button to form and add comment for list * Adjust timeout comment * Fix bug with list of indices in detail panel when clicking through table * Add comment about EUI bug
Configuration menu - View commit details
-
Copy full SHA for 6f402b7 - Browse repository at this point
Copy the full SHA 6f402b7View commit details -
skip flaky suite (elastic#43960)
spalger committedAug 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 5201136 - Browse repository at this point
Copy the full SHA 5201136View commit details -
Update run_i18n_extract.ts (elastic#44092)
call `process.exit()` on `i18n_extact` complete. this ensures the process closes when spawned from a child process.
Configuration menu - View commit details
-
Copy full SHA for cb17672 - Browse repository at this point
Copy the full SHA cb17672View commit details -
Configuration menu - View commit details
-
Copy full SHA for 670f1ae - Browse repository at this point
Copy the full SHA 670f1aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbca664 - Browse repository at this point
Copy the full SHA fbca664View commit details -
Refactor doc table to only accept hits (elastic#43634)
* Refactor doc table and remove search source from it * Fix auto refresh * Remove reference to courier * Update doc table tests * Fix isFetchRequired logic * Remove references to courier * Fix import from ui/courier * Add courier back in for refresh interval
Configuration menu - View commit details
-
Copy full SHA for 871abf5 - Browse repository at this point
Copy the full SHA 871abf5View commit details
Commits on Aug 28, 2019
-
Task manager fix flaky assertValidInterval test (elastic#44163)
* Fix flaky test * Re-enable test
Configuration menu - View commit details
-
Copy full SHA for e492cce - Browse repository at this point
Copy the full SHA e492cceView commit details -
[Maps] Refactor draw filter UI to be similar to create filter from fe…
…ature geometry UI (elastic#44014) * refactor draw UI to use same UI as create geometry filter from features * update FeatureGeometryFilterForm to use GeometryFilterForm * add jest test for GeomemtryFilterForm component * fix i18n translations * update ToolsControl jest snapshots * use __ in css class names
Configuration menu - View commit details
-
Copy full SHA for df4260c - Browse repository at this point
Copy the full SHA df4260cView commit details -
[Logs UI] Fix redirect to logs stream (elastic#43806)
* [Logs UI] Fix redirect to logs stream * Add functional test for link-to logs * Revert i18n wrapper * Update snapshots * Hard-code test result instead of using faulty import * Fix typo in test
Configuration menu - View commit details
-
Copy full SHA for 7a27c7a - Browse repository at this point
Copy the full SHA 7a27c7aView commit details -
Revert "disable flaky tests (elastic#43017)"
This reverts commit c65b975.
spalger committedAug 28, 2019 Configuration menu - View commit details
-
Copy full SHA for cd418a1 - Browse repository at this point
Copy the full SHA cd418a1View commit details -
[babel-preset/webpack] use corejs 3 (elastic#44154)
Spencer authoredAug 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 1595abe - Browse repository at this point
Copy the full SHA 1595abeView commit details -
[Canvas] Embedding Workpads in other Websites (elastic#42545)
* [1] Create JSON export endpoint * [2] Runtime Created + Test Environment * [3] Reorganizing + Improving UI + CSS Modules * [4] Make External Embed asset downloadable * [5] More UI work * [5] Fixing UI Bugs * A few tweaks * Add README * Addressing feedback * Fix yarn.lock * Addressing changes to types * Updating renovate config * Add docs; address feedback * Missed adding a file * Revising runtime build script + tree shaking * Addressing feedback * Add TS + Examples to Workpad Export; create Snapshot Service * migrate external_runtime script to dev/run * Convert Workpad Export to TS; Snapshot * Scope EUI and other CSS; remove snapshot service (for now) * Update snapshot testing; provide better script * Update runtime API for effortless embeds * Major fixes and changes; switched to flyout for embedding * Switch to HAPI static file service; correct Canvas Workpad type * Add ts-ignore to inert handler * Initial ZIP File impl * Finishing feedback from peers and meetings * Clean-up * Use EUI SASS vars, copy changes * Updating build scripts * Fix Renovate
Configuration menu - View commit details
-
Copy full SHA for eee0032 - Browse repository at this point
Copy the full SHA eee0032View commit details -
[SIEM] Fixes duplicate columns in timeline and fixes errors on multip…
…le click on pinned event (elastic#44010) * fix duplicate columns + error on multiple click on the pinned event * fix test * fix unpinned events * review + put back debounce for better experience * fix circulat dependency * review optional
Configuration menu - View commit details
-
Copy full SHA for 833d662 - Browse repository at this point
Copy the full SHA 833d662View commit details -
[code] Remove the useless deps download control option (elastic#43940)
The `installGoDependency` should be the only way to notify go langserver to install the deps.
Henry Wong authoredAug 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 4be35ba - Browse repository at this point
Copy the full SHA 4be35baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 282bc5a - Browse repository at this point
Copy the full SHA 282bc5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28da43a - Browse repository at this point
Copy the full SHA 28da43aView commit details -
Update dependency chalk to ^2.4.2 (elastic#44032)
* Update dependency chalk to ^2.4.2 * update kbn-pm dist
Configuration menu - View commit details
-
Copy full SHA for dfddf3d - Browse repository at this point
Copy the full SHA dfddf3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f162ff0 - Browse repository at this point
Copy the full SHA f162ff0View commit details -
[Reporting] improve deprecation logging, of PDF creation params (elas…
…tic#44130) * [Reporting] improve deprecation logging, of PDF creation params * more test * more test stuff * note * correctness * undo prettier * remove dev statement
Configuration menu - View commit details
-
Copy full SHA for 1efe813 - Browse repository at this point
Copy the full SHA 1efe813View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6335fd - Browse repository at this point
Copy the full SHA a6335fdView commit details -
[Reporting] Fix TypeError with pending job info (elastic#43924)
* fix typeerror and typescript warnings * add test for report listing * get a relevant snapshot to test with * fix debug diff * remove unnecessary change
Configuration menu - View commit details
-
Copy full SHA for 1a0dc65 - Browse repository at this point
Copy the full SHA 1a0dc65View commit details -
[Stack Monitoring] Update APM metric titles (elastic#44091)
* Update APM metric titles * Change to Request Count Intake API
Configuration menu - View commit details
-
Copy full SHA for 7fda81f - Browse repository at this point
Copy the full SHA 7fda81fView commit details -
[ML] Data frame analytics: Advanced editor. (elastic#43989)
Adds an option to switch to an advanced (JSON) editor when creating an analytics job. This builds upon the previous work for the modal for analytics job creation and the use of useReducer(): - The files of the custom hook useCreateAnalyticsForm() have been further split up and there's now separate actions.ts and state.ts files. - To only allow updating what's really related to the form value's state via setFormState, the state structure has been updated and more fine grained actions have been added. - The user can enabled the advanced editor, but cannot move back to the original form (there's a help text in the UI about that). - The advanced editor component's (CreateAnalyticsAdvancedEditor) structure is based on the regular form, it still has an input field for the job ID and the toggle for optionally creating an index pattern. The fields for source/destination index are replaced by an editable JSON textarea input. - The advanced editor features mostly the same validation like the regular form. For example, if the source index isn't valid, an error will be shown in a CallOut below the editable area.
Configuration menu - View commit details
-
Copy full SHA for b20c7fc - Browse repository at this point
Copy the full SHA b20c7fcView commit details -
Restructure files in kbn_vislib_vis_types folder (elastic#43866)
* Files restructure * Get rid of export from index
Configuration menu - View commit details
-
Copy full SHA for 15377f3 - Browse repository at this point
Copy the full SHA 15377f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bc0ec0 - Browse repository at this point
Copy the full SHA 9bc0ec0View commit details -
[Logs UI] Clarify labels of log rate section (elastic#44108)
This clarifies a section title and view switcher labels on the log analysis tab. It also fixes the unit on the y axis label.
Configuration menu - View commit details
-
Copy full SHA for 22e781a - Browse repository at this point
Copy the full SHA 22e781aView commit details -
Move angel values into vis rendering code (elastic#43968)
* Move angel values into vis rendering code * Remove unused type
Configuration menu - View commit details
-
Copy full SHA for ef6276d - Browse repository at this point
Copy the full SHA ef6276dView commit details -
Fix 'Color not provided' error in case of more than 1 color and input…
…Series.length==1 (elastic#23876) * Fix 'Color not provided' error in case of more than 1 color and inputSeries.length==1 * Added test * Fix test * [master 71ee061] Merge branch master of github.com:elastic/kibana
Configuration menu - View commit details
-
Copy full SHA for 3e4455b - Browse repository at this point
Copy the full SHA 3e4455bView commit details -
Replaced last import of chrome with core dep (elastic#44007)
* Replaced last import of chrome with core dep * pass saved objects client to FilterRow * update tests * fix warning * updated snapshot
Liza Katz authoredAug 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 3deb07f - Browse repository at this point
Copy the full SHA 3deb07fView commit details -
Merge remote-tracking branch 'upstream/master' into newplatform/timef…
…ilter/ts
Liza K committedAug 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 98dce92 - Browse repository at this point
Copy the full SHA 98dce92View commit details