Commit Graph

9017 Commits

Author SHA1 Message Date
Martin Angers
7b0a0fbe5e
DB migrations for saved scripts (#13765) 2023-09-11 11:54:34 -04:00
RachelElysia
d8d28184f5
Fleet UI: Disable 1password autofills in random inputs (#13762) 2023-09-11 10:01:31 -04:00
RachelElysia
ab263bb76a
Fleet UI: [small released bug] Fix time cell with tooltip component to not have a date restriction, add unit tests for edge cases (#13824) 2023-09-11 09:45:15 -04:00
RachelElysia
11e019eb20
Fleet UI: Fix capitalization (#13748) 2023-09-11 09:44:27 -04:00
RachelElysia
5f55e0f696
Fleet UI: Fix gap in manage automations modal (#13750) 2023-09-11 09:39:36 -04:00
RachelElysia
f0cdb58ea5
Fleet UI: Fix autosize text field to not cut off placeholder text (#13826) 2023-09-11 09:39:01 -04:00
Gabriel Hernandez
fa252e4977
Update controls tabs to show mdm disabled UI state per tab (#13794)
relates to #9831

Update Controls page to individually show the mdm disabled UI state per
tab. Before this was done across the entire control page:


![image](https://github.com/fleetdm/fleet/assets/1153709/67a88cf4-c489-46aa-a802-58c4ef61ac5a)


Also, refactors the code to be less specific to mac OS.


- [x] Manual QA for all new/changed functionality
2023-09-11 12:52:24 +01:00
Scott Blake
22e75a2f9b
Allows deletion and recreation in under 7 days (#13454)
# 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.
- [ ] Added/updated tests
- [ ] Manual QA for all new/changed functionality

This changes the behavior of Secrets Manager resources to prevent the
minimum scheduled deletion time of 7 days to allow for more rapid
terraform destroy and apply scenarios.

Co-authored-by: Robert Fairburn <8029478+rfairburn@users.noreply.github.com>
2023-09-10 13:00:53 -05:00
JD
09a5419f03
Fix sentence case (#13855) 2023-09-09 14:03:48 -07:00
Isabell Reedy
cf50815f59
Update to product rituals (#13814)
1. Churned bug rituals moved to mid-sprint 
2. Isabell as DRI for CX KPI numbers 
3. Maintenance ritual added.
4. Add "Settled" quality check
5. Add notifying CS as part of churned bug round-up
2023-09-09 00:00:52 -05:00
Rachael Shaw
1e7dbdc60c
Handbook: Product groups > Defining "done" formatting fix (#13801)
Added colons for readability (aka so the sentences in this section would
still make sense if the labels were unbolded). Found it a bit harder to
parse than lists on other pages that use ":" as a separator. Also, added
a missing bullet point.

Screenshot with change made in the inspector for comparison:
![Screenshot 2023-09-07 at 12 52 31
PM](https://github.com/fleetdm/fleet/assets/3065949/5c733af1-35b4-44f6-92c0-e8cfbf3951a8)
2023-09-08 23:38:20 -05:00
Mike McNeil
16533e5f52
Handbook: Leadership: Use "contact us" (#13854) 2023-09-08 22:16:02 -05:00
Sampfluger88
08e146127e
Update README.md (#13853) 2023-09-08 22:11:53 -05:00
Nathanael Holliday
8c5efced90
Update custom.js (#13822)
Removed employee that is no longer at Fleet.
2023-09-08 20:26:30 -05:00
Nathanael Holliday
6d6e188ced
Update receive-from-github.js (#13823)
Removed an employee no longer at Fleet.
2023-09-08 20:25:19 -05:00
Thomas Walston
2dd1882928
Handbook: Customer - Team (#13842)
# 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-08 20:24:14 -05:00
Eric
2a66915915
Website: remove /overview & unused images (#13840)
Closes: #13769

Changes:
- Removed the /overview page
- Updated routes, importer.less, and policies
- Removed 21 unused images
2023-09-08 20:23:36 -05:00
Paul H Tardif
b26e8321d1
Update the sales statement for introduction (#13843)
# 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-08 20:14:38 -05:00
Noah Talerman
8abacc6f8f
2023-09-07: Handbook: Product dept: Wireframing (FUTURE: Move to "Product groups") (#13760)
- Add bullet about style improvement intake.
2023-09-08 19:14:19 -05:00
Sampfluger88
ebdf4d1b04
Added Head of Demand Gen (#13850) 2023-09-08 19:10:55 -05:00
Eric
559cad03e3
Website: update modal styles (#13849)
Closes: #13779

Changes:
- Updated modal styles
2023-09-08 18:37:58 -05:00
Mike McNeil
02338f2ca9
Handbook: Leadership: Changing someone's position (#13851) 2023-09-08 18:30:09 -05:00
JD
8e59fa7837
4.37.0 release article & echelon 1 article (#13838)
Articles for Issues #13442 and #13573

---------

Co-authored-by: Andrew Baker <89049099+DrewBakerfdm@users.noreply.github.com>
Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
Co-authored-by: Eric <eashaw@sailsjs.com>
2023-09-08 15:04:25 -07:00
Sampfluger88
50edea3d93
Handbook/company/open-positions.yml (#13846)
- Align all open positions to match formatting
2023-09-08 16:56:22 -05:00
Sampfluger88
f0b071359d
Update leadership.md (#13844) 2023-09-08 16:52:25 -05:00
Zay Hanlon
70534789b2
Update open-positions.yml (#13841)
Creating CSM role.
2023-09-08 16:51:52 -04:00
Sampfluger88
45e2c7e8d1
Beginnings of Sale page (#13785)
.

---------

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-09-08 15:26:55 -05:00
Sampfluger88
75426693a0
Handbook: leadership#vision for departmental handbook page (#13792)
.
2023-09-08 15:23:38 -05:00
Isabell Reedy
199d86e2bd
Typo fix (#13808)
.
2023-09-08 15:22:35 -05:00
Luke Heath
a745c3a8a8
Prepare Fleet v4.37.0 (#13821) 2023-09-08 13:35:44 -05:00
Noah Talerman
3dd85c6a6d
MDM docs: MDM commands (#13745)
- Add "NotNow" MDM status
2023-09-08 09:44:03 -04:00
Luke Heath
11aa2d4855
Fix orbit changelog typo (#13755) 2023-09-08 10:23:42 -03:00
Mike McNeil
95a30b7d48
Handbook: CEO: Clarify that calendar cannot be edited. (#13817) 2023-09-07 22:45:37 -05:00
Mike McNeil
f9e9229958
Handbook: CEO: Please don't add events to CEO's calendar. (#13816) 2023-09-07 22:26:12 -05:00
Luke Heath
8abc7f3a21
2023-09-07: Add freeze period exception to handbook (#13631)
.

---------

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
Co-authored-by: Sampfluger88 <108141731+Sampfluger88@users.noreply.github.com>
2023-09-07 22:16:51 -05:00
Isabell Reedy
679fd8ac7a
2023-09-07: Handbook: Communications: Shared calendars (#13636)
..

---------

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-09-07 21:51:52 -05:00
Andrew Baker
fec1dcc662
2023-09-07: Handbook: Engineering dept: Sprint ceremonies (#13783)
Updating sprint demos verbiage in the handbook. This change reflects an
ongoing effort not to mention customer names so that we can share Sprint
Demos with the community..

---------

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-09-07 21:42:16 -05:00
Sampfluger88
bad17bc1b3
2023-09-07: Handbook: Figma (#13732)
Goal: Pull out usable content from gist to correct pages

- Pulled out from marketing page gist:
13ee3d840f/old-community-slash-marketing-handbook-page-2023-08-29.md

 - Added Figma to communications.
2023-09-07 21:37:01 -05:00
Roberto Dip
e023f84914
fall back to read fleetd config using the output of profiles (#13800)
in #12086 we tried to implement a more efficient way to read values from
configuration profiles, but we have found that sometimes the wrong value
is reported.

This seems to be related to an internal caching mechanism, as the issue
is fixed if you add/remove a profile.

# Checklist for submitter

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

- [x] Added/updated tests
- [x] Manual QA for all new/changed functionality
2023-09-07 15:13:32 -03:00
Lucas Manuel Rodriguez
811e38c0f2
Add build info to orbit macos build action (#13796) 2023-09-07 13:23:38 -03:00
George Karr
899cb38f22
Allow build orbit to run manually (#13795) 2023-09-07 11:32:05 -03:00
Zachary Winnerman
075ecf4a62
Add separate kms key for installers (#13786)
# 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-07 07:21:24 -04:00
Mike McNeil
993c1fa9a6
Handbook: Marketing dept: Normalize caption (#13791) 2023-09-06 23:48:55 -05:00
Sampfluger88
7481cec68f
Automation: Add support for *.rituals.yml (#13754)
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-09-06 23:20:13 -05:00
Isabell Reedy
740014fcc7
Handbook: Product dept#Maintenance (#13662)
Add maintenance tracker to maintenance ritual

---------

Co-authored-by: Sampfluger88 <108141731+Sampfluger88@users.noreply.github.com>
2023-09-06 22:36:29 -05:00
Isabell Reedy
fa87333eca
Include "needs clarity" column for drafting process (#13726)
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-09-06 22:30:54 -05:00
Isabell Reedy
51faaf4f9f
Add website rituals to product rituals (#13724)
.
2023-09-06 22:11:01 -05:00
Mike McNeil
7521784fc6
Handbook: Request equipment from Fleet IT (#13787) 2023-09-06 21:43:09 -05:00
Luke Heath
91a80dbdc3
Adjust GoReleaser timeout during macos build step (#13768) 2023-09-06 17:48:06 -05:00
Lucas Manuel Rodriguez
8bf46f16a5
Fix software ingestion when fields are larger than supported (#13741)
Should fix the issue reported in #12230. For Wireshark, osquery was
reporting a `vendor` value larger than what we allowed storing in the
`vendor` column (32 bytes). But recently we enlarged the `vendor` column
to fit `114` chars. The direct software ingestion routine was inserting
a new software entry every time because the incoming software vendor was
different to what Fleet had stored in the previous ingestion (`vendor`
column trimmed from `The Wireshark developer community,
https://www.wireshark.org/` to `The Wireshark developer communit`).

I've now made sure that all fields are trimmed as soon as they are
received by osquery thus not triggering any re-inserts when any field is
larger than what Fleet supports.

- [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.
- ~[ ] 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.~
- [X] 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-09-06 17:32:11 -03:00