Commit Graph

1564 Commits

Author SHA1 Message Date
Mike McNeil
0f3616be64
Update README.md (#15007)
# 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. -->

- [ ] 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 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)).
2023-11-07 12:19:17 -06:00
Mike McNeil
6b12035aa6
Handbook: Update ceo.md (#14993) 2023-11-06 21:46:24 -06:00
Sam Pfluger
1ca736fd7c
Update CEO page (#14992) 2023-11-06 21:07:47 -06:00
Luke Heath
7c11706a80
Update product groups handbook (#14980)
This keeps [causing confusion
](https://fleetdm.slack.com/archives/C02HWSTJ17Z/p1699307273524859)because
we do estimate sub-tasks in ZenHub, and then they are rolled up to the
user story, which is where we count them. As the handbook documents, all
planning, QA, and business activities happen exclusively at the user
story level.

...
2023-11-06 16:12:33 -06:00
Noah Talerman
9206efb5a4
Update Endpoint ops capacity (#14978)
- 13 pt average per contributor
- Marcos +5
- Rachel -13
- Eric +4
...
2023-11-06 15:50:42 -06:00
Zay Hanlon
3c8a98832c
Adding Michael Pinto as a CSM (#14960)
...

---------

Co-authored-by: Sam Pfluger <108141731+Sampfluger88@users.noreply.github.com>
2023-11-06 15:49:07 -06:00
Mike Thomas
9b4e8ee573
Update README.md (#14949)
- updated Purpose in the company handbook.
2023-11-05 00:20:42 -05:00
Paul H Tardif
190ec3f2a6
Fixing typos (#14938)
...
2023-11-03 15:39:42 -05:00
Luke Heath
91db043094
Use go variable to set version in workflows (#14890) 2023-11-03 09:42:27 -05:00
Dustin Gerdes
9cbe720696
Handbook: Update leadership.md (#14864)
Add Performance Management section
...

---------

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-11-02 22:40:11 -05:00
fredjohnsen
f5d5c91959
Fixed grammatical error (#14910)
...
2023-11-02 21:20:46 -05:00
Sampfluger88
730ce6a5b6
Handbook/sales remove duplicate content (#14913)
...
2023-11-02 20:50:13 -05:00
Sampfluger88
ef5b0b7742
Update README.md (#14897)
...
2023-11-02 11:12:48 -05:00
Sampfluger88
0c30bc2b0b
Create customer-success.md (#14697)
...

---------

Co-authored-by: Zay Hanlon <114112018+zayhanlon@users.noreply.github.com>
Co-authored-by: Luke Heath <luke@fleetdm.com>
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-11-02 11:06:30 -05:00
Rachael Shaw
56ee9d4517
Handbook: more decisive language in "Developing from wireframes" (#14873)
"this concern may be better suited to a feature request" → "make a
feature request"
2023-11-01 23:05:13 -05:00
George Karr
04cbe135b7
Update product-groups.md (#14857)
Adjusting capacity based on team comp change.
2023-11-01 22:55:06 -05:00
Sampfluger88
032f549555
Handbook/ceo#sharing the all hands (#14876)
...
2023-11-01 16:02:07 -05:00
Luke Heath
59d002caae
Update freeze ritual and release readiness (#14868) 2023-11-01 15:25:02 -05:00
Mike McNeil
5c6927f924
Handbook: Update communications.md (#14865)
Related to Dustin's move of "Performance feedback" to the leadership
page
2023-11-01 12:41:00 -05:00
Mike McNeil
0aa953b602
Update pricing-features-table.yml (#14863) 2023-11-01 11:58:47 -05:00
Mike McNeil
19f897984d
Handbook: Update communications.md (#14840)
Closes fleetdm/confidential#4220 "Add screenshot as example of doing an
email filter"
2023-10-31 15:39:17 -05:00
Sampfluger88
90424fc7f0
Handbook/CEO#weekly-update (#14829)
- Add nit about deleting unfurled links before sending.
Closes: fleetdm/classified#705
2023-10-31 12:26:16 -05:00
Mike McNeil
1af40b26bb
Handbook: Company (#14817)
Take advantage of the newly-surfaced top-level pages to remove some
awkward emphases I’d added to allow the pages to be discovered
previously.
2023-10-31 03:41:52 -05:00
Mike McNeil
2c557f51b9
Handbook: Update product-groups.md (#14816)
Remove unnecessary heading cluttering up the table of contents.
2023-10-31 03:28:33 -05:00
Mike McNeil
871a9b28b4
Update pricing-features-table.yml (#14790)
# 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)).
2023-10-30 21:48:48 -05:00
Mike McNeil
bf0c4d90b3
Update pricing-features-table.yml (#14810) 2023-10-30 20:45:52 -05:00
Noah Talerman
8102dc51fe
Update product handbook (#14794)
- Make "Design sprint review" and "Design sprint kickoff" cross-group
2023-10-30 13:43:21 -05:00
Mike McNeil
8dce577fff
Update pricing-features-table.yml (#14787) 2023-10-29 18:32:06 -05:00
Dave Herder
ab82c8e492
Update pricing-features-table.yml (#14786)
added link for device health demo in a Google Beyondcorp - ish setting
2023-10-29 18:30:12 -05:00
Sampfluger88
a14bad38fe
handbook/communications: equipment (#14687) 2023-10-28 16:58:37 -05:00
Mike McNeil
eade6dabb3
Handbook: Update product-groups.md (#14789) 2023-10-28 15:04:16 -05:00
Mike McNeil
1484c65516
Handbook: Update why-this-way.md (#14788)
You get an emoji
And you get an emoji


![image](https://github.com/fleetdm/fleet/assets/618009/03ebd7f3-a5da-4243-bf56-a6066fad9ab5)
2023-10-28 13:07:13 -05:00
JD
106b32866b
Community advocate rituals (#14699)
Adds rituals for community advocate.
https://github.com/fleetdm/confidential/issues/3549

---------

Co-authored-by: Sampfluger88 <108141731+Sampfluger88@users.noreply.github.com>
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-10-27 15:36:39 -05:00
Mike McNeil
cf95e1ccda
Handbook: Demand: Run an ad (#14777) 2023-10-27 11:22:50 -05:00
Mike McNeil
0eadf45f96
Handbook: Update why-this-way.md (#14718)
Co-authored-by: Sampfluger88 <108141731+Sampfluger88@users.noreply.github.com>
Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
2023-10-27 10:57:17 -05:00
Noah Talerman
80fa6ac0be
Update features.yml (#14727)
- End user initiated MDM migration is premium for now
- Move customer requests & key dates to features.yml

---------

Co-authored-by: Sampfluger88 <108141731+Sampfluger88@users.noreply.github.com>
2023-10-27 10:31:58 -05:00
Sampfluger88
402653715b
Fix Sales link (#14759)
...
2023-10-26 14:54:02 -05:00
Sampfluger88
0b650de294
Handbook/sales#submit-a-customer-contract-for-legal-review (#14747)
Conflicts with the original PR caused the need for 2 separate PRs where
there could've been a single pull request
https://github.com/fleetdm/fleet/pull/14746

...
2023-10-26 04:11:45 -05:00
Sampfluger88
5ad4b7a36b
Update handbook index to only show pages in the /handbook/company/ folder (#14746)
...

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
2023-10-26 03:38:33 -05:00
Sampfluger88
ba554ab256 Revert "Update README.md"
This reverts commit 6a29ae48635ceaf04c44cd21c37df6eef6275051, reversing
changes made to 65d95b54897204327e614925a323dfb6c7745ef2.
2023-10-26 01:07:18 -05:00
Sampfluger88
3f76c631d4
Handbook/sales#submit a contract for legal review (#14741)
... ...
2023-10-25 17:04:29 -05:00
Sampfluger88
462beec609
FIx broken "Contract review" link (#14737)
...
2023-10-25 15:39:43 -05:00
Noah Talerman
a7b7706228
Update Product handbook: Remove "Bug review" ritual (#14720)
- Remove "Bug review" ritual in an effort to remove recurring meetings. 
- Head of Product Design (Noah) is the DRI of keeping the "Sprint
backlog" column in the bugs board prioritized. They'll get input from
EMs on priority async and during 1:1 calls.
- Add note about recording product KPI during "Pre-sprint
prioritization"
...
2023-10-24 14:11:43 -05:00
Sampfluger88
514fe52e61
Handbook/bizops#contactus (#14703)
- Add admin permissions bullet in contact-us

@JoStableford FYI
...

---------

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-10-24 12:31:39 -05:00
Luke Heath
508d65d49e
Remove g-infra product group (#14693)
...
2023-10-23 21:46:41 -05:00
Luke Heath
827e0cd533
Remove to be scheduled column from bugs board (#14679)
- Redundant; tickets should go straight from drafting > sprint backlog. 
- Remove `Needs prioritization` category. Aged out bugs either are
scheduled for the next sprint (if there's capacity) or close.
...

---------

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
2023-10-23 21:07:00 -05:00
Noah Talerman
ac8a36523f
Update product design handbook (#14704)
- Remove CEO from "Churned bug review" ritual
...
2023-10-23 20:43:11 -05:00
Noah Talerman
b72badccce
Update product DRIs and rituals (#14690)
- "Head of Product" => "Head of Product Design"
- #help-product => #help-product-design
- "Sprint kickoff review" is now one ritual that includes both MDM and
Endpoint ops teams
- "Pre-sprint prioritization" ritual is now one ritual that includes
both MDM and Endpoint ops teams
- Remove "Sprint release notes kickoff" ritual. Plan is to inform
#g-demand of new features asynchronously. Any discussion that needs to
happen live will happen at product office hours
- Remove "Report number of estimated stories (Endpoint ops))" and
"Report number of estimated stories (MDM)" rituals. One person (Head of
Product Design) is both reporting and tracking product KPIs
- Remove "Bug de-prioritization" ritual. Trying this instead: ~~CEO,~~
Head of Product Design, and Head of Product Development align on next
steps for which bugs to schedule into the next sprint and which can be
de-prioritized during the "Churned bug review" ritual. Less meetings.

---------

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-10-23 13:45:30 -05:00
Mike McNeil
bae8e9a600
Handbook: Clarify mdmctl (#14702) 2023-10-23 13:37:21 -05:00
Mike McNeil
7067ca586a
Add references: Update pricing-features-table.yml (#14689) 2023-10-22 21:33:08 -05:00