356 Commits

Author SHA1 Message Date
Will Hunt
9907aac2cd Fix licence name in package.json 2021-11-29 10:26:27 +00:00
Will Hunt
65a7d96644 Add skeleton for docs 2021-11-29 10:26:11 +00:00
Will Hunt
9fe696827f merge changes 2021-11-28 14:58:28 +00:00
Will Hunt
861f26b6c8 Dynamically register provisioner types 2021-11-28 14:56:44 +00:00
Will Hunt
87e5020469 Add ability to request all supported types 2021-11-28 14:49:30 +00:00
Will Hunt
3b732145e5 Export the botId for each connection 2021-11-28 14:34:09 +00:00
Will Hunt
9d6eb2a0bc Add error codes 2021-11-28 14:31:56 +00:00
Will Hunt
e5c99deadb Update documentation 2021-11-25 18:04:12 +00:00
Will Hunt
5630e93038 Update sample config 2021-11-25 13:30:19 +00:00
Will Hunt
759e3c07ed Cleanup rogue logging 2021-11-25 13:27:41 +00:00
Will Hunt
6ab1f43f43 Merge remote-tracking branch 'origin/main' into hs/provisioning 2021-11-25 13:24:49 +00:00
Will Hunt
0cca0a3b87 Switch to TS, initial API impl 2021-11-25 13:22:16 +00:00
Will Hunt
fa3815ac47
Merge pull request #82 from Half-Shot/hs/jira-oauth
Support creating JIRA issues via Matrix
2021-11-25 13:21:54 +00:00
Will Hunt
ce26efeca3 Make CI happy 2021-11-25 11:12:29 +00:00
Will Hunt
8accbdabfc Skeleton of provisioning API 2021-11-24 18:56:22 +00:00
Will Hunt
21a1731d76 Provisioning config 2021-11-24 18:56:09 +00:00
Will Hunt
b2c711fb47 Add bits needed for Jira OAuth and commands 2021-11-24 18:37:10 +00:00
Will Hunt
d0c936bd12 Break out JIRA oauth handling 2021-11-22 18:07:08 +00:00
Will Hunt
1d9ed92144 s/GithubBridge/Bridge 2021-11-22 17:53:38 +00:00
Will Hunt
43b011e8a1 Fix usage of labels 2021-11-22 17:50:46 +00:00
Will Hunt
d2cb53eda9
Merge pull request #76 from jaywink/assignee-on-created-issue
Add issue assignee to issue created message, if issue assigned on creation
2021-11-22 17:42:37 +00:00
Will Hunt
6931d76803
Merge branch 'main' into assignee-on-created-issue 2021-11-22 17:40:57 +00:00
Will Hunt
ce34ff2bd3 lint 2021-11-22 17:38:39 +00:00
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