783 Commits

Author SHA1 Message Date
Will Hunt
b77916f425 Update dependencies 2021-11-22 17:33:13 +00:00
Will Hunt
becba83765 Remove unused package tailwind 2021-11-22 17:09:40 +00:00
Will Hunt
1a1288c5f6 Fix opening line 2021-11-22 17:06:48 +00:00
Will Hunt
458e2e1c8f Merge branch 'main' of github.com:Half-Shot/matrix-hookshot into main 2021-11-22 16:59:40 +00:00
Will Hunt
9d8b34b2cf Cargo update 2021-11-22 16:59:34 +00:00
Will Hunt
f086a953f6
Merge pull request #81 from Half-Shot/hs/hookshot
Rename project to matrix-hookshot
2021-11-22 16:58:20 +00:00
Will Hunt
32a9d56bda Use main 2021-11-22 16:53:54 +00:00
Will Hunt
52c8a6f3f1 Fix matrix room link 2021-11-22 16:51:56 +00:00
Will Hunt
3c40eac26e Add docker image tag 2021-11-22 16:50:16 +00:00
Will Hunt
2af0877ac7 Add workflows 2021-11-22 16:47:51 +00:00
Will Hunt
c50bbc2a71
Merge pull request #68 from Half-Shot/dependabot/npm_and_yarn/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7
2021-11-22 16:04:06 +00:00
Will Hunt
e27d77125b
Merge pull request #79 from Half-Shot/dependabot/npm_and_yarn/browserslist-4.18.1
Bump browserslist from 4.16.3 to 4.18.1
2021-11-22 16:03:59 +00:00
Will Hunt
a50dc4d829
Merge pull request #72 from Half-Shot/dependabot/npm_and_yarn/axios-0.21.2
Bump axios from 0.21.1 to 0.21.2
2021-11-22 16:03:52 +00:00
Will Hunt
40a75fa4d3 Rename project 2021-11-22 16:02:07 +00:00
Will Hunt
c5541ed877 commandPrefix should default to !gh 2021-11-22 14:54:05 +00:00
dependabot[bot]
10898e872d
Bump browserslist from 4.16.3 to 4.18.1
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.18.1.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.18.1)

---
updated-dependencies:
- dependency-name: browserslist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-22 11:59:17 +00:00
dependabot[bot]
cabc6089ad
Bump axios from 0.21.1 to 0.21.2
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-22 11:59:13 +00:00
Will Hunt
25fb04fe86
Merge pull request #78 from Half-Shot/hs/initial-rust
Initial support for Rust
2021-11-22 11:58:26 +00:00
Will Hunt
80dda1ca1a Many refactors 2021-11-22 11:32:25 +00:00
Will Hunt
4e0fddfa32 "cargo fmt --all -- --check" 2021-11-22 11:16:45 +00:00
Will Hunt
933dd498af Lint 2021-11-22 11:15:47 +00:00
Will Hunt
81ba9664a2 make it actually lint 2021-11-22 11:14:00 +00:00
Will Hunt
e2f61915d1 Add rust linting rule 2021-11-22 11:13:16 +00:00
Will Hunt
9748fe09cf More tweaking 2021-11-21 16:51:04 +00:00
Will Hunt
c9a01aa0cf Make it minimal 2021-11-21 13:28:31 +00:00
Will Hunt
6f70c65794 Specify stable 2021-11-21 13:25:57 +00:00
Will Hunt
bae3cd12e0 Fixup yaml 2021-11-21 13:24:39 +00:00
Will Hunt
92347db0c4 Ensure tests build node 2021-11-21 13:22:10 +00:00
Will Hunt
175a2c592e Package tweaks 2021-11-21 13:21:58 +00:00
Will Hunt
10c21552e1 Add rust info to the README 2021-11-21 13:21:37 +00:00
Will Hunt
5bdd5c40ca Working around cargo/debian bugs 2021-11-21 12:52:05 +00:00
Will Hunt
a959ce66b7
Merge pull request #77 from Half-Shot/hs/add-support-for-generic-webhook
Add support for handling generic webhooks
2021-11-21 12:35:25 +00:00
Will Hunt
39c6e81cbb Lots of changes 2021-11-21 12:34:56 +00:00
Will Hunt
8b584f2622 One more config edit 2021-11-17 14:24:32 +00:00
Will Hunt
a6676d4d4f Fix tests 2021-11-17 14:22:44 +00:00
Will Hunt
982f5ee249 Fix config 2021-11-17 12:33:02 +00:00
Will Hunt
537352fbf3 Update default config 2021-11-17 12:29:34 +00:00
Will Hunt
5976eef790 Add a timeout so we don't burn CPU on these 2021-11-17 12:27:09 +00:00
Will Hunt
cc9ae2491c Ensure generic webhooks can be configured 2021-11-17 12:20:13 +00:00
Will Hunt
bc7abf5da5 Add generic webhooks 2021-11-17 12:13:47 +00:00
Will Hunt
a45b7f4455 Fix a random GitHub issue 2021-11-17 12:13:24 +00:00
Will Hunt
33f9008513 Fix github issue text 2021-11-14 15:09:44 +00:00
Will Hunt
b7f544dccd Tidy up 2021-11-12 16:55:16 +00:00
Jason Robinson
c9094c5341 Add .idea to .gitignore 2021-10-28 10:58:06 +03:00
Jason Robinson
adc48757ca Add issue assignee to issue created message, if issue assigned on creation 2021-10-28 10:54:26 +03:00
Will Hunt
59e98f96c2 Initial work to support JIRA 2021-10-08 18:07:18 +01:00
Will Hunt
b3fc1c774f Expose some config options via envs 2021-09-30 12:11:36 +01:00
Will Hunt
acd083d83e s/health/live 2021-09-30 12:00:47 +01:00
Will Hunt
7da5d6906a Add readyness check 2021-09-30 11:59:44 +01:00
Will Hunt
51b70505c5 Small bug fixes 2021-09-17 13:19:25 +01:00