50 Commits

Author SHA1 Message Date
Will Hunt
ffd64cf2f5
Change references of half-shot/ to matrix-org/ (#216)
* Change references of half-shot/ to matrix-org/

* changelog
2022-03-02 15:42:06 +00:00
dependabot[bot]
2d240fc97b
Bump vm2 from 3.9.5 to 3.9.6 (#195)
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.5 to 3.9.6.
- [Release notes](https://github.com/patriksimek/vm2/releases)
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.5...3.9.6)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 17:24:59 +00:00
dependabot[bot]
38441b9477
Bump markdown-it from 12.3.0 to 12.3.2 (#169)
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.3.0 to 12.3.2.
- [Release notes](https://github.com/markdown-it/markdown-it/releases)
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/markdown-it/markdown-it/compare/12.3.0...12.3.2)

---
updated-dependencies:
- dependency-name: markdown-it
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-13 01:29:41 +00:00
Half-Shot
271ee2a2f5 1.1.0 2022-01-07 16:54:41 +00:00
Will Hunt
675456dd72
Figma Support (#105)
* Add support for Figma files

* tweaks

* Final pieces needed for support

* Documentation

* Add config check

* Support using an alternative userId for Figma (to support legacy bots)

* Reinstate key fixer

* lint
2022-01-06 17:13:58 +00:00
Will Hunt
7be3458e8d
Add config validator (#125)
* Add config validator

* Add docs
2022-01-04 17:59:08 +00:00
Will Hunt
4388930a15
Switch to build script (#121)
* Switch to build script

* temp: export the result of the types build

* changelog

* Get output result

* Remove debug code

* Fix warning visibility

* Move the web build between the rust steps.

* Add debugging again

* Close file, and await promises

* drop the dumb cat
2022-01-04 00:04:27 +00:00
Will Hunt
e6dd83ac5b
Support napi v2 (#111)
* Export a sensible user agent

* Completely rewrite rust portions to be napi v2 compatible

* Format rust files

* Only lint TS files when running lint-node

* Don't include autogenerated typings in the tree

* changelog

* Autofix generated rust dependencies due to a bug in napi@2

* Fix for multiple runs

* Fix format_util file name

* Make script generic

* lint
2022-01-02 01:54:57 +00:00
Will Hunt
04eeb6f2d0 1.0.0 2021-12-21 17:18:15 +00:00
Will Hunt
060b73263f
Add a listeners config block (#102)
* Add support for a multi-resource listener style handler

* Update configs

* Speed up config check

* Speed up config check

* Update docs
2021-12-21 16:52:12 +00:00
Will Hunt
e8525e7431 Add some tests for GenericHook 2021-12-18 16:58:23 +00:00
Will Hunt
96192341ad Use vm2 over vm 2021-12-17 20:04:10 +00:00
Will Hunt
ffcb41a0e0
Add support for prometheus (#99)
* Add support for prometheus metrics

* Automatically build metrics documentation

* Slight linter tidyup

* add changelog

* fix workflow

* hush yarn
2021-12-16 15:05:03 +00:00
Will Hunt
da20ebc855 Fix lint 2021-12-02 13:36:52 +00:00
Will Hunt
36a3863ba3 Fix licence properly 2021-11-29 16:33:17 +00:00
Will Hunt
9907aac2cd Fix licence name in package.json 2021-11-29 10:26:27 +00:00
Will Hunt
b2c711fb47 Add bits needed for Jira OAuth and commands 2021-11-24 18:37:10 +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
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
40a75fa4d3 Rename project 2021-11-22 16:02:07 +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
9748fe09cf More tweaking 2021-11-21 16:51:04 +00:00
Will Hunt
175a2c592e Package tweaks 2021-11-21 13:21:58 +00:00
Will Hunt
39c6e81cbb Lots of changes 2021-11-21 12:34:56 +00:00
Will Hunt
51b70505c5 Small bug fixes 2021-09-17 13:19:25 +01:00
Will Hunt
c726335be6 Land GitHub discussions first pass 2021-09-07 17:35:18 +01:00
Will Hunt
5bde8ca6fe Merge remote-tracking branch 'origin/master' into hs/github-discussions
(sorry I messed this one up)
2021-04-25 19:40:02 +01:00
Will Hunt
8a9163acdc 0.1.0 2021-04-16 13:06:47 +01:00
Will Hunt
b1307e2b2d Fix config rendering 2021-04-11 16:04:08 +01:00
Will Hunt
e0d132fa21 Use YAML 1.x until they fix the bugs 2021-04-11 15:49:12 +01:00
Will Hunt
745f628e7a Update dependencies 2021-04-11 15:18:49 +01:00
dependabot[bot]
21cfce6f67
Bump axios from 0.21.0 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.21.0 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.0...v0.21.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-05 20:54:22 +00:00
Will Hunt
7ba6f0f37c Generate default config automatically 2020-12-13 14:55:36 +00:00
Will Hunt
5c278a2b53 Add skeleton for admin room widget 2020-12-12 20:29:49 +00:00
Will Hunt
4abf02da2a Add web configuration 2020-12-12 13:19:55 +00:00
Will Hunt
fefe9da5fe More fiddling 2020-11-29 19:55:21 +00:00
Will Hunt
80f4795c82 tests 2020-11-29 19:55:21 +00:00
Will Hunt
cad9320752 Huge changes:
- Update all packages
- Move to EsLint
- Update to @octokit/types
- Fix linting
- Fix the notifications code to not depend soley on GitHub
2020-11-29 19:55:21 +00:00
Will Hunt
37219716d9 Refactor command handling to own file 2020-07-20 00:57:11 +01:00
Will Hunt
4e224e19ac Update dependencies 2020-07-19 18:56:59 +01:00
Half-Shot
a8500c107f Add support for listening to github notifications 2020-02-18 17:16:21 +00:00
Half-Shot
426d7e9363 Replace request-promise-native with axios 2020-02-18 14:42:57 +00:00
Half-Shot
665214e52f Add support for pushWait message passing 2019-08-08 14:38:31 +01:00
Half-Shot
146a88c38d Add scripts for each app 2019-08-07 18:28:58 +01:00
Half-Shot
b3342d9cb5 Lint all the things 2019-08-06 18:40:15 +01:00
Half-Shot
7272e32037 Add testing support 2019-08-06 15:05:32 +01:00
Half-Shot
ec04907b06 Support mentions and images 2019-08-06 15:05:27 +01:00
Half-Shot
fea2bd7f65 Add support for multiprocessing 2019-08-05 15:11:42 +01:00
Half-Shot
27f32fdf6f Initial commit 2019-08-02 19:12:03 +01:00