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

Fix typo in /v2/applications/:appId/restart-service Supervisor API call #359

Merged
merged 2 commits into from
May 24, 2024

Conversation

cywang117
Copy link
Contributor

The API endpoint being called was /v2/applications/:appId/restart_service (with underscore) when it should be /v2/applications/:appId/restart-service (with dash).

Change-type: patch
Closes: #354

@cywang117 cywang117 enabled auto-merge May 13, 2024 23:56
@cywang117 cywang117 force-pushed the fix-supervisor-restart_service-call branch 4 times, most recently from 4d36992 to b2da471 Compare May 14, 2024 22:53
@cywang117
Copy link
Contributor Author

Something is wrong with the tests, specifically the log unsubscribe function, despite my efforts to get them patched, will revisit in case it's a transient issue with the API. If anyone knows what the issue is and can get this to work, please feel free to push or fixup my test-fixing commit.

@thgreasi thgreasi requested a review from otaviojacobi May 22, 2024 12:59
@thgreasi thgreasi disabled auto-merge May 22, 2024 13:00
@cywang117 cywang117 force-pushed the fix-supervisor-restart_service-call branch from b2da471 to ddcf79d Compare May 24, 2024 19:33
cywang117 and others added 2 commits May 24, 2024 12:42
Change-type: patch
Closes: #354
Signed-off-by: Christina Ying Wang <[email protected]>
Signed-off-by: Christina Ying Wang <[email protected]>
@cywang117 cywang117 force-pushed the fix-supervisor-restart_service-call branch from ddcf79d to 8678bc7 Compare May 24, 2024 19:42
@flowzone-app flowzone-app bot merged commit 4d65133 into master May 24, 2024
50 checks passed
@flowzone-app flowzone-app bot deleted the fix-supervisor-restart_service-call branch May 24, 2024 19:54
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.

Device restart_service fails silently
2 participants