* Adding check to show/hide Avatar form based on whether the user is a cloud user or not
* Adding tests to verify the avatar doesnt show up in the UserProfile if the AuthorizedUser is a cloud user
* Changing the name of the link to 'Edit Profile' and making it available only for non-cloud users
* Adding/Updating unit tests and fixing translation files
* Removing unused values from FormattedText and related tests
* Updating unit test to work with merge from main
* Updating link to read Edit Profile to match wireframes per PR review
* Reverting changes to translation files and changing the cloud Edit Profile link and unit tests
* Changing capitalization of 'profile' so it follows the naming convention
* Changing nav menu logic to only render the default Edit Profile link if there is no custom Edit Profile link passed in by another plugin
* Updating logic to display custom nav links if user is a cloud user and related unit tests
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* fix a couple bugs in context management
add execution context to fullstory
* Update execution_context_service.ts
* stop and app name tests
* Use execution context in fullstory
* Fix user hash
Report org id to FS
* Use setUserVars for esorgid
* pass orgid into identify
* fix
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* [Global Nav] Moved Overview page/link to the accordion/Solution title
* Using Cloud logo for deployment link and fixing isActive state
* Change Deployment section to dark background
* Completely remove locking ability
* Change buttonElement if overview page exists
* Snaps from button/div
* PR Feedback:
- Puts `Overview` links back for Observability and Security
- Increases hit area and scopes underline of anchor tag within the accordion header
- Uses `id`’s to find Overview pages instead of `title` text
* Update text and icons to align with Cloud
* Update test to reflect new page title prefix
* Change links conditionally
* Simplify profile link logic
* Add setAsProfile prop for overriding default link
* Address feedback
* remove translations since message has changed
* Tidying up
* Add unit tests.
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com>
* first pass
* migrate more plugins
* migrate yet more plugins
* more oss plugins
* fix test file
* change Plugin signature on the client-side too
* fix test types
* migrate OSS client-side plugins
* migrate OSS client-side test plugins
* migrate xpack client-side plugins
* revert fix attempt on fleet plugin
* fix presentation start signature
* fix yet another signature
* add warnings for server-side async plugins in dev mode
* remove unused import
* fix isPromise
* Add client-side deprecations
* update migration examples
* update generated doc
* fix xpack unit tests
* nit
* (will be reverted) explicitly await for license to be ready in the auth hook
* Revert "(will be reverted) explicitly await for license to be ready in the auth hook"
This reverts commit fdf73feb
* restore await on on promise contracts
* Revert "(will be reverted) explicitly await for license to be ready in the auth hook"
This reverts commit fdf73feb
* Revert "restore await on on promise contracts"
This reverts commit c5f2fe51
* add delay before starting tests in FTR
* update deprecation ts doc
* add explicit contract for monitoring setup
* migrate monitoring plugin to sync
* change plugin timeout to 10sec
* use delay instead of silence
* Adding cloud reset password link to cloud filebeat instructions
* Auditbeat gets the cool reset password link
* And the other beats instructions get the awesome password reset link
* Changing the i18n id to more closely match the on-prem cloud id
* Changing text for forgot password
* Removing now unused translations
* "Forgot your password" -> "Forgot the password"
* "Elastic Cloud UI" -> "Elastic Cloud"
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>