Commit Graph

747 Commits

Author SHA1 Message Date
Claudio Ortolina 96bd453900 When not possible to determine otherwise, assums a record has been released 2025-01-29 10:21:41 +00:00
Claudio Ortolina 06f1997d59 Show if a wishlisted album is unreleased 2025-01-29 10:13:39 +00:00
dependabot[bot] 32bc4067ff Update dependencies: Bump phoenix_live_view from 1.0.2 to 1.0.3
Bumps [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) from 1.0.2 to 1.0.3.
- [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/v1.0.3/CHANGELOG.md)
- [Commits](https://github.com/phoenixframework/phoenix_live_view/compare/v1.0.2...v1.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-29 07:09:52 +00:00
Claudio Ortolina e3a2250e9e Update dependencies
phoenix_test 0.5.1 => 0.5.2
2025-01-28 14:12:17 +00:00
Claudio Ortolina 4a8a37a52f Tighten up monitoring routes configuration 2025-01-28 11:49:45 +00:00
Claudio Ortolina 06a1ebbe76 Improve styling of wishlist record details page 2025-01-28 11:36:48 +00:00
Claudio Ortolina ca0b4fb0e1 Improve styling of collection record details page 2025-01-28 11:33:11 +00:00
Claudio Ortolina 7ce2b6a7b2 Add wishlist#show test 2025-01-27 23:33:11 +00:00
Claudio Ortolina f5e29f9e59 Improve collection#show test 2025-01-27 23:31:34 +00:00
Claudio Ortolina 97eb01f6a6 Show record ID on wishlist and collection detail pages 2025-01-27 23:29:01 +00:00
Claudio Ortolina 59371ba7be Align on tour badge in artist page 2025-01-27 10:05:31 +00:00
Claudio Ortolina 50b13915ee Update Erlang and Elixir
Elixir 1.18.2, Erlang 27.2.1
2025-01-26 19:04:00 +00:00
Claudio Ortolina 9f29e105ff Update dependencies
bandit 1.6.5 => 1.6.6
2025-01-26 18:38:50 +00:00
Claudio Ortolina fe99ec155d Align counters to baseline 2025-01-25 22:01:09 +00:00
Claudio Ortolina f1dd8cc888 Restore color of loading spinner 2025-01-25 22:00:45 +00:00
Claudio Ortolina 2a393446a6 Improve layout of artist section headers 2025-01-25 18:18:17 +00:00
Claudio Ortolina 0d77fdc031 Display badge when an artist is touring 2025-01-25 08:50:46 +00:00
Claudio Ortolina 916a934da6 Add missing directory in dependabot configuration 2025-01-25 08:39:20 +00:00
Claudio Ortolina b19e85d56d Assign Dependabot PRs 2025-01-25 08:34:22 +00:00
Claudio Ortolina ca02f10f8b Update dependencies
telemetry_metrics 1.0.0 => 1.1.0
2025-01-24 20:50:14 +00:00
Claudio Ortolina 0ce2f41793 Tone down horizontal dividers for record list in dark mode 2025-01-24 20:33:15 +00:00
Claudio Ortolina cd3b7b212a Improve aesthetics of stats dividers 2025-01-24 20:30:16 +00:00
Claudio Ortolina 542702e351 Improve header titles in editing overlay 2025-01-24 14:50:21 +00:00
Claudio Ortolina a0c06606fb Validate before constructing a complete record 2025-01-24 14:29:38 +00:00
Claudio Ortolina 38f7bf70bf Extract artist_changeset/2 to Artist module 2025-01-24 14:28:52 +00:00
Claudio Ortolina abc48cfdf3 Move fallback cover handling into Cover module 2025-01-24 12:48:03 +00:00
Claudio Ortolina 01ed11c0ab Use labels for selects in record edit form 2025-01-24 12:22:29 +00:00
Claudio Ortolina ed5447660d When updating records, correctly refresh the list view 2025-01-24 12:12:58 +00:00
Claudio Ortolina 95870aa054 Add TODOs for consequences of updating records in list views 2025-01-24 11:16:04 +00:00
Claudio Ortolina 8bf3de9b55 Enforce keys for all structs 2025-01-24 10:35:58 +00:00
Claudio Ortolina 3c8b39237c Fix return type of artist_get_info fixture 2025-01-24 10:35:39 +00:00
Claudio Ortolina 96349b918d Add missing Artists.get_artist_info/1 test 2025-01-23 15:27:55 +00:00
Claudio Ortolina e4be44f6bb Add missing Artists.get_all_artist_ids/0 test 2025-01-23 15:24:03 +00:00
Claudio Ortolina 1a8aa72c5b Update config to latest version in the phx templates
See
https://github.com/phoenixframework/phoenix/commit/7ec73196b40b19738518a8b865ea1129bc997121
2025-01-23 15:13:26 +00:00
Claudio Ortolina 309ca8c67a Expose stats for MusicLibrary.ErrorRepo in dashboard
No need for metrics as the repo is very low in usage.
2025-01-23 11:42:18 +00:00
Claudio Ortolina e1d688b2db Fix migration module name 2025-01-23 11:18:37 +00:00
Claudio Ortolina 1f973bcd1d Remove error tracker tables from main repo 2025-01-23 10:52:42 +00:00
Claudio Ortolina 3b3b9cf7a5 Restore missing migration with amended rollback task 2025-01-23 10:52:29 +00:00
Claudio Ortolina eeaaf8b542 Move ErrorTracker to its own repo and file
Note that the SQlite adapter supports version 2 onwards.
2025-01-23 10:40:36 +00:00
Claudio Ortolina 6d64153ea8 Define ERROR_DATABASE_PATH env variable 2025-01-23 10:29:18 +00:00
Claudio Ortolina 0ef675c614 Update dependencies
exqlite 0.28.0 => 0.29.0 (minor)
nimble_parsec 1.4.1 => 1.4.2
2025-01-22 10:02:18 +00:00
Claudio Ortolina d4a7eb6cf8 Test: update dependabot.yml 2025-01-20 18:14:58 +00:00
Claudio Ortolina 7c4d10a774 Fix dependabot.yml path 2025-01-20 18:09:55 +00:00
Claudio Ortolina 8afb171c95 Re-enable dependabot
It should work as the workflow image has been updated to use Elixir 1.17
2025-01-20 18:07:10 +00:00
Claudio Ortolina b9005e52f9 Use streams with import component 2025-01-20 13:58:21 +00:00
Claudio Ortolina 30f9a23c53 Update dependencies
exqlite 0.27.1 => 0.28.0 (includes sqlite 3.48)
2025-01-20 10:53:07 +00:00
Claudio Ortolina 53d82e661a Extract LiveTestHelpers.escape/1 2025-01-19 16:14:59 +00:00
Claudio Ortolina ed9fb25ece Autofocus query import when opening import dialog 2025-01-17 16:26:11 +00:00
Claudio Ortolina 3184fcf367 Update dependencies
bandit 1.6.4 => 1.6.5
nimble_parsec 1.4.0 => 1.4.1
2025-01-16 13:45:12 +00:00
Claudio Ortolina 26c5e19b86 Update dependencies
bandit 1.6.3 => 1.6.4
2025-01-12 08:45:36 +00:00