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: docs/Architecture.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ Compares `FleetState` (API) vs `ParsedRepo` (YAML). Produces `[]DiffResult` per
98
98
| Fleet-maintained apps |`slug`| self_service |
99
99
| App Store apps |`app_store_id`| self_service |
100
100
| Profiles | PayloadDisplayName | add/delete only |
101
-
| Scripts | filename | line count diff (+N/-N) |
101
+
| Scripts | filename | line count diff (`+N/-N`, `~N` for single-line) |
102
102
| Labels |`name` (cross-ref) | valid/missing with host counts |
103
103
104
104
Whitespace is normalized before comparison to avoid false positives from YAML vs API newline differences. Per-field diffs are stored in `ResourceChange.Fields` for both added and modified resources.
0 commit comments