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

WIP: Settings API fixes and improvements #104

Open
wants to merge 3 commits into
base: v3
Choose a base branch
from

Conversation

rogerfachini
Copy link

@rogerfachini rogerfachini commented Dec 24, 2019

When enabling debug mode via the settings API, it would crash with TypeError: req.body is not iterable. The first commit addresses this issue.

The runner's settings are first initialized from global settings when the runner.ready message is received. When the settings are updated via the API, these changes are not propagated to the runner's settings.

@rogerfachini rogerfachini changed the title Fix iterating through request body on /v1/settings Settings API fixes and improvements Dec 24, 2019
@rogerfachini rogerfachini changed the title Settings API fixes and improvements WIP: Settings API fixes and improvements Dec 24, 2019
@rogerfachini
Copy link
Author

Work in progress: adding support for the global.showSerial and bot.controller settings.

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.

1 participant