Shimon Shtein
Shimon Shtein
This PR adds support for ActiveStorage in Foreman with PostgreSQL blob adapter. By default postgresql would be used for development and production. For testing a local temp directory would be...
**Describe the bug** Dredd returns an error when example node does not exist for parameters. **To Reproduce** ``` sh dredd tmp/shim_doc2.json http://localhost:3000 -y -l debug ``` json: ``` json {...
Right now, every disk that is inherited from template, would remain thin. The code missing relocation spec that will set the disk to `flat`, if the configuration is different from...
Use kickstart's `network` directive to create interfaces according to foreman's DB instead of using ifcfg files.
When I run an `npm ci` request for a long-ish `package-lock.json` I am getting random crashes of the proxy and `ERR_STREAM_WRITE_AFTER_END` errors in the console. Here is a package-lock.json I...
The new value should be at least the number of puma threads + 4. More details: https://community.theforeman.org/t/rails-connection-pool-size-optimizations/36675
* [X] I am familiar with the [contributing](https://github.com/theforeman/foreman-documentation/blob/master/CONTRIBUTING.md) guidelines. This commit adds the ability to generate a TOC file that can be used to test documentation links. This is done...
In this PR I am introducing a way to refresh CA certificate for Foreman server. It will have the following parts: - [X] Downloadable template to run directly on a...