-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add applied_spec_software for YAML software updates #24913
base: docs-v4.63.0
Are you sure you want to change the base?
Add applied_spec_software for YAML software updates #24913
Conversation
Adding Sprint demos - 4.61.0 from YouTube to embed in the article
Closes: #24746 Changes: - Replaced the hard-coded links to articles on the /testimonials page with server-side rendered generated links to articles. These links are now built using the website's markdown articles configuration. - Added support for a new meta tag on articles: `showOnTestimonialsPageWithEmoji` If provided and set to one of the four supported emoji (🥀, 🔌, 🚪, or 🪟), a link to the article will be added to the /testimonials page. Example: `<meta name="showOnTestimonialsPageWithEmoji" value="🥀">`. - Updated the build-static-content script to throw an error if an article has an invalid `showOnTestimonialsPageWithEmoji` meta tag value. - Updated recent case study articles to have a `showOnTestimonialsPageWithEmoji` meta tag. @Drew-P-drawers When this PR is merged, you can add links to the new case studies articles to the /testimonials page with a `showOnTestimonialsPageWithEmoji` meta tag. The definitions for each of the supported emoji are in this [google doc](https://docs.google.com/document/d/1-KWQa3uMIJzeitzDRmzT3SnUoFCfcFCb6K2lyVt-Gy0/edit?tab=t.0#heading=h.oskipmb8530l)
Typo fix
Pullled note on equity updates into a spot that makes more sense.
Automated change from [GitHub action](https://github.com/fleetdm/fleet/actions/workflows/fleetd-tuf.yml). Co-authored-by: lucasmrod <[email protected]>
# 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://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files) for more information.
Add details about how to make an API design PR
Closes: fleetdm/confidential#8983 Changes: - Added /meetups, a page that shows a list of upcoming meetups
…e no hosts online. (#24858) ## #23800 <img width="535" alt="Screenshot 2024-12-17 at 6 13 37 PM" src="https://github.com/user-attachments/assets/5600a288-9b97-4b69-a561-43244c936de5" /> - [x] Changes file added for user-visible changes in `changes/` - [x] Manual QA for all new/changed functionality --------- Co-authored-by: Jacob Shandling <[email protected]>
#24548 This PR covers Apple legacy commands, Windows commands, and scripts. Apple DDM commands and Software install/uninstall scripts will be covered in separate PRs. # 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] Manual QA for all new/changed functionality
Being big isn’t enough.
- Record KPI first before we move stories around
Changes: - Updated the MSP dashboard's entrypoint.sh script to not rebuild the database every time it starts with the --build flag.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes lgtm! Should this PR be to a release docs branch or was this already implemented?
Updated /automations/reset description to reflect that this endpoint does not immediately trigger automations, but resets the status of hosts so that they are seen as newly failing on the next automation run.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey this PR should not be merged. It's pulling in all changes. Nvm just saw the above comment.
- Add missing reference docs for the following user story: - #22075
@eugkuo converting this PR to a draft; changing the base branch always seems to result in massive diffs (183 files changed 🫠) and auto-requests reviews from all the codeowners. I'm not sure how to fix it other than making a new PR. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## docs-v4.63.0 #24913 +/- ##
================================================
+ Coverage 63.56% 63.59% +0.02%
================================================
Files 1603 1603
Lines 151958 152006 +48
Branches 3900 3871 -29
================================================
+ Hits 96590 96661 +71
+ Misses 47667 47650 -17
+ Partials 7701 7695 -6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Thanks for doing this. Does that mean we should update the process here? |
Referencing #24469