forked from home-assistant/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add fallback for missing logs boot result. (home-assistant#22600) * Add fallback for missing logs boot result. * Add fallback for logs full download when boots are missing * Fix function naming and single boot select in error-log-card * Sync and apply wording update patch --------- Co-authored-by: Wendelin <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Naimur Hasan <[email protected]>
- Loading branch information
1 parent
c2abfbf
commit 306629d
Showing
40 changed files
with
450 additions
and
442 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1 | ||
744cda39747b834277796fb4cdcb5d0f3f3d88d8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
# Skip running on forks since it won't have access to secrets | ||
# Skip running PRs without 'needs design preview' label | ||
if: github.repository == 'home-assistant/frontend' && contains(github.event.pull_request.labels.*.name, 'needs design preview') | ||
if: github.repository == 'my-smart-homes/cloned-frontend-ha' && contains(github.event.pull_request.labels.*.name, 'needs design preview') | ||
steps: | ||
- name: Check out files from GitHub | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,10 +36,10 @@ jobs: | |
- name: Install dependencies | ||
run: yarn install | ||
|
||
- name: Download translations | ||
run: ./script/translations_download | ||
env: | ||
LOKALISE_TOKEN: ${{ secrets.LOKALISE_TOKEN }} | ||
# - name: Download translations | ||
# run: ./script/translations_download | ||
# env: | ||
# LOKALISE_TOKEN: ${{ secrets.LOKALISE_TOKEN }} | ||
|
||
- name: Bump version | ||
run: script/version_bump.js nightly | ||
|
@@ -50,22 +50,22 @@ jobs: | |
yarn install | ||
export SKIP_FETCH_NIGHTLY_TRANSLATIONS=1 | ||
script/build_frontend | ||
rm -rf dist home_assistant_frontend.egg-info | ||
rm -rf dist my_smart_homes_frontend.egg-info | ||
python3 -m build | ||
- name: Archive translations | ||
run: tar -czvf translations.tar.gz translations | ||
# - name: Archive translations | ||
# run: tar -czvf translations.tar.gz translations | ||
|
||
- name: Upload build artifacts | ||
uses: actions/[email protected] | ||
with: | ||
name: wheels | ||
path: dist/home_assistant_frontend*.whl | ||
path: dist/my_smart_homes_frontend*.whl | ||
if-no-files-found: error | ||
|
||
- name: Upload translations | ||
uses: actions/[email protected].3 | ||
with: | ||
name: translations | ||
path: translations.tar.gz | ||
if-no-files-found: error | ||
# - name: Upload translations | ||
# uses: actions/[email protected].0 | ||
# with: | ||
# name: translations | ||
# path: translations.tar.gz | ||
# if-no-files-found: error |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,10 +42,10 @@ jobs: | |
- name: Install dependencies | ||
run: yarn install | ||
|
||
- name: Download Translations | ||
run: ./script/translations_download | ||
env: | ||
LOKALISE_TOKEN: ${{ secrets.LOKALISE_TOKEN }} | ||
# - name: Download Translations | ||
# run: ./script/translations_download | ||
# env: | ||
# LOKALISE_TOKEN: ${{ secrets.LOKALISE_TOKEN }} | ||
- name: Build and release package | ||
run: | | ||
python3 -m pip install twine build | ||
|
@@ -71,13 +71,13 @@ jobs: | |
# Sleep to give pypi time to populate the new version across mirrors | ||
sleep 240 | ||
version=$(echo "${{ github.ref }}" | awk -F"/" '{print $NF}' ) | ||
echo "home-assistant-frontend==$version" > ./requirements.txt | ||
echo "my-home-assistant-frontend==$version" > ./requirements.txt | ||
- name: Build wheels | ||
uses: home-assistant/[email protected] | ||
with: | ||
abi: cp312 | ||
tag: musllinux_1_2 | ||
arch: amd64 | ||
wheels-key: ${{ secrets.WHEELS_KEY }} | ||
requirements: "requirements.txt" | ||
# - name: Build wheels | ||
# uses: home-assistant/[email protected] | ||
# with: | ||
# abi: cp312 | ||
# tag: musllinux_1_2 | ||
# arch: amd64 | ||
# wheels-key: ${{ secrets.WHEELS_KEY }} | ||
# requirements: "requirements.txt" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.