Frank Sievertsen
7ebb97cd70
Fire automations for hosts that failed before automation enabled ( #9028 )
2022-12-16 22:00:54 +01:00
Michal Nicpon
37f454c0be
Add dep key pair endpoint ( #9007 )
2022-12-16 19:39:36 +01:00
Jacob Shandling and Jacob Shandling
54bf64ada4
UI: Fix line height issue on error in registration flow via replacing InputFieldWithIcon with InputField ( #8819 )
...
* Replace InputFieldWithIcon with InputField on setup page
* same refactor on OrgDetails and FleetDetails
* Fix admin setup page spacing issue
* change file
* Remove redundant registration flow placeholders per style guide - info already in labels
* Update reg flow tests getByPlaceHolder -> getByLabel
* update e2e tests with getByPlaceHolderText -> getByLabelText
Co-authored-by: Jacob Shandling <jacob@fleetdm.com >
2022-12-16 10:32:10 -08:00
gillespi314
836553ba60
Fix cron trigger bug ( #8950 )
2022-12-16 12:00:42 -06:00
CarlosFleetDM
e722b414bf
Update README.md ( #9049 )
2022-12-16 11:09:36 -06:00
Eric
f5b60b9667
update hostsEnrolledByOrbitVersion and hostsEnrolledByOsqueryVersion types ( #9041 )
2022-12-15 18:13:14 -06:00
Eric
b8c2db08c9
Website: Update build script to throw an error if Markdown contains a @fleetdm.com email address ( #9027 )
2022-12-15 17:59:24 -06:00
dependabot[bot]
7595cb63a0
Bump express from 4.16.3 to 4.17.3 ( #8943 )
...
Bumps [express](https://github.com/expressjs/express ) from 4.16.3 to 4.17.3.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.16.3...4.17.3 )
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-15 17:03:27 -06:00
Gabriel Hernandez
e6243c2b60
Exclude critical attribute on a policy update if on free tier ( #9045 )
2022-12-15 15:46:48 -06:00
Chris McGillicuddy
51d3637bf1
Create end-user-self-remediation.md ( #9029 )
...
* Create end-user-self-remediation.md
* Update end-user-self-remediation.md
* Update end-user-self-remediation.md
2022-12-15 11:35:11 -06:00
RachelElysia
29feeeb768
Fleet UI: Rebase fix ( #9040 )
2022-12-15 12:06:09 -05:00
Zach Wasserman
adb2ab53f0
Add vulnerability alert remediation to engineering rituals ( #9030 )
2022-12-14 16:30:28 -08:00
Eric
45da29cfb5
Change email addresses used in examples to @example.com ( #9026 )
2022-12-14 16:13:12 -06:00
Chris McGillicuddy
a931331818
Update why-this-way.md ( #9023 )
...
* Update why-this-way.md
These edits address items 6 and 9 from the handbook notes doc: https://docs.google.com/document/d/17BhgTqCI5255RY71m5ri3nDx71DqmfYwyJmRe_nJ4Ns/edit?usp=sharing .
The content for Why open source? identifies benefits and addresses security concerns. I ended this section with a sort of call to action. This differs from other content in Why this way, but it seemed like a good opportunity. If this feels too aggressive, I can cut the Results section.
I've consolidated the bullets for every company values, as well as wrote summaries for the values that didn't have them. The goal is to make each value more distinct and easier to understand.
* Update README.md
* Update README.md
2022-12-14 14:56:03 -07:00
RachelElysia
51d1cf8569
Fleet UI: Add critical policy option ( #8758 )
2022-12-14 13:57:57 -05:00
RachelElysia
267f65a603
Frontend testing documentation ( #8936 )
2022-12-14 13:56:56 -05:00
Marcos Oviedo
2f77a50903
Fixing size comparison in sanity check function - Check should consider optional strings ( #9019 )
2022-12-14 15:17:58 -03:00
Robert Fairburn
4c084da762
Add optional fleet.tls.secretName to helm chart ( #8921 )
2022-12-14 12:17:44 -06:00
Robert Fairburn
612c86531b
Fix helm health Probes if tls enabled ( #8922 )
2022-12-14 12:17:22 -06:00
Martin Angers
f5ea13a800
Add changes file ( #9020 )
2022-12-14 09:56:13 -05:00
Stephan Miehe
b6a409fa3b
Support redis username ( #9018 )
2022-12-14 08:53:38 -05:00
Mike McNeil
af3bf28971
DRI == Jarod ( #9002 )
...
* DRI == Jarod
* Update CODEOWNERS
* Update CODEOWNERS
* Update custom.js
* Fix accidental change
Up to you guys, ill leave the way it was
2022-12-13 22:30:53 -06:00
Mike Thomas
bb40f876dd
Updated marketing DRI in the handbook ( #9017 )
...
I spotted and updated a couple of places in the handbook that needed the VP of marketing updating.
2022-12-14 13:21:37 +09:00
Zach Wasserman
fce4bae018
Fix typos in website code ( #9015 )
2022-12-13 15:33:23 -08:00
Marcos Oviedo
53b74e576c
Adding fallback mechanism to retrive UUID on Windows ( #8993 )
...
* Adding fallback mechanism to retrive UUID on Windows
* Fixing erroneous code comments
* Addressing code review findings
2022-12-13 18:04:49 -03:00
Mike McNeil
b6f12a1109
Real talk ( #9003 )
...
* Real talk
* Salesforce shoutout
@anelshaer
* Update README.md
2022-12-13 13:44:41 -06:00
Jacob Shandling
647a9bbf0f
Match e2e testing nav link to correct header id ( #8903 )
2022-12-13 10:04:29 -08:00
Jacob Shandling and Jacob Shandling
665ed443b9
Refactor StatusCell to StatusIndicator ( #8854 )
...
Co-authored-by: Jacob Shandling <jacob@fleetdm.com >
2022-12-13 10:04:07 -08:00
Michal Nicpon
3c9dd27d75
add fleectl generate mdm-apple-bm command ( #8979 )
2022-12-13 16:24:50 +01:00
Noah Talerman
6a437aaa35
Add augeas to list of improvements in 4.24 article ( #8971 )
2022-12-12 16:29:23 -05:00
Martin Angers
f18a320bd5
Add command get mdm-apple-bm to fleetctl ( #8949 )
2022-12-12 15:45:53 -05:00
Mike Thomas and Eric
499e0a2890
Fleet Cloud beta ribbon ( #8990 )
...
* Fleet Cloud beta ribbon
I added the ribbon back to the top of fleetdm.com pages to promote the beta campaign.
@eashaw, please can you take over when you're back online? There's a repeated class headerCTAHidden that I'm not sure whether to keep or not.
* remove unused css class
Co-authored-by: Eric <eashaw@sailsjs.com >
2022-12-12 14:19:11 -06:00
Tomas Touceda
45e0a14700
Add quay push ( #8967 )
...
* Add quay push to the snapshot pusher to start
* Tags need to be just the tag part in this one
* Put the tag in a variable
* Fix typos
* Switch up how we define registry to see if it finds the image like this
* Add quay push everywhere else
2022-12-12 14:15:06 -03:00
Zach Wasserman and Tomas Touceda
083b781c2c
Send custom headers for live queries ( #8991 )
...
This needed to be set specifically for the live query websocket dialer,
since that doesn't use the HTTP client that the rest of the API client
methods use.
Co-authored-by: Tomas Touceda <chiiph@gmail.com >
2022-12-12 07:56:35 -08:00
Mike Thomas
a6d3938182
image update ( #8989 )
...
swapped image to most recent version.
2022-12-11 16:02:18 -06:00
Mike McNeil
8b762c5622
Add more color to FAQ + propose a naming decision ( #8674 )
2022-12-10 23:56:24 -06:00
Eric
70bf6b3344
Website: add Fleet Cloud banner to homepage ( #8988 )
2022-12-09 19:29:41 -06:00
Mike McNeil
45643b5468
Update pricing.ejs ( #8985 )
...
* Update pricing.ejs
* Update pricing-features-table.yml
2022-12-09 15:04:29 -06:00
Frank Sievertsen
a228dcb170
Add critical policies as a premium feature ( #8959 )
...
* add premium feature critical policies
* update documentation
* add test for premium-only field
* update old change-file
* test policies more comprehensively
* also test team policies
* PATCH returns wrong timestamp, updating test
2022-12-09 19:23:08 +01:00
Roberto Dip
e68535d468
report errors that can occur during file carving ( #8972 )
...
related to https://github.com/fleetdm/fleet/issues/8117
2022-12-09 13:21:30 -03:00
Tomas Touceda
71dbb71df4
Update go to 1.19.4 ( #8945 )
...
* Update go to 1.19.4
* Comment out failing package test
* Comment out ALL the packaging tests for windows for the moment
* Update go to 1.19.4
* Comment out failing package test
* Comment out ALL the packaging tests for windows for the moment
* Update changelog
* Bump versions
* Update changelog to reflect this being a security release
2022-12-09 11:47:17 -03:00
Reed Haynes and Reed Haynes
a94d697ce4
updated osquery testing files ( #8940 )
...
Co-authored-by: Reed Haynes <reed@fleetdm.com >
2022-12-08 13:28:36 -08:00
Mo Zhu
042504c4cf
Update pricing to reflect that osquery startup flags exists ( #8970 )
2022-12-08 13:21:44 -08:00
Gabriel Hernandez
22abdd4ed8
add frontend directories for mdm ( #8968 )
2022-12-08 14:28:39 -06:00
Eric
cddf7953e6
Update Fleet Premium pricing ( #8966 )
...
* update Fleet Premium price
* Update new-license.ejs
2022-12-08 13:01:24 -06:00
RachelElysia
e9afcc778a
Fleet UI: Fix input field alignments ( #8963 )
2022-12-08 10:57:28 -08:00
Robert Fairburn and Michal Nicpon
41feacad4d
Fix confusion with tags on dogfood deploy workflow ( #8964 )
...
* Fix confusion with tags on dogfood deploy workflow
* Update .github/workflows/dogfood-deploy.yml
Co-authored-by: Michal Nicpon <39177923+michalnicp@users.noreply.github.com >
Co-authored-by: Michal Nicpon <39177923+michalnicp@users.noreply.github.com >
2022-12-08 12:11:33 -06:00
111a633bd5
Update pricing-features-table.yml ( #8954 )
...
* Update pricing-features-table.yml
* It doesn't actually support markdown, I just got excited
* Add features key to device management category
* Apply suggestions from code review
Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com >
* Mark profiles as free
Co-authored-by: Eric <eashaw@sailsjs.com >
Co-authored-by: Mo Zhu <mo@fleetdm.com >
Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com >
2022-12-07 23:21:32 -06:00
Eric
5775bbbe0c
add required values to icloud_private_relay & fix markdown link in description ( #8955 )
2022-12-07 11:43:58 -08:00
RachelElysia
fa8ee026ff
Frontend: Unit tests /components directory, convert to svg icons ( #8716 )
2022-12-07 09:59:38 -08:00