Mike Thomas
27303765cf
Update FAQ.md ( #1462 )
...
fixed a small grammatical error.
2021-07-23 21:33:52 +09:00
Mike McNeil
200bc0c036
revert 39d55bf66a
2021-07-22 02:23:42 -05:00
Mike McNeil
39d55bf66a
Test emoji compilation
2021-07-22 02:21:58 -05:00
Benjamin Edwards
799243ffb5
Windows friendly changes after walking through getting started guide ( #1441 )
...
* update .gitattributes to be explicit about line endings with regards to the test certs
* update building-fleet guide to include python2 dependency on windows
* update configuration to default to OS specific temporary directories
2021-07-21 20:49:44 -04:00
Tomas Touceda
484c6153e3
Issue 1359 fleetctl team transfer ( #1413 )
...
* wip
* Add delete user command and translator
* Add host transfer command
* Add changes file
* Undo bad refactor
* Fix copypaste error
* Implement with interfaces instead of assertions
* Ad documentation and simplify implementation further
* Update docs/1-Using-Fleet/3-REST-API.md
Co-authored-by: Zach Wasserman <zach@fleetdm.com>
Co-authored-by: Zach Wasserman <zach@fleetdm.com>
2021-07-21 14:03:10 -03:00
noahtalerman
00ea74ed80
Add YARA configuration to documentation ( #1428 )
...
- Add example YARA config to the configuration-files documentation
- Update `single-file-configuration.yml`
2021-07-21 10:04:50 -04:00
noahtalerman
285d1e66ca
Remove duplicate sections from REST API documentation ( #1427 )
...
- Remove duplicate "Transfer hosts to a team" and "Transfer hosts to a team by filter" sections
2021-07-20 09:57:14 -04:00
noahtalerman
7caedd9347
Add routes for Schedule feature to REST API documentation ( #1401 )
...
Add documentation (route, parameters, example) for the following routes:
- `GET /api/v1/fleet/global/schedule`
- `POST /api/v1/fleet/global/schedule`
- `PATCH /api/v1/fleet/global/schedule/{id}`
- `DELETE /api/v1/fleet/global/schedule/{id}`
2021-07-19 09:58:41 -04:00
noahtalerman
6c22965917
Update screenshots and verbiage in Configuring Single Sign On documentation ( #1396 )
...
- Add new example Okta configuration screenshot
- Add new example Fleet configuration screenshot
2021-07-15 15:55:12 -04:00
noahtalerman
2c277ba28a
Update documentation for auto table construction ( #1353 )
...
- Move auto table construction (ATC) docs into the "Organization settings" section.
2021-07-12 10:36:49 -04:00
gillespi314
099b26724e
Update 2-Testing.md
...
Correct commands for launching Cypress tests in interactive mode
2021-07-11 10:51:05 -05:00
Tomas Touceda
587f6166a8
Add changes files doc ( #1311 )
...
* Describe changes files
* Minor fixes
2021-07-06 18:50:42 -03:00
noahtalerman
498209614c
Update examples in documentation to use FleetDM where possible ( #1310 )
...
- Remove "Connecting a host" from fleetctl documentation
- Remove queries from REST API examples
- Point to Launcher documentation
- Update community projects
2021-07-06 12:14:20 -04:00
Zach Wasserman
fe230bb9f4
Add FAQ entries for common migration and TLS questions ( #1307 )
...
Closes #1303
2021-07-05 17:52:13 -07:00
noahtalerman
9fb1f9cac1
Add link to Loom video that walks through setting up dev environment ( #1304 )
2021-07-05 18:45:41 -04:00
Mike Thomas
27c3a6dcd8
Remove legacy images from docs ( #1296 )
2021-07-06 07:13:48 +09:00
Mike McNeil
77f5b60b52
Fix broken links to binaries in docs ( #1277 )
...
* Update 8-Updating-Fleet.md
* Update 8-Updating-Fleet.md
* Update 3-Example-deployment-scenarios.md
2021-07-03 11:36:27 -05:00
Zach Wasserman
8384034e04
Update create user validation and documentation ( #1285 )
...
Closes #1272
2021-07-02 08:35:26 -07:00
Mike Thomas
8ca5031071
Update standard-query-library.yml ( #1284 )
2021-07-01 19:16:00 -05:00
Mike McNeil
162d9fd892
Update 1-Installation.md
2021-07-01 15:57:35 -05:00
Martavis Parker
5d0c7e510e
New Cypress configs and commands ( #1268 )
...
* #1024 added configs and commands to run
* #1024 fixed github actions for e2e tests
* #1024 optimized test configs
2021-07-01 10:32:12 -07:00
noahtalerman
2f42c281f9
Move configuration examples out of fleetctl-CLI documentation ( #1253 )
...
- Move configuration files examples from 2-fleetctl-CLI.md into /configuration-files/README.md.
- Update example configuration files with "agent options" and remove all references to "osquery options"
- Update numbering for documentation files
2021-06-29 13:59:54 -04:00
Mike Thomas
ba2bffd34c
Add supported browsers to Fleet docs ( #1227 )
2021-06-29 10:38:27 -04:00
noahtalerman
59e31911c9
Update REST API documentation in preparation for Fleet 4.0.0 ( #1235 )
...
- Add link and warning to REST API docs for Fleet v3
- Update various endpoints
2021-06-28 14:41:01 -04:00
noahtalerman
7a9e662f07
Add documentation for publishing a prerelease version of fleetctl to npm ( #1236 )
2021-06-28 13:58:33 -04:00
noahtalerman
6c03415dae
Update documentation structure ( #1230 )
...
- Remove `2-Orbit-osquery` directory
- Rename `3-Deployment` directory to `2-Deploying`
- Rename `4-Contribution` directory to `3-Contributing`
2021-06-28 11:15:22 -04:00
Zach Wasserman
b00df0929e
Fix URLs in documentation ( #1218 )
...
Fix URLs not caught in previous PR CI run.
2021-06-25 19:23:45 -07:00
Zach Wasserman
444a935404
Fix doc directories ( #1217 )
...
Erroneous merge required fixing of doc directory naming.
2021-06-25 19:02:57 -07:00
Zach Wasserman
5e26af701b
Merge branch 'main' into teams
2021-06-25 18:48:20 -07:00
Zach Wasserman
07b89c4cbd
Implement release automation ( #1215 )
...
- Use goreleaser to automate release process.
- Add new dockerfiles for fleet (with fleetctl) and fleetctl (only).
- Add GitHub Action Workflow to run goreleaser on new tag.
- Update NPM to match new archive naming.
2021-06-25 18:40:26 -07:00
noahtalerman
7aa380b0f0
Add testing fleetctl
to the manual QA doc and update example config files ( #1213 )
...
- Update enroll secret config file with updated fields for Fleet 4.0.0
- Remove agent options config file. In Fleet 4.0.0, agent options are part of the organization settings configuration
2021-06-25 17:56:00 -04:00
noahtalerman
9ca91e7db6
Add information about use of differential queries in Lambda documentation ( #1195 )
2021-06-25 10:23:35 -04:00
noahtalerman
bf4eb899c6
Add usage statistics documentation to Using-Fleet section ( #1196 )
...
- Add new `usage-statistics.md` file
- Update link in the Fleet UI to point towards new docs
2021-06-24 16:59:25 -04:00
RachelElysia
aeb852e168
Remove username from UI ( #1168 )
...
* Remove username from UI code
* Remove username from tests
* Remove username from database
* Modify server endpoints for removing username
* Implement backend aspects of removing username
* Update API docs
* Add name to fleetctl
2021-06-24 13:42:29 -07:00
noahtalerman
be2cf92b37
Add documentation for setting global and team agent options in Fleet UI ( #1190 )
...
- Add "Configuring agent options" section to `/1-Using-Fleet/1-Fleet-UI.md`
- Add 2 screenshots: 1. Global agent options form 2. Team agent options form
2021-06-24 13:59:41 -04:00
Zach Wasserman
1417d01407
Make naming of host columns consistent ( #1183 )
...
Adding consistency between API and DB helps to make it easier for users
and developers working with the API to correctly order things.
Closes #317
2021-06-23 17:32:19 -07:00
aggiechris
a5bf3d8099
Add hint for flag file on Windows ( #1178 )
2021-06-23 17:41:27 -04:00
William Theaker
7bd4f2d395
Update SSO token docs ( #1180 )
2021-06-23 16:03:34 -04:00
William Theaker
f3ef70358a
Replace Okta image, compress others. ( #1166 )
2021-06-23 08:27:45 -07:00
Zach Wasserman
879774e60c
Add documentation on new --dev_license flag ( #1165 )
...
This flag makes it easier for developers to run Fleet in Fleet Basic
tier.
2021-06-22 18:02:40 -07:00
Zach Wasserman
5ad1ad1ffd
Update development documentation for SSO testing ( #1161 )
2021-06-22 14:31:26 -07:00
noahtalerman
a63a0ab6f2
Add license section to configuration documentation ( #1157 )
2021-06-21 18:57:50 -04:00
noahtalerman
e02b88d010
Update links to documentation so that they use main branch ( #1151 )
...
* Update to main branch
* Update link to releasing Fleet
2021-06-21 16:40:15 -05:00
noahtalerman
17a6c21224
Restructure documentation in preparation for docs living on fleetdm.com ( #1143 )
...
* Remove Orbit top level folder and rename folders to Deploying and Contributing
* Update link in doc README
2021-06-18 15:58:21 -05:00
Zach Wasserman
2ad557e3b3
Merge branch 'main' into teams
2021-06-18 09:42:20 -07:00
noahtalerman
7fb6a36a49
Move testing email using Mailhog out of the FAQ ( #1122 )
...
- Move instructions for connecting to the Mailhog simulated server out of the FAQ
- Merge instructions found in FAQ with existing instructions in `Testing.md`
2021-06-17 15:25:42 -04:00
Zach Wasserman
6b59a40dbc
Add backend and fleetctl support for API-only user ( #1119 )
...
- Add api_only to users table.
- Pass api_only values through service.
- Allow setting api_only in `fleetctl user create`.
Backend part of #402
2021-06-16 18:11:28 -07:00
RachelElysia
dea20a96b2
Add team's enroll secret GET request to API docs
2021-06-16 18:09:49 -04:00
Mike McNeil
0455ee144b
prepare docs so that images work on website ( #1103 )
2021-06-15 18:16:16 -05:00
noahtalerman
f9ce8c9a0f
Add question and answer for missing column error in Using Fleet FAQ ( #1076 )
...
- Point users to the upgrading Fleet docs (running database migrations) to resolve `unknown column` error
2021-06-14 11:48:27 -04:00