Commit graph

3175 commits

Author SHA1 Message Date
Chris Roberson
c87e8811cb
[Monitoring/Telemetry] Force collectors to indicate when they are ready (#36153)
* Initial code to force collectors to indicate when they are ready

* Add and fix tests

* Remove debug

* Add ready check in api call

* Fix prettier complaints

* Return 503 if not all collectors are ready

* PR feedback

* Add retry logic for  usage collection in the reporting tests

* Fix incorrect boomify usage

* Fix more issues with the tests

* Just add debug I guess

* More debug

* Try and handle this exception

* Try and make the tests more defensive and remove console logs

* Retry logic here too

* Debug for the reporting tests failure

* I don't like this, but lets see if it works

* Move the retry logic into the collector set directly

* Add support for this new collector

* Localize this

* This shouldn't be static on the class, but rather static for the entire runtime
2019-05-20 13:03:24 -04:00
Tyler Smalley
54f53d1348
Use mapbox-gl-draw/dist for IE11 support (#36505)
This package publishes it's transpiled code in a dist directory without updating
the package.json's main to point to this file. Since we do not transpile node
modules we are updating the require statement to explicitly point to this
file.

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2019-05-20 09:25:17 -07:00
Chris Cowan
8c649d96a3
[Infra UI] Fixes #36618 - Append filterQuery to TSVB filter (#36644)
* Fixes #36618 - Append filterQuery to TSVB filter

* changing and to AND for lucene

* removing export
2019-05-20 11:51:36 -04:00
Walter Rafelsberger
e06569c437
[ML] Data Frame: Wizard Create Step Improvements (#36483)
Revamps the job creation step of the data frame wizard.

- Create & start buttons now have additional descriptions
- Adds a "copy to clipboard" button to copy a Kibana Dev Console statement of the job creation command to the clipboard
- Adds a progress bar once the job is started
- Adds a card which links to Kibana Discover if an index pattern was created for the job
- Hides the wizard's Previous button once the job is successfully created.
2019-05-20 17:30:25 +02:00
Chris Cowan
9e8f3f4985
[Infra UI] Remove Joi validation from Metrics Explorer url validation (#36493) 2019-05-20 10:38:03 -04:00
Tim Roes
c252732f02
Improve links (#36639) 2019-05-20 09:08:05 -04:00
Walter Rafelsberger
fc40156ed1
[ML] Extended group-by/aggs support. (#36421)
- Adds pivotAggsFieldSupport and pivotGroupByFieldSupport. These objects have a mapping of field_type -> array of supported_aggs and allow a better organization of available options in the dropdowns for group-by and aggs.
- The support for certain field_type/aggs combinations has been extended:
  - value_count is available for every field
  - IP fields are now available for group by and cardinality
  - number and date support all aggregations
  - _id, _type, _index fields are no longer available
- Removes unnecessary union type PivotAggSupportedAggs.
- Moves x-pack/plugins/ml/common/constants/field_types.js to field_types.ts. GitHub doesn't recognize it as a rename though because of TypeScript changes.
2019-05-20 13:37:12 +02:00
Nathan Reese
8202a1da61
[Maps] Only show vector style properties used by source in editor and show line icon in legend (#36280)
* supported features POC

* render point, line and polygon properties

* cleanup from merge with master

* line icon

* display button group for feature type styling

* fix vector_style tests

* remove unused function

* rename getSupportedFeatures to getSupportedShapeTypes and VECTOR_FEATURE_TYPE to VECTOR_SHAPE_TYPES

* review feedback

* display feature styles when user selects feature type

* create constants for geo_json types

* change line icon to line instead of rect

* add help function to avoid duplicate logic for isPointsOnly, isLineOnly, and isPolygonOnly

* add unit tests for _checkIfOnlyFeatureType
2019-05-18 12:19:32 -06:00
Chris Cowan
e115a9aa40
[Infra UI] Brushing for Metrics Explorer Charts (#36235)
* Returning live data

* Adding TSVB data population

* adding tests

* Adding UI

* Adding rough draft of metrics control

* Breaking out metric component; adding useCallback to callbacks; adding intl strings

* seperating out form

* Break metrics form out; change to custom color picker; create custom color palette;

* fixing bug with color picker

* changes to color palette; fix callback issue

* Fixing count label

* Fix chart label to truncate

* Changing by to graph per

* Making the metric popover wider to ease field name truncation

* critical changes to the import order

* Changing metrics behavior

* Hide metrics when choosing document count

* Updating chart tooltip; fixing types;

* Setting intial state to open metrics; Tweaking toolbar sizes

* fixing linting issues

* Allow users to filter by a grouping by clicking on the title

* Change rate to rateMax; add rateMin and rateAvg; fix title text-align

* Use relative paths to fix base path bug

* fixing typescript errors; removing rateAvg and rateMin; removing extranious files;

* Fixing formatting issues

* Fixing i18n linting errors

* Changing to elastic-charts

* fixing typing errors with charts

* Moving afterKey out of URL to fix bug with pagination

* Adding support for multiple axises

* Adding tests for useMetricsExplorerData hook

* breaking up the charting code; removing multi-axis support; changing color palette to use blue and red for first two color

* Adding drop down menu to charts for filtering and linking to TSVB

* Adding more tests for useMetricsExplorerData hook; adding error message; adding chart options to non-groupby charts

* only display groupings that have the metric fields

* Refactor page level state into custom hook; add test for options handlers;

* Fixing linting

* removing color picker

* removing useInterval

* Changing group by to use the pills; Changing context menu button; adding icons to context menu.

* Adding test for color palette

* Adding test for createFormatterForMetric()

* removing tsx extension; adding tests for createMetricLabel()

* removing tsx extension; adding tests for createMetricLabel()

* re-organizing helpers

* Moving helpers from libs to helpers; adding test for metricToFormat

* Fixing bug in tsvb link fn; adding timeRange props; adding createTSVBLink() test

* fixing timeRange fixture import; fixing aria label for action button

* removing some unecessary useCallbacks

* Adding test for MetricsExplorerChartContextMenu component

* Fixing linting issues

* Optimizing test

* Adding empty prompts for no metrics and no data

* Removing duplicate sereis def

* tcs has lost it's mind so I had to copy enzyme_helpers.tsx into our plugin

* Appeasing prettier

* Update x-pack/plugins/infra/public/components/metrics_exploerer/metrics.tsx

Co-Authored-By: simianhacker <chris@chriscowan.us>

* fixing path typo

* Adding supportFiltering to dependicy; change options to be more specific

* remove typo

* Fixing typo

* Adding logColumns to source fixture; fixing typo

* Fixing path to be more sane

* Adding brushing to Metrics Explorer Charts
2019-05-17 15:20:46 -04:00
Justin Kambic
7c4da842ce
Add monitor list status tooltip. (#36382) 2019-05-16 15:58:57 -04:00
Thomas Neirynck
3a3bcfb498
[Maps] add WKT and geohash string support (#34472) 2019-05-15 14:31:53 -04:00
Nathan Reese
2791becd27
[Maps] Show minusInCircle icon when layer has no data (#36457)
* [Maps] Show minusInCircle icon when layer has no data

* rename getTooltipContent so its less ambigiuos

* Update x-pack/plugins/maps/public/shared/layers/layer.js

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* review feedback
2019-05-15 11:10:40 -06:00
Mengwei Ding
ef8d7ea905 [Code] Apply default search scope into fetching suggestions (#36494)
* [Code] adjust setup guide

* [Code] Apply default search scope into fetching suggestions

* [Code] Refactor the search bar in the source view page to use the same searchbar in other pages
2019-05-15 09:06:34 -04:00
Jen Huang
e2222ce7c3
Snapshot Repositories UI (#34407)
* [SR] Snapshot and restore plugin boilerplate (#32276)

* Initial plugin set up

* Set up client shell

* Add initial repository list routes

* Fix merge issues and some typings

* Decouple server from plugin.ts files, tighten up typings

* Use exported constant for required license

* Translate plugin name, more typings

* Fix more types, move list components under /home

* Remove unused var

* Change scss prefix

* Uncouple unmount logic from routing shim, and some other PR feedback

* [SR] Repository list and details UI (#33367)

* Initial pass at repositories list UI

* Add detail panel for file system repositories, and a generic detail panel with json settings view

* Add detail components for other types

* Add detail panel footer, rename `useStateValue` to `useAppState`

* Fix detail panel footer

* Fix unused vars

* PR feedback

* PR feedback

* [SR] Refactor proposal (#33690)

* Move app dependencies to its own context provider

* Add index.ts barrel file for common types

* Move Enums to constants.ts file

* Refactor function component using `React.FunctionComponent<Props>`

* Refactor service folder structure

* Fix type import

* Move REPOSITORY_DOC_PATHS from common to public constants

* Move AppCore and AppPlugins interfaces back to shim and re-export them from app types

* [SR] Create and edit repositories UI (#34020)

* Add routing and placeholder form

* Fix typings

* Set up edit repository route, and basic form UI

* Add typings for wrapCustomError, and copy extractCausedByChain from CCR wrapEsError

* Throw errors that are already boomified

* Create and edit for basic repository types (fs, url, source)

* Add repository verification UI to table and details

* Create and edit for plugin repository types (hdfs, azure, s3, gcs)

* Fix linting

* Fix test

* Fix test

* Remove unused import

* Fix duplicate i18n key

* Fix details opening on cancel edit, remove unnecessary Fragments, definition file for some EUI components to x-pack, rename saveError

* Remove breaks

* Adjust add and edit repo routes so they don't conflict with list route

* Add repo plugin and types doc links to form

* Bootstrap documentation service

* Bootstrap text service and replace RepositoryTypeName component with it

* Bootstrap breadcrumb service and replace usages

* Bootstrap httpService, remove chrome and http from app dependencies(!)

* Add request creator and replace all instances of useRequest and sendRequest with it

* Fix typo

* Simplify update repository and update repository setting methods

* Adjust copy

* Lint

* Remove unused var

* Remove unused import

* [SR] Add API for retrieving snapshots. (#34598)

* [SR] Single and multiple repository delete (#34593)

* Add single/multi repository delete API and UI

* Address PR feedback

* [SR] Add SnapshotTable and SnapshotDetails. (#34837)

* Remove associations between multiple repositories with a single snapshot.
* Retrieve complete snapshot details in getAllHandler.
* Fix cleanup function bug in useRequest hook.
* Fix bug in useRequest which prevented old data from being cleared when subsequent requests returned errors.
* Add initialValue config option to useRequest.
* Add formatDate service to text module.

* [SR] Fix linting and add (de)serialization for repositories (#35031)

* Fix eslint issues and add (de)serialization for repositories

* Add comment about flattening settings

* [SR] Surface repository errors and index failures more prominently (#35042)

* Add links to repositories from Snapshot Table and Snapshot Details.
- Rename services/breadcrumbs to services/navigation and add linkToRepository function.
- Refactor home component to update active tab when URL was changed.
* Add warning callout to let user know when their repositories contain errors.
* Sort failures by shard and add test for snapshot serialization.
* Sort failures and indices.
* Add filter for filtering snapshots by their repository.
* Surface states with humanized text, icons, and tooltips where necessary.
* Fix pluralization of seconds.
* Surface failures tab even if there are none.
- Display a '-' for missing times and durations.
- Create DataPlaceholder component.

* [SR] Polish repositories UX (#35123)

* Refactor repository detail panel to load repository based directly on route param.
* Display repository detail panel while table is loading.
* Make 'Edit repository' table action a link instead of a button.
* Render disabled EuiSelect as a readonly EuiFieldText.
* Prepend HDFS URI with hdfs:// protocol.
* Present scheme options for Read-Only URL repository as a select.

* [SR] Add client-side validation to repository form and link to snapshots from details (#35238)

* Add client side repository form validation, extract `flatten` into common lib

* Add snapshot count to repository details and link to snapshot list

* Reset validation when changing repository type

* Fix snapshot list filter deep linking for repository names with slashes and spaces

* Fix imports

* PR feedback

* [SR] Design and copywriting fixes (#35591)

* Split repository form into two steps; move `clean_settings.ts` to server

* Default to snapshots tab, adjust snapshot empty prompt, add app description

* Add minimum timeout to list view requests to avoid flicker, use EuiEmptyPrompt for loading screen, add doc link to settings step

* Add information about snapshots to delete repository behavior, add doc link for source only toggle, add size notation help text

* Add main doc link

* Copywriting and i18n fixes, and add some common settings to third party repo types

* Add fields to third party repo detail panel

* More copywriting fixes

* Use spinner for duration and end time if snapshotting is still in progress

* Show all repository type options, mark missing plugins

* Revert "Show all repository type options, mark missing plugins"

This reverts commit e34ee47cec.

* Fix space

* [SR] Add permissions UI and Cloud-specific repository type UI branch (#35833)

* Add missing permissions UI and cloud-specific repository type UI branch

* Add ES UI as owners of /snapshot_restore directory

* Add no repository types callout for Cloud edge case

* Redirect invalid section param to repositories

* Add warning empty prompt if all repositories have errrors

* Replace repository cards with EuiCard

* Add snapshot doc link to repository error empty prompt

* Remove auto-verification from list and get routes, add separate verification route, add manual verification to repository detail panel

* Update copy and remove obsolete test

* Remove unused scss files

* Final changes to repository cards
2019-05-13 07:03:37 -07:00
Philipp B
965340d6a8
[Accessibility] Spaces List "Roles" Link needs more context #27745 (#36270)
* added aria label
2019-05-13 11:50:25 +03:00
Clint Andrew Hall
ecd19d0bab
[Canvas] Internationalize Functions (#36252)
* Initial commit

* Refactor: divide and conquer

* Parameterize help definitions for translation

* Bug fixes

* Redundant naming removed
2019-05-12 10:42:13 -05:00
Robert Monfera
3efd42c63b
Prioritize relaxed resize/rotate over depth select (#36479) 2019-05-11 12:49:55 +02:00
Spencer
723a2b9e1a
disable flaky test #36495 (#36497) 2019-05-10 17:20:29 -07:00
Michael Marcialis
f7519aaf95
Siem Global Navigation Updates (#36372)
* use new condensed tabs

* pull button out of settings menu

* clean up global nav styles

* account for dark mode

* remove unnecessary styles

* move kql bar to relevant location

* tweak page header styles

* add border prop to HeaderPanel

* placeholder text updates

* fiddling with direction control visuals

* move kql back above kpis, per tudor

* change host table name to “all hosts”

* change direction select and tests (TY Garrett)

* rm console.log

* rm `EuiHorizontalRule` import

* sticky poc

* apply poc to all relevant pages

* general cleanup

* update snapshots

* Override EuiSuperDatePicker spacing bug

* restrict overview beats data to the last 24 hours

* garrett & tudor’s suggested changes

* overview data refresh on render, per garrett

* update tests and snapshots

* remove sticky at small bp and update tests
2019-05-10 19:28:16 -04:00
spalger
be81bff42d properly disable test to avoid typecheck errors 2019-05-10 14:15:52 -07:00
spalger
2320ed9216 skip failing tests 2019-05-10 14:02:21 -07:00
spalger
a610ed5768 disable failing test suite 2019-05-10 13:41:16 -07:00
spalger
6a013cb82e Revert "[Code] set loading false if do not need fetch tree (#36083)"
This reverts commit 5f388dc5b0.
2019-05-10 13:35:42 -07:00
Garrett Spong
922f4b4eb5
Update Events Table Columns (#36392)
## Summary

This PR updates the Events Table with the following columns:
* Module/Dataset
* Event Category
* User
* Message

And removes the Location column.

Each column has also been updated to use the `getRowItemDraggables()` helper, so they're now draggable to the timeline as well. The Host column now also links out to HostDetails.

Reference PR: https://github.com/elastic/kibana/pull/33952
Issue:  https://github.com/elastic/ingest-dev/issues/426

![image](https://user-images.githubusercontent.com/2946766/57474942-91c3f700-7250-11e9-9029-e977b40aebd1.png)


### Checklist

Use ~~strikethroughs~~ to remove checklist items you don't feel are applicable to this PR.

- [ ] ~This was checked for cross-browser compatibility, [including a check against IE11](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#cross-browser-compatibility)~
- [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/master/packages/kbn-i18n/README.md)
- [ ] ~[Documentation](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#writing-documentation) was added for features that require explanation or tutorials~
- [x] [Unit or functional tests](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#cross-browser-compatibility) were updated or added to match the most common scenarios
- [ ] ~This was checked for [keyboard-only and screenreader accessibility](https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Cross_browser_testing/Accessibility#Accessibility_testing_checklist)~

### For maintainers

- [ ] ~This was checked for breaking API changes and was [labeled appropriately](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#release-notes-process)~
- [ ] ~This includes a feature addition or change that requires a release note and was [labeled appropriately](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#release-notes-process)~
2019-05-10 13:42:09 -06:00
Felix Stürmer
07824d24ad
[Logs UI] Allow for plugins to inject internal source configurations (#36066)
This exposes an API on the Kibana server object (old platform style) to define internal source configurations, which can not be edited by the user and take precedence above any stored configurations.
2019-05-10 21:23:19 +02:00
Chris Earle
3fe1bf157b
[Telemetry] Allow Static Telemetry from telemetry.yml (#36244)
This creates a new telemetry usage collector, which can be extended for
other purposes, that adds `static_telemetry` usage by pulling directory from
`${KIBANA_CONFIG}/telemetry.yml` anything specified
under the `xpack.telemetry.usage` object.

For example, if the kibana.yml set:

```yaml
xpack.telemetry.usage:
  object1:
    active: true
    field1: "value1"
  object2:
    field2: 123
```

then this would result in the usage object:

```json
{
  "static_telemetry": {
    "object1": {
      "active": true,
      "field1": "value1"
    },
    "object2": {
      "field2": 123
    }
  }
}
```
2019-05-10 15:19:36 -04:00
Angela Chuang
9e806bb659
Update Kpi host UI to handle no data for charts (#36424)
* update types for areachart and barchart

* handle no buckets returns for charts

* update data types for histogram data
2019-05-11 02:46:55 +08:00
Spencer
31ce503c0a
[xpack/encryptionKeys] use default keys when running from source (#36452)
* [xpack/encryptionKeys] use default keys when running from source

* add tests for the config schema with different contexts

* share the getConfigSchema helper

* await promises returned by expect().resolves

* tweak test naming

* use data-driven tests

* fix type error

* hide platform dependent config from snapshot
2019-05-10 11:13:06 -07:00
Va Da
332a5dea0f
Plugin typings (#36433)
* feat: 🎸 add typings for legacy plugin factory function

* feat: 🎸 annotate APM plugin with LegacyPlugin and fix ret error

* feat: 🎸 address review comments

Rename LegacyPlugin to LegacyPluginInitializer and improve uiExports
annotations.
2019-05-10 19:57:01 +02:00
WangQianliang
5f388dc5b0 [Code] set loading false if do not need fetch tree (#36083)
* fix(code/frontend): set loading false if do not need fetch tree

* fix(code/frontend): set loading false if do not need fetch tree
2019-05-10 10:56:09 -07:00
Dario Gieselaar
9133779bf0
[APM] Add Uptime link to Transaction action menu (#36378)
* [APM] Add Uptime link to Transaction action menu

Adds a link to the transaction menu to view a transaction (sample) in Uptime.

* Change label, make link optional, pass domain as search query to Uptime

- Change label to "View monitor status"
- Only show Uptime link when transaction.url is available
- Pass domain as search query to Uptime

* Use condition everywhere, fix TS error, use timestamp.us

- Use `condition` on all newly created action menu items, then filter out any falsy conditions
- Use timestamp.us instead of costlier new Date(transaction['@timestamp'])
- Fix TypeScript error in es fieldnames test

* Always construct uptimeLink, move condition to item itself for more consistency
2019-05-10 19:19:10 +02:00
Søren Louv-Jansen
a7fb6926d2
[APM] Fix broken back button (#35941) 2019-05-10 18:56:35 +02:00
Daniil Suleiman
f5f9b5ee9f [Vis: Default editor] EUIficate filters control (#35464)
EUIfication of filters control for Filters aggregation parameter.
2019-05-10 11:29:19 -05:00
Sonja Krause-Harder
0f5532a18d
Fix page title. (#36432) 2019-05-10 16:59:00 +02:00
Chris Cowan
69bbca490b
[Infra UI] Adding links from Infra UI to Uptime (#35993)
* [Infra UI] Adding from Infra UI to Uptime

* Removed unused variable

* Adding tests for link generation

* Sometimes the IP address will be an array with [IPv4, IPv6]

* Ensuring only IPv4 addresses are returned; adding tests;

* only showing uptime link for host's with ip addresses
2019-05-10 07:32:18 -07:00
Josh Dover
3dacef2901
Move Nav APIs to new platform (#34490)
This moves the core Nav APIs from `ui/chrome` into the `ChromeService` in the new platform.

- `ChromeStart` now exposes a sub-service for reading and making limited updates to navlinks. These are powered by apps registered with the `ApplicationService` and filtered by UI Capabilities before being exposed by the `ChromeService`.
- The `header-global-nav` directive now consumes navlinks from the new platform.
- The `lastSubUrl` feature utilized by legacy apps has been refactored and will remain in `ui/chrome`. This feature utilizes the limited fields that `ChromeService` exposes to updates by outside code.

This change is the main blocker to moving the Chrome UI to the new platform. This will be necessary to enable the new platform to control top-level routing.
2019-05-10 09:03:10 -05:00
Justin Kambic
5c03eeef0b
[Uptime] Reduce bucket size for monitor list query (#36071)
* Reduce bucket size for monitor list query.

* Stop using auto_histogram.

* Update test fixtures to handle changed histogram logic.
2019-05-10 09:23:54 -04:00
Casper Hübertz
588964ec5c
[APM] Replaced the icon for the ellipsis (#36429) 2019-05-10 14:00:27 +02:00
Sébastien Loix
e266874328
[Index management] Api integration tests (#36343) 2019-05-10 11:50:56 +02:00
Walter Rafelsberger
5fcf8ce2fb
[ML] Data Frames: Jobs List Progress Bar (#36362)
- Adds a new column with a progress bar to the data frames jobs list.
- Updated the data frame jobs list empty table message to get rid of the Here be dragons ... message.
- Changes MINIMUM_REFRESH_INTERVAL_MS from 5000 to 1000 in ml/common/constants/jobs_list.js->ts. This change also affects the anomaly detection jobs list. It fixes a bug where setting the timefilter interval to less than 5s would stop updating the jobs list. This was a regression of a change in timefilter. Previously the minimum allowed interval settings was 5s.
- Now the correct timefilter based interval picker gets initialized and displayed for the data frame jobs list. The code is a replication of what is used for the anomaly detection job list using a custom hook in use_refresh_interval.ts.
2019-05-10 11:50:21 +02:00
Kerry Gallagher
2004d953f8
[InfraUI] Change popover position of Node context menu (#36352)
* Change popover position of Node context menu

* Use correct position for table vs map
2019-05-10 10:05:34 +01:00
Yulong
ee02788f32
[Code] try prune a worktree if it already exists (#36338) 2019-05-10 15:55:23 +08:00
Pengcheng Xu
d35a95506f
Add extra arguments when launching Java langserver if JDK's version > 8 (#36190)
* Add extra options when launching Java langserver if JDK's version > 8

* Rename to needModuleArguments

* Add more comments about extra arguments

* Fix eslint
2019-05-09 20:55:07 -04:00
Fuyao Zhao
3b47e44a25
[Code] correctly handle thirdparty links (#36301) 2019-05-09 16:08:39 -07:00
Nathan Reese
7bb10baff5
[Maps] show eye closed icon when layer is not visible in TOC (#36250)
* [Maps] show eye closed icon when layer is not visible in TOC

* use minusInCircle icon when layer is outside visible zoom level

* use expand icon to signal layer is out of visible zoom range

* review feedback
2019-05-09 15:14:25 -06:00
Nathan Reese
5349f673d3
Allow embeddable to specify edit label (#36296)
* Allow embeddable to specify edit label

* update test plugins

* pass getDisplayName in options parameter to ContextMenuAction constructor in plugin example

* more typescript clean-up magic

* some more typescript error fun

* change maps embeddable edit label i18n prefix

* clean-up localization
2019-05-09 14:26:49 -06:00
Melissa Alvarez
90cd7e2690
Ensure originally selected job is retained on switch to singleMetricViewer (#36385) 2019-05-09 15:45:30 -04:00
Nathan Reese
c57d7c5892
[Maps] show maps webgl error in generated reports (#36133)
* [Maps] show maps webgl error in generated reports

* add data-shared-item prop
2019-05-09 11:20:42 -06:00
CJ Cenizal
a3eaa8fb13
Reenable Rollup Jobs API test that was failing due to interval change in ES. (#36310) 2019-05-09 10:18:18 -07:00
igoristic
ed3ee40998
Added missing statusComponent (#36241) 2019-05-09 12:17:16 -04:00