Commit Graph
2973 Commits
Author SHA1 Message Date
Lucas Manuel Rodriguez 837bfed167 Try goqu as sql builder on listSoftwareDB (#2773)
* Try goqu as sql builder on listSoftwareDB

* Fix case insensitive search and add test
2021-11-04 15:21:39 -03:00
Lucas Manuel Rodriguez 21908f31cf GET packs to always return disabled field (#2799) 2021-11-04 14:25:08 -03:00
gillespi314 136b0450c0 Fix memoization of data transform for query API results (#2790) 2021-11-04 11:48:46 -05:00
Lucas Manuel Rodriguez 660796bf72 Add documentation for running live queries with GET request (#2755) 2021-11-03 14:35:17 -03:00
RachelElysia 0fbb9ab45f Pass fail UI for Policies app wide (#2769) 2021-11-03 13:13:58 -04:00
Zach Wasserman c8b33aae6c Fix autoformatting for fleetdm.com website source (#2775) 2021-11-02 16:36:55 -07:00
eashaw 38c39fffef add pricing question (#2759) 2021-11-03 06:56:04 +09:00
RachelElysia 9cb128d17a Teams API: Free tier no longer calls team API throughout the app (#2766) 2021-11-02 14:17:12 -04:00
RachelElysia d6ab0615f8 Add space after Resolve (#2763) 2021-11-02 14:16:44 -04:00
Tomas Touceda 2902da76ca Issue 2027 better error visibility (#2069) 2021-11-02 13:35:57 -04:00
Lucas Manuel Rodriguez 43d1a8c9a0 Fix races in go tests and run with -race on CI (#2712)
* Fix races in go tests and run with -race on CI

* Fix race in pubsub

* Increase timeout to 15m for go tests

* CI takes forever, try disabling race

* Remove timeout from go tests
2021-11-01 15:31:01 -03:00
Lucas Manuel Rodriguez 8642bb785e Add MVP support for software inventory to osquery-perf for load testing (#2751)
* Add MVP support for software inventory to osquery-perf for load testing

* Fix test compile
2021-11-01 15:23:31 -03:00
Martin Angers a8735d55bb Implement async processing of hosts for label queries (#2288) 2021-11-01 14:13:16 -04:00
Noah Talerman 249927f750 Prepare for Fleet 4.5.0 release (#2741) 2021-11-01 11:39:55 -04:00
Noah Talerman 5d926a4aed Add a new "API for contributors" documentation page (#2743)
- Add `07-API-for-contributors.md` documentation page
- Move all API routes used exclusively by the Fleet UI and fleetctl clients into the new documentation page
2021-11-01 11:38:34 -04:00
Noah Talerman c3ca1d591d Update policy passing icon filename and style on "Home" page (#2754)
- Update style for policy passing icon so that it renders in full size 
- Updated the filename of policy passing icon to reflect the image size
2021-11-01 11:29:39 -04:00
Lucas Manuel Rodriguez 384ce0f13d Amend WriteTimeout for live queries GET sync API (#2752) 2021-11-01 09:31:56 -03:00
Tomas ToucedaandLucas Rodriguez fcb5d5b392 Make vulnerability processing less RAM hungry (#2739)
* Make preview work when run from scratch (no orbit running)

* Make vulnerability processing less RAM hungry

* Add changes file

* Only get the cpe list once

* Remove cache

* Try killing osquery as well as orbit and clear their db dir

Co-authored-by: Lucas Rodriguez <lucas@fleetdm.com>
2021-10-29 11:27:12 -03:00
eashaw fc9490fdc0 Update website footer layout (#2745)
* route to privacy policy doc

* updated footer layout, higher resolution CC license

* updated footer layout, styles and color twitter logo

* change papercups widget color
2021-10-28 19:53:20 -05:00
Martavis Parker a7c1136877 reset session for other user won't trigger logout (#2736) 2021-10-28 15:35:38 -07:00
Luke Heath e50ca4ece7 Allow team admins to manage scheduled queries (#2738) 2021-10-28 16:23:23 -05:00
Noah Talerman 45c5e29ca0 Update permissions documentation (#2721)
- Removed create/edit/delete enroll secret permissions from team level users
- Update verbiage to clarify the distinction between users with global access and users with team access.
2021-10-28 13:27:03 -05:00
Luke Heath fdb6090203 Show team admins create policy buttons (#2732) 2021-10-28 12:14:01 -05:00
eashaw 59a6dde7d1 fix code block and indentation (#2672) 2021-10-28 10:24:52 -05:00
eashaw 5dc6859969 Fix broken markdown link in handbook (#2650) 2021-10-28 10:24:23 -05:00
Tomas Touceda 1aea7484d4 Forward policy resolution (#2733)
* Pass through the resoution for the policy

* Update tests
2021-10-28 10:10:03 -03:00
dsbaha 51e35e1ba0 Implementation of a Kafka REST Proxy logging plugin (#2534)
This PR implements the status/result logger functions necessary interface with a Kafka REST Proxy service.  

Specifically, this is compatible with the [Confluent KAFKA Rest Proxy Service ](https://docs.confluent.io/1.0/kafka-rest/docs/intro.html).
2021-10-27 21:51:17 -07:00
Zach Wasserman 37e4452274 Open browser in fleetctl preview (#2730)
Attempts to automatically open the browser and log in.
2021-10-27 21:50:32 -07:00
Noah TalermanandMike Thomas e65bfc8185 Update "Learn how to use Fleet" (#2722)
* Add 3 policies and update contributor instructions

* Update capitalization

* Add policy kind option

* Add policies spec

* Remove the 'purpose' field

* Add single policy yaml documents. Update Learn how to use Fleet.

* Remove no longer relevant screenshot of live query results

* Revert changes to standard query library

* Revert changes to standard query library

* Update docs/01-Using-Fleet/00-Learn-how-to-use-Fleet.md

typo fix.

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2021-10-28 12:31:59 +09:00
eashawandMike Thomas a4ae68dd1d Add question to deployment FAQ (#2706)
* add question to faq

* Update FAQ.md

* Update FAQ.md

* Update docs/02-Deploying/FAQ.md

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2021-10-28 12:31:40 +09:00
eashawandNoah Talerman 37a960e15d Add documentation about vulnerability processing results (#2688)
* add faq entry about CVE detection

* Add line about where to find CVE detections

* Revert "add faq entry about CVE detection"

This reverts commit 13f623c147efbd9f29294839be7089c5b204a542.

* results section

* Update 13-Vulnerability-Processing.md

* Update 13-Vulnerability-Processing.md

* Apply suggestions from code review

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>

* changing placeholder text to use brackets instead of `<>`

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
2021-10-28 12:28:50 +09:00
Zach Wasserman 4376a3553c Fix policy constants in policy preview (#2729)
Allows the policy preview to render properly
2021-10-27 18:56:06 -07:00
Zach Wasserman 53eb467452 Document Orbit uninstall on Linux (#2728) 2021-10-27 17:41:50 -07:00
Martavis Parker 65f7c8f3a5 changed preview host id to 1 (#2727) 2021-10-27 17:09:12 -07:00
Zach Wasserman 8dc34be3a3 Updates and fixes for packaging (#2682)
- Fix Windows MSI generation by changing permissions (#2655).
- Refactor temp directory initialization.
- Use root user for Wine in WiX Docker container.
- Support .pkg packaging on Linux without dependencies (besides Docker)
2021-10-27 16:17:41 -07:00
Martavis Parker 58b33942a4 Homepage - Hiding policy if neither passing or failing (#2708)
* not display policy if neither passing nor failing

* removed log
2021-10-27 15:38:34 -07:00
Luke Heath b877c4244c Hide delete button from team observers on host details (#2709) 2021-10-27 16:33:20 -05:00
Luke Heath 5566fdf532 Adjust queries page table columns based on screen size (#2695) 2021-10-27 16:19:23 -05:00
Tomas Touceda 21153e9400 Add sleep to give orbit a chance to win the id 1 for the host (#2723)
* Add sleep to give orbit a chance to win the id 1 for the host

* Wait until we have the current host
2021-10-27 17:41:03 -03:00
Tomas Touceda a37024e3b1 Issue 2699 preview reset stops orbit (#2720)
* Stop orbit when running preview reset as well

* Detect if orbit is already running and dont start it again
2021-10-27 15:57:24 -03:00
RachelElysia 5832316335 Add/Edit Team UI: Disable cta button if team name is empty (#2705) 2021-10-27 13:52:49 -04:00
RachelElysia 1ef3039b01 Add team member spiffied up (#2717) 2021-10-27 13:51:52 -04:00
RachelElysia f645669ec2 App UI: Remove form autocomplete from UI input fields (#2703) 2021-10-27 13:31:45 -04:00
gillespi314 cf0baa7ab0 Restyle button for policy filter & software filter (#2679) 2021-10-27 12:15:13 -05:00
RachelElysia 5561bd6731 Dashboard UI: Style activity feed error state and empty state (#2678) 2021-10-27 10:34:34 -04:00
Luke Heath 6998bc5d8a Include select column in manage hosts for team admins (#2698) 2021-10-26 23:58:44 -05:00
Zach Wasserman fe23fcd3ee Add documentation to package launcher (#2669) 2021-10-26 21:12:44 -07:00
Luke Heath 707628683b Adjust error icon size (#2693) 2021-10-26 16:47:58 -05:00
RachelElysia c194f8ae57 Team Admin: Give team admin all team maintainer's permissions for query experience (#2689) 2021-10-26 16:55:53 -04:00
RachelElysia 0f8e3d063b Manage Host Page: Reintroduce add host modal (#2681)
Reverts #2493 - Generate Installer Modal built within that PR
2021-10-26 16:24:50 -04:00