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

Support multi workers assign syntax on <worker> section. Fix #2289 #2292

Merged
merged 9 commits into from
Feb 25, 2019

Commits on Feb 13, 2019

  1. Support multi workers assign syntax on <worker> section. Fix #2289

    Signed-off-by: Hiroshi Hatake <hatake@clear-code.com>
    cosmo0920 committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    6a8587e View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Use full-qualified class name

    Signed-off-by: Hiroshi Hatake <hatake@clear-code.com>
    cosmo0920 committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    4200740 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Add worker_id collision detector

    Signed-off-by: Hiroshi Hatake <hatake@clear-code.com>
    cosmo0920 committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    6b6fb93 View commit details
    Browse the repository at this point in the history
  2. Make more kindly error message when occurring worker_ids collisions

    Signed-off-by: Hiroshi Hatake <hatake@clear-code.com>
    cosmo0920 committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    03da2b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Support multiple worker ids inclusion relation on Config::Element

    Signed-off-by: Hiroshi Hatake <hatake@clear-code.com>
    cosmo0920 committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    668273b View commit details
    Browse the repository at this point in the history
  2. Support multi assigned workers not for all

    Signed-off-by: Hiroshi Hatake <hatake@clear-code.com>
    cosmo0920 committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    66ac4a3 View commit details
    Browse the repository at this point in the history
  3. Fix test for multi workers assign syntax on RootAgent

    Signed-off-by: Hiroshi Hatake <hatake@clear-code.com>
    cosmo0920 committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    9b898c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Use range syntax for available_worker_ids

    Signed-off-by: Hiroshi Hatake <hatake@clear-code.com>
    cosmo0920 committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    44f206a View commit details
    Browse the repository at this point in the history
  2. Ensure workers to 1 when target_worker_ids nil or false

    Signed-off-by: Hiroshi Hatake <hatake@clear-code.com>
    cosmo0920 committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    44b67c9 View commit details
    Browse the repository at this point in the history