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

Handle YAML configuration format on configuration file #3712

Merged
merged 15 commits into from May 18, 2022

Commits on Apr 8, 2022

  1. yaml config file

    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs authored and cosmo0920 committed Apr 8, 2022
    Copy the full SHA
    3754e61 View commit details
    Browse the repository at this point in the history
  2. yaml config: Handle Array object as concatenated string

    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    cosmo0920 committed Apr 8, 2022
    Copy the full SHA
    38e4ef0 View commit details
    Browse the repository at this point in the history
  3. Add mechanism for guessing config type

    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    cosmo0920 committed Apr 8, 2022
    Copy the full SHA
    963cac4 View commit details
    Browse the repository at this point in the history
  4. test: supervisor: Add testcases for Yaml configuration format

    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    cosmo0920 committed Apr 8, 2022
    Copy the full SHA
    5edf1eb View commit details
    Browse the repository at this point in the history
  5. test: config: Add yaml config format testcase

    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    cosmo0920 committed Apr 8, 2022
    Copy the full SHA
    701267e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. yaml config: Handle pipeline-level !include yaml tag

    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    cosmo0920 committed Apr 11, 2022
    Copy the full SHA
    cdde660 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Don't use abbreviation for file_ext

    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    cosmo0920 committed Apr 12, 2022
    Copy the full SHA
    39b10cf View commit details
    Browse the repository at this point in the history
  2. Remove needless #dup

    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    cosmo0920 committed Apr 12, 2022
    Copy the full SHA
    ebe9e8c View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. config: yaml: Flatten array object for $tag

    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    cosmo0920 committed Apr 13, 2022
    Copy the full SHA
    e3a2be8 View commit details
    Browse the repository at this point in the history
  2. config: yaml: Support short-hand hostname and worker_id methods

    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    cosmo0920 committed Apr 13, 2022
    Copy the full SHA
    dc597c0 View commit details
    Browse the repository at this point in the history
  3. config: yaml: Handle $id elements for interpreting as @id

    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    cosmo0920 committed Apr 13, 2022
    Copy the full SHA
    79c88a3 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. config: test: Guess configuration file type by default

    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    cosmo0920 committed May 17, 2022
    Copy the full SHA
    49ec023 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. config: test: Specify guess type as default value of config-file-type

    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    cosmo0920 committed May 18, 2022
    Copy the full SHA
    6574387 View commit details
    Browse the repository at this point in the history
  2. config: test: Assert parameters at once

    Co-authored-by: Takuro Ashie <ashie@clear-code.com>
    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    cosmo0920 and ashie committed May 18, 2022
    Copy the full SHA
    7c7d92f View commit details
    Browse the repository at this point in the history
  3. supervisor: test: Assert parameters at once

    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    
    Co-authored-by: Takuro Ashie <ashie@clear-code.com>
    cosmo0920 and ashie committed May 18, 2022
    Copy the full SHA
    db8b245 View commit details
    Browse the repository at this point in the history