Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pymemri pymemri
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 44
    • Issues 44
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • 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
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MemriMemri
  • pymemripymemri
  • Merge requests
  • !43

Redesigned plugin

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Alp Deniz Ogut requested to merge redesigned_plugin into dev Jul 22, 2021
  • Overview 5
  • Commits 32
  • Pipelines 20
  • Changes 20

This MR aims to apply a re-designed plugin infrastructure that allows easier plugin development. Important changes:

  • Plugins are initiated with an already initiated PodClient
  • No persistent state/storage for plugins
  • Plugins are fed with account -if required- or any other config/information through PluginRun
  • Plugin runtime state is set and communicated via its PluginRun
  • Authentication via new authenticators module: 1st one is OAuthAuthenticator
Edited Aug 05, 2021 by Alp Deniz Ogut
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: redesigned_plugin