Files
backstage/plugins
Fredrik Adelöw 8e919a6f88 Tweak the EntityListProvider to do single-cycle updates.
The old code had some "waterfalls" of things triggering other things. For example, the following could happen in succession based on a single filter changing:

- the filter contents changed
- the client side filtered entities changed
- a backend load was triggered
- the backend responded, which made both the client side filtered entities and the backend entities change

The proposed new code does all of the actual work in one single unit, applying all updates in one go.

Sadly this doesn't entirely address the slowness of the entities table. But it makes updates more consistent and less flickery, and less frequent.

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-05-28 16:11:31 +02:00
..
2021-05-27 10:23:15 +00:00
2021-05-12 09:39:51 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-12 09:39:51 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-12 09:39:51 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-12 09:39:51 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-12 09:39:51 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-12 09:39:51 +00:00
2021-05-12 09:39:51 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00
2021-05-27 10:23:15 +00:00

Plugins

Backstage is a single-page application composed of a set of plugins. This folder holds numerous plugins that are managed by this repository.

For more information about the plugin ecosystem, see the documentation here:

https://backstage.io/docs/plugins/

You can also see the Plugin Marketplace for other open source plugins you can add to your Backstage instance.

Suggesting a plugin

If you start developing a plugin that you aim to release as open source, we suggest that you create a new Issue. This helps the community know what plugins are in development.

You can also use this process if you have an idea for a good plugin but you hope that someone else will pick up the work.