-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Routes to register inside the init function * Start shimming plugins and core * More shimming * Move code over to plugin.ts * Use new platform basePath service * Cleanup * Create alerts client factory * Move some functions to plugin start * Remove some dependencies from Hapi * Apply PR feedback; use new platform logger, rename interfaces * Use new platform mocks for logger * Use new platform elasticsearch service * Fix type check failures * Fix failing jest tests * Remove logger from provided alert type service * Add unit tests for alerts client factory * Cleanup and fix type check errors * Change structure exposed via plugin * Use shim file, split plugin dependencies between setup and start contract, new task runner factory * Apply PR feedback * Fix ESLint errors * Set return type on plugin functions * Typo * Fix typecheck errors * IClusterClient
- Loading branch information
Showing
50 changed files
with
1,080 additions
and
769 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.