Commit Graph

9228 Commits

Author SHA1 Message Date
Isabell Reedy
d108147ec0
Update pre-sprint prioritization ritual to include notifying CS team (#14277) 2023-10-03 21:27:00 -05:00
Mo Zhu
6c5edd3ddd
Link to usage statistics config from usage statistics page (#14207)
Co-authored-by: Rachael Shaw <r@rachael.wtf>
2023-10-03 17:34:46 -04:00
Eric
05dd12e7e1
Website: Add empty state to query library (#14144)
Closes: #13223

Changes:
- Added an empty state that is shown to users when no query matches
their selected filters.
2023-10-03 15:51:11 -05:00
Mo Zhu
606e1560e0
document that vscode extension query requires fleetd (#14221) 2023-10-03 11:28:54 -04:00
Noah Talerman
a79d851555
fleetdm.com/pricing: clarify scripts are cross-platform (#14192)
Address feedback from Mo:
https://github.com/fleetdm/fleet/pull/14167#discussion_r1340412718

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-10-02 21:43:39 -05:00
Isabell Reedy
9480592b1b
2023-10-03 Handbook: add link to feature fest board (#14250)
Co-authored-by: Sampfluger88 <108141731+Sampfluger88@users.noreply.github.com>
2023-10-02 21:30:39 -05:00
Alex Mitchell
48352f2dbd
Update README.md (#14224)
Updating Customer section of handbook to remove redundancies.
2023-10-02 20:56:06 -05:00
Eric
fbdcf68336
Website: Small homepage changes 2023-10-02 (#14255)
https://github.com/fleetdm/confidential/issues/3815

Changes:
- Updated the text in the homepage hero.
- Replaced logos with greyscale versions
- Updated the layout and styles to match latest wireframes
2023-10-02 20:55:52 -05:00
Noah Talerman
f5c81fe9e5
fleetdm.com/transparency (#14195)
- Add script execution
2023-10-02 14:03:59 -04:00
Katheryn Satterlee
fce53bba9a
Update CIS-Benchmarks.md (#14242)
Add additional information about passing/failing CIS benchmark policies

# Checklist for submitter

Doc-only change
2023-10-02 13:49:58 -04:00
Isabell Reedy
c1cc9185cf
2023-09-26 Update to Feature Fest process (#14014)
1. **Transition to Feature Fest board** to better manage requests and
streamline communication with requestors.
2. **Introduce KPI for customer requests** to monitor customer-driven
development.
3. **Feature Fest cleanup** adjusted to include Product Ops and new
board process.

@zhumo I haven't broken down the new KPIs (for the sake of using less
words) but WDYT?

---------

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-10-02 12:52:30 -04:00
Sabrina Coy
90e7f2043a
Fix broken link in #macos0setuo-assistant (#14233)
Link for Fleet's example ADE profile incorrectly points to a profile
called `setup_assistant.json`. The correct profile is
`automatic_enrollment.json`. Link is corrected in the PR.
2023-10-02 11:59:22 -04:00
Robert Fairburn
4d5902108d
Update saml-auth-proxy addon to output its secret_id (#14231)
This is needed to automatically populate the secret from outside of the
module with an `aws_secretsmanager_secret_version`
2023-10-02 10:57:58 -05:00
Martin Angers
3ac1bd05b0
Add logging info to debug fleet desktop retries (#14165)
To help debug/QA #13635
2023-10-02 09:27:18 -04:00
Sharon Katz
630466c687
#13886 chrome ext doc (#13902)
Co-authored-by: Mo Zhu <mo@fleetdm.com>
Co-authored-by: Mo Zhu <mozhu888@gmail.com>
Co-authored-by: Rachael Shaw <r@rachael.wtf>
2023-10-02 09:24:33 -04:00
Mike McNeil
1f8517daf5
Homepage: Open by design (#14227)
relates to https://github.com/fleetdm/confidential/issues/3815
2023-10-01 23:54:55 -05:00
Mike McNeil
0604d529df
Handbook: Explai the deal w/ hosting small Fleet instances (#14103) 2023-10-01 18:01:24 -05:00
Mike McNeil
e7dd92105e
Docs: Encourage using page over after (#14115)
Shout out to @tdiderich for pointing out this improvement.
2023-10-01 17:59:30 -05:00
Sampfluger88
ac0e30c548
Handbook/ceo Fleet IT equipment ahippeing and receiving process (#14226)
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-09-30 16:30:08 -05:00
Sampfluger88
06790817c9
Handbook: leadership#steps after the offer is accepted. (#14218)
- Removed AE position
- Fix "steps after the offer is accepted"
2023-09-29 17:48:50 -05:00
Katheryn Satterlee
8852709d6e
Update messaging for contributor API (#13494)
Added additional information about what differentiates the Contributor
API routes from the public API routes.

# Checklist for submitter

Docs-only change
2023-09-29 17:03:29 -05:00
Nathanael Holliday
042d2cc626
Add KPI round up + weekly update to rituals (#14203)
# 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 (docs/Using
Fleet/manage-access.md)
- [ ] 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)).

---------

Co-authored-by: Sampfluger88 <108141731+Sampfluger88@users.noreply.github.com>
2023-09-29 16:51:29 -05:00
Eric
9891861e58
Website: Improve support for indented content in Markdown lists, update MDM macOS setup docs page. (#14124)
Closes: #12836 

Changes:
- Updated the `build-static-content` script to not add HTML comments to
Markdown codeblocks, and to not replace HTML comments in generated HTML
pages
- Updated the custom codeblock renderer in the `to-html` helper to add
syntax highlighting classes to Markdown codeblocks.
- Updated the indentation of content in lists on the MDM macOS setup
docs page.

---------

Co-authored-by: Rachael Shaw <r@rachael.wtf>
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-09-29 13:13:03 -07:00
Lucas Manuel Rodriguez
e1333c113f
[Hackathon] Add query to list VSCode extensions for macOS (#14213)
Co-authored-by: Sharon Katz <121527325+sharon-fdm@users.noreply.github.com>
2023-09-29 15:21:28 -04:00
Dave Herder
5696d4875b
Update Deploy-Fleet-on-Kubernetes.md (#14155)
added clarification on running Helm commands in v2 vs v3

---------

Co-authored-by: Rachael Shaw <r@rachael.wtf>
2023-09-29 11:15:44 -07:00
Eric
fcc3c68165
Website: add video to vulnerability management page, clean up homepage styles (#14206)
Changes:
- Added a video testimonial to the vulnerability-management page.
2023-09-29 09:47:05 -07:00
Tyler Diderich
878e16269b
Update Deploy-Fleet-on-CentOS.md (#14198)
Minor docs update
2023-09-29 10:24:08 -05:00
Roberto Dip
5a9c0af652
Bump Fleet Desktop version to 1.17.0 (#14179) 2023-09-29 10:02:08 -03:00
Roberto Dip
8278a3d9e5
update Orbit changelog for 1.17.0 (#14180) 2023-09-29 10:01:55 -03:00
Roberto Dip
3bf6f18c16
bump Orbit version to 1.17.0 (#14183) 2023-09-29 10:01:46 -03:00
Eric
807b1bcb00
Website: Add video testimonials to homepage (#14201)
https://github.com/fleetdm/confidential/issues/3785

Changes:
- Added video testimonials to the homepage.



This change has been tested on:
- [x] Safari v13 (iOS and macOS)
- [x] Android 7
- [x] Firefox v103
- [x] Chrome v80
- [x] Opera v64
- [x] Edge v80

---------

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2023-09-29 17:36:12 +09:00
Sampfluger88
b5400b640f
Update leadership.md (#14200) 2023-09-28 22:08:46 -05:00
Eric
373f792683
Website: Fix website deploy workflow (#14189)
Changes:
- removed a closing tag that had no opening tag on `basic-article.ejs`.
- fixed lint errors in the `basic-article.less`
- Fixed the title of a ritual in `ceo.rituals.yml`
2023-09-28 14:23:19 -05:00
RachelElysia
86daf97425
Fleet CTL: Surface password requirements to console for FleetCTL use, update API only password example (#14171) 2023-09-28 11:21:25 -07:00
Robert Fairburn
0f4e24a40a
Initial saml-auth-proxy code. (#14017) 2023-09-28 12:48:57 -05:00
Noah Talerman
00e71761c5
Update supported Windows versions (#14188)
- Clarify that Fleet supports Windows 10+ for "Pro" and "Enterprise."
Not "Home"
2023-09-28 12:59:18 -04:00
Noah Talerman
1c82c6a480
fleetdm.com/pricing: custom scripts are available (#14167)
- Remove "coming soon" asterisk from scripts
- Update "remote scripts" to "custom scripts." I think it's obvious that
the scripts are remote. Communicate the value: these scripts are custom
(anything you want)
2023-09-28 09:41:48 -04:00
Gabriel Hernandez
ccda98d769
Fix UI script content and output display height. (#14168)
relates to #13847

fix max height for script content and output in the script details
modal.

new max heights:


![image](https://github.com/fleetdm/fleet/assets/1153709/9150c388-850f-4ff8-8117-1a266164e5dc)


- [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.
- [x] Manual QA for all new/changed functionality
2023-09-28 13:02:27 +01:00
Sampfluger88
4cf2e6d570
Handbook/communications: ReOrg heading sections (#14174) 2023-09-27 21:45:00 -05:00
Sampfluger88
2ffd8ec91d
Update communications.md (#14169) 2023-09-27 21:32:46 -05:00
Eric
952c8ec077
Website: remove links to success stories in platform dropdown (#14150)
Closes: https://github.com/fleetdm/confidential/issues/3530

Changes:
- Removed the links to our success stories articles in the "Platform"
header navigation dropdown menu.

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2023-09-28 08:37:05 +09:00
Eric
18df6ff221
Website: add edit button to articles (#14140)
Closes: #13897

Changes: 
- Added an "edit page" button to article pages.
- Updated button styles on article pages.

---------

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2023-09-28 08:35:03 +09:00
Eric
4a837af229
Website: remove emoji in the handbook on windows (#13683)
Closes: #13222

Changes:
- Updated the handbook page script to remove emoji for users browsing
the handbook on a windows device.

---------

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2023-09-28 08:12:06 +09:00
Eric
5a2e426346
Website: Update platform nav items (#14141)
Closes: #13699

Changes:
- Updated the order and link text for items in the "Platform" navigation
dropdown

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2023-09-28 07:55:26 +09:00
Eric
32b3219ab4
Website: Add link to contribute to the top of the query library (#14139)
Closes: #13896

Changes:
- Added a link to edit
`/docs/01-Using-Fleet/standard-query-library/standard-query-library.yml`
to the top of fleetdm.com/queries
- Updated search bar styles on /queries

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2023-09-28 07:54:34 +09:00
Dave Herder
4a514311dd
Update rest-api.md (#14129) 2023-09-27 15:53:04 -07:00
Dave Herder
b50cbef42c
Update FAQ.md - remove Software Inventory instructions (#14153) 2023-09-27 15:47:57 -07:00
Eric
63fd385a7b
Website: Add note to website forms (#14138)
Closes: https://github.com/fleetdm/confidential/issues/348
Changes:
- Added a note about spam to forms on the /device-management, /contact,
and /upgrade pages.
2023-09-28 07:22:33 +09:00
Eric
1d9299dea2
Regenerate osquery_fleet_schema.json (2023-09-26) (#14161)
Changes:
- Ran the `generate-merged-schema` script to regenerate
`/schema/osquery_fleet_schema.json`
2023-09-27 16:29:58 -05:00
Zach Wasserman
9db1bcc217
Update security-audits.md (#14172) 2023-09-27 09:35:25 -07:00