dependabot[bot]
eb9f393d7e
Bump minimist from 1.2.5 to 1.2.6
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-24 04:14:54 +00:00
Jakub Sokołowski
8e6e2152ba
accept URLs with long Git tag refs
...
Extends `urlRegex` to accept tags specified with full `refs/tags/*` format.
Note the use of `?:` part to make the group not present in the `matche` list.
The need to reference Git tags with `refs/tags/` prefix is caused by
changes in how Nix `2.4` and newer versions handle Git tags. They expect
tags without full name to be branches, which fails with:
```
fatal: couldn't find remote ref refs/heads/v2.0.3-status-v6
error: program 'git' failed with exit code 128
```
Issue: https://github.com/status-im/status-react/issues/12832
PR: https://github.com/status-im/status-react/pull/12980
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-01-11 16:19:56 +01:00
Jakub Sokołowski
6aa243a0dc
upgrade Node dependencies, including typescript
...
Also fix some error handling type issues.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-01-11 16:19:56 +01:00
dependabot[bot]
dffdedb97d
Bump https-proxy-agent from 2.2.2 to 2.2.4
...
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent ) from 2.2.2 to 2.2.4.
- [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases )
- [Commits](https://github.com/TooTallNate/node-https-proxy-agent/compare/2.2.2...2.2.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-04-17 09:48:23 +02:00
Pedro Pombeiro
a60111aaa2
Try to fix package.json regex expression
2019-09-20 11:14:26 +02:00
Pedro Pombeiro
876e8bf84c
Upgrade node packages
2019-09-20 11:14:25 +02:00
Pedro Pombeiro
f1336e57bb
Implement check_suite.rerequested action
2019-04-08 18:54:51 +02:00
Pedro Pombeiro
8eeb0ecb06
Add logs target
2019-01-29 19:18:54 +01:00
Pedro Pombeiro
53e57344f4
Fix exception after updating check run
2019-01-25 10:27:57 +01:00
Pedro Pombeiro
c2fc6f3698
Make Go errors visible
2019-01-24 15:36:57 +01:00
Pedro Pombeiro
a4a31b7e80
Check Gopkg.toml constraints too
2019-01-24 14:24:57 +01:00
Pedro Pombeiro
ce15a110de
Improve Golang annotation positioning, and improve project structure
2019-01-24 11:48:51 +01:00
Pedro Pombeiro
16c28ee0b8
Add initial support for Golang repos
2019-01-23 20:04:28 +01:00
Pedro Pombeiro
19792abb14
Minor changes
2019-01-22 17:28:38 +01:00
Pedro Pombeiro
9dbab90dbe
See if this is causing unfinished runs
2019-01-21 19:26:17 +01:00
Pedro Pombeiro
902dc55528
Prepare project structure to support additional types of package files
2019-01-21 17:05:04 +01:00
Pedro Pombeiro
de6922442b
Switch linter to tslint
2019-01-20 22:05:53 +01:00
Pedro Pombeiro
a3585d1aba
Improve summary
2019-01-18 18:57:46 +01:00
Pedro Pombeiro
15a9a6bc81
Improve logging on updating check run
2019-01-18 18:57:42 +01:00
Pedro Pombeiro
cdec42c0b1
Remove entry from `pendingChecks` on `check_suite.completed`
...
- to gracefully handle concurrent bots
2019-01-18 16:42:22 +01:00
Pedro Pombeiro
38f8b2321b
Handle scenario where neither a tag nor a branch exist
2019-01-18 16:37:45 +01:00
Pedro Pombeiro
5d3bbcfed0
Support scenario where `check_suite.before` is null
2019-01-18 00:52:20 +01:00
Pedro Pombeiro
45013a5815
Fix error message to indicate package names
2019-01-17 23:30:44 +01:00
Pedro Pombeiro
384ee41b50
Fix package filename regex to match files below the root folder
2019-01-17 23:24:24 +01:00
Pedro Pombeiro
dab5d6aa94
Fix bot not updating check run if there are no annotations
2019-01-17 22:17:56 +01:00
Pedro Pombeiro
0653b8f8e3
Add logic to discern tags from branches in dependencies
2019-01-17 19:24:01 +01:00
Pedro Pombeiro
aaed828003
Migrate to TypeScript to avoid silent errors and improve debugging
2019-01-17 19:23:58 +01:00
Pedro Pombeiro
772c3dc438
Minor cleanup
2019-01-17 13:34:06 +01:00
Pedro Pombeiro
f21a5581ff
Improve summary
2019-01-17 00:06:24 +01:00
Pedro Pombeiro
7aa01b6ee9
Initial working version
2019-01-17 00:05:26 +01:00
Pedro Pombeiro
d0d4ffa7bc
Add eslint
2019-01-17 00:03:36 +01:00
Pedro Pombeiro
5536b379f7
Initial commit
2019-01-16 22:30:39 +01:00