Commit Graph

712 Commits

Author SHA1 Message Date
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
Claudio Ortolina 7404fcdaaa Update dependencies
ecto_sqlite3 0.18.0 => 0.18.1
phoenix_live_view 1.0.1 => 1.0.2
2025-01-09 20:14:10 +00:00
Claudio Ortolina fcc1760e0c Add titles to screenshots 2025-01-08 19:52:06 +00:00
Claudio Ortolina b44239fe7f Add screenshots to the README 2025-01-08 19:49:47 +00:00
Claudio Ortolina 5f1565c5b0 Update dependencies
bandit 1.6.2 => 1.6.3
2025-01-08 16:49:48 +00:00
Claudio Ortolina 58f1a53a89 Remove stray debug logs 2025-01-07 16:25:11 +00:00
Claudio Ortolina 8551f62495 Remove unused zed tasks 2025-01-07 16:24:35 +00:00
Claudio Ortolina 0173befb5f Update dependencies
vix 0.32.0 => 0.33.0
2025-01-07 16:19:37 +00:00
Claudio Ortolina 8e956577b4 Use css attr selector to test for cover images 2025-01-07 15:57:14 +00:00
Claudio Ortolina e3c901346c Use https in the Last.Fm api
Can't believe I let this slip through.
2025-01-07 10:03:21 +00:00
Claudio Ortolina 902120cc32 Display cover upload error ID 2025-01-07 09:41:09 +00:00
Claudio Ortolina 3a49ffdd3c Update dependencies
thousand_island 1.3.8 => 1.3.9
2025-01-07 09:15:43 +00:00
Claudio Ortolina ed6ef2c7ef Rename record_fixture* to record* 2025-01-06 14:20:36 +00:00
Claudio Ortolina cf377f6a0c Remove unnecessary alias 2025-01-06 14:13:45 +00:00
Claudio Ortolina bf78f456d4 Convert records in artist page to a stream 2025-01-05 21:18:46 +00:00
Claudio Ortolina b648b9f683 Update dependencies
file_system 1.0.1 => 1.1.0
thousand_island 1.3.7 => 1.3.8
2025-01-05 18:55:26 +00:00
Claudio Ortolina fabf0c347a Test redirects location in prod tests 2025-01-05 18:53:47 +00:00
Claudio Ortolina ae425765ef Flatten logic of obsidian parser 2025-01-05 16:24:55 +00:00
Claudio Ortolina a0a67d3887 Consolidate actions_menu toggle and close logic 2025-01-05 15:55:37 +00:00
Claudio Ortolina 9428828064 Consolidate datetime as date formatting 2025-01-05 15:48:56 +00:00
Claudio Ortolina 75154df3cf Import only necessary functions from LiveViewTest
So that we don't clash with the imports of PhoenixTest
2025-01-05 15:40:21 +00:00
Claudio Ortolina 04f5c6e5a1 Rewrite LV tests using PhoenixTest 2025-01-05 11:29:33 +00:00
Claudio Ortolina d872fc9320 Update dependencies
bandit 1.6.1 => 1.6.2
2025-01-05 11:28:47 +00:00
Claudio Ortolina 229445ffc9 Add missing logged_out tag 2025-01-05 11:28:45 +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 bb4da4143e Add "backup" format 2025-01-03 19:16:43 +00:00
Claudio Ortolina 16e8282891 Fix typing for config modules 2025-01-03 18:52:43 +00:00
Claudio Ortolina 7cd1e8e944 Extract grid component from artist view 2025-01-02 23:32:05 +00:00
Claudio Ortolina 0ba39dd411 Fix styling of round badges
So that it's the same as the other badges used in the application
2025-01-02 20:33:10 +00:00
Claudio Ortolina f813ea48e2 Use round_badge component in artist page 2025-01-02 20:28:13 +00:00
Claudio Ortolina b7d2e39c90 Rename variables for clarity
Previous version, while working as expected, had unclear names.
2025-01-02 12:46:15 +00:00
Claudio Ortolina d8a1ac7080 Check inclusion in all releases in one go 2025-01-02 12:40:27 +00:00
Claudio Ortolina b9e3293877 Extract badge components 2025-01-02 12:35:33 +00:00
Claudio Ortolina 5d40080741 Add note about SQLite RANDOM function 2025-01-02 09:38:50 +00:00
Claudio Ortolina 0ce5326236 Extract round badge component 2025-01-01 21:12:42 +00:00