Lance Edgar lance
  • Joined on 2024-07-12
lance pushed to master at wutta/wuttafarm 2026-02-25 15:00:06 -06:00
127ea49d74 fix: add more default perms for first site admin user
30e1fd23d6 fix: only show quick form menu if perms allow
df517cfbfa fix: expose config for farmOS OAuth2 client_id and scope
Compare 3 commits »
lance pushed to master at wutta/wuttafarm 2026-02-25 11:28:25 -06:00
ec6ac443fb fix: add separate permission for each quick form view
lance pushed to master at wutta/wuttaweb 2026-02-25 11:28:18 -06:00
205a1f7a65 fix: sort roles by name when viewing user
lance pushed to master at wutta/wuttaweb 2026-02-25 09:10:36 -06:00
60b5e30b3f fix: make pylint happy
lance pushed tag v0.6.0 to wutta/wuttafarm 2026-02-25 09:02:43 -06:00
lance pushed to master at wutta/wuttafarm 2026-02-25 09:02:31 -06:00
11781dd70b bump: version 0.5.0 → 0.6.0
lance pushed tag v0.28.2 to wutta/wuttaweb 2026-02-25 09:01:46 -06:00
lance pushed to master at wutta/wuttaweb 2026-02-25 09:01:43 -06:00
7fcc24ce0d bump: version 0.28.1 → 0.28.2
94d29c639a fix: only show string filter input if data type matches
25c25c06e3 fix: move coerce_value() method to base GridFilter class
cd1c536555 fix: preserve original data type when un-setting filter choices
485c503212 fix: raise better error if field widget serialization fails
Compare 9 commits »
lance pushed tag v0.28.8 to wutta/wuttjamaican 2026-02-25 09:00:34 -06:00
lance pushed to master at wutta/wuttjamaican 2026-02-25 09:00:31 -06:00
55102f7b43 bump: version 0.28.7 → 0.28.8
b0a8d87d4f fix: diff should use "intersection" of fields by default
Compare 2 commits »
lance pushed to master at wutta/wuttafarm 2026-02-24 20:05:39 -06:00
b9ab27523f fix: add Notes schema type
lance pushed to master at wutta/wuttafarm 2026-02-24 19:57:41 -06:00
331543d74b docs: fix sphinx warnings
lance pushed to master at wutta/wuttafarm 2026-02-24 19:37:07 -06:00
e7ef5c3d32 feat: add common normalizer to simplify code in view, importer etc.
1a6870b8fe feat: overhaul farmOS log views; add Eggs quick form
ad6ac13d50 feat: add basic CRUD for direct API views: animal types, animal assets
c976d94bdd fix: add grid filter for animal birthdate
5d7dea5a84 fix: add thumbnail to farmOS asset base view
Compare 18 commits »
lance commented on issue wutta/wuttafarm#3 2026-02-19 13:38:05 -06:00
Add/expose config options for farmOS integration

I think there could be 3 different "integration modes" for the app:

  • farmOS wrapper (API only)
  • farmOS mirror (2-way sync)
  • none (standalone)

Probably default to the first mode. May…

lance pushed tag v0.5.0 to wutta/wuttafarm 2026-02-18 19:04:09 -06:00
lance pushed to master at wutta/wuttafarm 2026-02-18 19:04:07 -06:00
5ee2db267a bump: version 0.4.1 → 0.5.0
26a4746898 feat: add produces_eggs flag for animal, group assets
2e0ec73317 feat: add more assets (plant) and logs (harvest, medical, observation)
b061959b18 feat: refactor log models, views to use generic/common base
982da89861 fix: rename db model modules, for better convention
Compare 5 commits »
lance pushed to master at wutta/wuttafarm 2026-02-18 11:32:56 -06:00
4ec7923164 fix: add override for requests cert validation
lance pushed tag v0.4.1 to wutta/wuttafarm 2026-02-17 20:13:28 -06:00
lance pushed to master at wutta/wuttafarm 2026-02-17 20:13:17 -06:00
4bc556aec5 bump: version 0.4.0 → 0.4.1
e520a34fa5 fix: remove AnimalType.changed column
Compare 2 commits »
lance opened issue wutta/wuttafarm#3 2026-02-17 18:25:27 -06:00
Add/expose config options for farmOS integration