Age | Commit message (Expand) | Author |
2023-03-31 | stop sqlite3 DB creation if it doesnt exist | Daniel Schadt |
2023-03-30 | allow log level to be easily set in container | Daniel Schadt |
2023-03-30 | check if data version matches at startup | Daniel Schadt |
2023-03-30 | type hint the updater | Daniel Schadt |
2023-03-29 | fix lint | Daniel Schadt |
2023-03-29 | profile: show longest duration & duration tracks | Daniel Schadt |
2023-03-29 | fix longest/shortest confusion | Daniel Schadt |
2023-03-28 | remove -c from docker documentation | Daniel Schadt |
2023-03-28 | cli: have a hint if fietsboek.ini is not found | Daniel Schadt |
2023-03-28 | fix import order | Daniel Schadt |
2023-03-27 | use fietsboek.ini as default config | Daniel Schadt |
2023-03-27 | profile: add longest and shortest track | Daniel Schadt |
2023-03-27 | profile: move cumulative stats to helper class | Daniel Schadt |
2023-03-25 | add documentation about Docker | Daniel Schadt |
2023-03-25 | add an initial Dockerfile | Daniel Schadt |
2023-03-25 | first integration of hittekaart into fietsboek | Daniel Schadt |
2023-03-25 | profile: take into account all tracks | Daniel Schadt |
2023-03-25 | use own i18n strings for profile page | Daniel Schadt |
2023-03-25 | add number of tracks to profile | Daniel Schadt |
2023-03-25 | profile: show first base layer per default | Daniel Schadt |
2023-03-25 | add docstrings | Daniel Schadt |
2023-03-25 | show heatmap on profile | Daniel Schadt |
2023-03-25 | first scaffolding for profiles | Daniel Schadt |
2023-03-25 | rename profile to user-data | Daniel Schadt |
2023-03-25 | fix eslint CI job | Daniel Schadt |
2023-03-25 | run eslint on the CI | Daniel Schadt |
2023-03-25 | ignore compiled js and css files in linguist | Daniel Schadt |
2023-03-24 | move (most of the) JavaScript code to TypeScript | Daniel Schadt |
2023-03-23 | rewrite fietsctl to use click | Daniel Schadt |
2023-03-22 | add documentation about SASS and JS | Daniel Schadt |
2023-03-22 | use sass for the CSS files | Daniel Schadt |
2023-03-22 | use npm to manage Javascript libraries | Daniel Schadt |
2023-03-08 | bump version to 0.6.0v0.6.0 | Daniel Schadt |
2023-03-08 | update dependencies | Daniel Schadt |
2023-03-08 | update changelog | Daniel Schadt |
2023-03-08 | adjust release checklist for Python 3.9 | Daniel Schadt |
2023-03-07 | wait until accordion is expanded | Daniel Schadt |
2023-03-07 | tests: use .check() instead of .click() | Daniel Schadt |
2023-03-07 | disable cache for transformer tests | Daniel Schadt |
2023-03-07 | fix duplicated import | Daniel Schadt |
2023-03-07 | update changelog | Daniel Schadt |
2023-03-07 | Merge branch 'transformers' | Daniel Schadt |
2023-03-07 | switch order of expect & assert | Daniel Schadt |
2023-03-07 | fix typo in log message | Daniel Schadt |
2023-03-07 | add some documentation about transformers | Daniel Schadt |
2023-03-07 | also test transformers when editing a track | Daniel Schadt |
2023-03-06 | implement rollbacks on the data directory | Daniel Schadt |
2023-03-04 | fix deprecated SQLAlchemy functions | Daniel Schadt |
2023-03-04 | add tests for the new transformer | Daniel Schadt |
2023-03-04 | transformers: de-duplicate fixup code | Daniel Schadt |