Commit Graph
9381 Commits
Author SHA1 Message Date
Lucas Manuel RodriguezandRachael Shaw 138d66cfcb Add release notes for #7766 (#14497)
I'm not sure this is the best place to put this information or if this
is the best format. But we need to inform users of these changes
somewhere in the v4.39.0 release notes. Am all ears.

---------

Co-authored-by: Rachael Shaw <r@rachael.wtf>
2023-10-13 14:58:24 -03:00
Jacob ShandlingandJacob Shandling defd64d806 Check interval when determining if 'collecting results' (#14523)
## Addresses #14515 

- Include a check that a query's interval is set to something other than
never when deciding whether to display "Collecting results"

Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
2023-10-13 10:27:38 -07:00
Lucas Manuel Rodriguez 8c6cefc4f4 Fix panic in osquery-perf (#14534)
This is safe to merge during freeze as this is an osquery-perf only
change.
```
panic: runtime error: index out of range [1] with length 1

goroutine 14 [running]:
main.(*agent).config(0xc0001e5b80)
        /Users/luk/fleetdm/git/fleet/cmd/osquery-perf/agent.go:847 +0xb74
main.(*agent).runLoop(0xc0001e5b80, 0x0?, 0x0?)
        /Users/luk/fleetdm/git/fleet/cmd/osquery-perf/agent.go:463 +0x4d2
created by main.main in goroutine 1
        /Users/luk/fleetdm/git/fleet/cmd/osquery-perf/agent.go:1666 +0x1285
```
2023-10-13 14:26:46 -03:00
Lucas Manuel Rodriguez 7d13769de6 Fix false positive vulnerability for python on macOS (#14531)
#11923

- [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.~
- ~[ ] 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-13 14:24:35 -03:00
Gabriel Hernandez 8950d46cbc Fix script details modal UI bug (#14527)
fix a UI bug of the script details modal rendering incorrectly under the
top nav.

**Before:**


![image](https://github.com/fleetdm/fleet/assets/1153709/07370735-c305-42da-8934-7a375f4c3359)

**After:**


![image](https://github.com/fleetdm/fleet/assets/1153709/0a3cae2c-4cdb-4b72-8941-757949772993)

- [x] Manual QA for all new/changed functionality
2023-10-13 15:09:45 +01:00
Roberto Dip 2003677355 update TUF guide for target removals (#14528) 2023-10-13 09:47:37 -03:00
Roberto DipandMartin Angers 540f8b9657 Bring MDM hotfixes to main (#14494)
This brings the hotfixes in https://github.com/fleetdm/fleet/pull/14433
for https://github.com/fleetdm/confidential/issues/3922 and
https://github.com/fleetdm/confidential/issues/https://github.com/fleetdm/fleet/issues/3904

---------

Co-authored-by: Martin Angers <martin.n.angers@gmail.com>
2023-10-13 08:49:11 -03: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
Sampfluger88andMike McNeil 54971df031 Docs: Make Mike CODEOWNER of the docs (#14483)
Closes fleetdm/classified#588

---------

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2023-10-12 22:54:29 -05:00
Jahziel Villasana-Espinoza f92695fda5 osquery-perf: can send scheduled query results (#14502) 2023-10-12 20:41:04 -06:00
Roberto DipandMartin Angers e46e83baf8 upgrade Go to 1.21.1 for infra (#13878)
related to #13715, this updates the infra dependencies for the general
go upgrade that's happening at
https://github.com/fleetdm/fleet/pull/13877

I'm thinking we probably want to merge this after we're sure that
everything works well, maybe even after we have a release with go 1.21.1
out, so I'm making a separate PR.

---------

Co-authored-by: Martin Angers <martin.n.angers@gmail.com>
2023-10-12 21:09:17 -05:00
Joanne Stableford 972b61967f Update humans list in receive-from-github.js (#14518)
...
2023-10-12 17:58:59 -05:00
Jacob ShandlingandJacob Shandling 600fb401d6 Match no results tooltip text to Figma (#14516)
## Addresses [Reed's comment in
Slack](https://fleetdm.slack.com/archives/C01EZVBHFHU/p1697144038116529)
<img width="655" alt="Screenshot 2023-10-12 at 2 45 51 PM"
src="https://github.com/fleetdm/fleet/assets/61553566/b48621a6-092a-4623-91f5-03d7749733f6">
<img width="655" alt="Screenshot 2023-10-12 at 2 47 47 PM"
src="https://github.com/fleetdm/fleet/assets/61553566/e7844ecd-a2d8-4122-ae3e-35a4a62f45c6">
<img width="655" alt="Screenshot 2023-10-12 at 2 47 32 PM"
src="https://github.com/fleetdm/fleet/assets/61553566/2932fe4a-6b5c-4d09-9a96-1d88c39808e9">

Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
2023-10-12 14:52:27 -07:00
Jacob ShandlingandJacob Shandling 2a8e69b964 Remove extra change file (#14481)
Removes a changefile that was included in a previous release and
accidentally re-introduced to main.

Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
2023-10-12 14:49:30 -07:00
Jacob Shandling aeba3f0396 Disable edit query for o and o+ (#14514) 2023-10-12 13:45:37 -07:00
Tim Lee 148386e956 Docs: Query Report API (#14204) 2023-10-12 14:17:41 -06:00
Rachael Shaw 8bbdadfb42 Fix link formatting in "Get a list of Visual Studio Code extensions" query (#14512)
Fixed link formatting in "Get a list of Visual Studio Code extensions"
query
2023-10-12 14:44:11 -05:00
RachelElysia eec7b439d3 Fleet UI: Add default table empty state (#14510) 2023-10-12 15:34:14 -04:00
Jacob Shandling c5ffd58679 Polish report empty states (#14507) 2023-10-12 15:13:52 -04:00
Joanne Stableford 65e6c4a758 Update open-positions to remove product manager (#14491)
...
2023-10-12 13:47:43 -05:00
RachelElysia 3af5b805b0 Fleet UI: Remove default states causing race conditions with empty state rendering (#14499) 2023-10-12 14:28:31 -04:00
gillespi314 35cfde8b34 Always return empty host scripts details for unsupported platforms (#14451) 2023-10-12 13:25:05 -05:00
Gabriel Hernandez a55b346563 Fix UI typos (#14488)
typo fixes for scripts work.


- [x] Manual QA for all new/changed functionality
2023-10-12 17:05:58 +01:00
RachelElysia 2489675546 Fleet UI: [tiny bug] Autosize input does not scroll within itself (#14492) 2023-10-12 12:00:31 -04:00
RachelElysia 481a8bcff2 Fleet UI: [tiny fix] Body background color for auth pages on resize (#14489) 2023-10-12 11:58:43 -04:00
gillespi314 632e21ce55 Add OS settings filter to UI (#14412) 2023-10-12 10:57:58 -05:00
gillespi314 719e761f28 Fix unreleased UI bug in OS settings modal (#14434) 2023-10-12 10:57:39 -05:00
gillespi314 e139eb412f Fix unreleased bug in run script UI (#14462) 2023-10-12 10:57:19 -05:00
RachelElysia 05c5af1f2c Fleet UI: Repush changes to fix info banner again (#14490) 2023-10-12 11:56:40 -04:00
Noah Talerman e89a919d06 Docs: Update SCEP configuration (#14234)
- Update configuration docs to clarify this and what the workaround is
if changing the cert/key is necessary (due to compromise)
- Remove words from macOS setup docs
2023-10-12 11:27:49 -04:00
Martin Angers 7cbcb94720 Return os settings of host even if only Windows MDM is enabled (#14469)
#14383 

# 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] Added/updated tests
- [x] Manual QA for all new/changed functionality
 (tested the fix with my reproduction setup)
2023-10-12 09:31:10 -03:00
Roberto Dip 05309d65a0 update gif for mdm migration (#14471)
#13858
2023-10-12 09:28:43 -03: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
Rachael Shaw 1cc6df9705 REST API docs: Fix some formatting issues (#14480)
Fixed capitalization/formatting for a few inconsistent headings I
noticed.
2023-10-11 17:48:15 -05:00
Eric 816a24fdf5 Update title of 4.37.0 release notes (#14479)
Changes:
- Updated the `articleTitle` meta tag of `fleet-4.37.0.md`
2023-10-11 18:12:17 -04:00
Jacob Shandling b86b65db9b Query reports/caching feature (#14460)
This PR includes all the frontend and backend work for #7766
2023-10-11 14:51:36 -07:00
Rachael Shaw d8aaa4e9fc Docs: Update REST API docs for "Run automation for all failing hosts of a policy" endpoint (#13630)
+ Fixed capitalization in title
+ Shortened description, and instead linked to relevant conceptual
documentation to clarify default policy automation behavior
+ Updated parameter descriptions (and listed premium feature last)
2023-10-11 16:49:45 -05:00
Jacob Shandling 0d87292d11 revert linted docs changes 2023-10-11 14:43:47 -07:00
dependabot[bot] 580a65dd83 Bump semver from 5.7.1 to 5.7.2 (#12710) 2023-10-11 16:40:00 -05:00
dependabot[bot] 3c0e28fbc2 Bump tough-cookie from 4.1.2 to 4.1.3 (#13836) 2023-10-11 16:38:41 -05:00
Sampfluger88 6071c36e80 Update ceo.md (#14472)
...
2023-10-11 16:29:35 -05:00
Jacob Shandling 51854b88bf make dump 2023-10-11 14:04:32 -07:00
Lucas Rodriguez 10c6390b94 Reorder migrations 2023-10-11 17:53:30 -03:00
Jacob Shandling ddd77efa9d merge main into 7766 (#14468) 2023-10-11 13:30:42 -07:00
Sampfluger88 b43188a671 Offboarding » Mo (#14470)
...
2023-10-11 15:25:51 -05:00
Jacob Shandling 9cf4239b09 update order of migrations 2023-10-11 13:22:28 -07:00