Hongli Lai

Results 78 issues of 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...

Priority/High
EnterpriseCustomer
Bounty/Medium

_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...

Enhancement
Bounty/Easy

![livestream1](https://user-images.githubusercontent.com/819/47291250-38bdaa00-d603-11e8-9b7e-060ca27721c1.png) 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...

Enhancement

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...

Enhancement

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....

Enhancement

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...

Enhancement

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...

enhancement

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....

enhancement
ci/cd