Commit Graph

5 Commits

Author SHA1 Message Date
Rémi Verschelde
5d2cfdfed2 Replace node-fetch by builtin Node fetch API 2025-11-10 13:48:24 +01:00
Thaddeus Crews
4c69f71cfa Integrate GRAPHQL_TOKEN enhancements & checks 2025-06-26 10:27:50 -05:00
Rémi Verschelde
d12bf295f9 compose-fetcher: Update node-fetch to 2.7.0 and increase max retries to 10
The library update seems to replace the abrupt closing of the app with no error
with actually raising an exception which we already handled.

So now failures look like this:

    Requesting batch 10/17 of commit and pull request data.
    Failed with status 502, retrying (1/10)...
    Error fetching pull request data: FetchError: Invalid response body while trying to fetch https://api.github.com/graphql: Premature close
   Terminating with an exit code 1.
2025-01-17 00:27:54 +01:00
Yuri Sizov
18d6c39cba Add a publishing step; consolidate configs for release; start UI work 2023-03-24 15:49:58 +01:00
Yuri Sizov
2b954b13ea Initial commit 2023-03-21 17:37:03 +01:00