Commit Graph

364 Commits

Author SHA1 Message Date
Jakob Lichterfeld
334389b0b6 docs: update changelog 2024-10-27 08:19:32 +01:00
Jakob Lichterfeld
c7fd300942 docs: update changelog 2024-10-25 15:00:29 +02:00
dependabot[bot]
1b89ae7fd3 build(deps): bump elixir from 1.16.2-otp-26 to 1.17.2-otp-27 (#4296)
* build(deps): bump elixir from 1.16.2-otp-26 to 1.17.2-otp-27

Bumps elixir from 1.16.2-otp-26 to 1.17.2-otp-27.

---
updated-dependencies:
- dependency-name: elixir
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump elixir from 1.16.2-otp-26 to 1.17.2-otp-27 in workflow, flake and docs

* docs: update changelog

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakob Lichterfeld <jakob-lichterfeld@gmx.de>
2024-10-23 11:27:20 +02:00
Jakob Lichterfeld
da257664ed docs: update changelog 2024-10-22 08:01:42 +02:00
Matthias Wirtz
2fc749c899 docs: small wording refinements in changelog (#4292) 2024-10-21 18:13:19 +02:00
Jakob Lichterfeld
d4cbade8fb docs: update changelog 2024-10-21 16:04:35 +02:00
Jakob Lichterfeld
f2f90bdaa2 docs: update changelog 2024-10-21 15:41:48 +02:00
Jakob Lichterfeld
d0f6322cce docs: update changelog with version description
closes: #4201
2024-10-21 15:00:29 +02:00
Jakob Lichterfeld
bcf68443c5 docs: update changelog 2024-10-21 14:08:05 +02:00
Jakob Lichterfeld
205b18d2e0 docs: update changelog 2024-10-21 13:24:53 +02:00
Jakob Lichterfeld
944c07491e docs: update changelog 2024-10-20 09:42:51 +02:00
Jakob Lichterfeld
084fc5e1a1 docs: update changelog 2024-10-20 09:36:45 +02:00
JakobLichterfeld
c87b8976c3 docs: add recommended RAM size (#4278)
* docs: add recommended RAM size

* docs: update changelog
2024-10-19 16:22:55 +02:00
Jakob Lichterfeld
2869acac9a docs: update changelog 2024-10-19 16:12:52 +02:00
Jakob Lichterfeld
776de2bfd1 docs: update changelog 2024-10-19 16:02:55 +02:00
Jakob Lichterfeld
3f02f370e9 docs: update changelog 2024-10-19 15:59:09 +02:00
Jakob Lichterfeld
75bee3383a docs: update changelog 2024-10-19 15:52:04 +02:00
Jakob Lichterfeld
39c9a14de5 docs: update changelog 2024-10-19 15:50:31 +02:00
Jakob Lichterfeld
dc02763e61 docs: update changelog 2024-10-19 14:41:35 +02:00
JakobLichterfeld
b110106ca3 docs: update changelog (#4276) 2024-10-19 13:20:48 +02:00
Jakob Lichterfeld
0410593850 ci(fix): run ghcr build as separate workflow to fix permission issues with forks 2024-10-19 12:54:07 +02:00
Jakob Lichterfeld
52ace50412 docs: update changelog 2024-10-19 11:54:55 +02:00
Jakob Lichterfeld
99a887c463 docs: update changelog 2024-10-19 11:37:04 +02:00
Jakob Lichterfeld
7f39aaffcc docs: update changelog 2024-10-19 11:34:23 +02:00
Jakob Lichterfeld
773a58e023 docs: update changelog 2024-10-17 13:13:28 +02:00
Jakob Lichterfeld
9a4e80cc46 docs: update changelog 2024-10-14 11:56:11 +02:00
Jakob Lichterfeld
6584276fef docs: changelog 2024-10-14 10:24:01 +02:00
Jakob Lichterfeld
a26f7a093b docs: update changelog 2024-10-14 09:01:36 +02:00
JakobLichterfeld
fdf8185ce2 ci: add treefmt as code formatting multiplexer, refactor CI to avoid duplication, reorg CI into DevOps workflow (#4219)
* ci: add treefmt as code formatting multiplexer

* style: linter findings in entrypoint.sh script

* style: linter findings for yaml and yml

* style: linter findings for json files

* style: linter findings for nix files

* style: linter findings for js files

* style: linter findings for dashboards.sh

* style: linter findings for md and mdx files

* chore: remove unused clang formatter in treefmt config

* style: linter findings for mdx files

* ci: exclude Grafana dashboard JSON files from prettier formatting

* Revert "style: linter findings for json files"

This reverts commit f40c2e175992f66f887a3f4fc5aa1a1a89393147.

* ci: exclude Grafana dashboard JSON files from all formatting as we use the grafana export style

* style: linter findings for json files

* doc: update changelog

* ci(refactor): use composite action to avoid duplication in elixir workflow

* doc: update changelog

* ci: prevent workflow runs for certain conditions and allow scheduled runs

* ci(refactor): use reusable workflow to check paths

* ci(fix): correct output syntax for check_paths workflow and setting base branch

* ci(refactor): use reusable workflows for streamlined DevOps pipeline

* ci(fix): add write permission for packages in DevOps workflow

* ci(test): test DevOps workflow

* ci(test): test DevOps workflow

* ci(fix): Update condition for spell_check, ensure_linting, elixir, and ghcr_build workflows to reflect empty result instead of false

* ci: revert test DevOps

* ci(refactor): allow ghcr_build parallel to elixir test

* ci(refactor): Remove redundant check_paths job from elixir.yml, elixir_test.yml, and spell_check.yml workflows, check is done in devops.yml

* feat: add treefmt-nix to nix flake (#4219 - @JakobLichterfeld)

* ci: ensure proper linting via treefmt

* ci(test): test ensure_linting workflow

* ci(fix): checkout code for spell_checker to access file to check

* ci(fix): allow impure in ensure_linting workflow

* Revert "ci(test): test ensure_linting workflow"

This reverts commit a67b17ec098a628a8b093ec20b34b0e2696811cc.

* ci(fix): correct use of flake-utils for formatter and checks

Co-authored-by: scottbot95 <scottbot95@gmail.com>

* ci(fix): correct use of flake-utils for treefmt

Co-authored-by: scottbot95 <scottbot95@gmail.com>

* refactor: Remove unnecessary imports in flake

* ci(fix): correct syntax in flake

* ci(refactor): Remove unused code in flake.nix

* style: standardised style for input url in flake

* ci(fix): treefmt-nix config with existing options

* ci(feat): Add Nix binary cache and update treefmt command in CI workflow

* ci(refactor): Remove unused code in flake.nix

* fix: include devShell packages only on supported platforms

* fix: update hash for mix-deps package in flake.nix

* ci(fix): Update treefmt command in CI workflow

* ci(test): test ensure_linting workflow

* feat: ensure mix deps are present in devShell

* ci(feat): use flake-parts to enable treefmt-nix

* feat: use flake-parts

* fix: correct use of flake-parts for package build

* doc: update CI badge URL for devops workflow

* ci(fix): handle empty path filter output

* ci: remove --impure flag from treefmt command in CI workflow

* fix: correct treefmt.config settings in formatter.nix

* fix: correct flake-parts inputs, avoid with in imports

* fix: correct program name for mix-format in formatter.nix

* feat: devenv via flake-parts

* fix: correct use of legacy nix code with flake-parts

* ci(fix): correct nix develop command in ensure_linting.yml

* refactor: list imports explicitly in flake, rename folder to flake-modules to be precise

* style: use tabs for indent size to format sh

* style: use nixfmt-rfc-style

* Revert "style: use nixfmt-rfc-style"

This reverts commit 082056159e611c2c0639f8b4dc509446f5308a92.

* style: use nixfmt style

* fix: remove glibcLocales from optional dependencies to avoid  "A definition for option `packages."[definition 4-entry 16]"' is not of type `package'."

* fix: remove inotify-tools from optional dependencies to avoid  "A definition for option `packages."[definition 4-entry 16]"' is not of type `package'."

* fix: Remove inotify-tools and glibcLocales from optional dependencie

* fix: correct file paths in flake.nix to version

* fix: add ELIXIR_ERL_OPTIONS to shell environment to force utf8 locale

* fix: add LOCALE_ARCHIVE to shell environment in flake.nix

* Revert "fix: add LOCALE_ARCHIVE to shell environment in flake.nix"

This reverts commit d45f6e32eea1fcaf55cd03733e648cda4dbb764b.

* ci(refactor): rename workflow to elixir_dep_verification_and_static_analysis.yml to better reflect the intention,, remove duplicate checks

* ci(debug): debug locale settings

* Revert "ci(debug): debug locale settings"

This reverts commit 9b402f3c5f9b41ff4716dc4fc99f711fc9ef8135.

* Revert "fix: add ELIXIR_ERL_OPTIONS to shell environment to force utf8 locale"

This reverts commit d02419cba44055d55978ad36d23493d8790ce21b.

* fix: add LOCALE_ARCHIVE to shell environment in flake.nix

* Revert "fix: add LOCALE_ARCHIVE to shell environment in flake.nix"

This reverts commit 761b437e699d8381a0726dd969052b1e85c3f08f.

* fix: add LANG=C.UTF-8 to shell environment in flake.nix

* fix: add mix local.rebar and mix local.hex commands to flake.nix

* fix: pin devenv to version without unix socket bug

* chore: update nixpkgs to nixos-24.05 and update dependencies

* doc: add treefmt config comments

* ci: do not expose treefmt formatter programs in devshell

* fix: correct use of module option to enable PostgreSQL server in flake.nix

* Revert "chore: update nixpkgs to nixos-24.05 and update dependencies"

This reverts commit a6ea3f25aa393c32d9c2494b21e6330de2482496.

* feat: consistent use of erlang 26 and elixir 1_16 in flake

* ci: switch to macOS runner for linting workflow

* Revert "ci: do not expose treefmt formatter programs in devshell"

This reverts commit 1ecfa451dcf4199554a5d96d241ee846601862d9.

* Revert "ci: switch to macOS runner for linting workflow"

This reverts commit 7b430667d8737e5adf91f5ba59bbf83eb15bcb7a.

* ci: Remove nixpkgs channel specification in ensure_linting workflow

* ci(debug): Add debug output for PATH and NIX_PATH in flake.nix

* Revert "ci(debug): Add debug output for PATH and NIX_PATH in flake.nix"

This reverts commit 07faec5ddf88195969f89f3e74791d030c980b03.

* fix: avoid the need for impure for devenv

see #4245

* fix: remove invalid custom build.check for formatter and use default

* style: linter findings

* fix: Add emptyTest to avoid nix flake check test execution on non-Linux systems

* chore: Remove LANG=C.UTF-8 from enterShell in flake.nix

* ci(fix): Remove --impure flag from treefmt command in CI mode

* ci(fix): avoid impure mode in ensure_linting workflow

* style: linter findings

* ci(debug): debug elixir version and locale

* chore: Update flake.lock dependencies

* feat: use newer devenv as unix socket bug is fixed in upstream

https://github.com/cachix/devenv/issues/1497

* fix: set rebar3 path in devenv

* Revert "ci(debug): debug elixir version and locale"

This reverts commit 7ecdc77c163cd6ef9c913689c1f75e86ce8587cb.

* ci: re-enable path check in DevOps workflow

* doc: update Development and Contributing guide with nix and treefmt

* ci: use PostgreSQL 17

* style: linter findings

* ci(fix): ensure cache name in build action does not contain invalid characters to avoid invalid reference format

* doc: update changelog

* Revert "ci(fix): ensure cache name in build action does not contain invalid characters to avoid invalid reference format"

This reverts commit 02abb0359db4f22e5a28283476b3ced0d99729ff.

* ci: remove branch restriction for check_paths workflow to increase sec

* ci(fix): run ghcr build workflow only for specific conditions

- Ensure workflow only run if there are no changes to the .github folder
- Allow workflow to run on workflow call or PRs from forks
- Prevent duplicate runs for PRs from non-forks
- Avoid invalid reference format for cache name in PRs from our repository

* doc: update changelog

* fix: update hash for mix-deps package in flake.nix

* fix: disable flakeCheck for formatter, as mix format need the dep to be fetched beforehand

* ci(fix): run ghcr build workflow only for specific conditions

* fix: move nixosModules.default to top-level attribute set

* refactor: remove unnecessary config nesting in formatter.nix

* ci(fix): ensure version for buildx is set to correct name

---------

Co-authored-by: scottbot95 <scottbot95@gmail.com>
2024-10-14 08:54:10 +02:00
Jakob Lichterfeld
ad34131089 doc: update changelog 2024-10-07 09:02:27 +02:00
Jakob Lichterfeld
dc64687ba8 doc: update changelog 2024-10-03 09:28:32 +02:00
Jakob Lichterfeld
508bcf4f69 doc: update changelog 2024-09-29 11:22:15 +02:00
Jakob Lichterfeld
70d259cd40 doc: update changelog 2024-09-29 11:20:08 +02:00
Jakob Lichterfeld
84335ebf9b doc: update changelog 2024-09-29 11:18:19 +02:00
Jakob Lichterfeld
5737c543aa doc: update changelog 2024-09-28 15:26:34 +02:00
Jakob Lichterfeld
6871ef73d4 Revert "doc: update changelog"
This reverts commit 6c74011f3c.
2024-09-23 11:11:26 +02:00
Jakob Lichterfeld
6c74011f3c doc: update changelog 2024-09-20 16:35:11 +02:00
Jakob Lichterfeld
05068a0b93 doc: update changelog 2024-09-18 09:58:46 +02:00
Jakob Lichterfeld
852b29606b doc: update changelog 2024-09-18 09:34:17 +02:00
Jakob Lichterfeld
e5a4a9d086 doc: update changelog 2024-09-18 09:33:36 +02:00
Jakob Lichterfeld
7850dd0227 doc: update changelog 2024-09-18 09:30:36 +02:00
Jakob Lichterfeld
fa85b5d2fc doc: update changelog 2024-09-18 09:18:29 +02:00
Jakob Lichterfeld
107bf47e50 doc: update changelog 2024-09-18 08:28:33 +02:00
JakobLichterfeld
1ac5fd7967 chore: Update tzdata to version 1.1.2 and mimerl to version 1.3.0 (#4205)
* chore: Update tzdata to version 1.1.2 and mimerl to version 1.3.0

fixes: #4196

* doc: update changelog
2024-09-17 11:00:09 +02:00
Matthias Wirtz
c64384f0f6 add moving average / percentiles to charge level (#4200) 2024-09-16 14:09:45 +02:00
Jakob Lichterfeld
57ac19a500 doc: update changelog 2024-09-15 09:58:14 +02:00
Jakob Lichterfeld
363e5a6616 doc: update changelog 2024-09-09 09:03:18 +02:00
Matthias Wirtz
ad3f34b693 Improve rounding to month / weeks / days in Updates "Since Previous Update" column (#4164) 2024-09-03 11:05:02 +02:00
JakobLichterfeld
fedb206f50 doc: clarify using fleet api has lots of drawbacks (#4173)
* doc: fix markdownlint warnings in fleet api documentation

* doc: update changelog

* doc: clarify using fleet api has lots of drawbacks
2024-08-31 16:32:15 +02:00
Jakob Lichterfeld
1711db0479 doc: update changelog 2024-08-31 16:31:52 +02:00