fleet/docs/03-Contributing
Lucas Manuel Rodriguez be72dc356c
Add CentOS parsing+post-processing to reduce false positives in vulnerability processing (#4037)
* Add CentOS parsing and post-processing in fleet

* Add tests and amend SyncCPEDatabase

* Add test for centosPostProcessing

* Changes from PR comments

* Amend software test

* Fix sync test

* Add index to source and vendor

* Use os.MkdirTemp

* Rearrange migrations

* Regenerate test schema

* Add support for testing migrations (#4112)

* Add support for testing migrations

* Rename migration in tests

* Changes suggested in PR

* Go mod tidy
2022-02-14 15:13:44 -03:00
..
01-Building-Fleet.md Fix typo in build docs (#2833) 2021-11-07 19:26:42 -08:00
02-Testing.md Add CentOS parsing+post-processing to reduce false positives in vulnerability processing (#4037) 2022-02-14 15:13:44 -03:00
03-Migrations.md fix: update heading to conform to Fleet style guide (#4136) 2022-02-10 15:35:26 +09:00
04-Committing-Changes.md [DOCS] the last of the headings normalization (#4157) 2022-02-14 15:49:43 +01:00
05-Releasing-Fleet.md Prepare for Fleet 4.10.0 (#4161) 2022-02-13 18:13:06 -08:00
06-Seeding-Data.md [DOCS] the last of the headings normalization (#4157) 2022-02-14 15:49:43 +01:00
07-API-for-contributors.md [DOCS] the last of the headings normalization (#4157) 2022-02-14 15:49:43 +01:00
08-API-Versioning.md [DOCS] the last of the headings normalization (#4157) 2022-02-14 15:49:43 +01:00
FAQ.md on multiple enrollments (#2966) 2021-11-16 14:01:55 -06:00
README.md Add top level links to "Contributing" section and move up Load testing "Results" (#2779) 2021-11-05 10:03:05 -04:00

Contribution

Building Fleet

Provides documentation about building the code, development infrastructure, and database migrations

Testing

Includes documentation about Fleet's full test suite and integration tests

Migrations

Information about creating and updating database migrations

Committing Changes

Contains information about how to merge changes into the codebase

Releasing Fleet

Provides a guide for Fleet's release process

Seeding Data

Provides a guide for adding fake data to your development instance

API for contributors

Provides documentation for Fleet API routes that are helpful when developing or contributing to Fleet

FAQ

Includes commonly asked questions and answers about contributing to Fleet from the Fleet community