mirror of
https://github.com/fleetdm/fleet
synced 2026-05-14 04:28:42 +00:00
Closes: #11755 Changes: - Created a new model: `Platform` that has a single attribute: `currentUnfrozenGitHubPrNumbers` - Updated bootstrap.js to throw an error if more than one platform record exists, and to create a platform record when the server is lifted with the `--drop` flag. - Updated the receive-from-github webhook to use a Platform record to track the PRs that are currently unfrozen in the fleetdm/fleet repo. Before this Pr is merged, we will need to: - [x] Migrate the Fleet website's database to add the new database table. - [x] Create a single platform record. |
||
|---|---|---|
| .. | ||
| CertificateSigningRequest.js | ||
| HistoricalUsageSnapshot.js | ||
| NewsletterSubscription.js | ||
| Platform.js | ||
| Quote.js | ||
| Subscription.js | ||
| User.js | ||
| VantaConnection.js | ||