Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

feat(designer): added support for creating designer plugins automatically

wakonig_k requested to merge feature/auto_generate_plugins into main

Description

Added tool to auto-generate designer plugins when updating the rpc client. Only plugins that haven't been created yet will be written. Therefore, the auto-generator will not overwrite anything. This is to allow for customizations of plugins that aren't easily extracted from the source code.

Type of Change

  • Added auto-gen tool for plugins
  • Added checks to ensure that the plugins are compatible with designer

Additional Comments

This MR doesn't add any plugins. This should probably be in another MR.

Definition of Done

  • Documentation is up-to-date.
Edited by wakonig_k

Merge request reports

Loading