Commit Graph
3385 Commits
Author SHA1 Message Date
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
Martin Angers f14f97156c Add read and write timeout options for redis (#3624) 2022-01-11 17:08:39 -05:00
Luke Heath cc73f2d5a4 Handle response.body if it is not JSON (#3599) 2022-01-11 13:52:28 -06:00
eashaw c36bf38f46 Add Snitcher trial script tag to fleetdm.com (#3628)
* add script tag to <head>

* add script to customer layout
2022-01-11 10:34:56 -06:00
eashaw 7bb11b2bbd Update Docsearch configuration (#3582)
* update docsearch config

* update docsearch filters
2022-01-11 10:34:38 -06:00
Noah Talerman d7e013643c Remove policies from standard-query-library.yml (#3636)
- For now, remove policies from `standard-query-library.yml` so that the `fleetctl preview` command does not fail
2022-01-11 11:30:37 -05:00
Noah Talerman 0647e0b641 Add contributors to standard policies (#3635)
- Resolve failing "Deploy Fleet Website" CI task
2022-01-11 11:11:37 -05:00
Noah Talerman 76dba03628 Add product process to handbook and update vuln processing docs (#3629)
- Add outline of the product process to handbook
- Add a "Priority drafting" section to handbook
- Update the vulnerability processing docs
2022-01-11 09:15:49 -05:00
Tomas Touceda c662cd2b53 Add policies yaml (#3464)
* Add policies yaml

* Add documentation and address review comments

* Amend documentation
2022-01-11 11:04:29 -03:00
Martin Angers 597144bfac Migrate most users endpoints to the new pattern (#3366) 2022-01-10 14:43:39 -05:00
RachelElysia a5bef8a990 Spiffier: Center logo in nav bar (#3605) 2022-01-10 14:07:47 -05:00
Mike McNeil 842ecc53c0 Link to public company handbook (#3608) 2022-01-10 12:21:11 -06:00
Kelvin Oghenerhoro Omereshone 6c851e0e12 [DOCS] add docs for signing osquery installers with fleetctl (#3577)
* 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 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
2022-01-10 17:31:10 +01:00
eashaw 8740682a1e Customer portal style updates (#3615)
* style changes

* changes from fine art pass 2

* Update dashboard.less

* Update signup.less

* changes from call

* Update dashboard.ejs

* update padding

* Update dashboard.ejs

* Update forgot-password.ejs

* keep full signup form visible after input

* revert formrules change
2022-01-07 19:52:55 -06:00
Lucas Manuel Rodriguez 7823bbbaba Fix orbit and osqueryd logging on Windows (#3521)
* Fix orbit and osqueryd logging on Windows

* Add functionality to test the change and use systemprofile app data

* Add centos syslog to README.md

* Add wait on orbit for osquery extension socket to exist (#3571)

* Wait for osquery extension socket to exist

* Amend changes

* Fix lint

* Restore timeout
2022-01-07 19:32:31 -03:00
Noah Talerman a2c5efcc2f Update text in Tab UI on "Team details" page (#3600)
- Update to plural "Members"
2022-01-07 12:02:13 -05:00
gillespi314 1591315045 Remove stray parenthesis (#3604) 2022-01-07 10:37:57 -06:00
RachelElysia bb2b8fa70f Spiffier UI: Allow opening nav items in new tab (#3514) 2022-01-07 11:18:21 -05:00
Mike McNeil eba183d506 add clarification about 90s timeout in new api endpoint (#3592)
* add clarification about 90s timeout

* further clarify warning based on Tomas's feedback
2022-01-06 22:51:55 -06:00
Benjamin Edwards 6b551acf95 add percona terraform (#3468) 2022-01-06 18:07:40 -05:00