3
0
Fork 0
Commit graph

63 commits

Author SHA1 Message Date
Lance Edgar 52a6bbf0f0 bump: version 0.20.0 → 0.20.1 2025-01-13 13:29:56 -06:00
Lance Edgar 2b3d69a379 fix: expose setting to choose menu handler, in appinfo/configure 2025-01-13 12:55:34 -06:00
Lance Edgar 1ec25636df bump: version 0.19.3 → 0.20.0 2025-01-11 22:00:48 -06:00
Lance Edgar c1e6053aaf bump: version 0.19.2 → 0.19.3 2025-01-09 12:54:01 -06:00
Lance Edgar ae9ca8eee3 bump: version 0.19.1 → 0.19.2 2025-01-07 15:21:30 -06:00
Lance Edgar ee8ca11f6a fix: always use prop key for default grid filters
previous logic was using underlying column name, which breaks when the
prop key does not match
2025-01-07 15:07:21 -06:00
Lance Edgar 49b13306c4 bump: version 0.19.0 → 0.19.1 2025-01-06 17:00:27 -06:00
Lance Edgar 84ab931081 fix: include grid filters for all column properties of model class
by default anyway.  previous logic started from `grid.columns` and
then only included column properties, but now we start from the model
class itself and let sa-utils figure out the default list
2024-12-28 21:14:20 -06:00
Lance Edgar c2efc1cd1a fix: use app handler to render error string, when progress fails 2024-12-28 21:14:15 -06:00
Lance Edgar ae6b72bf95 bump: version 0.18.0 → 0.19.0 2024-12-23 21:14:31 -06:00
Lance Edgar 3035d1f58a bump: version 0.17.2 → 0.18.0 2024-12-18 22:33:42 -06:00
Lance Edgar a132253cb1 feat: add basic support for running in ASGI context 2024-12-18 15:09:16 -06:00
Lance Edgar b6d5ffa8ce feat: add support for running via uvicorn; wutta webapp command 2024-12-18 12:36:52 -06:00
Lance Edgar 3fabc0a141 bump: version 0.17.1 → 0.17.2 2024-12-17 16:42:56 -06:00
Lance Edgar 8ac414162d bump: version 0.17.0 → 0.17.1 2024-12-16 12:33:27 -06:00
Lance Edgar 180acc509f bump: version 0.16.2 → 0.17.0 2024-12-15 00:48:07 -06:00
Lance Edgar dd1fd8c0ce feat: add basic support for batch execution
no execution options yet, and no progress indicator

also basic delete support, invoking handler
2024-12-14 23:57:10 -06:00
Lance Edgar 16ed125113 fix: use fanstatic to serve built-in images by default
Refs: #1
2024-12-10 16:54:02 -06:00
Lance Edgar 783d4dc8ef bump: version 0.16.1 → 0.16.2 2024-12-10 12:33:18 -06:00
Lance Edgar 663f438e4e bump: version 0.16.0 → 0.16.1 2024-12-08 00:12:08 -06:00
Lance Edgar fd35f439ec fix: refactor to reflect usage of proper UUID values 2024-12-08 00:11:30 -06:00
Lance Edgar 805ce5966f bump: version 0.15.0 → 0.16.0 2024-12-05 08:07:43 -06:00
Lance Edgar 48a473e540 build: update project metadata 2024-12-03 21:21:34 -06:00
Lance Edgar 38e5d9eb38 bump: version 0.14.2 → 0.15.0 2024-11-24 19:10:18 -06:00
Lance Edgar ec75435704 bump: version 0.14.1 → 0.14.2 2024-11-24 10:30:40 -06:00
Lance Edgar 53746e9258 fix: remove 'email' extra from wuttjamaican dependency
since that no longer exists
2024-11-24 10:28:55 -06:00
Lance Edgar c89da0ee41 bump: version 0.14.0 → 0.14.1 2024-08-30 20:35:13 -05:00
Lance Edgar 8f1eca6f48 bump: version 0.13.1 → 0.14.0 2024-08-27 22:17:48 -05:00
Lance Edgar 71728718d8 feat: add basic support for wutta-continuum
and i mean *basic* - so far..  eventually will expose version history
for viewing etc.

unfortunately got carried away and reorganized the api docs a little
while i was at it..
2024-08-27 21:11:44 -05:00
Lance Edgar 24f5ee1dcc bump: version 0.13.0 → 0.13.1 2024-08-26 14:52:43 -05:00
Lance Edgar 0910153685 bump: version 0.12.1 → 0.13.0 2024-08-26 14:27:20 -05:00
Lance Edgar a010071985 feat: use native wuttjamaican app to send feedback email 2024-08-26 14:22:23 -05:00
Lance Edgar e5e31a7d32 feat: add basic support for execute upgrades, download stdout/stderr
upgrade progress is still not being shown yet
2024-08-25 12:20:28 -05:00
Lance Edgar 60526f646a bump: version 0.12.0 → 0.12.1 2024-08-22 15:54:01 -05:00
Lance Edgar fab87d3303 bump: version 0.11.0 → 0.12.0 2024-08-22 14:51:08 -05:00
Lance Edgar 8bcb556abb bump: version 0.10.2 → 0.11.0 2024-08-20 15:05:12 -05:00
Lance Edgar 3579bebdeb bump: version 0.10.1 → 0.10.2 2024-08-19 13:56:58 -05:00
Lance Edgar dce91a3a96 bump: version 0.10.0 → 0.10.1 2024-08-19 12:00:46 -05:00
Lance Edgar 91e10274ea bump: version 0.9.0 → 0.10.0 2024-08-18 19:58:13 -05:00
Lance Edgar 58f7a862a2 feat; add single-column sorting (frontend or backend) for grids 2024-08-18 14:05:10 -05:00
Lance Edgar f9fad67f4a bump: version 0.8.1 → 0.9.0 2024-08-16 22:53:17 -05:00
Lance Edgar dd3d640b1c feat: add initial/basic pagination for grids
so far this is only for client-side pagination; which means *all* grid
data is dumped to JSON for Vue access.  backend pagination coming soon
2024-08-16 18:19:24 -05:00
Lance Edgar 7feaa844af bump: version 0.8.0 → 0.8.1 2024-08-15 23:14:42 -05:00
Lance Edgar f5ac66f264 bump: version 0.7.0 → 0.8.0 2024-08-15 21:14:52 -05:00
Lance Edgar a8514da107 bump: version 0.6.0 → 0.7.0 2024-08-15 16:20:21 -05:00
Lance Edgar b4b72d92aa bump: version 0.5.0 → 0.6.0 2024-08-13 10:54:51 -05:00
Lance Edgar eac3b81918 feat: add Users view; improve CRUD master for SQLAlchemy models 2024-08-12 21:17:08 -05:00
Lance Edgar 2ad1ae9c49 bump: version 0.4.0 → 0.5.0 2024-08-06 23:17:07 -05:00
Lance Edgar 23d227b2c6 feat: add basic support for fanstatic / libcache 2024-08-06 22:33:54 -05:00
Lance Edgar dd207a4a05 fix: bump min version for wuttjamaican 2024-08-05 23:01:18 -05:00