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

Backport endpoint consistency and CI changes to v0.1 #266

Merged
merged 11 commits into from
Sep 21, 2023

Conversation

stintel
Copy link
Collaborator

@stintel stintel commented Sep 18, 2023

And some CI changes required to make sure we build using the right container.

stintel and others added 7 commits September 18, 2023 17:46
The changed-files action fails when pushing a tag:

  Error: Similar commit hashes detected: previous sha: a9cf47f is equivalent to the current sha: a9cf47f.
  Error: Please verify that both commits are valid, and increase the fetch_depth to a number higher than 50.
  Error: Similar commit hashes detected.

(cherry picked from commit 440ca88)
Using main would introduce unwanted changes.
…rom the REST response for TTS.

(cherry picked from commit c6d7d17)
…play and TTS language to other endpoints

(cherry picked from commit dc1d55d)
…text color, standardize feedback language

(cherry picked from commit f347102)
…to align with REST and OpenHAB

(cherry picked from commit e24c053)
@stintel stintel changed the base branch from main to release/v0.1 September 18, 2023 15:23
Hiding labels after calling the endpoint could result in them being
hidden after the endpoint unhid them. This currently seems to happen for
both the openHAB and the REST endpoint.

Adding some logging confirms the label is hid in the audio code just a
few milliseconds after unhiding in the endpoint code. We don't see this
with Home Assistant as we're using a recent Home Assistant version where
the endpoint code sets up a WebSocket. The additional JSON constructing
and parsing in the Home Assistant WebSocket code causes enough delay to
not see the issue there.

(cherry picked from commit c18aa98)
@stintel stintel changed the title Backport endpoint consistency changes to v0.1 Backport endpoint consistency and CI changes to v0.1 Sep 21, 2023
(cherry picked from commit 711c258)
We're using tags like will-be-deleted-something for test tags, to verify
things work as expected before tagging an actual release tag. Mark a
release as pre-release if the tag contains delete.

(cherry picked from commit 4a83be7)
@stintel stintel merged commit 2679c36 into release/v0.1 Sep 21, 2023
17 checks passed
@stintel stintel deleted the backport/0.1 branch September 21, 2023 13:29
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.

2 participants