Skip to content

Commit 7c71635

Browse files
authored
Add resizable pane info to the README and update notification (#237)
1 parent 0f26cb2 commit 7c71635

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,13 @@ By default, Violentmonkey will auto-update scripts from the original install loc
5858
- "Show More" buttons on work item forms and on Kanban boards are auto-clicked for you! (But only if the New column is expanded)
5959
- Work item forms show under the comment box who else is following the work item (disclaimer: also shows people that are only following state changes)
6060

61-
### Augmented build results view (NI-only)
61+
### Augmented build results view
62+
63+
In the builds results logs view, the left pane is now resizable so that job and step names are more visible.
64+
65+
![Resizable build results view.](assets/resizable-build-logs-pane.png)
66+
67+
#### NI-only changes
6268

6369
> These features are only available in [NI](https://www.ni.com) AzDO accounts.
6470

assets/resizable-build-logs-pane.png

48.9 KB
Loading

src/azdo-pr-dashboard.user.js

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22

33
// @name More Awesome Azure DevOps (userscript)
4-
// @version 3.7.4
4+
// @version 3.7.5
55
// @author Alejandro Barreto (NI)
66
// @description Makes general improvements to the Azure DevOps experience, particularly around pull requests. Also contains workflow improvements for NI engineers.
77
// @license MIT
@@ -76,15 +76,13 @@
7676
'agent-arbitration-status-off': 'Off',
7777
});
7878

79-
eus.showTipOnce('release-2021-11-14', 'New in the AzDO userscript', `
80-
<p>Highlights from the 2021-11-14 update!</p>
81-
<p>PR reviewers are now annotated with:</p>
79+
eus.showTipOnce('release-2024-06-06', 'New in the AzDO userscript', `
80+
<p>Highlights from the 2024-06-06 update!</p>
81+
<p>Changes to the build logs view:</p>
8282
<ul>
83-
<li><b>Out-of-office status</b>: From Outlook auto-reply messages. Hover over to see the full message</li>
84-
<li><b>Owner info</b>: How many files the reviewer is listed as an owner, alternate, and expert. Hover over to see which files</li>
85-
<li><b>Country flags</b>: Shown if they are they are in a different country than you (these reviewers could have a longer response time due to timezones)</li>
86-
<li><b>Employment status</b>: Ex-employee, leave of absence, etc.</li>
83+
<li>The left-side jobs pane is now resizable.</li>
8784
</ul>
85+
<p>See also <a href="https://github.com/alejandro5042/azdo-userscripts/commits/master/?since=2021-11-15&until=2024-04-16" target="_blank">other changes since our last update notification</a>.</p>
8886
<hr>
8987
<p>Comments, bugs, suggestions? File an issue on <a href="https://github.com/alejandro5042/azdo-userscripts" target="_blank">GitHub</a> 🧡</p>
9088
`);

0 commit comments

Comments
 (0)