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

Executor Plugin: Improvements and fixes #776

Merged
merged 16 commits into from
Jul 13, 2023

Commits on Jul 8, 2023

  1. executor plugin: fix major issue with autocomplete. Now full item pat…

    …hs are available instead of (non existing) item name references
    onkelandy committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    e8385cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e1fe2c View commit details
    Browse the repository at this point in the history
  3. executor plugin: re-write autocomplete method using worker and promis…

    …e functions. Now the plugin can be used immediately without having to wait for fetching the autocomplete dict.
    onkelandy committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    8195163 View commit details
    Browse the repository at this point in the history
  4. executor plugin: fix autocomplete dict. Previously (sub)items called …

    …"id" were fetched wrongly
    onkelandy committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    50a17eb View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Configuration menu
    Copy the full SHA
    5078592 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ba38c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f97d792 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    25b5417 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1df7d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81326c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbeb644 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24b3c98 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    231f5ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c62414e View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

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