fleet/pkg/spec
Ian Littman 1f3971701f
Bump max length for installer URLs supplied in GitOps to 4000 characters (#24942)
For #24917. Should be worth the extra byte per row for the varchar
field.

# Checklist for submitter

- [x] 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/Committing-Changes.md#changes-files)
for more information.
- [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
2024-12-20 11:58:21 -06:00
..
testdata Adding secret support to profiles via gitops. (#24675) 2024-12-13 15:41:23 -06:00
gitops.go Bump max length for installer URLs supplied in GitOps to 4000 characters (#24942) 2024-12-20 11:58:21 -06:00
gitops_test.go Bump max length for installer URLs supplied in GitOps to 4000 characters (#24942) 2024-12-20 11:58:21 -06:00
spec.go Embedded secrets validation (#24624) 2024-12-17 17:14:12 -05:00
spec_test.go Adding secret support to scripts via gitops. (#24649) 2024-12-11 15:05:48 -06:00