Commit Graph

1012 Commits

Author SHA1 Message Date
Claudio Ortolina 8d602aa50b Charts: count by artists and count by genre
Generated via Cursor and Claude 3.5 - initial version
2025-04-05 12:41:17 +01:00
Claudio Ortolina f0f43c22f6 Use Phoenix 1.8.0rc heroicons plugin 2025-04-05 12:21:32 +01:00
Claudio Ortolina 0b553ff747 Fix sources for tailwind.css
Avoids continuously recompiling on unrelated file changes
2025-04-05 12:20:13 +01:00
Claudio Ortolina 896450fb0a Update tailwind from 4.1.2 to 4.1.3 2025-04-05 07:55:11 +01:00
Claudio Ortolina 81241c4acd Remove line numbers from gettext files 2025-04-04 14:00:42 +01:00
Claudio Ortolina 8b846298a7 Make collection ordered by purchase by default 2025-04-04 13:58:25 +01:00
Claudio Ortolina 8de88fcf72 Don't use a module attribute for the regex
As this will stop working with OTP28, see:

https://github.com/elixir-lang/elixir/pull/14381
2025-04-03 18:30:18 +01:00
Claudio Ortolina c82f197b60 Update dependencies
plug_crypto 2.1.0 => 2.1.1
2025-04-03 18:19:36 +01:00
Claudio Ortolina a6c7c67a96 Update tailwind from 4.1.1 to 4.1.2 2025-04-03 18:19:20 +01:00
Claudio Ortolina b7d69e3f63 Update npm dependencies 2025-04-03 18:19:00 +01:00
Claudio Ortolina 5983d30b16 Extend database documentation 2025-04-03 10:00:55 +01:00
Claudio Ortolina c029e4618b Add database structure documentation 2025-04-03 09:47:42 +01:00
Claudio Ortolina bc72ab7e7f Document Last.fm refresh module 2025-04-03 09:44:42 +01:00
Claudio Ortolina f0703caa19 Update tailwind from 4.1.0 to 4.1.1 2025-04-03 08:01:31 +01:00
Claudio Ortolina 086705b7b3 Update tailwind from 4.0.17 to 4.1.0 2025-04-01 19:11:13 +01:00
Claudio Ortolina 1df3f85a37 Update npm dependencies 2025-04-01 19:09:48 +01:00
dependabot[bot] aeb65d1339 Update dependencies: Bump bandit from 1.6.10 to 1.6.11
Bumps [bandit](https://github.com/mtrudel/bandit) from 1.6.10 to 1.6.11.
- [Changelog](https://github.com/mtrudel/bandit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mtrudel/bandit/compare/1.6.10...1.6.11)

---
updated-dependencies:
- dependency-name: bandit
  dependency-version: 1.6.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-01 07:44:18 +01:00
Claudio Ortolina ef274f80f7 Update dependencies
telemetry_poller 1.1.0 => 1.2.0
2025-03-30 20:18:08 +01:00
Claudio Ortolina e16b3eb34e Prevent badges from wrapping 2025-03-30 14:47:03 +01:00
Claudio Ortolina 133b4695cf Enforce timeouts when using the OpenAI api 2025-03-29 20:02:26 +00:00
Claudio Ortolina 683b62726f Add task to migrate production 2025-03-28 08:53:30 +00:00
Claudio Ortolina e15a6c4b4e Update error_tracker to 0.6 2025-03-28 08:46:48 +00:00
Claudio Ortolina 8054d5c881 Update dependencies
phoenix 1.7.20 => 1.7.21
2025-03-27 19:32:07 +00:00
Claudio Ortolina cca3ab88d0 Update dependencies
phoenix_test 0.5.1 => 0.6.0
2025-03-27 15:16:33 +00:00
Claudio Ortolina 93a2ef88f1 Update dependencies
hpax 1.0.2 => 1.0.3
phoenix_live_view 1.0.7 => 1.0.9
2025-03-26 18:25:58 +00:00
Claudio Ortolina c113202640 Update tailwind from 4.0.16 to 4.0.17 2025-03-26 18:25:32 +00:00
dependabot[bot] 6ee3d0e88e Update dependencies: Bump bandit from 1.6.9 to 1.6.10
Bumps [bandit](https://github.com/mtrudel/bandit) from 1.6.9 to 1.6.10.
- [Changelog](https://github.com/mtrudel/bandit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mtrudel/bandit/compare/1.6.9...1.6.10)

---
updated-dependencies:
- dependency-name: bandit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-26 06:27:56 +00:00
Claudio Ortolina 8ff37b4903 Update tailwind from 4.0.15 to 4.0.16 2025-03-25 18:08:16 +00:00
Claudio Ortolina 73fb6098ba Update npm dependencies 2025-03-25 18:07:38 +00:00
Claudio Ortolina 85a02a68fc Swap around title and artists in stats latest record 2025-03-24 09:53:49 +00:00
Claudio Ortolina 420ea47a2a Update mise tasks with better namespaces 2025-03-23 18:40:40 +00:00
Claudio Ortolina d002b4f543 Update README toc 2025-03-23 18:40:18 +00:00
Claudio Ortolina 32ca77e0f5 Ask for confirmation before deleting local db backups 2025-03-23 18:23:08 +00:00
Claudio Ortolina 16f8baee80 Add mise task for production tests 2025-03-23 13:49:43 +00:00
Claudio Ortolina 1f43e1d993 Use JSON instead of Jason where possible
In some places, we need pretty printing so it's not possible to remove
the dependency.
2025-03-23 08:34:25 +00:00
Claudio Ortolina 15c20f6803 Use fast_html for tests
Gives a visible speed bump: on a M1 machine tests go from 1.7s to 1.2s
2025-03-23 08:16:39 +00:00
Claudio Ortolina 0f815f5dff Update dependencies
floki 0.37.0 => 0.37.1
2025-03-23 08:10:11 +00:00
Claudio Ortolina 914851f996 Add mise task to prune local production backups 2025-03-22 16:49:07 +00:00
Claudio Ortolina 7e65221185 Hide LastFm internals via a context interface 2025-03-22 16:08:29 +00:00
Claudio Ortolina a52a980938 Exclude digital releases when searching via barcode 2025-03-22 15:08:13 +00:00
Claudio Ortolina 02dafb1a9f Extend assertions for scrobble activity test
Tests that information actually changes when toggling from albums to
tracks.
2025-03-22 08:31:30 +00:00
Claudio Ortolina 22de7ed85f Default displaying albums in scrobble activity 2025-03-22 08:24:22 +00:00
Claudio Ortolina b0d05546dd Update dependencies
bandit 1.6.8 => 1.6.9
thousand_island 1.3.11 => 1.3.12
2025-03-22 07:55:19 +00:00
Claudio Ortolina 66065004ec Update dependencies
phoenix_live_view 1.0.6 => 1.0.7
req 0.5.9 => 0.5.10
2025-03-21 15:32:51 +00:00
Claudio Ortolina 6992b2cd7d Update dependencies
phoenix_live_view 1.0.5 => 1.0.6
2025-03-20 19:26:57 +00:00
Claudio Ortolina 8fbb7f5a01 Update Tailwind from 4.0.14 to 4.0.15 2025-03-20 19:26:19 +00:00
Claudio Ortolina b972601d2f Update dependencies
ecto_sqlite3 0.18.1 => 0.19.0 (minor)
2025-03-19 10:14:04 +00:00
dependabot[bot] 42ade75cbf Update dependencies: Bump req from 0.5.8 to 0.5.9
Bumps [req](https://github.com/wojtekmach/req) from 0.5.8 to 0.5.9.
- [Release notes](https://github.com/wojtekmach/req/releases)
- [Changelog](https://github.com/wojtekmach/req/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wojtekmach/req/compare/v0.5.8...v0.5.9)

---
updated-dependencies:
- dependency-name: req
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-18 06:21:40 +00:00
Claudio Ortolina c3420189f7 Update dependencies
plug 1.16.1 => 1.17.0

Includes fix for `use Plug.Test` deprecation.
2025-03-14 19:20:02 +00:00
Claudio Ortolina 828f1667bf Remove unused LastFm.Feed functions 2025-03-14 11:53:54 +00:00