Commit Graph

9169 Commits

Author SHA1 Message Date
Luke Heath
7815a7f695
Gatekeeper should ignore handbook and website PRs (#13948) 2023-09-15 09:57:28 -05:00
Isabell Reedy
35d233eee2
Docs - Automatically set enroll secret for team created via fleetctl apply (#13928) 2023-09-15 10:56:18 -04:00
Noah Talerman
93424e08c5
Tweak scripts docs (#13937)
- Tweak verbiage to make the docs look better.
2023-09-15 09:44:13 -04: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
Eric
5bcfc79785
Website: Update browser versions supported by the Fleet website. (#13940)
Closes: #13777

Changes:
- Updated the Fleet website's supported browser versions:
   - Chrome v76 » v80
   - Safari v12 » v13
   - iOS v12 » v13
   - Firefox v102 » v103
2023-09-14 16:01:45 -05:00
Marcos Oviedo
d0ab1c744e
Adding error logging for SOAP faults. Relaxing enrollment request checks (#13876)
This relates to #13875 

# Checklist for submitter

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

- [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-14 14:29:12 -03:00
Tim Lee
e80ea50240
Flock vulnerability false positive (#13827) 2023-09-14 10:38:36 -06: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
Noah Talerman
25af472c91
Fix rendering in MDM docs (#13920)
- Fix strange rendering in MDM docs
2023-09-14 09:43:33 -04:00
Mike Thomas
7a4737e459
migrate remaining docs pages (#13740)
Migrated remaining docs pages as part of the July 31st docs re-org
project. (See https://github.com/fleetdm/fleet/issues/13684)

Changes:

- Removed "Commands" section from fleet-server-configuration.md
- Moved systemd, using a proxy, SSO, and public IP content to the
"Deploy" docs and added stubs in the original file to preserve
bookmarked links.
- Changed the headings of the original stubs in the point above to be
wrapped in an HTML H2 tag to hide them from the "On this page
navigation."
- Updated left side-bar styling to match wireframes.

# Checklist for submitter
- [x] Manual QA for all new/changed functionality

---------

Co-authored-by: Rachael Shaw <r@rachael.wtf>
2023-09-13 16:06:35 -07:00
Luke Heath
946b25bd0e
Revert codecov changes (#13921) 2023-09-13 16:59:26 -05:00
Luke Heath
43d4545959 Enforce codecov at status check 2023-09-13 16:53:05 -05:00
Luke Heath
798457d9aa
Do not run docker publish workflow on fork PRs (#13918) 2023-09-13 16:34:39 -05:00
Katheryn Satterlee
c671143c97
Add docs for experimental feature (#13534)
Added documentation for experimental Orbit feature to silence errors
related to enrollment for #13071

# Checklist for submitter

Docs-only change

---------

Co-authored-by: Luke Heath <luke@fleetdm.com>
Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
Co-authored-by: Rachael Shaw <r@rachael.wtf>
2023-09-13 16:21:13 -05:00
Rachael Shaw
066f4c95d7
Docs: Fix title (#13917)
Sentence-case fix
2023-09-13 15:57:30 -05:00
RachelElysia
93c3e73665
Fleet UI: [second fix] Fix save policy 1 password autofill (#13914) 2023-09-13 16:52:19 -04:00
Noah Talerman
c481d67abb
Add docs for Fleet's Puppet module (#13837)
- Add doc page to explain setup and usage of Fleet's Puppet module
2023-09-13 16:39:41 -04:00
Martin Angers
1ce9eb5976
Fix invalid digest used in loadtest dockerfile (#13916) 2023-09-13 16:02:33 -04:00
Sampfluger88
1e60b48ed1
Sales page reorg (#13915) 2023-09-13 14:57:38 -05:00
RachelElysia
03bce9d369
Fleet UI: [second fix] Sentence case fixes (#13913) 2023-09-13 15:28:34 -04:00
Roberto Dip
ea6b59f179
upgrade Go version to 1.21.1 (#13877)
For #13715, this:

- Upgrades the Go version to `1.21.1`, infrastructure changes are
addressed separately at https://github.com/fleetdm/fleet/pull/13878
- Upgrades the linter version, as the current version doesn't work well
after the Go upgrade
- Fixes new linting errors (we now get errors for memory aliasing in
loops! 🎉 )

After this is merged people will need to:

1. Update their Go version. I use `gvm` and I did it like:

```
$ gvm install go1.21.1
$ gvm use go1.21.1 --default
```

2. Update the local version of `golangci-lint`:

```
$ go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2
```

3. (optional) depending on your setup, you might need to re-install some
packages, for example:

```
# goimports to automatically import libraries
$  go install golang.org/x/tools/cmd/goimports@latest

# gopls for the language server
$ go install golang.org/x/tools/gopls@latest

# etc...
```
2023-09-13 15:59:35 -03:00
George Karr
845bd6eef1
Update FAQ.md fix typo (#13828)
there is no `--osquery-channel` it's `--osqueryd-channel`
2023-09-13 12:50:51 -05:00
Jacob Shandling
46b1db7850
UI: Update tooltip/link structure & functionality in Software tables (#13893) 2023-09-13 10:19:56 -07: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
Eric
9c352ef5a0
Website: Bug fixes/Style updates on docs and landing pages. (#13810)
Closes: #13774
Closes: #13775
Closes: #13773
Closes: #13778

Changes:
- Updated hero text horizontal padding on landing pages.
- Updated the padding between sections on landing pages
- Fixed the background gradient on the /support page
- Updated the mobile docs navigation to show the section of the
documentation
2023-09-12 17:45:08 -05:00
Dave Herder
38c31d536d
Update FAQ.md (#13713)
Added documentation about using fleetctl with context and mdm commands

---------

Co-authored-by: Rachael Shaw <r@rachael.wtf>
2023-09-12 15:35:35 -07:00
Noah Talerman
8600c8fe14
Add docs for script execution (#13807)
- Add doc page for run a script via CLI story (#9583).
2023-09-12 18:31:04 -04:00
Noah Talerman
6026130a8e
Update API docs: add get host by device token (#13761)
- Add get host by device token
- Remove this API route from the contributor docs
2023-09-12 17:13:09 -04:00
Luke Heath
4f82684198
Update oncall rotation documentation (#13888) 2023-09-12 14:18:01 -05:00
Sampfluger88
e3efc8176e
Handbook/CEO#Contact us (#13892)
Changed link to be more specific
2023-09-12 14:07:21 -05:00
Isabell Reedy
a03680d9a7
Add scalability testing check to issue template (#13798)
Scalability testing added. 
Moved API changes from engineering to product.
2023-09-12 13:27:05 -05:00
Luke Heath
647fc04907
Update product group assignees (#13704)
The product group capacities is # of engineers * 13. #g-website seemed
way too high given it's just Eric, so I dropped that to 13. Note that
he's also being counted for 13 on the CX capacity, so we're
double-counting Eric.

His vuln dashboard work is tracked on the CX board, which is why we're
counting him there.
2023-09-12 13:26:21 -05:00
Joanne Stableford
ec95b8fa7c
Update "Hiring a new team member" to include adding location (#13874)
It's consistently a todo I send back for HM's prior to an offer going
out, realized we don't actually ask them to fill in that specific cell
in fleeties. Updating to fix.
2023-09-12 13:18:05 -05:00
Luke Heath
d260817437
Update Eng Leadership (#13881) 2023-09-12 12:57:05 -05:00
Sampfluger88
520c2314de
Handbook/CEO#request-equipment-from-fleet-it (#13883)
Fixed broken issue link
2023-09-12 12:49:11 -05:00
Mike McNeil
b436fc71e2
2023-09-08: Handbook: Engineering: Bug states (#13818) 2023-09-12 10:20:38 -05:00
gillespi314
5935c0bb48
Add retries to MDM profile verification (#13811) 2023-09-12 09:59:47 -05:00
Luke Heath
79d06820c1
Add infrastructure engineer position (#13867) 2023-09-12 01:15:00 -05:00
Luke Heath
a345ae6c3d
Update product-groups.md (#13866) 2023-09-12 01:11:17 -05:00
Dave Herder
7b94e908f0
Update README.md (#13871)
changed "SA" to "SC"
2023-09-12 01:09:54 -05:00
Mike McNeil
e7807313aa
Handbook: Customers: Add monthly ritual to make sure we're leaving pe… (#13868)
…ople alone

Handbook: Customers: Add monthly ritual to make sure we're leaving
people alone.
2023-09-11 17:45:35 -07:00
Mike McNeil
53ffdba96a
Website: /device-management (#13872)
Live session w/ Drew and Mike McNeil to make messaging match the primary
entry point to this page.

cc @mike-j-thomas
2023-09-11 17:44:26 -07:00
Sampfluger88
d8261679fd
Update ceo.md (#13869) 2023-09-11 18:28:44 -05:00
Luke Heath
e763abcfa8
Update leadership.md (#13865) 2023-09-11 17:59:29 -05:00
Luke Heath
79a9451952
Set MySQL table-definition-cache to 2048 (#13864) 2023-09-11 15:04:43 -05:00