★ wanayoo — archive 1999 https://github.com/tmux-python/tmuxp/pull/628/commitsNouvelle recherche | Portail wanayoo
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

Adding Plugin System #628

Open
wants to merge 28 commits into
base: master
from
Open

Commits on Oct 25, 2020

  1. Adding the Plugin System. Initial commit containing logic for 4/5 of …

    …the desired plugin api methods
    joseph-flinn committed Oct 25, 2020
  2. removing a rogue line

    joseph-flinn committed Oct 25, 2020
  3. Adding in test plugins. Got these plugins to programmitcally install …

    …with python for testing purposes. Started rudimentary config testing. Started working on the cli.load_plugins test.
    joseph-flinn committed Oct 25, 2020
  4. finished invididual plugin method testing. Moved the plugin loading i…

    …nto the workspacebuilder and changed the reattach to take in a builder object instead of a session so that it can access those plugins.
    joseph-flinn committed Oct 25, 2020
  5. finished the tests

    joseph-flinn committed Oct 25, 2020
  6. fixing mistype

    joseph-flinn committed Oct 25, 2020
  7. fixed typo

    joseph-flinn committed Oct 25, 2020
  8. Updating the location of the before_script plugin method execution. U…

    …pdating corresponding tests. Starting on the documentation
    joseph-flinn committed Oct 25, 2020
  9. Working on version contraints for the plugin system. Moved the load_p…

    …lugin function and corresponding tests. Add a way to skip loading a plugin if it failed to load
    joseph-flinn committed Oct 25, 2020
  10. Finishing up the version contraints of the plugin system as well as s…

    …kipping plugin load if the fail
    joseph-flinn committed Oct 25, 2020
  11. running black over changes

    joseph-flinn committed Oct 25, 2020

Commits on Oct 31, 2020

  1. Typo fix

    tony committed Oct 31, 2020
  2. Merge pull request #1 from tmux-python/tn-plugin-system-tests

    Plugin system QA / tweaks
    joseph-flinn committed Oct 31, 2020
  3. Rename PluginInterface -> Plugin

    tony committed Oct 31, 2020
  4. Merge pull request #2 from tmux-python/tn-plugin-system-rename

    Example: Rename PluginInterface -> Plugin
    joseph-flinn committed Oct 31, 2020

Commits on Nov 1, 2020

  1. Merge branch 'master' into plugin-system

    joseph-flinn committed Nov 1, 2020
You can’t perform that action at this time.