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

Discover bots based on the entry points #2413

Merged
merged 14 commits into from
Nov 14, 2023

Commits on Sep 21, 2023

  1. Discover bots based on the entry points

    The bot discovery algorithm was rewritten to use entry point
    names instead of the file structure. This allow really easy
    developing of packages with custom bots.
    
    Not that the 'group' feature of entry points wasn't used
    because we require bots to register callable scripts that
    are later used to start bot's processes.
    kamil-certat committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    1894b2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55e9166 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d54c5c View commit details
    Browse the repository at this point in the history
  4. Fix calling object

    kamil-certat committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c635e0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    548d15a View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Apply suggestions from code review

    Co-authored-by: Sebastian <[email protected]>
    kamil-certat and sebix committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    959ef04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e313a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    03f6370 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d520987 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfdba2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa8f6be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4181701 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

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

Commits on Nov 7, 2023

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