131 Commits

Author SHA1 Message Date
Will Hunt
4abf02da2a Add web configuration 2020-12-12 13:19:55 +00:00
Will Hunt
c5f40cc591 Merge branch 'hs/gitlab' 2020-12-12 12:36:08 +00:00
Will Hunt
220ac4c021
Merge pull request #37 from Half-Shot/dependabot/npm_and_yarn/node-fetch-2.6.1
Bump node-fetch from 2.6.0 to 2.6.1
2020-12-08 19:56:33 +00:00
Will Hunt
1c99c24476 More work to support issue comments and open/closed events 2020-11-29 20:36:48 +00:00
Will Hunt
a89f0f7944
add linting to CI 2020-11-29 19:59:32 +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
bd6838aff5 Lint 2020-11-29 19:55:21 +00:00
Will Hunt
9fcb224d63 bit more 2020-11-29 19:55:21 +00:00
Will Hunt
bf3494581b initial work on gitlab again 2020-11-29 19:55:21 +00:00
Will Hunt
6cd8d8f5a0
Merge pull request #41 from Half-Shot/hs/ci
Create main.yml
2020-11-29 19:53:43 +00:00
Will Hunt
fe7260e021
Create main.yml 2020-11-29 19:52:40 +00:00
dependabot[bot]
16f3295cb2
Bump node-fetch from 2.6.0 to 2.6.1
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-12 06:41:38 +00:00
Half-Shot
7fe0fceb77 Make it compile 2020-07-21 16:33:31 +01:00
Half-Shot
4b3eca1913 More work in progress GitLab support 2020-07-20 18:33:38 +01:00
Half-Shot
24cfd9e542 Fix function name 2020-07-20 16:12:26 +01:00
Half-Shot
ae2a317b57 Add assign and close commands 2020-07-20 16:06:12 +01:00
Half-Shot
a4e7601ee6 update log line 2020-07-20 13:12:34 +01:00
Half-Shot
2664ae9cfe Don't show errors on bridge rooms 2020-07-20 13:12:24 +01:00
Half-Shot
3e17ab65f4 Add ability to set profile on bot on startup 2020-07-20 12:50:24 +01:00
Half-Shot
50bd7d9012 Fix webhook interface 2020-07-20 11:35:19 +01:00
Will Hunt
e4b82f15dc Refactor to allow gitlab webhooks 2020-07-20 01:34:08 +01:00
Will Hunt
43471677c4 Tons of work required to make repository connections work 2020-07-20 00:58:23 +01:00
Will Hunt
1a358d7317 Add skeleton code for project handling 2020-07-20 00:57:34 +01:00
Will Hunt
37219716d9 Refactor command handling to own file 2020-07-20 00:57:11 +01:00
Will Hunt
a42524404a Use 'Connections' to define bridges now 2020-07-19 18:58:07 +01:00
Will Hunt
5a1a1606bd Use a default for logwrapper 2020-07-19 18:57:40 +01:00
Will Hunt
4e224e19ac Update dependencies 2020-07-19 18:56:59 +01:00
Will Hunt
7491a247f9 Retry joined rooms call until the HS responds 2020-07-04 22:30:16 +01:00
Will Hunt
499b0bedb4 Drop "path" 2020-07-04 22:27:34 +01:00
Will Hunt
e0cc796b8c Call redis with new 2020-07-04 22:27:23 +01:00
Will Hunt
fb57b013b1 Add support for gitlab personal token storage 2020-07-04 22:27:01 +01:00
Half-Shot
c5d5fac43d Formatting fixes 2020-04-27 16:26:13 +01:00
Half-Shot
7df372288a Make review request PRs more subtle 2020-04-27 16:00:40 +01:00
Half-Shot
cc7ca46b33 Handle github API errors 2020-04-27 15:52:48 +01:00
Half-Shot
0d1127e139 Format review requests 2020-02-27 10:55:49 +00:00
Half-Shot
a03dc96f4a Handle edge case 2020-02-27 10:39:06 +00:00
Half-Shot
e1ad7e7bff Make async 2020-02-27 10:35:26 +00:00
Half-Shot
3ba86461b4 Alert on all notifs 2020-02-27 10:33:55 +00:00
Half-Shot
14981a2430 Add support for security alerts 2020-02-27 10:27:24 +00:00
Half-Shot
c04f23c12a Add an avatar 2020-02-26 16:27:00 +00:00
Half-Shot
c7f29f204c Always set the profile of the creator 2020-02-26 16:17:27 +00:00
Half-Shot
3bdd827625 let's not do this twice 2020-02-26 16:03:33 +00:00
Half-Shot
f2d67af64a Weird c&p fail 2020-02-26 16:01:50 +00:00
Half-Shot
13108cd51c Ensure user is registered and joined 2020-02-26 15:50:40 +00:00
Half-Shot
445a033e71 Filters 2020-02-26 15:44:57 +00:00
Half-Shot
d390ebb760 Sync history when querying room aliases 2020-02-26 15:38:58 +00:00
Half-Shot
c888dadd1c Remove issue title from topic 2020-02-26 13:50:38 +00:00
Half-Shot
aa8b3d8c9d Send notice on failure 2020-02-26 12:25:53 +00:00