fleet/website/api/controllers
Kevin Malkin c73a72bc66
Update go-to-market-groups.md (#31836)
# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [ ] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files)
for more information.

- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] If paths of existing endpoints are modified without backwards
compatibility, checked the frontend/CLI for any necessary changes

## Testing

- [ ] Added/updated automated tests
- [ ] Where appropriate, [automated tests simulate multiple hosts and
test for host
isolation](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/reference/patterns-backend.md#unit-testing)
(updates to one hosts's records do not affect another)

- [ ] QA'd all new/changed functionality manually

For unreleased bug fixes in a release candidate, one of:

- [ ] Confirmed that the fix is not expected to adversely impact load
test results
- [ ] Alerted the release DRI if additional load testing is needed

## Database migrations

- [ ] Checked table schema to confirm autoupdate
- [ ] Checked schema for all modified table for columns that will
auto-update timestamps during migration.
- [ ] Confirmed that updating the timestamps is acceptable, and will not
cause unwanted side effects.
- [ ] Ensured the correct collation is explicitly set for character
columns (`COLLATE utf8mb4_unicode_ci`).

## New Fleet configuration settings

- [ ] Setting(s) is/are explicitly excluded from GitOps

If you didn't check the box above, follow this checklist for
GitOps-enabled settings:

- [ ] Verified that the setting is exported via `fleetctl
generate-gitops`
- [ ] Verified the setting is documented in a separate PR to [the GitOps
documentation](https://github.com/fleetdm/fleet/blob/main/docs/Configuration/yaml-files.md#L485)
- [ ] Verified that the setting is cleared on the server if it is not
supplied in a YAML file (or that it is documented as being optional)
- [ ] Verified that any relevant UI is disabled when GitOps mode is
enabled

## fleetd/orbit/Fleet Desktop

- [ ] Verified compatibility with the latest released version of Fleet
(see [Must
rule](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/workflows/fleetd-development-and-release-strategy.md))
- [ ] If the change applies to only one platform, confirmed that
`runtime.GOOS` is used as needed to isolate changes
- [ ] Verified that fleetd runs on macOS, Linux and Windows
- [ ] Verified auto-update works from the released version of component
to the new version (see [tools/tuf/test](../tools/tuf/test/README.md))
2025-08-12 11:34:46 -07:00
..
account
admin Website: add fleetPremiumTrialLicenseKey user migration script. (#30125) 2025-06-19 16:09:26 -05:00
android-proxy Website: Update create-android-enterprise exits (#31538) 2025-08-01 16:12:39 -05:00
articles Website: Update supported article categories (#30304) 2025-06-24 20:19:57 -05:00
customers Website: Add support for promotional codes on the self-service license dispenser (#26280) 2025-02-11 17:11:53 -06:00
dashboard
docs Website: follow up changes from pr review (#23471) 2024-11-01 16:11:00 -05:00
entrance Website: Update CRM helper and usage (#23670) 2024-11-11 12:35:49 -06:00
handbook Website: Remove duplicate "Fleet" from page titles (#20893) 2024-07-31 14:50:42 -05:00
legal
microsoft-proxy Website: Update compliance proxy redirect exits (#30800) 2025-07-11 16:26:19 -05:00
query-generator Website: update query generator (#26926) 2025-03-07 09:49:07 -06:00
reports
try-fleet
webhooks Update go-to-market-groups.md (#31836) 2025-08-12 11:34:46 -07:00
create-or-update-one-newsletter-subscription.js Website: add create-historical-event helper (#29435) 2025-05-23 17:59:58 -05:00
create-vanta-authorization-request.js
deliver-apple-csr.js Website: update deliver-apple-csr exits (#30952) 2025-07-16 18:07:19 -05:00
deliver-contact-form-message.js Website: Update contact form message delivery (#30711) 2025-07-14 11:36:05 -05:00
deliver-deal-registration-submission.js
deliver-demo-signup.js
deliver-mdm-beta-signup.js
deliver-mdm-demo-email.js
deliver-talk-to-us-form-submission.js Website: Update /start questionnaire and contact form (#31301) 2025-07-25 17:36:42 -05:00
download-rss-feed.js
download-sitemap.js Website: Update software catalog url and mentions. (#30562) 2025-07-09 17:02:11 -05:00
get-est-device-certificate.js Update EST cert endpoint to accept marams instead of requiring environment variables (#29353) 2025-05-21 12:40:11 -05:00
get-human-interpretation-from-osquery-sql.js
get-llm-generated-configuration-profile.js Website: add configuration profile generator (#26244) 2025-02-11 12:33:54 +09:00
redirect-vanta-authorization-request.js
save-questionnaire-progress.js Website: Update /start questionnaire and contact form (#31301) 2025-07-25 17:36:42 -05:00
unsubscribe-from-all-newsletters.js Website: add newsletter subscription form to homepage (#23362) 2024-10-30 15:14:08 +09:00
unsubscribe-from-marketing-emails.js Website: Add unsubscribe link to marketing emails (#21055) 2024-08-05 16:23:08 -05:00
view-app-details.js Website: Update software catalog url and mentions. (#30562) 2025-07-09 17:02:11 -05:00
view-app-library.js Website: add navigation and search bar to documentation pages (#25795) 2025-02-03 21:13:26 +09:00
view-configuration-builder.js Website: add configuration profile generator UI. (#29702) 2025-06-03 14:22:40 -05:00
view-connect-vanta.js
view-contact.js Website: update contact form for Fleet premium subscribers (#26361) 2025-02-17 13:35:53 -06:00
view-deals.js
view-device-management.js Update testimonials.yml (#31392) 2025-07-29 14:14:36 -05:00
view-faq.js
view-fleetctl-preview.js Website: Remove account requirement for /try-fleet page. (#29904) 2025-06-11 09:06:38 -05:00
view-homepage-or-redirect.js
view-integrations.js
view-meetups.js Website: Add /meetups page (#24882) 2024-12-18 14:12:52 -06:00
view-observability.js Update testimonials.yml (#27870) 2025-04-10 12:12:09 -05:00
view-os-settings.js Website: Update OS settings page (#26398) 2025-02-18 07:40:27 +09:00
view-osquery-table-details.js
view-policy-details.js Website: Create queries.yml, add vitals and query pages, move policies. (#25701) 2025-01-22 21:10:17 -06:00
view-policy-library.js Website: Update policy and query library pages. (#30715) 2025-07-09 18:36:07 -05:00
view-press-kit.js
view-pricing.js Re-order pricing categories (#21297) 2024-08-16 11:24:23 -05:00
view-query-detail.js Website: Update query-detail page view action. (#25717) 2025-01-22 22:10:43 -06:00
view-query-library.js Website: Update policy and query library pages. (#30715) 2025-07-09 18:36:07 -05:00
view-software-management.js Website: update order of quotes on landing pages. (#27939) 2025-04-07 12:05:18 -05:00
view-start.js
view-support.js
view-testimonials.js Update testimonials.yml (#31392) 2025-07-29 14:14:36 -05:00
view-transparency.js Website: follow up changes from pr review (#23471) 2024-11-01 16:11:00 -05:00
view-vanta-authorization.js
view-vital-details.js Website: Create queries.yml, add vitals and query pages, move policies. (#25701) 2025-01-22 21:10:17 -06:00