Commit graph

7 commits

Author SHA1 Message Date
Caroline Horn
782f52d9b5
Fix page layout on Reporting page (#21218) (#21236)
fixes #21212
2018-07-25 16:00:59 -04:00
CJ Cenizal
55228fbd81
Convert various uses of notifier to toastNotifications. (#20420) (#20520)
* Add MarkdownSimple component.
* Replace Context use of notifier with toastNotifications.
* Replace field.js use of notifier with toastNotifications.
* Replace State use of notifier with toastNotifications.
* Replace reporting use of notifier with toastNotifications.
* Convert Logstash to use toastNotifications.
* Convert Security to use toastNotifications.
2018-07-06 11:09:26 -07:00
Stacey Gammon
db5f66ee83
updateUrl is on scope, not this. (#19687) (#19689) 2018-06-05 20:00:34 -04:00
Stacey Gammon
e02599f0aa
It's confusing to see the timestamp of started_at if the status says "completed" (#19551) (#19583)
fixes https://github.com/elastic/kibana/issues/17912
2018-05-31 07:42:36 -04:00
Joe Fleming
bf3c40542e Feat: expose reporting complete notifications (#19283)
This PR is a pretty small change to the Reporting job complete notification service. It converts the actual code to a simple object, instead of a class that needs to be instantiated. This makes the notification service a singleton, and also exports it so it can be used in non-Angular applications.

- Converts `reportingJobCompletionNotifications` factory to a singleton
- Exports the underlying jobCompletionNotifications
  - Allow use in non-angular plugins

Example use:

```js
import { jobCompletionNotifications } from 'plugins/reporting/services/job_completion_notifications';

createReportingJob() // pseudo code function that returns a reporting job id
.then(jobId => jobCompletionNotifications.add(jobId));
```
2018-05-22 12:49:54 -07:00
Nathan Reese
4d3b173272
remove application icon assets in kibana that ship with EUI (#18570) (#18871)
* remove assets in kibana that ship with EUI

* update home page tests

* replace logstash pipeline svg with EUI icon type
2018-05-07 12:37:22 -06:00
Jenkins CI
bc5b51554d Migrate x-pack-kibana source to kibana 2018-04-24 13:49:26 -07:00