Files
backstage/packages/integration
Niklas Aronsson 1573014554 feat(gerrit-integration): Update the gerrit url resolver
Currently the only Gitiles url that can be resolved is urls
that point to the tip of a specific branch.

This change adds support for resolving urls that points to the
following refs:

* HEAD
* A commit sha
* Tag

The old Gitiles url parser may be deprecated.

Signed-off-by: Niklas Aronsson <niklasar@axis.com>
2024-08-27 11:38:38 +02:00
..
2024-08-20 08:56:34 +00:00
2024-08-20 08:56:34 +00:00

Integrations common functionality

Contains some common functionality of integrations.

This package will be imported both by the frontend and backend.