Age | Commit message (Collapse) | Author | |
---|---|---|---|
6 hours | oops, ci brokenpostgres-support | Daniel Schadt | |
6 hours | run postgres tests in CI | Daniel Schadt | |
6 hours | fix filenames in archive test | Daniel Schadt | |
7 hours | fix archive test | Daniel Schadt | |
We might not always get the IDs as 1 and 2, so we need to adapt. | |||
7 hours | close SQL connections in tests | Daniel Schadt | |
Otherwise Postgres does not let us drop the tables and hangs forever | |||
8 hours | fix postgres detection in upgrade script | Daniel Schadt | |
8 hours | change transformer column from JSON to TEXT | Daniel Schadt | |
JSON is nice because the DB engine can parse the JSON, and we can query JSON values inside an SQL query. However, we don't use that feature, we simply use it as an opaque storage for the transformer parameters. When we want to keep it as JSON, Postgres complains that it cannot compare two values of JSON, which seems to be an issue in some generated SQL query (I don't think we ever explicitely compare the value of transformers?). We could fix that by using JSONB, but since we don't use the "augmented" JSON features anyway, we might as well keep it as a TEXT. | |||
9 hours | clean up database after bootstrap test | Daniel Schadt | |
9 hours | bootstrap test: install psycopg | Daniel Schadt | |
10 hours | make upgrade scripts work with postgres | Daniel Schadt | |
2025-05-11 | update CHANGELOGHEADmaster | Daniel Schadt | |
2025-05-11 | fix tileproxy test | Daniel Schadt | |
2025-05-11 | add test for setting new GPX files | Daniel Schadt | |
2025-05-10 | disable lint for broad exception | Daniel Schadt | |
2025-05-10 | add button to exchange GPX track | Daniel Schadt | |
2025-05-10 | add preview images to storage breakdown | Daniel Schadt | |
2025-05-10 | Merge branch 'trackmap' | Daniel Schadt | |
2025-05-10 | add track previews to profile page | Daniel Schadt | |
2025-05-10 | move padding in browse track card | Daniel Schadt | |
This way, the map preview nicely touches the border, and the padding is onyl for the tabular data. | |||
2025-05-06 | fix test for new 403 page | Daniel Schadt | |
2025-05-06 | Merge branch 'admin-stats' | Daniel Schadt | |
2025-05-06 | fix missing newline | Daniel Schadt | |
2025-05-06 | remove unused import | Daniel Schadt | |
2025-05-06 | use version from fietsboek.__VERSION__ | Daniel Schadt | |
We already have that, I forgot. | |||
2025-05-06 | new 403 page | Daniel Schadt | |
2025-04-25 | rework 404 page | Daniel Schadt | |
Just something to no longer have the pyramid standard template. | |||
2025-04-23 | fix profile test | Daniel Schadt | |
We added the trailing slash some commits ago. | |||
2025-04-23 | sort imports | Daniel Schadt | |
2025-04-23 | fix lints | Daniel Schadt | |
2025-04-23 | fix types for trackmap | Daniel Schadt | |
2025-04-22 | build track previews in fietscron | Daniel Schadt | |
2025-04-21 | fix layer passing in conftest | Daniel Schadt | |
2025-04-21 | don't fail for empty tile data | Daniel Schadt | |
This might happen in tests, so we should be prepared for it. | |||
2025-04-21 | use configured tile layers for trackmap | Daniel Schadt | |
2025-04-21 | cache & generate trackmap when uploading a track | Daniel Schadt | |
2025-04-21 | fix content-type in tileproxy | Daniel Schadt | |
Now that we don't get the response object anymore, we just pretend it's image/png. Nobody would serve OSM tiles with something else, right? | |||
2025-04-21 | use cached tiles when generating trackmap | Daniel Schadt | |
2025-04-20 | show track images in browse view | Daniel Schadt | |
2025-04-20 | add a function to render a track as static image | Daniel Schadt | |
Not really useful yet, but it's nice that it works. | |||
2025-04-19 | move badge delete button next to edit button | Daniel Schadt | |
Seems like a more sensible location | |||
2025-04-19 | get fietsboek version via importlib | Daniel Schadt | |
Seems cleaner than shelling out to pip for that. | |||
2025-04-19 | use proper templates for profile tabs | Daniel Schadt | |
I wasn't very happy with the wonkiness that the previous tabs were, especially with the calendar having different URLs *sometimes*. I'm planning to use the same strategy for the admin site soon, so it makes sense to implement it here. | |||
2025-04-19 | pre-select heat map on profile view | Daniel Schadt | |
2025-04-18 | docs: change opensans to inter | Daniel Schadt | |
2025-04-18 | add title to links in calendar | Daniel Schadt | |
2025-03-28 | remove extraneous blank line | Daniel Schadt | |
2025-03-27 | have a dark background for the admin navbar | Daniel Schadt | |
2025-03-26 | fix variable shadowing | Daniel Schadt | |
2025-03-26 | translate admin overview | Daniel Schadt | |
2025-03-26 | add system stats to admin page | Daniel Schadt | |