fleet/docs/Contributing
Roberto Dip 86366b2ed8
add a new S3 datastore to retrieve pre-built packages (#6631)
Related to #6365, this extends the datastore/s3 package to retrieve installers from S3 according to the conventions listed in the parent issue. This also includes:

- A minor refactor to decouple Carves-related functionality from the core S3 functionality
- Set-up to run tests using minio (only enabled via the FILE_STORAGE_TEST env flag)
2022-07-14 14:14:24 -03:00
..
Adding-new-endpoints.md Editor pass - Add endpoint documentation (#6414) 2022-06-29 16:11:28 -05:00
API-for-contributors.md Editor pass - Document the device-authenticated endpoints in API for Contributors (#6444) 2022-07-05 17:42:08 -04:00
API-Versioning.md Docs editor pass - Contributing - API-Versioning (#5923) 2022-05-31 09:35:45 -05:00
Building-Fleet.md Docs editor pass - Contributing - Building Fleet (#5952) 2022-05-31 09:53:09 -04:00
Committing-Changes.md Docs editor pass - Contributing - Committing-Changes (#5957) 2022-05-31 09:52:27 -04:00
FAQ.md Docs editor pass - Contributing - Contribution FAQ (#5958) 2022-05-31 09:51:41 -04:00
Migrations.md Docs editor pass - Contributing - Migrations (#5959) 2022-05-31 09:50:18 -04:00
README.md Website editor pass - Contribute (#5238) 2022-05-09 10:56:35 -05:00
Releasing-Fleet.md Docs editor pass - Contributing - Releasing Fleet (#5960) 2022-06-02 14:12:58 -04:00
Seeding-Data.md Docs editor pass - Contributing - Seeding data (#5961) 2022-05-31 09:49:33 -04:00
Testing.md add a new S3 datastore to retrieve pre-built packages (#6631) 2022-07-14 14:14:24 -03:00

Contributing

Building Fleet

Learn about building the code, development infrastructure, and database migrations.

Testing

Look at Fleet's full test suite and integration tests.

Migrations

Learn about creating and updating database migrations.

Committing changes

Read to learn how to merge changes into the codebase.

Releasing Fleet

Learn the process for how to release Fleet.

Seeding data

Read this guide on adding fake data to your development instance.

API for contributors

Get to grips with Fleet API routes. This documentation is helpful for developing or contributing to Fleet.

FAQ

Read for commonly asked questions and answers about contributing to Fleet as part of the Fleet community.