Commit Graph

808 Commits

Author SHA1 Message Date
Charlie Chance
a57a728e10
Update ceo-handbook.md (#9707) 2023-02-06 13:35:08 -07:00
Charlie Chance
119ca732df
Update ceo-handbook.md (#9706) 2023-02-06 13:31:43 -07:00
Charlie Chance
7e68e6b167
Update ceo-handbook.md (#9705) 2023-02-06 13:28:23 -07:00
Charlie Chance
a3b744b837
Update ceo-handbook.md (#9704) 2023-02-06 13:26:23 -07:00
Eric
416963de36
Website: Update pricing page (#9621)
Closes https://github.com/fleetdm/confidential/issues/1818

Changes:
- Updated the layout and content of the `/pricing` page
- `pricing-features-table.yml`: Added an "Ultimate" tier with three
features.
- `build-static-content.js` - Updated the build script to add support
for the "Ultimate" tier in `pricing-features-table.yml`

---------

Co-authored-by: Mike Thomas <mthomas@fleetdm.com>
2023-02-06 10:41:36 -06:00
Mike McNeil
3b46e74688
Update development-groups.md (#9647)
.
2023-02-03 17:27:49 -06:00
Charlie Chance
99f7eaca02
Update ceo-handbook.md (#9676) 2023-02-03 14:21:35 -07:00
Charlie Chance
5eb42b93ad
Update ceo-handbook.md (#9675) 2023-02-03 14:16:39 -07:00
Charlie Chance
ce2874930f
Charlotte chance patch 1 (#9674) 2023-02-03 14:01:40 -07:00
Charlie Chance
adfdce3861
handbook: Breezy tutorial (#9564) 2023-01-30 13:47:00 -07:00
Mo Zhu
e85f189d33
Update QA process and filters (#9454) 2023-01-27 11:20:10 -08:00
Charlie Chance
102354be8a
Handbook: Cadence updates (#9521)
https://docs.google.com/spreadsheets/d/144l7vdZVNkK8HlLG399L3IYYqZTTOduzgjdl8Pcvl5c/edit#gid=0
2023-01-27 11:04:07 -07:00
Charlie Chance
ad2ed36519
Charlotte chance patch 2 (#9530)
Co-authored-by: Eric <eashaw@sailsjs.com>
2023-01-27 09:41:32 -07:00
Charlie Chance
d30ac394ae
Charlotte chance patch 2 (#9520) 2023-01-26 14:16:05 -07:00
Charlie Chance
32cd29adeb
Charlotte chance patch 1 (#9518)
Co-authored-by: Eric <eashaw@sailsjs.com>
2023-01-26 13:54:46 -07:00
Mike McNeil
41f89365dd
Low-level MDM commands are free (#9514) 2023-01-26 12:03:56 -06:00
Eric
a5a6e3ca23
Handbook: Update <call-to-action> component example (#9507)
Changes:
- Updated the `<call-to-action>` component example in the article
formatting guide handbook page to use the correct quotation marks (`”` »
`"`)
2023-01-25 19:25:36 -06:00
Charlie Chance
c30a66099b
handbook: journal and agenda info (#9483) 2023-01-24 13:29:40 -07:00
Luke Heath
7ff613514f
Update coworking policy in handbook (#9474)
I spoke with @mikermcneil about this change.
2023-01-24 11:03:23 -06:00
Charlie Chance
ac50c53a2b
Handbook: security migration to bizops (#9450)
Migrating Security page to BizOps page
https://github.com/fleetdm/fleet/pull/9449

Co-authored-by: Eric <eashaw@sailsjs.com>
2023-01-23 10:17:11 -07:00
Eric
a6eb31a2c0
Handbook: update markdown article formatting guide (#9444)
Changes:
- Fixed a typo in the `<call-to-action>` component example.
- Added a description meta tag
2023-01-20 16:16:01 -06:00
Noah Talerman
27c7dee3b1
Handbook: Update bug process (#9426)
- For unreleased bugs, clarify that QA adds comments about the bug
- For unreleased bugs, clarify that QA assigns the story to the EM

Addresses these comments: 
- https://github.com/fleetdm/fleet/pull/9363#discussion_r1073776173
- https://github.com/fleetdm/fleet/pull/9363#discussion_r1074043031
2023-01-19 09:00:13 -06:00
Charlie Chance
b3cf89ca7b
Handbook: Estimating released bugs and outages (#9405) 2023-01-18 14:29:44 -06:00
Mike McNeil
9971c4318d
Update development-groups.md (#9403) 2023-01-18 11:47:32 -06:00
Noah Talerman
3b942030c9
Handbook: Update bug process (#9363)
- Unreleased bugs are part of the story. Story is moved back to "In
progress"
- Released bugs are assigned to EM and go to product backlog
2023-01-18 10:32:51 -05:00
Mike McNeil
23966ff700
Update README.md (#9391) 2023-01-18 07:01:22 -06:00
Mike McNeil
f1d64550ef
Update why-this-way.md (#9393)
# 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-01-18 01:28:45 -06:00
Mike McNeil
1cf17cd5db
Update why-this-way.md (#9392)
# 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-01-18 01:18:09 -06:00
Mike McNeil
7e5438c97c
Fewer words (#9390)
# 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-01-17 23:19:27 -06:00
Mike McNeil
1cd5151584
Marcos joins compliance group and leaves MDM group in late Jan (#9361) 2023-01-16 13:08:33 -06:00
Mike McNeil
b44daaf244
Product groups 2.0 (#9353)
.
2023-01-16 10:52:27 -06:00
Sharon Katz
190ff2cb82
Add scrum documentation to handbook (#9333)
Co-authored-by: Zach Wasserman <zach@fleetdm.com>
2023-01-13 17:38:52 -08:00
Zay Hanlon
b06582457d
Updating Kathy to owner of docs changes (#9330)
Removing Chris and updating Kathy to owner of docs changes

. .
2023-01-13 15:25:45 -06:00
Zay Hanlon
8947264879
Change help-customers to g-customer-experience README.md (#9331)
Change help-customers to g-customer-experience
2023-01-13 16:24:19 -05:00
Dave Herder
b33c6201e9
Update ceo-handbook.md (#9327)
spelling change: "spreasheet" to "spreadsheet"

Co-authored-by: Charlie Chance <100798688+CharlotteChance@users.noreply.github.com>
2023-01-13 14:12:37 -07:00
Charlie Chance
c81233c631
Handbook: CEO contact - Customer calls (#9319) 2023-01-13 10:47:11 -07:00
Reed Haynes
60b67f39c6
remove help-release-qa channel (#9317)
Remove mention of help-release-qa channel, combining this channel with
help-qa
 .
2023-01-13 11:30:29 -06:00
Nathanael Holliday
93f39f40c2
Update SLAs (#8713)
Incorporated changes discussed at CEO office hour into SLA chart. 

# 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-01-10 17:39:39 -06:00
Luke Heath
a0ca5ae7d0
Update handbook GitHub labels section to remove rules column (#9224)
Removing "Rules" column as we found this unnecessarily constricting.
2023-01-09 12:27:30 -06:00
Guillaume Ross
62f8c7d760
Adding Nudge info (#9210) 2023-01-06 11:57:37 -05:00
Noah Talerman
bee30c5e7c
Add critical policies to pricing page (#9111)
* Add critical policies to pricing page

- Add "Mark issues as critical" for critical policies feature (Premium only)
  - Feature will be included in the upcoming 4.25.0 release
- Move "Detect and surface issues with devices" above "Mark issues" as critical

* Update pricing-features-table.yml

* Add "(policies)"
2022-12-23 10:48:53 -08:00
Mo Zhu
6d592e4c51
add vanta integration to the pricing page (premium) (#9118) 2022-12-23 10:39:35 -08:00
Zay Hanlon
e3c41cd517
Update README.md (#9081)
Updating handbook with instructions to generate a license key from fleetdm.com (restricted access)
2022-12-21 10:01:08 -05:00
Mike McNeil
19b0a90d03
Fix broken link (#9056) 2022-12-16 23:46:15 -06:00
CarlosFleetDM
e722b414bf
Update README.md (#9049) 2022-12-16 11:09:36 -06:00
Zach Wasserman
adb2ab53f0
Add vulnerability alert remediation to engineering rituals (#9030) 2022-12-14 16:30:28 -08:00
Chris McGillicuddy
a931331818
Update why-this-way.md (#9023)
* Update why-this-way.md

These edits address items 6 and 9 from the handbook notes doc: https://docs.google.com/document/d/17BhgTqCI5255RY71m5ri3nDx71DqmfYwyJmRe_nJ4Ns/edit?usp=sharing.

The content for Why open source? identifies benefits and addresses security concerns. I ended this section with a sort of call to action. This differs from other content in Why this way, but it seemed like a good opportunity. If this feels too aggressive, I can cut the Results section. 

I've consolidated the bullets for every company values, as well as wrote summaries for the values that didn't have them. The goal is to make each value more distinct and easier to understand.

* Update README.md

* Update README.md
2022-12-14 14:56:03 -07:00
Mike Thomas
bb40f876dd
Updated marketing DRI in the handbook (#9017)
I spotted and updated a couple of places in the handbook that needed the VP of marketing updating.
2022-12-14 13:21:37 +09:00
Mike McNeil
b6f12a1109
Real talk (#9003)
* Real talk

* Salesforce shoutout

@anelshaer

* Update README.md
2022-12-13 13:44:41 -06:00
Mike McNeil
45643b5468
Update pricing.ejs (#8985)
* Update pricing.ejs

* Update pricing-features-table.yml
2022-12-09 15:04:29 -06:00