Hongli Lai
Hongli Lai
It looks like the Passenger 5 pool options cache, which was meant to improve performance, broke config reloading in Flying Passenger. Because most options are now cached, reloading the web...
_From [email2ants](https://code.google.com/u/109291225829738528241/) on April 19, 2011 19:41:55_ Please add this feature as per the Apache Passenger module. At the moment I'm having to do some fairly horrible mod_rewrite stuff in...
 Passenger only supports a few programming languages right now. "Generic language support" — **"GLS"** — is what we call the effort to make Passenger support *all* programming languages. This...
When dumping environment variables or other settings to a report file, it would be great if we can automatically filter out secrets. This could by done by calculating the Shannon...
We want to automate this in the release pipeline so that we don't have to do this automatically. We want to update both the open source and the enterprise formula....
Our release pipeline should automate as many steps as possible in order to minimize the number of manual steps. It should do these as well: - [ ] Update Passenger...
This pull request improves SSHKit::Host comparison in the following ways. - #equal? should test for object identity, not whether the contents are equal, as per the Ruby documentation. - #eql?...
Previously, workflow-dispatch only allows specifying the workflow by ID (as returned by the API) or by name (as specified in the YAML). Specifying by ID is problematic because the ID...
Rubies are now installed into their own directories that are not in PATH. This safe, but it's not very user-friendly, especially not for users who only intend to install 1...
Github Actions [now supports partial reruns](https://github.blog/2022-03-16-save-time-partial-re-runs-github-actions/). We can now get rid of our custom CI/CD resumption system. This means that we don't have to store artifacts on Cloud Storage anymore....