mirror of
https://github.com/fleetdm/fleet
synced 2026-05-15 21:18:29 +00:00
#19352 Video explaining code changes: https://www.loom.com/share/370200a276b84aa388effd6ebd762e01?sid=038508c4-f3c2-40c0-baf6-6b6df682d1f0 In maintenance windows using Google Calendar, calendar event is now recreated within 30 seconds if deleted or moved to the past. - Added new endpoint for Google Calendar: `/api/_version_/fleet/calendar/webhook/{event_uuid}` - Added UUID to `calendar_events` table to make webhook lookup more efficient - webhook endpoint will only recreate event if needed -- it will not fire webhook. Webhook is still done by the cron job. # Checklist for submitter If some of the following don't apply, delete the relevant line. <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [x] Input data is properly validated, `SELECT *` is avoided, SQL injection is prevented (using placeholders for values in statements) - [x] Added/updated tests - [x] If database migrations are included, checked table schema to confirm autoupdate - For database migrations: - [x] Checked schema for all modified table for columns that will auto-update timestamps during migration. - [x] Confirmed that updating the timestamps is acceptable, and will not cause unwanted side effects. - [x] Ensured the correct collation is explicitly set for character columns (`COLLATE utf8mb4_unicode_ci`). - [x] Manual QA for all new/changed functionality - For Orbit and Fleet Desktop changes: |
||
|---|---|---|
| .. | ||
| .keep | ||
| 6979-observer-software | ||
| 18239-delete-secret-copy | ||
| 18471-gitops-rename-team | ||
| 18554-store-and-show-next-host-maintenance-window | ||
| 18815-hide-cta-from-team-roles | ||
| 18849-config-profiles-exclude-labels | ||
| 19031-maintenance-windows-every-week | ||
| 19055-hide-run-script | ||
| 19055-scripts-run-permissions | ||
| 19144-improve-extraction | ||
| 19176-fleetd-base-mdm | ||
| 19219-fleetd-base-email-desktop | ||
| 19352-calendar-real-time | ||
| 19557-empty-hover-styles | ||
| 19577-fleetctl-get-desc | ||
| 19586-capitalization-bug | ||
| 19645-cleanup_macos | ||
| 19645-uninstall-script-fleetd | ||
| 19651-hide-self-service | ||
| 19683-csv-comma-bug | ||
| 19694-vul-page-bugs | ||
| 19760-software-update-tooltip | ||
| 19800-renew-scep-migration | ||
| 19828-hide-query-delete-checkboxes-from-observers | ||
| 19844-update-go | ||
| 19910-fix-low_disk_space-counts | ||
| 19937-fix-anchor-link | ||
| 19950-changes | ||
| 20010-win-false-positives | ||
| 20020-mdm-instructions | ||
| 20056-sort-policy-bug | ||
| 20077-align-view-all-hosts-link-sw-page | ||
| 20080-lock-disable-credential-caching | ||
| 20143-targets-input-spinner | ||
| 20900-abm-invalid-ui | ||
| issue-18848-include-all-exclude-any-custom-profile | ||
| issue-19731-dont-show-db-error-message | ||
| issue-19951-render-banners-on-my-device-page-in-priority-order | ||
| update-installutils-to-allow-for-special-characters-in-registry | ||