12factor icon indicating copy to clipboard operation
12factor copied to clipboard

Official fork now at: https://github.com/heroku/12factor

Results 19 12factor issues
Sort by recently updated
recently updated
newest added

Bumps [rack](https://github.com/rack/rack) from 1.3.0 to 1.6.13. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies

Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.2.6 to 2.2.0. Changelog Sourced from sinatra's changelog. 2.2.0 / 2022-02-15 Handle EOFError raised by Rack and return Bad Request 400 status. #1743 by tamazon Minor refactors...

dependencies

hi Adam Wiggins i am from iran and i can translate 12 factor to perisan . how can i dot it ?

Is there a way we can extend the config.yml or other references, to specific languages? I am willing to work on Python and maybe parts of C, but I've had...

Instead of focusing on a mechanism (port binding), the focus should be on containerization, and the verbiage should also allow for things like UNIX-domain (file) sockets for the exposed connection....

We should add default values to the Config part. Something along this line: Configuration values when not explicitly specified in the environment variables should point to their default values, which...

I'm frequently amazed at the number of shops still develop enterprise code with little or no automated test coverage.

"deployed" is used elsewhere to refer to what happens to a release. "committed" seems like a better term to use when referring to what happens to code.

corrected a typo and a badly closed td

I feel like a lot of the issues stated throughout the 12 factor sections arise from applications made in only-developer teams, with no consideration for easy deployability, explicit dependencies, external...