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

Release v3.0.0 #582

Merged
merged 65 commits into from
Oct 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
6babad7
Rich text support in secondary_info
maxwroc Jan 4, 2022
9895b0e
Enable CI for next branch
maxwroc Jan 4, 2022
16cfe47
Info about different testing envs
maxwroc Jan 4, 2022
7699713
Updating info about charging state in secondary info
maxwroc Jan 4, 2022
2b6a30a
KString description
maxwroc Jan 4, 2022
e38ce81
Moved node tests to separate dir
maxwroc Jan 4, 2022
ba1d39d
Braking changes info
maxwroc Jan 4, 2022
cce0093
Merge pull request #369 from maxwroc/RichTextProc
maxwroc Jan 4, 2022
ae73c76
Multiple levels of sorting
maxwroc Jan 5, 2022
40f2053
Sorting info updated
maxwroc Jan 5, 2022
a8ef5d5
Use ISimplifiedArray for entities
maxwroc Jan 5, 2022
4bd3fd8
Breaking changes info
maxwroc Jan 5, 2022
f2db6dd
Removed info about required entities setting
maxwroc Jan 5, 2022
7cb6f50
Merge pull request #371 from maxwroc/SortBy
maxwroc Jan 5, 2022
f1e40f2
VSCode config
maxwroc Jan 5, 2022
7c30cf6
Merge pull request #372 from maxwroc/VSCodeConf
maxwroc Jan 5, 2022
a89440a
Combined color settings
maxwroc Jan 5, 2022
d1e422c
Updated examples; Disabling color test
maxwroc Jan 5, 2022
964454d
Comment
maxwroc Jan 5, 2022
f13340c
Merge pull request #374 from maxwroc/ColorSettings
maxwroc Jan 5, 2022
db9ba3e
Merge branch 'master' into next
maxwroc Jan 5, 2022
e1821f5
Merge branch 'next' of https://github.com/maxwroc/battery-state-card …
maxwroc Jan 5, 2022
0c2b0fd
Coverage report
maxwroc Jan 5, 2022
19ec5fa
Dummy change
maxwroc Jan 5, 2022
25de13a
Limit coverage to src
maxwroc Jan 5, 2022
2518e14
another dummy change
maxwroc Jan 5, 2022
e3ab2ad
removed test dir from cov path
maxwroc Jan 6, 2022
2b86a6f
additional comment
maxwroc Jan 6, 2022
618d0a8
dums
maxwroc Jan 6, 2022
25f5239
Merged master
maxwroc Jan 22, 2022
90894b0
Fix numbers in secondary info
maxwroc Feb 7, 2022
15989c5
Merge pull request #399 from maxwroc/NumbersInSecondary
maxwroc Feb 7, 2022
8d7d8d8
Charging state tests
maxwroc Oct 7, 2022
964c038
Added missing files
maxwroc Oct 7, 2022
85610b6
Merge pull request #495 from maxwroc/ChargingStateTests
maxwroc Oct 7, 2022
3fe2cc8
Battery level tests
maxwroc Oct 20, 2023
56a858d
Merge pull request #571 from maxwroc/BatteryLevel
maxwroc Oct 20, 2023
23ec841
Merge branch 'next' into zonk
maxwroc Oct 20, 2023
9943ec1
merged master
maxwroc Oct 20, 2023
bfef38a
Merge branch 'next' of https://github.com/maxwroc/battery-state-card …
maxwroc Oct 20, 2023
170659f
GetName and GetIcon tests
maxwroc Oct 21, 2023
d6f4832
Merge pull request #573 from maxwroc/IconNameTests
maxwroc Oct 21, 2023
b02b3a5
Fix empty card taking space #521
maxwroc Oct 21, 2023
889948c
Merge pull request #574 from maxwroc/FixEmptyCardCase
maxwroc Oct 21, 2023
b121357
Fixed exception thrown when entity is missing #575
maxwroc Oct 21, 2023
e829592
Merge pull request #576 from maxwroc/FixExcept
maxwroc Oct 21, 2023
05813e6
Added info about entities property in group obj
maxwroc Oct 21, 2023
4a65588
KString new functions #490
maxwroc Oct 21, 2023
e0c54dd
Merge pull request #577 from maxwroc/KStringNewFunc
maxwroc Oct 21, 2023
b29f15a
Default config for charging_state and tap_action #365
maxwroc Oct 21, 2023
a66f9e5
Merge pull request #578 from maxwroc/DefaultChatgingState
maxwroc Oct 21, 2023
77069d5
Show card in the card picker #198
maxwroc Oct 22, 2023
151b103
Merge pull request #579 from maxwroc/CardPick
maxwroc Oct 22, 2023
c31d3fb
KString abs function for RSSI #401
maxwroc Oct 22, 2023
91c828d
Added tests for abs function
maxwroc Oct 22, 2023
9286239
Merge pull request #580 from maxwroc/RssiExample
maxwroc Oct 22, 2023
d203905
Updated packages
maxwroc Oct 22, 2023
f06bdbc
Updated TS and Lit packages
maxwroc Oct 22, 2023
4b094fc
Merge pull request #581 from maxwroc/UpTsLit
maxwroc Oct 22, 2023
ed1f1a4
Merge branch 'next' into zonk
maxwroc Oct 22, 2023
6ccc571
Update coverage report action
maxwroc Oct 22, 2023
e8928ff
Filter test coverage results to touched files only
maxwroc Oct 22, 2023
b73b3a1
Testing
maxwroc Oct 22, 2023
04adf47
Merge pull request #375 from maxwroc/zonk
maxwroc Oct 22, 2023
c594e8d
Trigger another build
maxwroc Oct 22, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
# only PR for master
branches:
- master
- next

jobs:
continous_integration:
Expand All @@ -23,4 +24,14 @@ jobs:
- name: Build
run: npm run build
- name: Test
run: npm run test
run: npm run test+coverage
- name: Code Coverage Report
uses: romeovs/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
filter-changed-files: true
#delete-old-comments: true
- name: Coveralls
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/.vscode/
/coverage/
/node_modules/
/dist/
/src/styles.ts
76 changes: 76 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Run all tests in the file",
"type": "node",
"request": "launch",
"runtimeExecutable": "npm",
"runtimeArgs": [
"run-script",
"test"
],
"args": [
"--",
"--runTestsByPath",
"${relativeFile}"
],
"console": "integratedTerminal",
},
{
"name": "Run all tests in the file (debug in electron)",
"type": "node",
"request": "launch",
"runtimeExecutable": "npm",
"runtimeArgs": [
"run-script",
"test+debug"
],
"args": [
"--",
"--runTestsByPath",
"${relativeFile}"
],
"console": "integratedTerminal",
},
{
"type": "node",
"request": "launch",
"name": "Run selected test",
"runtimeExecutable": "npm",
"runtimeArgs": [
"run-script",
"test"
],
"args": [
"--",
"--runTestsByPath",
"${relativeFile}",
"-t",
"${selectedText}"
],
"console": "integratedTerminal",
},
{
"type": "node",
"request": "launch",
"name": "Run selected test (debug in electron)",
"runtimeExecutable": "npm",
"runtimeArgs": [
"run-script",
"test+debug"
],
"args": [
"--",
"--runTestsByPath",
"${relativeFile}",
"-t",
"${selectedText}"
],
"console": "integratedTerminal",
}
]
}
Loading
Loading