Lance Edgar lance
  • Joined on 2024-07-12
lance pushed tag v0.8.0 to wutta/wuttafarm 2026-03-04 20:43:22 -06:00
lance pushed to master at wutta/wuttafarm 2026-03-04 20:43:19 -06:00
af2ea18e1d bump: version 0.7.0 → 0.8.0
23af35842d feat: improve support for exporting quantity, log data
609a900f39 feat: show related Quantity records when viewing a Measure
a547188a90 feat: show related Quantity records when viewing a Unit
81fa22bbd8 feat: show link to Log record when viewing Quantity
Compare 5 commits »
lance pushed tag v0.29.1 to wutta/wuttaweb 2026-03-04 20:42:51 -06:00
lance pushed to master at wutta/wuttaweb 2026-03-04 20:42:48 -06:00
637bf442fa bump: version 0.29.0 → 0.29.1
lance pushed to master at wutta/wuttaweb 2026-03-04 20:41:51 -06:00
d8ffb4497b fix: use wutta hint for plural row model title in master view
lance pushed to master at rattail/tailbone 2026-03-04 14:28:56 -06:00
5d0c2f4db8 fix: fix tests per latest wuttaweb
lance pushed to master at wutta/wuttaweb 2026-03-04 14:23:23 -06:00
c18ee7a3bc fix: bump version requirement for wuttjamaican
lance pushed to master at wutta/wuttafarm 2026-03-04 14:20:21 -06:00
b2b49d93ae docs: fix doc warning
lance pushed tag v0.7.0 to wutta/wuttafarm 2026-03-04 14:15:44 -06:00
lance pushed to master at wutta/wuttafarm 2026-03-04 14:15:41 -06:00
7bffa6cba6 fix: bump version requirement for wuttaweb
0a1aee591a bump: version 0.6.0 → 0.7.0
a0f73e6a32 fix: show drupal ID column for asset types
e8a8ce2528 feat: expose "group membership" for assets
b2c3d3a301 fix: remove unique constraint for LandAsset.land_type_uuid
Compare 44 commits »
lance pushed tag v0.29.0 to wutta/wuttaweb 2026-03-04 14:10:27 -06:00
lance pushed to master at wutta/wuttaweb 2026-03-04 14:10:26 -06:00
de7fc4dcf0 bump: version 0.28.2 → 0.29.0
cc52c708db fix: expose default grid pagesize in appinfo config
7cfe6e15f4 fix: fix timezone edge case for WuttaDateWidget
590441c0be feat: allow widget factory override for ObjectRef schema type
cba8e4774d feat: add way to declare related versions for history in MasterView
Compare 5 commits »
lance pushed tag v0.3.3 to wutta/wutta-continuum 2026-03-04 13:02:03 -06:00
lance pushed to master at wutta/wutta-continuum 2026-03-04 13:01:52 -06:00
b247c6cd84 bump: version 0.3.2 → 0.3.3
10875bf880 fix: add joins param for model_transaction_query()
Compare 2 commits »
lance pushed tag v0.28.9 to wutta/wuttjamaican 2026-03-04 13:00:57 -06:00
lance pushed to master at wutta/wuttjamaican 2026-03-04 13:00:54 -06:00
17efdb9572 bump: version 0.28.8 → 0.28.9
lance closed issue wutta/wuttafarm#1 2026-02-27 13:02:24 -06:00
Should the Asset.asset_name be unique?
lance commented on issue wutta/wuttafarm#1 2026-02-27 13:02:24 -06:00
Should the Asset.asset_name be unique?

Per call discussion, asset name is not unique. E.g. a cow named Bessie dies, then you get another cow and name her Bessie too. Presumably the first is "archived" but no unique constraint anyway.

lance pushed to master at wutta/wuttafarm 2026-02-25 15:36:19 -06:00
f4b5f3960c fix: set log type, status enums for log grids
lance pushed to master at wutta/wuttjamaican 2026-02-25 15:36:14 -06:00
71758a46c6 fix: convert datetime values to local zone for app.render_date()