Actions
Development Resources¶
- Table of contents
- Development Resources
Current Sprint¶
Deep Dives¶
Content has been promoted to the Foreman web site¶
The content from this page has been incorporated into the official theforeman.org web site. You can access it here:
The archived version of this page is still available
Packaging¶
Foreman is packaged as both RPMs (for EL, Fedora) and Debian packages.
Release process¶
Each major release of Foreman is managed by a release manager.
- Release Management contains general guidance on the process, controlling what's released etc.
- Release Process describes the process the manager will follow (and amend) to prepare and publish each release
Release schedules are posted to Discourse
Developer documentation and designs¶
- Granular permission system (aka new permission system)
- Create a host in UI when building and runnning Foreman from sources
- API v2 Development Guidelines
- friendly_id gem is used by Foreman to unify the the common find logic between UI and API based on id or friendly_id "name" of resource
- Translating describes how strings should be extracted in code and translated.
- Rails 4.2 information about the migration from Rails 4.1 to 4.2
- Strong parameters migrating from protected_attributes (attr_accessible) to controller parameter filtering
- Registry pattern notes about how to avoid the "registry" pattern of global/class-level state
Redmine¶
- Triage process - how to triage redmine issues
- Security process - how to handle security issues
Infrastructure¶
- GitHub - source code for all projects is stored on GitHub
- Jenkins - how our CI is configured, managing jobs etc.
- Koji - our RPM build system
- KojiBuilderSetup - adding builders to Koji
- PrProcessor - web service receiving GitHub hooks, linking PRs, Redmine and Jenkins
Updated by Ewoud Kohl van Wijngaarden about 2 years ago ยท 57 revisions