mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00

* Add a go-neb migrator, capable of migrating RSS/Atom feeds to hookshot (so far) * Add forgotten file * Fix useCallback() usage * Gracefully handle go-neb not being configured * Make Feed URLs not editable when they're being migrated over from go-neb https://github.com/matrix-org/matrix-hookshot/pull/647#discussion_r1131615944 * Changelog * Linting * Add the ability to migrate Github repo connections from go-neb (#651) * Add the ability to migrate Github repo connections from go-neb * Gracefully handle the lack of go-neb migrator --------- Co-authored-by: Tadeusz Sośnierz <tadeusz@sosnierz.com> * Handle Scalar-style go-neb service IDs (#656) * Add the ability to migrate Github repo connections from go-neb * Handle Scalar-style go-neb service IDs * Make service type in service ID match the Scalar-generated one https://github.com/matrix-org/matrix-hookshot/pull/656#discussion_r1131647595 * Safeguard against undefined hardcoded service IDs https://github.com/matrix-org/matrix-hookshot/pull/656#discussion_r1131646578 * Rename a variable https://github.com/matrix-org/matrix-hookshot/pull/656#discussion_r1131710225 --------- Co-authored-by: Tadeusz Sośnierz <tadeusz@sosnierz.com> * Linting --------- Co-authored-by: Tadeusz Sośnierz <tadeusz@sosnierz.com>