Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: extend workspace build reasons to track connection types#18827

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
kacpersaw merged 15 commits intomainfromkacpersaw/extend-build-reason
Jul 22, 2025
Merged
Changes from1 commit
Commits
Show all changes
15 commits
Select commitHold shift + click to select a range
15f24ac
add new build reasons to track what triggers workspace builds
kacpersawJul 9, 2025
905f755
change ssh_connection UI label
kacpersawJul 10, 2025
5dd67fe
Use UserAgent header to detect jetbrains connection, regenerate models
kacpersawJul 10, 2025
0c4280c
Add tests
kacpersawJul 10, 2025
ed3cb9a
Fix UI test
kacpersawJul 10, 2025
c9ed52e
Merge branch 'main' into kacpersaw/extend-build-reason
kacpersawJul 14, 2025
99e548f
Remove User-Agent check
kacpersawJul 14, 2025
c87cb53
Update flag description
kacpersawJul 14, 2025
6803ace
enhance workspace build data and audit log with build reason display
kacpersawJul 15, 2025
2b5c4f2
Reformat code
kacpersawJul 15, 2025
1526164
Merge branch 'main' into kacpersaw/extend-build-reason
kacpersawJul 15, 2025
3d33137
Fix migration numbers
kacpersawJul 15, 2025
da376fd
replace getDisplayInitiatorBuildReason with buildReasonLabels and sys…
kacpersawJul 16, 2025
cc20293
Reformat
kacpersawJul 16, 2025
229b9c0
Merge remote-tracking branch 'origin/main' into kacpersaw/extend-buil…
kacpersawJul 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Reformat
  • Loading branch information
@kacpersaw
kacpersaw committedJul 16, 2025
commitcc202936ab88fb9b678fcc737ceae80ddcabc6eb
18 changes: 12 additions & 6 deletionssite/src/pages/AuditPage/AuditLogRow/AuditLogRow.tsx
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -172,9 +172,12 @@ export const AuditLogRow: FC<AuditLogRowProps> = ({
<div>
<h4 css={styles.auditLogInfoHeader}>Reason:</h4>
<div>
{buildReasonLabels[
auditLog.additional_fields.build_reason as BuildReason
]}
{
buildReasonLabels[
auditLog.additional_fields
.build_reason as BuildReason
]
}
</div>
</div>
)}
Expand DownExpand Up@@ -214,9 +217,12 @@ export const AuditLogRow: FC<AuditLogRowProps> = ({
<span css={styles.auditLogInfo}>
<span>Reason: </span>
<strong>
{buildReasonLabels[
auditLog.additional_fields.build_reason as BuildReason
]}
{
buildReasonLabels[
auditLog.additional_fields
.build_reason as BuildReason
]
}
</strong>
</span>
)}
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp