Skip to content

add the exactRoute property to app registration#69772

Merged
pgayvallet merged 4 commits intoelastic:masterfrom
pgayvallet:kbn-69110-exact-route
Jun 25, 2020
Merged

add the exactRoute property to app registration#69772
pgayvallet merged 4 commits intoelastic:masterfrom
pgayvallet:kbn-69110-exact-route

Conversation

@pgayvallet
Copy link
Copy Markdown
Contributor

Summary

Fix #69110

Checklist

@pgayvallet pgayvallet added release_note:skip Skip the PR/issue when compiling release notes Team:Core Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t// v7.9.0 v8.0.0 labels Jun 24, 2020
@pgayvallet
Copy link
Copy Markdown
Contributor Author

retest

@pgayvallet pgayvallet marked this pull request as ready for review June 24, 2020 12:29
@pgayvallet pgayvallet requested a review from a team as a code owner June 24, 2020 12:29
@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/kibana-platform (Team:Platform)

appRoute?: string;

/**
* If set to true, the application's route will only be checked against an exact match
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: let's add "Defaults to false"

@kibanamachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

Build metrics

✅ unchanged

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@pgayvallet pgayvallet merged commit d173d56 into elastic:master Jun 25, 2020
pgayvallet added a commit to pgayvallet/kibana that referenced this pull request Jun 25, 2020
* add the `exactRoute` property

* add missing doc file

* nits on jsdoc
pgayvallet added a commit that referenced this pull request Jun 25, 2020
* add the `exactRoute` property

* add missing doc file

* nits on jsdoc
gmmorris added a commit to gmmorris/kibana that referenced this pull request Jun 25, 2020
* master: (45 commits)
  [QA] Unskip functional tests (elastic#69760)
  [SIEM][Detection Engine] - Update DE to work with new exceptions schema (elastic#69715)
  Fixes elastic#69639: Ignore url.url fields above 2048 characters (elastic#69863)
  PR: Provide limit warnings to user when API limits are reached. (elastic#69590)
  [Maps] Remove broken button (elastic#69853)
  Makes usage collection methods available on start (elastic#69836)
  [SIEM][CASE] Improve Jira's labelling (elastic#69892)
  [Logs UI] Access ML via the programmatic plugin API (elastic#68905)
  [ML] DF Analytics: Creation wizard part 3 (elastic#69456)
  Update Resolver generator script documentation (elastic#69912)
  [ML] Changes View results button text on new job page (elastic#69809)
  Add master branch to backport config (elastic#69893)
  [Ingest Manager] Kibana, not EPR, controls removable packages (elastic#69761)
  unskips 'Events columns' test (elastic#69684)
  [ML] Changes the ML overview empty analytics panel text (elastic#69801)
  [DOCS] Emphasizes where File Data Visualizer is located. (elastic#69812)
  add the `exactRoute` property to app registration (elastic#69772)
  Bump backport to 5.4.6 (elastic#69880)
  [Logs UI] ML log integration splash screen (elastic#69288)
  Clean up TSVB type client code to conform to the schema (elastic#68519)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release_note:skip Skip the PR/issue when compiling release notes Team:Core Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t// v7.9.0 v8.0.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Platform] Add exact property to register route in plugin

4 participants