Commit Graph

1765 Commits

Author SHA1 Message Date
Dave Herder
ed938f88f5
Update README.md with process around booking prospect calls (#15534)
...

---------

Co-authored-by: Sam Pfluger <108141731+Sampfluger88@users.noreply.github.com>
2023-12-18 16:24:49 -06:00
Eric
32580c823d
Website: Build testimonials in <scrollable-tweets> component from YAML. (#15638)
https://github.com/fleetdm/confidential/issues/4533

Changes:
- Added `/handbook/company/testimonials.yml`.
- Updated `build-static-content` to validate each item in
`testimonials.yml` and to add each item to
`sails.config.builtStaticContent.testimonials`
- Updated the scrollable tweets component to build cards of quotes from
`sails.config.builtStaticContent.testimonials`.
- Updated view-actions for pages where the `<scrollable-tweets>`
component is being used to throw an error if the testimonials
configuration is missing and to send the testimonials config to the
page.
- Updated pages where `<scrollable-tweets>` was being used.
- Updated the landing page generator to create new view-actions that
send the testimonials configuration to generated pages and updated the
template .ejs file.
2023-12-18 15:09:58 -06:00
Noah Talerman
6ed46644c6
Update features.yml (#15663)
- Disk encryption for Windows (BitLocker) is shipped...
2023-12-18 12:25:50 -06:00
Zay Hanlon
aadefc4da5
Update open-positions.yml (#15719)
Remove CSA role...
2023-12-18 12:24:54 -06:00
Noah Talerman
58d311bd8a
Update product design handbook (#15659)
- Add API design step...
2023-12-18 12:23:47 -06:00
Sam Pfluger
a00103bc87
Handbook/ceo: prepare for ceo office minutes meeting (#15708)
...

---------

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-12-16 13:05:32 -06:00
Dave Herder
58a1af4954
Update communications.md to clarify the specifics around noun labels (#15587)
Co-authored-by: Sam Pfluger <108141731+Sampfluger88@users.noreply.github.com>
2023-12-15 13:49:07 -06:00
Joanne Stableford
b0f7143acc
Add performance feedback (#15652)
Mention of performance feedback needs to remain on the communications
page, to be clear of the expectation for all Fleeties. It cannot live
solely on the Leadership page (which has a different target audience).
Reverting a change that happened recently, and linking to the manager
guidance in the Leadership page.

---------

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-12-15 13:43:30 -06:00
Noah Talerman
5817abb97b
Update product page in handbook (#15637)
- We already did this ...
2023-12-13 17:23:21 -06:00
Joanne Stableford
70d0030ab7
Update teammate's GH username (#15629)
...
2023-12-13 16:44:52 -06:00
Joanne Stableford
2d7a4e7c69
Adding in new CSA teammate (#15628)
...
2023-12-13 13:47:40 -06:00
Mike McNeil
ba52e131c3
Handbook: Program the CEO to do something (#15546) 2023-12-10 15:24:39 -06:00
Mike McNeil
96b8a7d265
Handbook: Update ceo.md: Clear double-bookings (#15544)
https://github.com/fleetdm/confidential/issues/4692
2023-12-10 14:55:50 -06:00
Mike McNeil
7422aedef5
Handbook: CEO: fix google drive folder link (#15533) 2023-12-08 15:12:24 -06:00
Luke Heath
689e4c8237
Clarifying drafting process (#15471)
Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
2023-12-08 11:58:17 -06:00
Noah Talerman
5bffc485ad
Update product maintenance ritual (#15517)
- Update section header so that links in stubs section works
- Remove fluffy content
2023-12-08 11:57:11 -06:00
Mike McNeil
8609ed123d
Handbook: Update org chart description (#15503) 2023-12-07 14:53:16 -06:00
Katheryn Satterlee
e05f63b891
Update pricing-features-table.yml (#15389)
Adding documentation links
2023-12-06 09:58:23 -06:00
Luke Heath
f89d78d065
Update air guitar process (#15451)
Now that Mike is not attending all design reviews, we are going to
assign the finished air guitar issue to Noah, and he will bring to a
review session with Mike.
2023-12-05 17:03:04 -06:00
Mike McNeil
b140a5af59
2023-12-01 Handbook: Github labels (#15399)
@lukeheath Could you have a look at the todos in the note? Your call on
when to prioritize these changes, but wanted to get the exceptions
tracked ASAP to stop the sprawl

(i.e. 2 more labels were created this week that don't match the
convention-- addressed separately and not listed here)
2023-12-04 16:13:39 -06:00
Noah Talerman
9041673ba9
Update features.yml (#15372)
- Add customer codename to Windows profiles feature
- Update date for this customers requests
2023-11-30 22:58:40 -06:00
Andrew Baker
e32b5b2f36
Update README.md (#15404)
Removing unnecessary stub

Podcast in the communications link

Based on request from: https://github.com/fleetdm/fleet/pull/15392/files
2023-11-30 22:57:18 -06:00
Andrew Baker
6f7dbc88f3
Handbook podcast upload steps. (#15392) 2023-11-30 22:43:51 -06:00
Alex Mitchell
6604afd63f
2023-12-01 Update communications.md (#15397)
Fixed misspelling of "platform" from "platfrom"
2023-11-30 22:23:26 -06:00
Eric
4feff451da
Website: Update pricing features yaml and pricing page. (#15294)
Closes: #15265

Changes:
- Updated `pricing-features-table.yml`:
- Changed the structure of the file so it is a flat array of features
(previously, features were nested under a category)
   - Added `productCategories` arrays to features that did not have them
   - Added `usualDepartment` values to features.
- Updated the pricing features validation in `build-static-content` to
work with the new file structure and made `productCategories` a required
value for features.
- Updated `view-pricing.js` to:
- categorize features based on the values of the `productCategories`
array
- build a single array of features (previously, it would also build an
array of features for security-focused buyers).
   - sort premium features to the bottom of the pricing table.
- Updated the `pricing.ejs` to:
   - render only the list of all features server-side
- conditionally show features in the pricing table, depending on the
selected pricing mode
2023-11-22 18:33:32 -06:00
Alex Mitchell
b7be9ed83b
Update pricing-features-table.yml (#15257)
Reordered major categories to start with 3 buying situations and moving
support and security/compliance higher.

---------

Co-authored-by: Sam Pfluger <108141731+Sampfluger88@users.noreply.github.com>
2023-11-21 22:32:10 -06:00
Mike McNeil
871df45fdd
Add examples (Update pricing-features-table.yml) (#15270) 2023-11-21 21:10:19 -06:00
Alex Mitchell
1b5c48d4e0
Update README.md (#15256)
Sam, per our ongoing conversation about creating a new issue template
for sales team member onboarding.

---------

Co-authored-by: Sam Pfluger <108141731+Sampfluger88@users.noreply.github.com>
2023-11-21 20:58:56 -06:00
Noah Talerman
313adb195c
Update features.yml (#15026)
- Finish these features so that Fleet can effectively run ads for them
2023-11-21 13:57:24 -08:00
Sam Pfluger
b2899c402e
Handbook/company/leadership#structure-of-departmental-handbook-pages (#14811)
- Add Isabell to team table
- reorder contact-us in leadership page
- Standardize "Contact us" on all departmental pages
- Convert all responsibilities to imperative mood verb phrase
- Untangle and deduplicate Engineering <> Product groups <> Product

---------

Co-authored-by: Rachael Shaw <r@rachael.wtf>
2023-11-21 13:55:46 -06:00
Joanne Stableford
e690c077df
Update formula in quarterly reporting (#15223) 2023-11-20 16:11:52 -06:00
Eric
d303556fd6
Handbook: Update "Testing changes" section on communications page (#15157)
Changes:
- Added a note about the `website/.sailsrc` file
- Fixed a typo
2023-11-15 16:10:25 -06:00
Joanne Stableford
dc4a99e5d3
Add franchise tax ritual details (#15125) 2023-11-15 15:46:42 -06:00
Noah Talerman
e9a84dbda0
Fold Q4 features in features.yml (#14934)
- Add Q4 features from product planning
- "[Best practice
GitOps](https://github.com/fleetdm/fleet/issues/13643)" and
"[Declaration (DDM)
profiles](https://github.com/fleetdm/fleet/issues/14550)" fall into Q1

---------

Co-authored-by: Sam Pfluger <108141731+Sampfluger88@users.noreply.github.com>
2023-11-15 15:39:56 -06:00
Mike Thomas
d2560fcd2c
Update pricing-features-table.yml (#15139)
Added buzzwords:

- Attack surface monitoring
- Policy assessment

---------

Co-authored-by: Sam Pfluger <108141731+Sampfluger88@users.noreply.github.com>
2023-11-15 15:03:40 -06:00
Noah Talerman
7670d69671
Update features.yml (#15110)
- Add "Patched versions" to "Vulnerability management" section

Pricing page update for #9835
2023-11-15 15:00:40 -06:00
Mike McNeil
3bc538cdc6
Update pricing-features-table.yml (#15158) 2023-11-15 14:56:19 -06:00
Luke Heath
d5885a4706
Update engineering handbook page (#15149)
Updating title to match the rest of the org.
2023-11-14 15:47:43 -06:00
Mike McNeil
5f004c6df5
Update pricing-features-table.yml: Add quote (#15100) 2023-11-11 11:17:15 -06:00
Mike McNeil
c4a474e58e
Handbook: Update product-groups.md (#15098)
Add roadmap
2023-11-10 15:33:06 -06:00
Eric
ab71a272ae
Handbook: Add ritual for checking osquery Slack invitation link. (#15091)
Related issue: https://github.com/fleetdm/fleet/issues/15089

Changes:
- Added a new engineering ritual to check the Slack invitation linked to
from Fleet and the Fleet website. (Slack invitations expire after 400
people have accepted the invitation)
2023-11-10 13:27:51 -06:00
Mike McNeil
3910d22342
Handbook: Bizops: Add SVB ritual (#15094) 2023-11-10 13:01:24 -06:00
Mike McNeil
e5113aeb90
2023-11-06 Handbook: Demand: Book an event (#14815)
This is a stub for Dustin to run with as a follow-through from
https://github.com/fleetdm/confidential/issues/3775#issuecomment-1786400718

And to https://github.com/fleetdm/confidential/issues/4197

---------

Co-authored-by: Sam Pfluger <108141731+Sampfluger88@users.noreply.github.com>
2023-11-09 20:37:32 -06:00
Andrew Baker
dbd04b434b
Add YouTube video uploads to handbook (#14966) 2023-11-09 17:21:54 -06:00
Taylor Hughes
99bc9f1f20
adding variable comp language. (#15049) 2023-11-09 12:52:10 -06:00
Taylor Hughes
ab26546441
Adding csm/linkedin sales nav to the tools we use table (#15005) 2023-11-09 02:50:26 -06:00
Mike McNeil
7d33b56ba1
Handbook: Update README.md (#15053)
Rearrange order of people in table to list @3KindsofFish first
2023-11-08 19:31:36 -06:00
Mike McNeil
0e88ad3f21
Handbook: Update README.md (#15052)
Set @3KindsofFish as the DRI on the demand gen departmental page.

# 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-08 19:28:01 -06:00
Mike McNeil
dc407d06e0
Handbook: Update leadership.md (#15042) 2023-11-08 13:42:10 -06:00
Mike McNeil
57903244fe
Update pricing-features-table.yml (#15030)
Add TODO to incorporate the perspective in
https://github.com/fleetdm/confidential/issues/4120#issuecomment-1802350614
2023-11-08 11:39:08 -06:00
Sam Pfluger
ca9f9c3038
Update communications.md (#15010) 2023-11-07 14:12:58 -06:00
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
Mike McNeil
d077a8c3eb
features.yml: Add waysToUse based on Atlassian talk (#14688)
Based on
https://www.youtube.com/watch?v=qflUfLQCnwY&list=PL6-FgoWOoK2YUR4ADGsxTSL3onb-GzCnM&index=4

Courtesy @nyanshak
2023-10-22 21:09:20 -05:00
Sampfluger88
0b06a10829
Handbook/customers Delete old content (#14655)
Closes fleetdm/confidential#4018

---------

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-10-21 13:13:35 -05:00
Sampfluger88
35b33e74e9
Handbook/Marketing » Demand (#14686)
Closes fleetdm/classified#641...

---------

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-10-21 13:01:43 -05:00
Sampfluger88
00ed554bae
Handbook/ open-positions.yml:Remove CSM position (#14684)
...
2023-10-20 18:12:49 -05:00
Eric
4a6bf0d447
2023-10-24 Website: Update /try-fleet (#14638)
Closes: https://github.com/fleetdm/confidential/issues/4015

Changes:
- Changed the url for `/fleetctl-preview` to
`/try-fleet/fleetctl-preview`
- Updated the controller for the `/fleetctl-preview` page to redirect
non-logged-in users to `/try-fleet/login`
- Removed the route for `/try-fleet/sandbox-expired`, and added a
redirect going to `/try-fleet/fleetctl-preview`.
- Updated the controller for `/try-fleet/sandbox` to redirect the users
without a non-expired Sandbox instance to `/try-fleet/fleetctl-preview`.
- Updated `signup.js` to not provision Fleet sandbox instances for
users.
- Updated the `User` model to support a third `signupReason`: "Try
Fleet"
- Updated `/try-fleet/register` to submit "Try Fleet" as a
`signupReason` when users sign up.
- Renamed the files for the `/fleetctl-preview` page (`get-started` »
`fleetctl-preview`)
- Updated/removed Fleet Sandbox related handbook sections.
- Replaced the "Fleet vs Fleet Sandbox" section in the deploying
documentation with a note about `fleetctl preview`.
- Updated links to Fleet Sandbox in articles.

---------

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2023-10-20 13:59:18 -05:00
Lucas Manuel Rodriguez
99d131e96e
Fix not found link in the handbook (#14650)
...
2023-10-19 12:19:46 -05:00
Dave Herder
851968c128
Update vendor-questionnaires.md (#14619)
updates on vendor questionnaires line items
...

---------

Co-authored-by: Sampfluger88 <108141731+Sampfluger88@users.noreply.github.com>
2023-10-18 23:36:45 -05:00
Luke Heath
52f84d2233
Update engineering rituals (#14629)
...
2023-10-18 20:58:25 -05:00
Eric
e900802956
Fix broken link in customers handbook (#14632)
Changes:
- Fixed a broken link (`gong.io` » `https://gong.io`)
...
2023-10-18 17:07:29 -05:00
Mike McNeil
8efac8b648
2023-10-17 Handbook: Product groups: Endpoint ops (#14589)
- Rename CX team => Endpoint ops
2023-10-18 15:56:53 -04:00
Mike McNeil
f4c8ce1812
Handbook: product groups: caps (#14592) 2023-10-17 21:25:57 -05:00
Mike McNeil
c4d6e6c882
Handbook: 🦢 (#14610) 2023-10-17 18:10:33 -05:00
George Karr
c360d75c06
Add engineering specific Hiring process that was previously undocumented. (#14511) 2023-10-16 18:15:50 -05:00
George Karr
a8b790c617
2023-10-13 Add Certificate renewal steps to engineering handbook (#14501)
Adding the annual ritual to make sure our Cert is always valid for new
customers to generate Push certificates. ...

---------

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-10-16 17:16:16 -05:00
Luke Heath
2b726f4b38
Update product groups membership (#14583)
...
2023-10-16 16:50:01 -05:00
Luke Heath
59d663ae54
Remove infrastructure engineer role (#14581)
Our interview pipeline is full....
2023-10-16 14:38:26 -05:00
Mike McNeil
7350e1e420
features.yml: Various improvements, one potential change (#14564) 2023-10-15 22:04:15 -05:00
Mike McNeil
87006de426
Update pricing-features-table.yml (#14563) 2023-10-15 20:43:32 -05:00
Mike McNeil
353e107472
Update pricing-features-table.yml (#14562) 2023-10-15 16:50:02 -05:00
Mike McNeil
f0fea17d59
Update pricing-features-table.yml (#14561) 2023-10-15 02:43:36 -05:00
Mike McNeil
519e40c9ba
Update pricing-features-table.yml (#14560) 2023-10-14 22:20:29 -05:00
Sampfluger88
847fb729bd
Update pricing-features-table.yml (#14559)
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-10-14 20:13:27 -05:00
Luke Heath
db93da95a8
Update sprint demos description (#14532)
I want to highlight: 

1. That we only demo features, improvements, and bug fixes. (not all
accomplishments might be unrelated to the release)

2. Specify that we want the content of the presentations to be
accessible to everyone and not too technical.

---------

Co-authored-by: George Karr <georgekarrv@users.noreply.github.com>
2023-10-14 16:57:43 -05:00
Sampfluger88
2ad19735cd
Bring file current with Fleeties (#14557)
Remove Head of Demand Gen position and comment out SDR position with
12-15 start date ...
2023-10-14 13:20:07 -05:00
Sampfluger88
b32af97863
Handbook/leadership: Removed step in hiring adding GitHub username to Fleeties (#14521)
Closes fleetdm/classified#610
2023-10-12 22:58:18 -05:00
Sampfluger88
92bbc4a1c0
Handbook/leadership (#14513)
- Add "Outline of departmental structure"
- Typos
- Add description of responsibilities
2023-10-12 22:56:07 -05:00
Joanne Stableford
65e6c4a758
Update open-positions to remove product manager (#14491)
...
2023-10-12 13:47:43 -05:00
Eric
5cb8051a40
Handbook: update experimentation and landing pages section. (#14482)
Changes:
- Combined the experimentation and landing page section on the
communications handbook page.
- Removed the note about the /imagine process on the "Why this way?"
handbook page.
2023-10-11 23:15:56 -05:00
Luke Heath
eaa0fdda24
Update oncall engineer expectations (#14457)
.
2023-10-11 23:15:27 -05:00
Joanne Stableford
ed24ecb2eb
Update open-positions to remove BizOps Engineer (#14473)
...
2023-10-11 22:34:43 -05:00
Mike McNeil
ad930c26a6
Handbook: Leadership: Call references before editing "Fleeties" (#14486) 2023-10-11 22:30:26 -05:00
Sampfluger88
6071c36e80
Update ceo.md (#14472)
...
2023-10-11 16:29:35 -05:00
Noah Talerman
080701a377
Features YAML: Update scripts (#14407)
- Add `industryName` and `documentationURL`
2023-10-10 23:23:11 -05:00
Luke Heath
1511354766
Typo fix (#14421) 2023-10-10 13:47:37 -05:00
Sampfluger88
f108e997ba
Handbook: Engineering (update to new structure) (#14369)
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-10-09 21:42:45 -05:00
Joanne Stableford
7dbc5d7a88
Adding Victor to CX product group (#14400) 2023-10-09 21:36:25 -05:00
Mike McNeil
a06c312453
handbook: should it be more 90s? (#14375) 2023-10-09 14:05:54 -05:00
Mo Zhu
ea8a546fc3
Cx pm listing 2023 (#14211)
FYI this role is ID # 1000 in the fleeties spreadsheet
2023-10-09 13:42:27 -05:00
Mike McNeil
4e7c3a1606
Update ceo.md (#14374)
# 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
- [x] 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-07 20:34:48 -05:00
Mike McNeil
1855a182f3
Fix copy/paste mistake (#14373) 2023-10-07 19:44:06 -05:00
Sampfluger88
a7999d2552
Website: Update build-static-content.js to enable new feature format in yml (#14372)
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-10-07 19:15:08 -05:00
Isabell Reedy
1555d09f57
2023-10-05 Handbook: add process for inter-team assistance on bugs (#14235)
1. Process to formalize how we prioritize bugs across teams, recognize a
bug's origin, and indicate the team who is currently working on it.
2. Formalize that this coordination will happen at a joint sprint
kick-off review (there are currently separate sprint kick-off reviews
for each team).

---------

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
2023-10-07 10:18:00 -05:00
Isabell Reedy
e9c7d50a2f
2023-10-05 Handbook/product#settled (#14270)
Once bugs have been settled, they should be removed from the drafting
board and moved into the 'to be scheduled' column of the bugs board so
that the PM knows they need to be prioritized into the sprint backlog.

---------

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-10-07 10:16:04 -05:00
Andrew Baker
8549092670
2023-10-05 Social community keywords (#14245)
Co-authored-by: Sampfluger88 <108141731+Sampfluger88@users.noreply.github.com>
2023-10-05 20:38:31 -05:00
Taylor Hughes
a329af1940
update tools we use table (#14330)
including product designers on the tool table to highlight using Gong
licenses
2023-10-05 20:32:15 -05:00
Luke Heath
cd34763c43
Fix broken link (#14332) 2023-10-05 14:59:49 -05:00
Martin Angers
a223cbc5c2
Update scaling-fleet.md (#14285)
Fix link to the list of tables referencing the hosts table (for manual
cleanup).
2023-10-04 22:35:18 -05:00
Andrew Baker
b9a8872fab
Drew bakerfdm event preparation (#14247)
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-10-04 21:14:55 -05:00
Sampfluger88
802aeda246
Update ceo.md (#14306)
# 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-04 16:20:29 -05:00
Isabell Reedy
d108147ec0
Update pre-sprint prioritization ritual to include notifying CS team (#14277) 2023-10-03 21:27:00 -05: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
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
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
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
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
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
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
Zach Wasserman
9db1bcc217
Update security-audits.md (#14172) 2023-09-27 09:35:25 -07:00
Sampfluger88
555915a4fa
Handbook 2 things (#14164)
- Handbook/company/communications#meetiungs: clearly document that the
expectation is that someone takes notes during meetings based on what is
said (gitlab’s handbook has some language here)
- Handbook/company/ceo#Flaws-and-feedback
idea: add to CEO tips in handbook “riffing 🎸” about an adjacent topic in
meetings. I sometimes...
2023-09-26 22:28:46 -05:00
Marko Lisica
a7a5bb9e09
New Figma component library and processes related to component changes (#14018)
# 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-26 22:14:29 -05:00
George Karr
c3c3cb309c
Update communications.md (#14142)
Documentation update for calendly process
2023-09-26 20:33:17 -05:00
Andrew Baker
102f68d02b
Drew bakerfdm handbook ads (#14152)
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-09-26 14:58:42 -05:00
Andrew Baker
e533a8d69d
2023-09-26 Drew bakerfdm swag handbook (#14101)
Added to rituals table and added processes for processing swag through
Printful and Postal.

---------

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-09-26 14:48:11 -05:00
Dave Herder
dff5d54814
Update README.md (#14118)
added instructions on extending sandbox trials
2023-09-25 21:15:33 -05:00
Luke Heath
1e1e28791f
Document milestone release ritual (#13932) 2023-09-25 14:35:36 -05:00
Mike McNeil
126e7b1cab
Handbook: CEO flaws (#14110) 2023-09-23 21:39:32 -05:00
Sampfluger88
8094f1ed03
Handbook: communications#equipment (#14075)
As a contributor to Fleet I want to make it easy and simple for new team
members current contributors to follow the process to gain new
equipment.

---------

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-09-22 23:54:01 -05:00
Mike McNeil
18b2e92101
Handbook: Spending company money > Spend less (#14109) 2023-09-22 23:34:09 -05:00
Sampfluger88
cc6742410c
Handbook: CEO#contact-us (#14063)
- implement [Schedule CEO interview
template](https://github.com/fleetdm/confidential/pull/3691/files)

---------

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-09-22 23:28:43 -05:00
Mike McNeil
30a0d1c2ea
Handbook: Update customer team (#14107) 2023-09-22 21:14:34 -05:00
Ringo
9e65664104
2023-09-19 Update open-positions.yml - SDR (#13974)
As we're going to be hiring for an SDR, here is a job spec with no
fluff. Please criticise....

---------

Co-authored-by: Sampfluger88 <108141731+Sampfluger88@users.noreply.github.com>
2023-09-22 14:23:59 -05:00
Andrew Baker
36b3dff1f2
Handbook: Swag responsibilities and ritual (#14061)
Looking to match format with
https://fleetdm.com/handbook/company/leadership#vision-for-dept-handbook-pages

---------

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-09-21 21:15:23 -05:00
Sampfluger88
88219135f2
Handbook: Communications#spending-company-money (#14065)
- Linked "Why-spend-less"...
2023-09-21 16:54:19 -05:00
Alex Mitchell
0958cb8ea1
Update README.md (#14043)
Added a bullet for AE to help get the PO from the customer after
contract signing so we can invoice.

...
2023-09-21 11:19:23 -05:00
Mike McNeil
23bffce944
Update ceo.md (#14041)
# 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-09-21 08:53:59 -05:00
Isabell Reedy
6c8cab58b1
Handbook: process for equipment requests (#14032)
...

---------

Co-authored-by: Sampfluger88 <108141731+Sampfluger88@users.noreply.github.com>
2023-09-21 04:05:35 -05:00
Sampfluger88
0620cdf06a
Manage intake (#14016)
- Added manage g-ceo intake to CEO page
- Added ritual manage g-ceo intake
- Add Manage intake to communications
- Update "👑Crown jewels" to "🎐Why Fleet?"
- Deleted extra space in why this way
...
2023-09-20 00:37:32 -05:00
George Karr
4fbfab54d1
Change software opening to explicitly call out MDM team (#13987)
...
2023-09-19 14:51:39 -05:00
Nathanael Holliday
d951a20a90
Update ceo.md (#13996)
Added KPI section as requested here:
https://app.zenhub.com/workspaces/-g-business-operations-63f3dc3cc931f6247fcf55a9/issues/gh/fleetdm/confidential/3658

...
2023-09-19 14:50:21 -05:00
Marko Lisica
2765d96503
2023-09-19: Handbook: Writing error messages (#13487)
Handbook: Writing error messages

---------

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
2023-09-19 14:39:17 -05:00
Alex Mitchell
b4f348c534
Update README.md (#13991) 2023-09-18 17:18:23 -05:00
Isabell Reedy
ea17f7d2ef
Adding 'to be scheduled' step into churned bug clean-up (#13968)
1. Adding a 'to be scheduled' column to the bug board so that the group
product manager knows which churned bugs need to be prioritized back
into the sprint after the de-prioritization meeting. We'd previously
been sending them back to the bug board inbox, but this was causing some
confusion.

2. Changing terminology from 'continue' to 'schedule' as discussed at
de-prioritization meeting.
2023-09-15 17:48:51 -05:00
Mo Zhu
d38159efd6
Bug prioritization order (#13935) 2023-09-15 17:34:28 -05:00
Sampfluger88
2ae1139bb8
Pattern match all "Contact us" sections (#13971) 2023-09-15 16:55:14 -05:00
Jin Yi
58be6fdacc
Handbook: Product groups: Air guitar (#13970)
# 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-09-15 16:29:29 -05:00
Luke Heath
12e748a325
Update taking time off (#13936) 2023-09-15 03:24:48 -05:00
Sampfluger88
0d68802b04
Fix ceo.rituals (#13946) 2023-09-14 18:19:57 -05:00
Zay Hanlon
b12d0b043a
Update open-positions.yml adding sherpa role (#13899)
Adding customer sherpa role
2023-09-14 10:52:45 -05:00
Isabell Reedy
44d28ff4f8
2023-09-11 Establishing completion criteria for "Settled" (#13813)
@zhumo this is much leaner than I originally drafted for your review,
but I think we can achieve the same thing using links. WDYT?
I haven't included the product ops quality check as it will be covered
under product rituals.

---------

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-09-14 08:07:11 -07:00
Sampfluger88
1e60b48ed1
Sales page reorg (#13915) 2023-09-13 14:57:38 -05:00
Mike McNeil
7acd3be94b
Handbook: Marketing: Contact us: Swag for events (#13911) 2023-09-13 09:42:54 -07:00
Mike McNeil
f49cd830fa
Handbook: Marketing: Contact us: Suggest an event (#13910) 2023-09-13 09:34:22 -07:00
Noah Talerman
ec3860db13
Handbook instructions for editing Audit log docs (#13873)
- Add instructions for editing the Audit log doc page
[here](https://fleetdm.com/docs/using-fleet/audit-logs#audit-logs).

---------

Co-authored-by: Sampfluger88 <108141731+Sampfluger88@users.noreply.github.com>
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-09-13 10:30:22 -05:00
George Karr
0d95528378
Add policy for PRs to engineering handbook (#13898) 2023-09-13 10:26:49 -05:00