* fix(route): fixes "this route is empty" for copymanga
This fix mirrors manhuagui logic updated in [1] - returns all items
when chapterCnt is 0 or not specified.
[1] https://github.com/DIYgod/RSSHub/pull/8670
* Add myself to `author` in docs/
This helps refactoring routes to v2. See
https://github.com/DIYgod/RSSHub/pull/8960#issuecomment-1030617999
* Add more authors
Ref: #8670
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* chore: test workflow use redis
* chore: docker build cache sharing
* chore: eslint format yml files
* chore: nodemon restart on art template files changes
* chore: run test on multi node and os
* chore: unnecessary single version matrix build
* chore: fix container operations
Container operations are only supported on Linux runners
* chore: fix gha syntax
* chore: fix node version not show up
* revert: "chore: test workflow use redis"
This reverts commit df818fd697b4c9151ac635cdb5918e03a4b37062.
* revert: "chore: fix container operations"
This reverts commit c949368aa7048b9d0f3f1942501c695f10f07f06.
* revert: "chore: run test on multi node and os"
This reverts commit 6b1cfde579095e73d0314346fb1a2d12d0de00ac.
* chore: run test on multi node version
* Fix(route): fix route is empty and change to V2
* Fix(route): route address err in maintainer.js
* Fix(route): change way to get pubDate
* Fix(route): add timezone
* ci: release docker in source only
* condition at job level
* condition over secrets
* Apply suggestions from code review
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* Nikkei Asia Fulltext Feed
* Nikkei Asia Documentation
* Fix Nikkei Asia Radar
* Fix for review comments
Co-authored-by: Rick Shang <rdx@miami.rickshang.org>
* Fix(route): JSON.parse fail and change to V2
* Fix(docs): Update lib/v2/producthunt/maintainer.js
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* Add(route): add Google Fonts and change to V2
* Fix(route): added throw error when API key is underfined
* Fix(docs): add warning container
* Fix(docs): Update docs/design.md
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* Fix(route): sort routes
* Fix(route): Update lib/v2/google/fonts.js
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* feat: /dockerhub/tags/:owner/:image
fix#6916
* fix: update the doc link of /dockerhub/build
* docs(en): /dockerhub/tag/:owner/:image
* docs: fix typo
* fix(dockerhub/tags): use parseDate()
* docs: link docs to h2 instead of h3
* chore: move /dockerhub/build to v2
* docs: put warning inside <Route>
* fix(dockerhub): use docker.com/hub as the radar path
* fix(dockerhub/tag): add :limits?
* feat(dockerhub): polish the GUID
* fix(dockerhub/tag): stricter argument checks
* fix(dockerhub/tag): handle NaN per Deepscan CI