Claudio Ortolina
10b6a0703c
Centralize pagination settings
2026-02-17 08:24:07 +00:00
Claudio Ortolina
2872d14a8a
Refresh all data at the beginning of the month
2026-02-14 12:09:06 +00:00
Claudio Ortolina
01b3d64b82
Refresh records MusicBrainz data every first day of the month
2026-02-14 11:50:05 +00:00
Claudio Ortolina
ddc4691522
EXP: cover search via Brave API
2026-02-09 18:51:47 +00:00
Claudio Ortolina
bcae291cff
Support getting artist bios from Wikipedia (experimental)
2026-02-09 15:20:06 +00:00
Claudio Ortolina
14547838d8
Do not leak sensitive db data in prod
2026-02-09 09:53:36 +00:00
Claudio Ortolina
de9ba50534
Update esbuild from 0.27.2 to 0.27.3
2026-02-06 11:22:53 +00:00
Claudio Ortolina
f6cd2d7076
Update esbuild from 0.27.1 to 0.27.2
2025-12-17 12:05:41 +03:00
Claudio Ortolina
8e15b6eb57
Optimize the repo every day at 4am
2025-12-15 10:23:54 +03:00
Claudio Ortolina
0d72eeda4c
Update tailwind from 4.1.17 to 4.1.18
2025-12-11 20:20:23 +03:00
Claudio Ortolina
42fc59f111
Update dependencies
...
ecto_sql 3.13.2 => 3.13.3
phoenix 1.8.2 => 1.8.3
phoenix_live_reload 1.6.1 => 1.6.2
2025-12-08 19:49:09 +00:00
Claudio Ortolina
b32314ea99
Update esbuild from 0.27.0 to 0.27.1
2025-12-03 22:53:01 +00:00
Claudio Ortolina
319bb2e6eb
Update esbuild from 0.26.0 to 0.27.0
2025-11-09 20:54:21 +00:00
Claudio Ortolina
80058eeb61
Update esbuild from 0.25.12 to 0.26.0
2025-11-09 09:50:07 +00:00
Claudio Ortolina
4a5ed2de1a
Enable artists maintenance tasks
2025-11-07 17:14:45 +00:00
Claudio Ortolina
713d184b0d
Prune dangling assets every day at 2am
...
Running this before regular vacuum so that vacuum can reclaim space
2025-11-07 12:17:46 +00:00
Claudio Ortolina
bff1759da5
Update tailwind from 4.1.16 to 4.1.17
2025-11-06 19:45:23 +00:00
Claudio Ortolina
11acec56b2
Remove lotus
...
Unstable - and it messes with the repo connection, creating other
errors.
2025-11-03 17:29:37 +00:00
Claudio Ortolina
4a555fe01c
Update esbuild from 0.25.11 to 0.25.12
2025-11-02 09:27:21 +00:00
Claudio Ortolina
af8ca54d3e
Run Repo vacuum via Oban scheduled job
...
This way if there's any resource contention to obtain a db connection,
Oban can manage retries.
2025-10-25 10:21:21 +01:00
Claudio Ortolina
7f6b1497ab
Update tailwind from 4.1.15 to 4.1.16
2025-10-23 13:37:20 +01:00
Claudio Ortolina
a30e1b32d7
Mount data analysis via Lotus packages
2025-10-22 16:33:07 +01:00
Claudio Ortolina
9bb3b689af
Update tailwind from 4.1.14 to 4.1.15
2025-10-20 17:12:24 +01:00
Claudio Ortolina
47a33542b9
Update esbuild from 0.25.10 to 0.25.11
2025-10-15 09:57:43 +01:00
Claudio Ortolina
14934b25d9
Load the sqlite-vec extension
2025-10-11 21:47:02 +02:00
Claudio Ortolina
57dfd3d33d
Remove ErrorTracker
...
Doesn't work with recent LiveView releases, and seems to be maintained
very slowly despite incoming PRs to fix the issues.
2025-10-03 10:15:23 +03:00
Claudio Ortolina
a31892709e
SENTRY_DSN is read automatically by the library
2025-10-03 07:48:37 +03:00
Claudio Ortolina
30c0af475d
Update tailwind from 4.1.13 to 4.1.14
2025-10-01 21:08:13 +03:00
Claudio Ortolina
4c33d3f0aa
Enable Sentry
2025-10-01 13:48:30 +03:00
Claudio Ortolina
ee6cfaef79
Refresh Last.fm Feed every 5 minutes
2025-09-28 07:48:28 +03:00
Claudio Ortolina
a3f2c75f69
Remove dns_cluster
2025-09-20 12:56:05 +03:00
Claudio Ortolina
a1b5842148
Prune asset cache every 12 hours
2025-09-20 08:17:16 +03:00
Claudio Ortolina
9a6df80eca
Update esbuild from 0.25.9 to 0.25.10
2025-09-18 10:23:39 +03:00
Claudio Ortolina
1f44e0ab9d
Resolve host from Coolify's definition
2025-09-12 18:26:13 +03:00
Claudio Ortolina
21783f5dbf
Resolve timezone from user browser
2025-09-11 22:14:15 +03:00
Claudio Ortolina
c67fd27ea1
Fix timezone definition and handling across app
2025-09-11 16:17:20 +03:00
Claudio Ortolina
a989418125
Update tailwind from 4.1.12 to 4.1.13
2025-09-05 10:30:26 +03:00
Claudio Ortolina
3519326c1a
Experiment with improving sqlite performance
...
- Auto vacuum to write more often to the db file. Should prevent backing
up the database and finding missing data.
- Create temporary indexes in memory - should be faster than disk
2025-09-02 14:30:27 +03:00
Claudio Ortolina
def57284b1
Increase specs of production database
2025-08-24 20:43:31 +03:00
Claudio Ortolina
967c68a24d
Show errors on connection
2025-08-24 11:25:40 +03:00
Claudio Ortolina
30e1cfde51
Apply all scrobble rules every 12 hours
2025-08-23 16:31:02 +03:00
Claudio Ortolina
4637f701c0
Reduce cache size in production
2025-08-17 09:34:02 +03:00
Claudio Ortolina
c3241b567e
Update tailwind from 4.1.11 to 4.1.12
2025-08-15 09:49:42 +03:00
Claudio Ortolina
08d7bba1e3
Update esbuild from 0.25.8 to 0.25.9
2025-08-13 10:30:25 +03:00
Claudio Ortolina
e7c6fe799e
Apply scrobble rules every 2 hours
2025-08-03 15:42:15 +03:00
Claudio Ortolina
6d12073752
Update dependencies
...
igniter 0.6.21 => 0.6.22
phoenix_live_view 1.1.0-rc.3 => 1.1.0-rc.4
usage_rules 0.1.22 => 0.1.23
2025-07-23 08:30:30 +01:00
Claudio Ortolina
89b91e0798
Update esbuild from 0.25.7 to 0.25.8
2025-07-20 08:31:44 +01:00
Claudio Ortolina
74fa01cb93
Update esbuild from 0.25.6 to 0.25.7
2025-07-19 08:43:32 +01:00
Claudio Ortolina
df3df54a7a
Compile JS to es2022
2025-07-17 17:44:06 +01:00
Claudio Ortolina
5e73231767
Move SearchGlobalShortcut to a colocated hook
2025-07-17 17:32:24 +01:00