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

Add Vanilla JavaScript actions #1438

Merged

Commits on Nov 11, 2024

  1. cockpit-actions: Expose actions-manager and data-lake methods globally

    This way free JavaScript functions, for example, can take advantage of them.
    rafaellehmkuhl committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    84b7aca View commit details
    Browse the repository at this point in the history
  2. cockpit-actions: Add Vanilla JavaScript actions

    With this, the user can create vanilla JavaScript methods that can be called from anywhere in the application. This basically allows one to extend Cockpit capabilities to anything.
    rafaellehmkuhl committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    00948ee View commit details
    Browse the repository at this point in the history
  3. cockpit-actions: Segregate HTTP Request actions on its own component

    For the sake of code maintainability.
    rafaellehmkuhl committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    be48112 View commit details
    Browse the repository at this point in the history