Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
655ef71
Update copy in Settings > Integrations: Clarify SSO v. IdP
noahtalerman Mar 30, 2026
3598903
Add changes
noahtalerman Mar 30, 2026
5d222a7
Add changes
noahtalerman Mar 30, 2026
3a3bb5d
Fix lint
noahtalerman Mar 31, 2026
8cfb28b
Fix lint errors
kilo-code-bot[bot] Mar 31, 2026
cda5379
Apply suggestion from @noahtalerman
noahtalerman Mar 31, 2026
d368640
Apply suggestion from @noahtalerman
noahtalerman Mar 31, 2026
926d48e
Apply suggestion from @noahtalerman
noahtalerman Mar 31, 2026
f98ec8c
Apply suggestion from @noahtalerman
noahtalerman Mar 31, 2026
b637dea
Merge branch 'main' into noahtalerman-patch-65
noahtalerman Mar 31, 2026
530a5ee
Fix merge conflict
noahtalerman Apr 7, 2026
c5765fa
Merge branch 'noahtalerman-patch-65' of github.com:fleetdm/fleet into…
noahtalerman Apr 7, 2026
e1cedeb
Add change
noahtalerman Apr 7, 2026
8c37494
Fix lint
noahtalerman Apr 7, 2026
d8a794a
`fleetctl preview`: Clarify that this is for trying Fleet
noahtalerman Apr 24, 2026
8a94d8b
Update routes.js
noahtalerman Apr 24, 2026
571f605
Merge branch 'main' into noahtalerman-patch-65
noahtalerman Apr 24, 2026
da26792
Fix gofmt alignment for struct fields in previewCommand
kilo-code-bot[bot] Apr 24, 2026
84d0c45
Merge branch 'main' into noahtalerman-patch-65
noahtalerman Apr 24, 2026
2d3d851
Merge branch 'main' into noahtalerman-patch-65
noahtalerman Apr 25, 2026
64d860f
Merge branch 'main' into noahtalerman-patch-65
noahtalerman Apr 29, 2026
607a072
Merge branch 'main' into noahtalerman-patch-65
noahtalerman May 1, 2026
26e02d4
Move deploy Fleet link to end of preview command output
kilo-code-bot[bot] May 1, 2026
63f287e
Revert "Move deploy Fleet link to end of preview command output"
kilo-code-bot[bot] May 1, 2026
2d383f6
Add stop/reset subcommand hint to end of preview output
kilo-code-bot[bot] May 1, 2026
1a425d0
Apply suggestion from @noahtalerman
noahtalerman May 1, 2026
b2e00bb
Merge branch 'noahtalerman-patch-65' of github.com:fleetdm/fleet into…
noahtalerman May 1, 2026
aaeed66
Apple Business rename: Copy tweak and URL change
noahtalerman May 6, 2026
bc7c406
Merge branch 'noahtalerman-patch-65' of github.com:fleetdm/fleet into…
noahtalerman May 6, 2026
0134d3e
Add new URL
noahtalerman May 6, 2026
9913b6d
Update info text for Apple MDM setup
noahtalerman May 6, 2026
e5553f8
Remove formatting
noahtalerman May 6, 2026
6b9b407
Update leadership
noahtalerman Jun 3, 2026
88a3f0c
Merge branch 'noahtalerman-patch-65' of github.com:fleetdm/fleet into…
noahtalerman Jun 3, 2026
1377c52
`ai_tools`: Fix typo
noahtalerman Jul 10, 2026
cde0b13
Merge in changes
noahtalerman Jul 13, 2026
1dc3505
Add schema change
noahtalerman Jul 13, 2026
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
2 changes: 1 addition & 1 deletion schema/osquery_fleet_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
},
{
"name": "risk_flags",
"description": "Comma-separated security risk tokens (empty string = none). Possible values:`remote_fetch_exec`, `unpinned_dependency`, `mcp_shell_exec`, `mcp_fs_write`, `plaintext_secret`, `bypass_permissions`, `injection_markers`, `hidden_unicode`.",
"description": "Comma-separated security risk tokens (empty string = none). Possible values: `remote_fetch_exec`, `unpinned_dependency`, `mcp_shell_exec`, `mcp_fs_write`, `plaintext_secret`, `bypass_permissions`, `injection_markers`, `hidden_unicode`.",
"type": "text",
"required": false
},
Expand Down
2 changes: 1 addition & 1 deletion schema/tables/ai_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ columns:
type: integer
required: false
- name: risk_flags
description: "Comma-separated security risk tokens (empty string = none). Possible values:`remote_fetch_exec`, `unpinned_dependency`, `mcp_shell_exec`, `mcp_fs_write`, `plaintext_secret`, `bypass_permissions`, `injection_markers`, `hidden_unicode`."
description: "Comma-separated security risk tokens (empty string = none). Possible values: `remote_fetch_exec`, `unpinned_dependency`, `mcp_shell_exec`, `mcp_fs_write`, `plaintext_secret`, `bypass_permissions`, `injection_markers`, `hidden_unicode`."
type: text
required: false
- name: sha256
Expand Down
Loading