You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,10 @@ This extension is a fork of the official [GitHub Actions Extension](https://gith
5
5
## Improvements over the official extension
6
6
7
7
- Overhauled sync engine based on Tanstack DB and [Conditional Requests](https://docs.github.com/en/rest/using-the-rest-api/best-practices-for-using-the-rest-api?apiVersion=2022-11-28#use-conditional-requests-if-appropriate) to make the UI snappy, responsive, and auto-updating without incurring GitHub API rate limiting
8
+
- Run jobs and steps now show durations
8
9
- Icons updated to use codicons and the testing icon set, making them themable
9
-
- Revamped logging
10
+
- Revamped logging, much more detailed as to what is going on
10
11
11
-
See the full change history in [CHANGELOG.md](CHANGELOG.md).
12
12
13
13
## Why a fork?
14
14
I initially maintained a parallel fork and went to a lot of work to make upstream changes independent and very mergeable. After a year of the GitHub team completely ignoring me and other PRs, it is clear the extension is in security maintenance mode, with only package dependency bumps being added.
0 commit comments