Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for "--headless-hosted-plugin-inspect" cmd argument #13918

Merged
merged 4 commits into from
Aug 5, 2024

Conversation

jfaltermeier
Copy link
Contributor

@jfaltermeier jfaltermeier commented Jul 12, 2024

What it does

  • add names for plugin servers that will be used on the command line like --server-name-inspect
  • enable --headless-hosted-plugin-inspect
  • add plugin-dev preferences for specifying ports per plugin-server via the new server-name

closes #13462

How to test

See instructions on the ticket #13462

Follow-ups

Review checklist

Reminder for reviewers

* allow to pass down server name to HostedPluginServer from
AbstractHostedPluginSupport
* pass down either hosted-plugin or headless-hosted-plugin
* add preferences to specify node js debug ports per hosted plugin
server
* adjust PluginDebugConfiguration to also accept and array of
server-name to debug port entries
* refactor to directly set servername on backend instead of handing it
down from frontend
Copy link
Contributor

@martin-fleck-at martin-fleck-at left a comment

Choose a reason for hiding this comment

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

Change looks good to me and works very well, thank you Johannes! I do have a few questions and some small nitpicks but nothing major.

Copy link
Contributor

@martin-fleck-at martin-fleck-at left a comment

Choose a reason for hiding this comment

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

Thank you for the quick update! Change looks good to me.

@jfaltermeier jfaltermeier merged commit effb3ec into master Aug 5, 2024
14 checks passed
@jfaltermeier jfaltermeier deleted the jf/issues/13462_inspect branch August 5, 2024 14:08
@github-actions github-actions bot added this to the 1.53.0 milestone Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Need support for a "--headless-hosted-plugin-inspect" backend cmdline argument
2 participants