Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P poezio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 180
    • Issues 180
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • poeziopoezio
  • poezio
  • Merge requests
  • !67

plugins: Allow entry_points to be registered

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Maxime Buquet requested to merge plugins-entrygroup into master Feb 17, 2020
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 2

It's currently impractical to use out-of-tree plugins that want to be distributed via distribution channels.

Poezio now looks for every entry point registered in the poezio_plugins entry group, and will use the first matching module with the specified name.

This also helps specifically for the OMEMO plugin that has a conflicting name (omemo / omemo) with the backend library.

Thanks jonas for pointing this out.

Signed-off-by: Maxime “pep” Buquet pep@bouah.net

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: plugins-entrygroup