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

Introduce 'pipes', allowing users to pipe data to and control plugins from the command line #3066

Merged
merged 32 commits into from
Jan 17, 2024

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    c755ab3 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    6e3ac24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfe90cc View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    dcdb31e View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    76710e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. prototype - working with launching plugin if it is not launched, also…

    … fixed event ordering
    imsnif committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    806a72a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54f75e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    6c9cf4b View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    e1fb349 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0aa5324 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e23ba43 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    124c675 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22d3306 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. feat: allow plugins to specify how a new plugin instance is launched …

    …when sending messages
    imsnif committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    9ade600 View commit details
    Browse the repository at this point in the history
  2. fix: add permissions

    imsnif committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    ac31898 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. refactor: adjust cli api

    imsnif committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    cf4a8a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    a3959e0 View commit details
    Browse the repository at this point in the history
  2. docs: cli pipe

    imsnif committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    a0c28ba View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    5ce97e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    3538ce5 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    b9c3d89 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    241168a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b45f91 View commit details
    Browse the repository at this point in the history
  3. refactor - cli client

    imsnif committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    6a8d5f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. refactor: various cleanups

    imsnif committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    7dd6b4d View commit details
    Browse the repository at this point in the history
  2. style(fmt): rustfmt

    imsnif committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    4915877 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    c3e8121 View commit details
    Browse the repository at this point in the history
  2. style: some cleanups

    imsnif committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    463202b View commit details
    Browse the repository at this point in the history
  3. style(fmt): rustfmt

    imsnif committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    981e92a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    423cfe8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1a096f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    ead3566 View commit details
    Browse the repository at this point in the history