Commit Graph

3404 Commits

Author SHA1 Message Date
Mike Thomas
91424de222
Update homepage.ejs (#3713)
Changed the caption under "Single source of truth."
2022-01-17 13:11:25 -06:00
Kelvin Oghenerhoro Omereshone
31459b97e4
fix: add clarity on signing and notarising on macOS (#3714)
Add clarity on signing and notarising macOS osquery installers
2022-01-17 18:30:18 +01:00
Guillaume Ross
4776ae68b4
Adding myself to maintainers (#3720)
As per the onboarding issue https://github.com/fleetdm/confidential/issues/779
2022-01-17 12:27:52 -05:00
Mike Thomas
1cab8f4c74
Removed Nunito font (#3692)
* Removed Nunito font

We currently only use Nunito Sans as the Fleet typeface. These two references to Nunito were an error on my part in the design files.

Removed:
• Nunito font family

Changed:
• Nunito references to use Nunito Sans

* Replace Nunito with Nunito Sans

Co-authored-by: eashaw <caglc@live.com>
2022-01-17 11:20:18 -06:00
Mike McNeil
3b6bcc173d
Please use sentence case (#3719)
See brand handbook at fleetdm.com/handbook
2022-01-17 09:43:52 -06:00
eashaw
645490019e
Update customer portal styles (#3663)
* Add more specific error for login.js

* fix typo, add can I use comment

* adjust padding for quote preview

* update quoted price when number of hosts change

* update footer link layout

* fix lint error
2022-01-17 14:26:40 +09:00
Luke Heath
afaecee662
Close flash message when a modal is opened (#3711) 2022-01-16 20:46:20 -06:00
Lucas Manuel Rodriguez
61b21df79e
Add flags to fleetctl preview to set custom orbit and osqueryd update channels (#3683)
* Add channel options for orbit update on fleetctl preview

* Add changes

* Also set channels on orbit execution in preview
2022-01-14 18:25:26 -03:00
Lucas Manuel Rodriguez
d7e2e33e01
Disable orbit osquery extensions on Windows (#3705)
* Disable orbit osquery extensions on Windows

* Add the same to shell.go
2022-01-14 17:42:38 -03:00
Tony Gauda
c74d087081
Update customer-experience.md 2022-01-14 15:11:05 -05:00
Mike McNeil
17268afc63
Be crafty 2022-01-14 13:37:09 -06:00
Mike McNeil
2d0104c9de
Assumptions (#3700) 2022-01-14 12:54:30 -06:00
Tony Gauda
16245344f1
Update customer-experience.md 2022-01-14 13:08:57 -05:00
Tony Gauda
f53aeaf1cb
Update customer-experience.md 2022-01-14 13:08:20 -05:00
Zach Wasserman
6bc4718a20
Update FAQ for duplicate host enrollment (#3698) 2022-01-14 09:58:56 -08:00
Kelvin Oghenerhoro Omereshone
27c76a0e47
fix: update link to Orbit repository (#3684)
Current link leads to the archived Orbit repo
2022-01-14 18:25:50 +01:00
Mike Thomas
ec5840d4eb
Create growth.md (#3691) 2022-01-14 09:44:13 -06:00
Mike Thomas
3b621e67ee
Update community.md (#3690)
• Changed up the header tags for styling consistency.
• Added "Posting on social media as Fleet" section.
2022-01-14 09:44:01 -06:00
Mike McNeil
79af3b9717
Cut words (#3694) 2022-01-14 09:34:53 -06:00
Mike McNeil
7929c3bb40
Update handbook.md (#3688) 2022-01-14 16:33:10 +09:00
eashaw
eb1e69a643
Update website heading font (#3681)
* Add nunito and nunito sans to /fonts, remove google font tags (for nunito only),

* update layouts

* Add Nunito-sans-extrabold

* replace font files
2022-01-14 13:23:57 +09:00
Zach Wasserman
ef42199c57
Improve Orbit debug logging (#3687)
Log reasons for runners terminating.
2022-01-13 16:54:28 -08:00
Mike McNeil
dc8e7cd4db
Add URL encoding to avoid confusing link parser (#3686) 2022-01-13 18:33:47 -06:00
RachelElysia
1041c6dd46
Settings Pages Refactor: User management page & Teams > members page (#3625) 2022-01-13 18:11:45 -05:00
Zach Wasserman
1dc6ef6226
Orbit 0.0.6 changelog (#3682) 2022-01-13 14:31:58 -08:00
Zach Wasserman
72fc9dc524
Remove unused request-id in context (#3632)
This seems to be left over from the older authorization system in Fleet.
I couldn't find any other reference to the `request-id` in the code.
2022-01-13 14:12:56 -08:00
Zach Wasserman
9c845ec26b
Integration test packaging (#3633) 2022-01-13 13:59:22 -08:00
Mike McNeil
d9fd386724
handbook: mission (#3680)
here, have some emojis!
2022-01-13 14:16:56 -06:00
gillespi314
dc8eacc95c
Add AvailableTeams to loginResponse and getUserResponse (#3585) 2022-01-13 13:57:44 -06:00
Mike McNeil
7f21d60f25
golden mean (#3678) 2022-01-13 13:36:26 -06:00
Mike McNeil
e6e916b247
Fix hanging chad (#3677) 2022-01-13 13:22:49 -06:00
Mike McNeil
b81f77f53e
(#3667) 2022-01-13 13:14:45 -06:00
Mike McNeil
083a213ad0
Tell me why I’m wrong (#3676) 2022-01-13 13:14:24 -06:00
Zach Wasserman
d358c703b8
Only run E2E tests on relevant commits (#3674) 2022-01-13 10:48:26 -08:00
Mike McNeil
dc002cf999
Update community.md (#3664) 2022-01-13 12:28:53 -06:00
RachelElysia
0f1bb337bc
E2e test stability: Fix free observer detached dom flakiness, remove waits on visit profile RBAC (#3659) 2022-01-13 13:01:14 -05:00
RachelElysia
a85e47b28b
Spiffier UI: Dashboard and Manage Host Page loading states (#3638) 2022-01-13 12:12:54 -05:00
gillespi314
6952653e1b
Fix usage stats to send missing numLabels field (#3606) 2022-01-13 11:11:13 -06:00
gillespi314
39b7c7d9f9
Add pagination and multi-column sort to live query results table UI (#3647)
* Refactor live query results to react-table
2022-01-13 11:06:32 -06:00
Mike McNeil
51cd0ff148
values 2.0 (#3666)
overhaul, smoh-ver-haul
bring in values from https://gist.github.com/mikermcneil/f776a8e2010a2deb5274c2bcedc96cfe
2022-01-13 00:32:29 -06:00
Mike McNeil
3c9eaad09c
link to (WIP) company values (#3665)
These values originally in the handbook were an early stub.  I'm still incorporating some more of the feedback from conversations with folks on the team, but getting close.  Then I'll expand the notes into actual, readable sentences and bring the updated values into the handbook.  I'm leaving the original values here for now.  This relates to https://github.com/fleetdm/confidential/issues/764
2022-01-12 23:46:29 -06:00
eashaw
766ccb8d35
Update website fonts (#3662)
* Add nunito and nunito sans to /fonts, remove google font tags (for nunito only),

* update layouts
2022-01-13 10:42:40 +09:00
Luke Heath
e64f1a63ba
Correct instances of multiple requests for same resource (#3631) 2022-01-12 18:16:50 -06:00
RachelElysia
09efce8ea8
Bug fix: No matching hosts message (#3652) 2022-01-12 15:01:47 -05:00
Tomas Touceda
4bed4757fb
Remove cleanups and fk for host ids (#3607)
* Remove cleanups and fk for host ids

* Readd missing things to the schema

* Remove unused

* Add changes file and fix some error messages

* Fix test

* Use tx instead of plain writer

* Other fixes

* More not found test fixes

* Go back to getcontext
2022-01-12 14:07:51 -03:00
Kelvin Oghenerhoro Omereshone
5b3d7bb55c
fix: typo on indefinite article used (#3641)
Fixed the use of `an` instead of `a`
2022-01-12 17:31:17 +01:00
Noah Talerman
e4fd9c3da5
Update product handbook (#3650)
- Add links to product boards (GitHub projects)
- Update links in README
2022-01-12 09:52:39 -05:00
Tomas Touceda
312bd840a2
Detect not found errors for queries and policies (#3595)
* Detect not found errors for queries and policies

* Fix test
2022-01-12 10:04:16 -03:00
Kelvin Oghenerhoro Omereshone
d0f243c482
Feature/update getting started (#3644)
* feat: add query to find running docker containers

* docs: 📝 add query to get Mac and Linux machines with unencrypted primary disks

* feat: add query to find running docker containers

* docs: 📝 add query to get Mac and Linux machines with unencrypted primary disks

* chore: remove queries from develop

* docs: add query to get running docker containers

* docs: add query to get machines with unencrypted primary disks

* fix: remove trailing ---

* fix: remove trailing ---

* chore: remove trailing ---

* docs: add query to get applications hogging memory

* fix: resolve merge conflicts

* chore: update PR

* chore: update PR

* chore: merge previous query

* feat: add query to find servers with root logins within the day

* fix: remove unneeded period

* docs: add instructions for submiting multiple queries

* fix: remove duplicate entry

* fix: remove period from get running docker containers query description

* docs: add instructions for submiting multiple queries

* fix: resolve merge conflicts

* feat: add description for query to fetch failing batteries

* fix: resolve duplicate descriptions

* fix: remove typo in deplying docs

* fix: reword description

* fix: add suggestions to improve description

* feat: add description to query to fet windows machines with unencrypted hard disks

* feat: update description for count apple applications installed query

* chore: add dominuskelvin as maintainer

* docs: 📝 Add query to get apps opened within the last 24 hours

* feat: add query to find apps not in Applications directory

* feat: add query to find subscription based applications that have not been opened for the last 30 days

* feat: add link to signing installers

* fix: typo with link to the getting started page

* feat: docs on how to sign an osquery installer

* feat: make signing installer a subsection of osquery installer

* feat: make description for signing installer shorter and compact

* fix: change package to installers

* fix: reword note section

* feat: add instructions to use credentials below to log in to fleet preview
2022-01-12 13:48:05 +09:00
Lucas Manuel Rodriguez
49ceee59aa
Add fixes for running tests with mysql:8 and add mysql to test-go job matrix (#3627)
* Add fixes for running tests with mysql:8

* Add getServer function

* Test github matrix

* Add changes file for the user facing fix

* Remove unused mysql8 docker-compose
2022-01-11 22:44:37 -03:00