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

* Start work on improved widget interface for admin room * Add changes needed for InviteView * More widget bits * Lots more work to support setup widgets * Redesign work * Fix build order for web * Remove unused invite code * Update configs * Cleanup * Support widget branding * Tidy up web app * Support generic service config lookup * Stronger typings for configuration * Improve error text * fix patch * changelog * First pass on documentation * Fix tests * fixes * Don't require room state / admin rooms for room config requests * Fix no render when secrets isn't provided * rework if logic * Fixes after feedback * more review fixes * Cleanup unused code * fix indent * Update matrix-appservice-bridge to 4.0.1 * Update widget API
matrix-hookshot
Previously matrix-github
A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.
Featureset
This bridge supports:
- Figma
- File comments
- GitHub
- Webhooks (new issues, pull requests, releases etc)
- Commands (create issues, assign issues, start workflows etc)
- GitLab
- Webhooks (new issues, merge requests etc)
- Commands
- Jira
- Webhooks (new issues, issue changes)
- Commands (create new issues)
- Generic webhooks
- Webhooks (via GET, PUT or POST with optional transformation functions)
Setup
Documentation
Documentation can be found on GitHub Pages.
You can build the documentaion yourself by:
# cargo install mdbook
mdbook build
sensible-browser book/index.html
Contact
We have a bridge support room you can drop into at #hookshot:half-shot.uk, or you can reach me at @Half-Shot:half-shot.uk
Description
A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.
Languages
TypeScript
94.3%
Rust
3.1%
SCSS
0.8%
Smarty
0.6%
JavaScript
0.6%
Other
0.5%