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

141 alternative configuration file type yaml #156

Merged
merged 6 commits into from
Feb 20, 2024

Conversation

LukasFehring
Copy link
Collaborator

@LukasFehring LukasFehring commented Jan 8, 2024

Add yaml configuration files and log others.

Description

Add yaml configurations files, remove old config files

Motivation and Context

Refer to issue

Changes

Add yaml configurations files, remove old config files.

Type Of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

How has This Been Tested?

  • Database provider:
  • Python version:
  • Operating System:

What is Missing?

Checklist

  • My change is based on the latest stage of the develop branch.
  • My change required a change of the documentation, which has been done.
  • I checked that the documentation can be build, visualizes everything as expected, and does not contain any warnings.
  • I have added/adapted tests to cover my changes.
  • The tests can be executed successfully.
  • The notebooks can be executed successfully.
  • The notebooks can be executed with mysql as provider.
  • I have added a description of the changes to CHANGELOG.rst.

@LukasFehring LukasFehring linked an issue Jan 8, 2024 that may be closed by this pull request
@LukasFehring LukasFehring changed the title [DRAFT ]141 alternative configuration file type yaml [DRAFT]141 alternative configuration file type yaml Jan 8, 2024
@LukasFehring LukasFehring force-pushed the 141-alternative-configuration-file-type-yaml branch 2 times, most recently from f747603 to 960dcd3 Compare February 5, 2024 15:13
@LukasFehring LukasFehring changed the title [DRAFT]141 alternative configuration file type yaml 141 alternative configuration file type yaml Feb 5, 2024
@LukasFehring LukasFehring force-pushed the 141-alternative-configuration-file-type-yaml branch 2 times, most recently from 28ecb76 to b4f8b5f Compare February 19, 2024 14:36
@LukasFehring LukasFehring force-pushed the 141-alternative-configuration-file-type-yaml branch from b4f8b5f to 7bab3f6 Compare February 19, 2024 16:18
py_experimenter/database_connector_mysql.py Outdated Show resolved Hide resolved
py_experimenter/exceptions.py Outdated Show resolved Hide resolved
py_experimenter/exceptions.py Outdated Show resolved Hide resolved
py_experimenter/result_processor.py Outdated Show resolved Hide resolved
py_experimenter/utils.py Outdated Show resolved Hide resolved
py_experimenter/utils.py Outdated Show resolved Hide resolved
test/test_config.py Outdated Show resolved Hide resolved
py_experimenter/database_connector_mysql.py Outdated Show resolved Hide resolved
py_experimenter/database_connector_mysql.py Outdated Show resolved Hide resolved
@tornede tornede merged commit acf09a6 into develop Feb 20, 2024
7 checks passed
@tornede tornede deleted the 141-alternative-configuration-file-type-yaml branch February 20, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Alternative Configuration File Type: YAML
2 participants