-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve timing for message commands (#110)
* fix: Don't assume that video providers will respond within 3 seconds * chore: Clarify header of `/test` results * fix: Abort certain `fetch` requests after some time * fix: Reduce API calls to handle message commands * fix: Update vulnerable dependency * chore: v2.0.4 * feat: Report test coverage in PRs * fix(tests): Improved timeout resistance of tests * fix(tests): Report test coverage in the correct place * fix(tests): Don't try to run unit tests a second time to generate coverage * fix(tests): Defer unit tests to `jest-coverage-report-action` * fix(tests): Point to the existing coverage report file * fix(tests): Longer timeout for Pony.fm tests * fix(tests): Avoid re-running unit tests * fix(tests): Trying again by deferring the test run to `jest-coverage-report-action` * fix(tests): Don't run tests twice * fix(tests): Point at the default coverage report * fix(tests): Don't reinstall dependencies on test * fix(timeout): Increase default timeout to 50 seconds * docs: Update reported default timmeout * fix(tests): Update `actions/checkout` package * fix(tests): Attempt to diagnose eternally-running tests in Node 18 * chore: Remove useless comments * fix(fetch): Don't depend on Node 18's `fetch` implementation yet * fix(tests): Improved `leaked-handles` imports * feat: Reduce number of database hits when opening the queue * chore: Update changelog * chore: Skip Pony.fm tests for now, while they 500
- Loading branch information
1 parent
1520fcd
commit 3b3169d
Showing
65 changed files
with
444 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
save-exact=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CHANGELOG.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.