Commit graph

  • e5bb663ee8 main,database: add debug log stanzas main bronsen 2026-02-22 20:59:45 +01:00
  • d8101d7c55 models: log incoming and outgoing data with debug logger bronsen 2026-02-22 20:42:42 +01:00
  • 336eeb7af2 codestyle: add docstrings to helper functions bronsen 2026-02-22 20:41:40 +01:00
  • 600b211d3c Release version 0.5.3 v0.5.3 bronsen 2026-02-22 20:24:50 +01:00
  • 8894a4d321 just: export requirements when building a release bronsen 2026-02-22 19:44:29 +01:00
  • ab355ddc06 just: require release notes when releasing bronsen 2026-02-22 19:35:22 +01:00
  • 2229bc7b05 git: ignore all our releasenotes bronsen 2026-02-22 19:30:47 +01:00
  • 0bd7080948 Release version 0.5.2 v0.5.2 bronsen 2026-02-22 19:26:27 +01:00
  • 278bd4a8ed release: bump version since we have more tests now v0.5.1 bronsen 2026-02-22 19:06:31 +01:00
  • 4832a0d69b codestyle: move "statement" out of with block bronsen 2026-02-22 19:05:37 +01:00
  • 1fdf5cb1d3 codestyle: remove unhelpful type hints bronsen 2026-02-22 19:04:46 +01:00
  • aecd10115e tests: ensure helper function actually updates database schema bronsen 2026-02-22 18:58:05 +01:00
  • aba919adca tests: separate "engine" from "db with tables" bronsen 2026-02-22 18:57:01 +01:00
  • a4df79cda3 tests: ensure we actually commit given data to the database bronsen 2026-02-22 18:15:25 +01:00
  • d205f4909e test: ensure we read expected data from database bronsen 2026-02-22 18:08:39 +01:00
  • d712c7eead just: exclude snapshot test from coverage bronsen 2026-02-22 17:05:45 +01:00
  • 98ebb69fa4 release: bump version to 0.5.0 v0.5.0 bronsen 2026-02-22 16:48:31 +01:00
  • f4f2e98c94 tests: update snapshot after changing placeholder text for input field bronsen 2026-02-22 16:45:27 +01:00
  • 5d10f25c39 main: absorb former tui module's responsibilities bronsen 2026-02-22 16:43:07 +01:00
  • db47501cd0 models: we can now store TeilchenCreate data in the database thus creating a new Teilchen bronsen 2026-02-22 16:41:42 +01:00
  • 1b565e5a4e delete tui module bronsen 2026-02-22 13:04:20 +01:00
  • dd42e6119c just: congregate releated recipes; reuse recipes in "release" bronsen 2026-02-22 12:17:34 +01:00
  • 84f488f06a prek: we don't have yamls to check bronsen 2026-02-22 12:17:12 +01:00
  • 3e898d1771 doc: update notes about releasing since the script now works for the most part bronsen 2026-02-22 12:09:53 +01:00
  • 13239d6f73 prek: never use colors bronsen 2026-02-22 12:09:06 +01:00
  • 90388ed48c prek: clean up config file bronsen 2026-02-22 12:08:17 +01:00
  • 387a6f4e34 just: assign arguments to local fish var, so we don't mix interpolation from just and fish bronsen 2026-02-22 11:34:00 +01:00
  • dd79123d7b Release version 0.4.9 bronsen 2026-02-22 11:29:10 +01:00
  • eeb3fe8720 Release version 0.4.8 bronsen 2026-02-22 11:18:58 +01:00
  • 986c7e3544 just: fix paramter for "fj release create" bronsen 2026-02-22 11:18:42 +01:00
  • 81202c8388 Release version 0.4.7 bronsen 2026-02-22 11:16:07 +01:00
  • 82978c516c just: rewrite release recipe in fish bronsen 2026-02-22 11:15:25 +01:00
  • 0f18820f46 git: keep releasenotes.md off of version control bronsen 2026-02-22 11:14:09 +01:00
  • 60705c87d7 Release version 0.4.6 bronsen 2026-02-22 11:06:09 +01:00
  • c7a4c7a411 codestyle: explain why we instantiate the app at module level bronsen 2026-02-22 11:04:05 +01:00
  • 2de1b3ce0e tui: reword placeholder and tooltip to give hints about expected input format bronsen 2026-02-22 11:03:20 +01:00
  • 5f26fbc18f Release version 0.4.5 v0.4.5 bronsen 2026-02-21 13:32:01 +01:00
  • 2ebf30bec1 just: refine release script bronsen 2026-02-21 13:28:05 +01:00
  • 6476938f06 Release version 0.4.4 v0.4.4 bronsen 2026-02-21 08:54:45 +01:00
  • 005c5c4cb9 Release version 0.4.3 bronsen 2026-02-21 01:35:14 +01:00
  • e3e6d38896 Release version 0.4.2 v0.4.3 v0.4.2 bronsen 2026-02-21 01:34:14 +01:00
  • 3b84520899 just: no more --draft; shit gets real bronsen 2026-02-21 01:33:58 +01:00
  • fcd5e71209 Release version 0.4.1 v0.4.1 bronsen 2026-02-21 01:29:53 +01:00
  • 1290232d31 just: we should stage the new version info and push changes bronsen 2026-02-21 01:29:01 +01:00
  • b622595c8e just: we has a release thing now! bronsen 2026-02-21 01:23:38 +01:00
  • 623dda64b7 codestyle: hint at type we actually use bronsen 2026-02-20 22:54:02 +01:00
  • e7ae259897 ci: move command line arguments into environment variables bronsen 2026-02-20 22:53:30 +01:00
  • 13ba6c0f55 tests: don't initialize logger instance bronsen 2026-02-20 21:49:42 +01:00
  • fe73b03bf3 codestyle: apparently, ty learned to deal with this situation bronsen 2026-02-20 21:28:11 +01:00
  • 19f01c56bb models: skip leading quotation mark when extracting "description" bronsen 2026-02-20 21:27:34 +01:00
  • dbc46d4e03 just: default test recipe omits "final" tests bronsen 2026-02-20 21:26:34 +01:00
  • 00621a9859 project: ooops we moved textual-dev, didn't we? bronsen 2026-02-20 21:25:58 +01:00
  • 3268de32ea tests: add a bunch of tests; refactor helper structures bronsen 2026-02-20 21:24:50 +01:00
  • 736fd02b50 tests: create custom mark for test functions bronsen 2026-02-20 21:23:48 +01:00
  • 3a4137e706 mise: add difftastic so git can diff as we want bronsen 2026-02-20 21:23:08 +01:00
  • de1122442b just: invoke uv when possible bronsen 2026-02-19 23:08:00 +01:00
  • f3ba679891 project: move textual-dev to dev-dependencies bronsen 2026-02-19 23:07:15 +01:00
  • 514bf1295e project: remove unsupported python version from classifiers bronsen 2026-02-19 23:04:46 +01:00
  • 5703d7151d just: add a sort of lint for package file names bronsen 2026-02-19 22:56:23 +01:00
  • bfec860cf2 just: clean up some more bronsen 2026-02-19 22:56:04 +01:00
  • 895917cf4b just: add recipe for uploading python packages bronsen 2026-02-19 22:55:33 +01:00
  • 5baf50ba33 just: only build wheels bronsen 2026-02-19 22:52:51 +01:00
  • 30b6fff552 project: announce we need at least python 3.14 bronsen 2026-02-19 22:29:50 +01:00
  • d2c91041b3 deps: add twine so we can upload wheels bronsen 2026-02-19 22:29:22 +01:00
  • 1a5d552cfc docs: fiddle with README; just add "just" everywhere bronsen 2026-02-19 21:16:57 +01:00
  • 9e92e0fe71 just: remind ourselves now, so we can forget later: unchecked globbing can explode bronsen 2026-02-19 21:16:14 +01:00
  • 1cc6924fa6 just: match uppercase in description bronsen 2026-02-19 21:15:18 +01:00
  • 88b22f52e9 just: reduce number of recipes bronsen 2026-02-19 21:14:46 +01:00
  • dc9b31a5a2 just: collect variables at top of script bronsen 2026-02-19 21:14:19 +01:00
  • 86ef698219 just: hide useless recipe bronsen 2026-02-19 21:02:02 +01:00
  • f41f8e28e5 release: bump version to 0.3.3 bronsen 2026-02-19 20:49:09 +01:00
  • c3b749ec37 codestyle: ty needs less help here too bronsen 2026-02-19 20:44:56 +01:00
  • 9b04902825 models: it's not an error if we can continue operating bronsen 2026-02-19 20:44:18 +01:00
  • 49a21ca9cf models: be even more defensive when parsing input bronsen 2026-02-19 20:42:50 +01:00
  • 0ae116afa9 tests: finally another test! bronsen 2026-02-19 20:38:29 +01:00
  • b0e7089389 codestyle: ty needs less hinting bronsen 2026-02-18 20:40:58 +01:00
  • eb51024ca0 database: inhibit echoing to console bronsen 2026-02-18 20:40:17 +01:00
  • c3d5983d23 codestyle: remove assignment to _: we no longer need to quieten the LSP bronsen 2026-02-18 18:23:38 +01:00
  • 9728e764e9 doc: fix typos in README bronsen 2026-02-17 21:17:20 +01:00
  • 7ab12023c3 doc: refine release instructions bronsen 2026-02-16 21:23:08 +01:00
  • 33df13a034 release: bump patch version bronsen 2026-02-16 21:14:17 +01:00
  • 9260c225e4 codestyle: remove unneeded hint for ty bronsen 2026-02-16 21:11:58 +01:00
  • 63edd11aac codestyle: remove unneeded hints for pyright bronsen 2026-02-16 21:11:35 +01:00
  • a5ef6f2017 config: retrieve DATABASE_URL from environment vars bronsen 2026-02-16 21:11:08 +01:00
  • 60079d64d2 just: explain all recipes bronsen 2026-02-15 17:39:44 +01:00
  • 5e3faa5367 doc: extend README.md bronsen 2026-02-15 17:25:51 +01:00
  • fe24b3bfbd just: recipe "ci" should also "lint" bronsen 2026-02-15 17:25:19 +01:00
  • 055a224367 correctly set the version, this time bronsen 2026-02-14 23:46:13 +01:00
  • 4b4745eb9f ci: Our code only works in 3.14 and newer because we use uuid7 bronsen 2026-02-14 23:26:15 +01:00
  • ad9edf6e65 update dependencies bronsen 2026-02-14 23:18:05 +01:00
  • 864d113a7a just: add new recipes: dealing with deps and pretending we are on CI bronsen 2026-02-14 23:17:36 +01:00
  • d617f71682 ci: extend test matrix: now it's 3 python versions bronsen 2026-02-14 23:16:50 +01:00
  • 906dc732f2 ci: install newer version of uv bronsen 2026-02-14 23:16:27 +01:00
  • c7757643c2 add database.db hoping it helps on CI bronsen 2026-02-14 22:46:24 +01:00
  • 46b3dcd091 actions: install a python and let's hope the rest will work bronsen 2026-02-14 22:02:47 +01:00
  • 0c76ba39b8 actions: trying to find a python bronsen 2026-02-14 19:50:23 +01:00
  • a608fdd6f5 just: make it easier to spot differences between to very similar lines bronsen 2026-02-14 19:40:59 +01:00
  • a954f56c5a actions: provide full url to actions repo bronsen 2026-02-14 19:40:03 +01:00
  • db1af24047 actions: remove demo workflow again bronsen 2026-02-14 19:36:05 +01:00
  • 43f4e94d7c actions: atm we only have a docker runner, let's try it bronsen 2026-02-14 19:35:32 +01:00