Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #26969 - Allow using remote core even if core gem is available #63

Merged
merged 4 commits into from
Jun 11, 2019

Commits on Jun 10, 2019

  1. Fixes #26969 - Allow using remote core even if core is available

    The behavior can be configured using the external_core key in the
    settings.
    
    If unset, the behavior will remain the same, eg. use internal
    core if available, fallback to external core otherwise. Setting
    it to true will force the proxy to always use an external core.
    Setting it to false will make the proxy try to always use the
    internal core and disable the feature if it is not available.
    adamruzicka committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    bbcfcbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8810ce7 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. Configuration menu
    Copy the full SHA
    79a29cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    196512d View commit details
    Browse the repository at this point in the history