plus3it / plus3it/watchmaker

Create a config file spec for watchmaker

Open
#1,042 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

release/1.0.0
Dominant language
Python
Stars
42
Forks
31
Avg merge
5h 22m
Merged PRs (30d)
19

Description

Right now, the config file is really a list of workers and worker configs. Running into a couple issues with this approach:

  1. There isn't really a way to specify options for watchmaker itself, such as the proposed version constraint option, without getting wrapped up in how worker configs are loaded.
  2. There is no way to process a config other than just running the worker. It would help to have a method that validates the config or sets defaults or deprecates options...

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing how the current config is represented as a list of workers and how worker configs are loaded. Define the boundaries for watchmaker-level options and config processing such as validation, defaults, and deprecations; done means the proposed config file specification is documented and its intended processing behavior is clear.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
devops, tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.