Commit Graph
8655 Commits
Author SHA1 Message Date
Luke Heath 4cc5bfbe4a UI: Add missing call to new query path making function (#13162)
Reapplies https://github.com/fleetdm/fleet/pull/13156/
2023-08-04 14:49:25 -07:00
Luke Heath 8d1fb85d9c Revert UI query path fix (#13161) 2023-08-04 14:22:15 -07:00
Noah Talerman c18d04b5e0 MDM docs: typo (#13159)
Fix typo
2023-08-04 17:17:13 -04:00
RachelElysia 21961397f6 Fleet Documentation: Clarify SCEP docs (#13141) 2023-08-04 16:22:41 -04:00
Jacob Shandling a8d99c3273 UI: Add missing call to new query path making function (#13156) 2023-08-04 13:11:20 -07:00
Jacob Shandling 576cb198d4 changefile 2023-08-04 13:06:14 -07:00
Jacob Shandling 11f9dcaa61 Add missing call to new query path making function 2023-08-04 13:03:12 -07:00
Eric ab504d766a Website: Update admin license generator (#13101)
Closes: https://github.com/fleetdm/confidential/issues/3230

Changes:
- Added a new (optional) input to the admin license key generator:
`partnerName`.
- Renamed `admin/generate-license-key.js` to
`admin/build-license-key.js`, updated routes and regenerated
`cloud.setup.js`
- Updated the create license key helper to add a `partner` field to the
generated license key if `partnerName` is provided.
2023-08-04 14:48:29 -05:00
Noah Talerman 06319f7453 MDM docs: End user auth (#13130)
- Add instructions for how to enable end user auth during automatic
enrollment for Macs
- Add instructions for how to add bootstrap package via UI
2023-08-04 15:44:14 -04:00
RachelElysia b64f1b0d7a Fleet Documentation: Remove docs about cgroups (#13143) 2023-08-04 14:40:29 -04:00
Sampfluger88 aae0d04fde Update ceo.md (#13152) 2023-08-04 12:39:25 -05:00
Eric d89a1b4e92 Website: Update buttons on documentation pages (#13096)
Closes: #12989

Changes:
- Increased the clickable area of the edit page button on documentation
pages.
- Updated the click event that is added to headings on documentation
pages.
2023-08-04 12:11:56 -05:00
Roberto Dip 29b9a7fe88 account for NULL values in scheduled_query columns in data migration (#13142)
Prior to 4.35.0, some rows in the scheduled_query table might have a
`NULL` value due to a race condition with database replicas and the way
`ds.EnsureGlobalPack` and `ApplyPackSpecs` work together.

This is no longer the case, but some databases are left in weird states,
which were not accounted by this migration.

Chaning the migration in-place because that's the approach we took in
previous migrations with similar problems.
2023-08-04 09:24:36 -07:00
Joanne Stableford e11c4b6b51 Rename people-operations to people-operations.md (#13148) 2023-08-04 11:59:37 -04:00
Joanne Stableford 1fed20c9a9 Add POps link (#13147) 2023-08-04 11:56:46 -04:00
Joanne Stableford da4e9e3d5a Move content to People Operations page (#13146) 2023-08-04 11:54:24 -04:00
Sampfluger88 9a7955f0f5 Update routes.js (#13145) 2023-08-04 10:39:09 -05:00
Sampfluger88 031de01812 Update README.md (#13140) 2023-08-04 00:20:23 -05:00
Sampfluger88andMike McNeil 768407ceb5 Update ceo.md (#13120)
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-08-04 00:17:57 -05:00
Sampfluger88 a03bbc0a85 why don't we track leads differently (#13139) 2023-08-03 22:27:25 -05:00
EricandSampfluger88 3e1936d9c7 Website: add <rituals> component, add ritualsTables (parsed from YAML) to website configuration (#13084)
Changes:
- Updated the `build-static-content` script to parse files named
`rituals.yml` in the handbook folder, and add the contents to the
website's configuration as
`sails.config.builtStaticContent.ritualsTables`, and to throw errors if
a `rituals.yml` file contains a ritual that is missing a required value.
- Created the `<rituals>` component, a component that takes a single
prop (`ritualsTable`) and renders a table containing a row for each
ritual.
- Added a new property to `handbook/company/rituals.yml` - moreInfoUrl.
If this value is present, the description in the rendered HTML table (of
the `<rituals>` component) will link to the URL provided.
- updated view-basic-handbook to send
`sails.config.builtStaticContent.ritualsTables` in `SAILS_LOCALS`

---------

Co-authored-by: Sampfluger88 <108141731+Sampfluger88@users.noreply.github.com>
2023-08-03 21:58:02 -05:00
Eric 3a9d80b6a3 Docs: Update content on tutorials and guides documentation page (#13131)
Changes:
- Added links to guides to the tutorials and guides page.
2023-08-03 16:57:59 -05:00
Luke Heath 3dfe4c74bb Update action version (#13136) 2023-08-03 14:27:32 -07:00
Zachary Winnerman 3fe9d56fcd Add changes needed for EKS upgrade (#13135)
# Checklist for submitter

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

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
2023-08-03 16:43:27 -04:00
Katheryn Satterlee 96f07667ef Update Terraform Guide (#13133)
Added settings for Terraform version to example files in Terraform  deployment guide

# Checklist for submitter


Documentation-only change
2023-08-03 13:12:10 -05:00
Alex Mitchell 4fad0990bf Update README.md (#13132)
# Checklist for submitter

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

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
2023-08-03 13:01:45 -05:00
RachelElysia 3c8244b246 Fleet UI: Dynamic autofill for SQL editor (#13093) 2023-08-03 12:42:51 -04:00
RachelElysiaandRachael Shaw 799792584a MDM Docs: Update docs to include scep challenge and clarify environment variable naming (#13112)
---------

Co-authored-by: Rachael Shaw <r@rachael.wtf>
2023-08-03 12:42:09 -04:00
Gabriel HernandezandNoah Talerman 926bdd30af doc updates for oncall and mdm migration light/dark logo feature (#12964)
quick doc change to oncall and product feature mdm migration light/dark
logos

---------

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
2023-08-03 10:38:41 +01:00
Mo Zhu f4bf8ba8bf Format markdown to be a bulleted list. (#13097) 2023-08-02 17:00:43 -07:00
Mo Zhu 0098baa4cc confirm that some packages may not have installed paths because we're… (#13105)
https://fleetdm.slack.com/archives/C01EZVBHFHU/p1689371170727919
2023-08-02 16:35:37 -07:00
Joanne Stableford 79b8dd8e8f Update fleetctl-workstations to min macOS 13.5 (#13109) 2023-08-02 18:38:11 -04:00
Joanne Stableford ea934424ae Update fleetctl-workstations-canary min OS to macOS 13.5 (#13108) 2023-08-02 18:22:46 -04:00
Mike McNeil 1ec179c138 Prepare for rituals.yml automation (move features table YML) (#13049)
- Ahead of per-department rituals.yml automation, move feature list .yml
out for clarity
2023-08-02 16:58:20 -05:00
Isabell Reedy 8bc2d8140b Update to github to add ireedy to new humans (#13115) 2023-08-02 14:54:13 -07:00
Isabell Reedy 2581782016 Merge branch 'main' into ireedy-patch-1 2023-08-02 14:52:59 -07:00
Isabell Reedy ed121fcda8 Update received from github to add ireedy to new humans 2023-08-03 07:17:41 +09:30
Andrew Baker e44318a512 Update fleet-in-vegas-2023.md (#13114)
Update meta description

# Checklist for submitter

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

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
2023-08-02 17:46:34 -04:00
Andrew Baker 8c98724f3a Update fleet-in-vegas-2023.md (#13113)
Added missing filetype identifier

# Checklist for submitter

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

- [ ] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)
- [ ] Documented any permissions changes
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
2023-08-02 17:14:20 -04:00
JD c7b69ef904 Fleet in Vegas (#13107)
BlackHat, B-Sides, DEF CON 31
2023-08-02 12:27:40 -07:00
Gabriel Hernandez cb89b725ea implement fleetctl apply new team with secret (#13062)
relates to #12907

implement adding an enroll secret when creating a new team with
`fleetctl apply` if none is provided.

- [x] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [ ] Added/updated tests
- [x] Manual QA for all new/changed functionality
2023-08-02 17:42:01 +01:00
RachelElysia 9d105a4d12 ChromeOS Tables: Integration test for 3 tables (#12844) 2023-08-02 11:31:22 -04:00
RachelElysia 3477178758 Fleet UI: No role = no access, refactor jsx class components to typescript functional components (#12953) 2023-08-02 11:29:49 -04:00
RachelElysia 2e6589b66c Fleet UI: Update icons (x in flash message and selected targets dropdown) (#12992) 2023-08-02 11:07:24 -04:00
RachelElysia 92470f5fce DevX: Seed Observer+ role (#12895) 2023-08-02 11:06:56 -04:00
Sampfluger88 397a9af592 Moved sections to communications page (#13091) 2023-08-02 03:14:24 -05:00
Sampfluger88 229fe98218 Update communications.md (#13092) 2023-08-02 03:14:06 -05:00
Sampfluger88 56db683048 Update ceo.md (#13090) 2023-08-02 02:18:14 -05:00
Sampfluger88 1a6459ba3a Update and rename communication.md to communications.md (#13088) 2023-08-01 18:47:36 -05:00
Sampfluger88 c3760db9fe Update ceo.md (#13087) 2023-08-01 18:30:20 -05:00