Kelvin Oghenerhoro Omereshone
25ce199f34
Normalize sql statements throughout the docs ( #5487 )
...
* feat: normalize SQL statements in API-for-contributors.md
* feat: normalize SQL statements in Adding-hosts.md
* feat: normalize SQL statements in fleetctl-CLI.md
* feat: normalize SQL statements in REST-API.md
* feat: normalize SQL statements in Vulnerability-Processing.md
* feat: normaize SQL statemetns in Using Fleet ReadMe
* feat: normalize SQL statements in tools/api README
* fix: revert adding hosts page
2022-05-03 15:47:31 +01:00
Guillaume Ross
0d53ac94bc
Adding access control policy ( #5480 )
2022-05-03 03:13:48 -04:00
Eric
e57846685a
Add to Handbook: Weekly updates ( #5442 )
...
* Handbook: Weekly update
* Update company.md
* add Rituals table and two rituals
* add weekly update ritual to growth rituals
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2022-05-02 18:32:34 -05:00
Tim Kern
066efbd317
Added growth one-pager ( #5525 )
2022-05-02 17:56:54 -05:00
RachelElysia
88b86d063d
UI Revert empty state for host details users/software ( #5489 )
2022-05-02 18:41:26 -04:00
Charlie Chance
adc945515e
Handbook: Salesforce contributor experience ritual ( #5524 )
...
Added to the table, Nathan to document the steps involved to complete this ritual.
2022-05-02 17:40:42 -05:00
Charlie Chance
46749ad0df
Handbook: updating a consultant's fee ( #5519 )
2022-05-02 16:13:33 -06:00
Kelvin Oghenerhoro Omereshone
90a7e7c4c2
fix: add period to end of statement ( #5500 )
2022-05-02 22:57:36 +01:00
Guillaume Ross
293ede98d6
Adding tags to all queries ( #5474 )
2022-05-02 17:57:15 -04:00
gillespi314
991c7ccadc
Add device_mapping
to GET /hosts
response ( #5383 )
2022-05-02 16:34:14 -05:00
Desmi-Dizney
a1fd8e231a
Editor pass - Handbook: Process for creating positions and making offers ( #5499 )
...
Editor pass for: https://github.com/fleetdm/fleet/pull/5448
2022-05-02 16:07:04 -05:00
gillespi314
1dabf52834
Add Zendesk external service integration for vulnerability automations ( #5372 )
2022-05-02 15:58:34 -05:00
Katheryn Satterlee
a4a831fc92
Move password reset instructions for API-only user ( #5392 )
...
* Move password reset instructions for API-only user
Moved instructions for resetting the password of a new API-only user to FAQ as it is no longer necessary as of `4.13.0`
* Fix link to reset password instructions
Linked to a previous commit with password reset instructions for API-only users (only necessary on legacy versions).
2022-05-02 13:33:12 -05:00
Michal Nicpon
15c69058bb
fix SELinux issue ( #5335 )
...
Install orbit to /opt instead of /var/lib. When installing to /var/lib,
the default selinux context of var_lib_t gets applied, which results in
an AVC error when running via systemd.
Co-authored-by: Lucas Rodriguez <lucas@fleetdm.com>
2022-05-02 12:18:59 -06:00
Zach Wasserman
e5a80fa3f5
Add user agent to Orbit HTTP client ( #5429 )
...
Allows identification of which Orbit versions are in use from the update
server.
Refactored the build information into a separate `package build` to
support importing it from multiple places.
2022-05-02 11:03:49 -07:00
Charlie Chance
5922594ca3
Interviewing with Fleet ( #5462 )
2022-05-02 10:30:05 -06:00
Lucas Manuel Rodriguez
221232580c
Add fleetctl preview
automation for latest changes ( #5485 )
...
* Add fleetctl preview automation for latest changes
* Fix pwd invocation and remove slack notification
* Just run on ubuntu-latest and macos-latest
* Fix path
2022-05-02 13:10:11 -03:00
Kelvin Oghenerhoro Omereshone
3ba104e8dd
feat: reorder entities on REST API page ( #5433 )
...
* feat: reorder entities on REST API page
* feat: fix order for Authentication endpoint
2022-05-02 14:55:27 +01:00
Martin Angers
ee4dfca476
Use a debug mux to support both fleet-authenticated and token-auth debug paths ( #5424 )
2022-05-02 08:58:03 -04:00
Martin Angers
5c0031c8f1
Change jira ticket type from Bug to Task ( #5426 )
2022-05-02 08:56:42 -04:00
Roberto Dip
a4725518ac
filter out Google Chrome profiles without an associated email before ingesting ( #5440 )
...
To add support for #400 , we're using the macadmins/osquery-extension to gather Google Chrome profiles from hosts.
Under the hood, the extension looks and parses a json file in which Chrome stores a bunch of data. Given that emails are not required to create Chrome profiles, some of the profiles stored in this file and returned by the query we're using contain empty emails.
The idea after this change is to prevent empty emails from being ingested in the first place instead of filtering them after the fact. I have also included a migration to clean the rows with empty email columns.
Fixes #4780
2022-05-02 09:55:40 -03:00
Tim Kern
86a27b3148
Added lead enrichment to growth handbook ( #5483 )
...
Included one line linking to the private gdoc
2022-05-02 07:21:07 -05:00
Lucas Manuel Rodriguez
ed8faa791c
Add slack notification ( #5481 )
...
* Add slack notification
* Fix standard-query-library.yml
2022-05-02 08:42:20 -03:00
Mike Thomas
1bb82ed4ae
Handbook - updated Community Slack channels ( #5450 )
...
Added #g-community Slack channel.
2022-05-02 10:25:27 +09:00
Charlie Chance
413d212dfb
Handbook: Update index to include "Interviewing at Fleet" ( #5461 )
2022-04-30 18:05:51 -05:00
Nathanael Holliday
7c2adcf81b
Handbook: Index update ( #5467 )
...
Added rituals links to the handbook where applicable.
2022-04-30 18:04:40 -05:00
Mike McNeil
ac032ff87a
Handbook: Process for creating positions and making offers ( #5448 )
...
* Update people.md
* Hand over more responsibilities to people ops
* Update people.md
2022-04-30 18:04:16 -05:00
Roberto Dip
25beeacdce
add roperzh to receive-from-github.js ( #5466 )
2022-04-29 18:35:57 -03:00
Katheryn Satterlee
3454d78a50
Weekly Doc Update ( #5468 )
...
* Weekly Doc Update
* Update FAQ.md
Fixed missing entry in TOC
Co-authored-by: Kathy Satterlee <ksatter@Kathys-MacBook-Pro.local>
2022-04-29 16:35:24 -05:00
Mike Thomas
0269a25b50
Handbook update - How to make edits with GitHub ( #5451 )
...
* Handbook update - How to make edits with GitHub
- Added instructions for how to edit content in the docs from fleetdm.com via the GitHub editor.
* Update handbook/brand.md
* Update handbook/brand.md
* Update handbook/brand.md
* Update handbook/brand.md
* Update handbook/brand.md
* Update handbook/brand.md
* Update handbook/brand.md
* Update handbook/brand.md
* Update brand.md
Co-authored-by: Eric <eashaw@sailsjs.com>
2022-04-29 15:21:45 -05:00
RachelElysia
0aa8db3a2f
Spiffier UI: Fix empty states ( #5395 )
2022-04-29 15:59:27 -04:00
RachelElysia
390ea4d82f
App Settings Page: Styling fixes ( #5453 )
2022-04-29 14:00:25 -04:00
Desmi-Dizney
d3270e84cd
Editor pass - Growing the team ( #5363 )
...
* Editor pass - Growing the team
Editor pass for: https://github.com/fleetdm/fleet/pull/5292
* revert HTML comment change
* Revert "revert HTML comment change"
This reverts commit c6f44cd624063b71b944ba834717fed0a9148b29.
* fix blockquote
Co-authored-by: Eric <eashaw@sailsjs.com>
Co-authored-by: eashaw <caglc@live.com>
2022-04-29 10:33:35 -05:00
Luke Heath
2651343be4
Refresh user and config on every route change ( #5425 )
...
* Refresh user and config on every route change
* Fix build error
* Remove stray log
2022-04-29 08:22:02 -07:00
Desmi-Dizney
998b9311fb
Editor pass - Collect last_opened_at for macOS software, and return it in host details payload ( #5414 )
...
Editor pass for: https://github.com/fleetdm/fleet/pull/5376 -
cmd/osquery-perf/README.md
2022-04-29 09:19:13 -05:00
Desmi-Dizney
a986615a7d
Editor Pass - Add osquery.min_software_last_opened_at_diff configuration option (1) ( #5416 )
...
Editor pass for: https://github.com/fleetdm/fleet/pull/5394 - docs/Deploying/Configuration.md
2022-04-29 09:18:50 -05:00
Desmi-Dizney
2feb1256f3
Docs editor pass - 01-Using-Fleet - Standard-query-library - README.md ( #5420 )
...
This has been edited for content and copy.
2022-04-29 09:18:13 -05:00
Desmi-Dizney
d6deec277f
Docs editor pass - 01-Using-Fleet - Standard-query-library - Standard-query-library.yml ( #5427 )
...
This has been reviewed for copy.
2022-04-29 09:17:53 -05:00
Desmi-Dizney
bc846b18da
Added Docs and Handbook review rituals ( #5436 )
...
* Added Docs and Handbook review rituals
* Update handbook/brand.md
Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2022-04-29 22:04:49 +09:00
Desmi-Dizney
3b59443987
Editor pass - Writing at Fleet guidance and editing processes ( #5270 )
...
* Editor pass - Writing at Fleet guidance and editing processes
Editor pass for https://github.com/fleetdm/fleet/pull/5211
* Update handbook/brand.md
Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
* Update handbook/brand.md
* Update handbook/brand.md
* Update handbook/brand.md
* Update handbook/brand.md
* Update handbook/brand.md
* Update handbook/brand.md
Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2022-04-29 21:59:09 +09:00
Mike Thomas
051fda8be2
Updated Brand Slack channels ( #5449 )
...
I have removed the #g-community Slack channel from this group.
2022-04-29 21:37:36 +09:00
Roberto Dip
2c23cb5f24
fix mysql tests by with a regexp assertion of possible error messages ( #5444 )
...
this fixes #5377 by asserting that the error message starts with "tsl" or "x509" as either of the strings represent the same error depending on the mysql version.
we should refactor the code to avoid checking on the error messages and probably use different error types instead.
2022-04-29 09:31:58 -03:00
Eric
26abd032db
Fix scrollbar on Firefox on windows ( #5446 )
2022-04-28 19:13:52 -05:00
Charlie Chance
a5fe1c6a46
CEO offer letter approval step ( #5271 )
...
update the People page to reflect that all offers get CEO approval before being sent out?
2022-04-28 16:48:03 -05:00
Desmi-Dizney
01201f44a1
Editor Pass - Added 1:1 documentation to Rituals sections ( #5250 )
...
I edited for content and copy.
See: https://github.com/fleetdm/fleet/pull/5094/files#
Co-authored-by: Eric <eashaw@sailsjs.com>
2022-04-28 16:44:03 -05:00
Mike Thomas
3e68425d6a
handbook-operations-section ( #5286 )
...
* handbook-operations-section
Made a couple of changes to Digital Experience rituals that I missed during my review.
• Added daily handbook PR reviews
• Moved DevRel related rituals to Community group. I think that's a more suitable home for them.
* Update brand.md
* Update community.md
Fixed up some punctuation.
* Update brand.md
2022-04-28 16:42:32 -05:00
Eric
c906fbbd85
Update routes.js ( #5443 )
2022-04-28 15:05:31 -05:00
Desmi-Dizney
ed14c0b02a
Editor pass - New query and new policy: Identify optional fields to users - docs/01-Using-Fleet/standard-query-library/README.md ( #5412 )
...
Editor pass for: https://github.com/fleetdm/fleet/pull/5167 - docs/01-Using-Fleet/standard-query-library/README.md
2022-04-28 11:21:59 -05:00
Desmi-Dizney
2cd3508c88
Editor pass - New query and new policy: Identify optional fields to users (2) ( #5413 )
...
Editor pass for: https://github.com/fleetdm/fleet/pull/5167 - frontend/pages/policies/PolicyPage/components/NewPolicyModal/NewPolicyModal.ts
2022-04-28 11:21:40 -05:00
Mike Thomas
d4fb3724f6
Update articles.less ( #5432 )
...
- Added a style fix that I missed previously.
2022-04-28 10:37:19 -05:00