fleet/docs/3-Contributing
Tomas Touceda 3d8a766ca1
Make receive calls to redis conn thread safe (#1641)
* Make receive calls to redis conn thread safe

Also removes REDIS_TEST env var. Redis is lightweight and fast, no need
to skip these tests.

* No need to increase the wait
2021-08-11 17:34:35 -03:00
..
1-Building-Fleet.md Add yarn install to Windows instructions (#1606) 2021-08-09 18:21:42 -07:00
2-Testing.md Make receive calls to redis conn thread safe (#1641) 2021-08-11 17:34:35 -03:00
3-Migrations.md Update documentation structure (#1230) 2021-06-28 11:15:22 -04:00
4-Committing-Changes.md Add changes files doc (#1311) 2021-07-06 18:50:42 -03:00
5-Releasing-Fleet.md Remove changes files. Update release process. Update support process (#1492) 2021-07-27 17:06:16 -04:00
FAQ.md Update documentation structure (#1230) 2021-06-28 11:15:22 -04:00
README.md Update documentation structure (#1230) 2021-06-28 11:15:22 -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

FAQ

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