Commit Graph

35 Commits

Author SHA1 Message Date
Claudio Ortolina c25402cd4d Install Credo 2025-02-18 10:14:15 +00:00
Claudio Ortolina 1b3642a594 Do not run seeds when setting up application
Will need to move seeds into a dedicated mix task
2025-02-17 18:10:56 +00:00
dependabot[bot] d9967cb3fd Update dependencies: Bump heroicons from v2.1.5 to v2.2.0
Bumps [heroicons](https://github.com/tailwindlabs/heroicons) from v2.1.5 to v2.2.0.
- [Release notes](https://github.com/tailwindlabs/heroicons/releases)
- [Changelog](https://github.com/tailwindlabs/heroicons/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/heroicons/compare/ad0ad1f6d51bd64dcd67e363d2b2833a8de25154...0435d4ca364a608cc75e2f8683d374e55abbae26)

---
updated-dependencies:
- dependency-name: heroicons
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-31 07:14:01 +00:00
Claudio Ortolina 6db631f03b Reword explanation 2025-01-29 15:03:40 +00:00
Claudio Ortolina 5b8083e144 Silence debug logs in tests 2025-01-29 12:44:10 +00:00
Claudio Ortolina 0173befb5f Update dependencies
vix 0.32.0 => 0.33.0
2025-01-07 16:19:37 +00:00
Claudio Ortolina 04f5c6e5a1 Rewrite LV tests using PhoenixTest 2025-01-05 11:29:33 +00:00
Claudio Ortolina 1ac16f5933 Group dependencies by topic 2025-01-04 13:49:04 +00:00
Claudio Ortolina f44fbb72a3 Update dependencies
vix 0.31.1 => 0.32.0
2025-01-03 22:16:21 +00:00
Claudio Ortolina 5cd57fdde4 Install Error Tracker to track production issues 2025-01-01 17:11:17 +00:00
Claudio Ortolina 9541c60dd3 Update dependencies
phoenix_html 4.1.1 => 4.2.0
2024-12-28 11:50:54 +00:00
Claudio Ortolina dcd85eb550 Install recon 2024-12-27 20:33:18 +00:00
Claudio Ortolina 2476a17978 Add small experiment to test genre lookup 2024-12-10 16:18:11 +03:00
Claudio Ortolina 8c5f199773 Add nimble_options as a direct dependency 2024-12-04 14:59:08 +00:00
Claudio Ortolina a279d6175e Remove obsolete comment 2024-12-04 10:45:35 +00:00
Claudio Ortolina 4dcd0f2dd0 Update dependencies
phoenix 1.7.15 => 1.7.17
phoenix_live_view 1.0.0-rc.8 => 1.0.0
2024-12-03 23:05:13 +00:00
Claudio Ortolina 9d02a8e00b Render bio with linebreaks 2024-12-03 00:33:37 +00:00
Claudio Ortolina 9448e77e23 Update dependencies
phoenix 1.7.14 => 1.7.15
phoenix_live_view 1.0.0-rc.7 => 1.0.0-rc.8
2024-12-02 23:21:30 +00:00
Claudio Ortolina edb24dc932 Keep telemetry metrics history 2024-11-25 10:02:34 +00:00
Claudio Ortolina f157fbadee Enable live dashboard in production
Includes extras to monitor ecto repos.
2024-11-23 19:26:54 +00:00
Claudio Ortolina c465db4981 Load Mox only in test 2024-11-19 18:41:14 +00:00
Claudio Ortolina f23031821c Update dependencies 2024-10-29 21:07:50 +00:00
Claudio Ortolina ba84b8fecf Update heroicons version 2024-10-28 11:33:06 +00:00
Claudio Ortolina 76df43c289 Update phoenix_live_view 2024-10-17 22:08:23 +01:00
Claudio Ortolina cac644e563 Add mix task to vacuum and backup locally
All in one go.
2024-10-15 17:25:35 +01:00
Claudio Ortolina 5e7280176f Remove Sentry
Not used, and it has a quite a few outdated dependencies.
2024-10-14 18:58:10 +01:00
Claudio Ortolina e30ba5ef3f Implement basic parser 2024-10-10 10:02:26 +01:00
Claudio Ortolina a72236449d Extract musicbrainz behaviour and impl 2024-10-05 20:30:18 +01:00
Claudio Ortolina e2dd68a135 Upgrade Sentry 2024-10-03 13:23:47 +01:00
Claudio Ortolina ecce630ae4 Setup Sentry 2024-10-03 10:11:04 +01:00
Claudio Ortolina 5623a5239f Resize cover images to 400x400 2024-09-19 13:34:26 +01:00
Claudio Ortolina 99d87a5596 Add http client dependency 2024-09-15 20:28:39 +01:00
Claudio Ortolina 170f195aae Fix edge cases with parser
- Remove front_matter dependency, and use a hand-rolled simpler parser
  which is suitable for the data to parse (which is well-formed).
- Fix a couple of edge cases with years and titles with commas
2024-09-15 20:28:37 +01:00
Claudio Ortolina 2c42f3ea32 Can parse an obsidian entry to retrieve correct metadata 2024-09-15 20:28:37 +01:00
Claudio Ortolina d547ee6f8d Generate project
Using `mix phx.new music_library --database sqlite3 --binary-id --no-mailer`
2024-09-12 14:05:08 +01:00