3
0
Fork 0
Commit graph

65 commits

Author SHA1 Message Date
Lance Edgar
650dc8ff4d feat: remove version cap for SQLAlchemy (allow 1.x or 2.x)
hoping this does not break things terribly, but it needs to be done
regardless so will just have to pick up pieces if so
2025-06-29 19:42:16 -05:00
706ea80926 bump: version 0.20.5 → 0.20.6 2025-06-29 09:20:38 -05:00
e3719dcd1b bump: version 0.20.4 → 0.20.5 2025-02-19 10:32:02 -06:00
ac2e370dae bump: version 0.20.3 → 0.20.4 2025-02-01 15:16:18 -06:00
b5ce5687b8 bump: version 0.20.2 → 0.20.3 2025-01-25 19:11:11 -06:00
2289928337 bump: version 0.20.1 → 0.20.2 2025-01-23 17:15:27 -06:00
e144ca2da8 bump: version 0.20.0 → 0.20.1 2025-01-13 13:17:27 -06:00
ce79346f76 bump: version 0.19.3 → 0.20.0 2025-01-11 21:59:51 -06:00
7308cf3b54 bump: version 0.19.2 → 0.19.3 2025-01-09 12:53:24 -06:00
48f9374724 bump: version 0.19.1 → 0.19.2 2025-01-06 16:59:06 -06:00
a68df98297 bump: version 0.19.0 → 0.19.1 2024-12-28 21:13:22 -06:00
78a9965c52 bump: version 0.18.1 → 0.19.0 2024-12-23 21:13:03 -06:00
089d9d7ec6 bump: version 0.18.0 → 0.18.1 2024-12-18 22:32:19 -06:00
f50e0e7b99 bump: version 0.17.1 → 0.18.0 2024-12-15 00:45:20 -06:00
3585eca65b fix: add basic execution methods for batch handler
also logic for batch data files, and deletion
2024-12-15 00:45:07 -06:00
d70df11be6 bump: version 0.17.0 → 0.17.1 2024-12-08 00:10:18 -06:00
40df27d6f6 bump: version 0.16.2 → 0.17.0 2024-12-07 23:47:23 -06:00
1debacd160 bump: version 0.16.1 → 0.16.2 2024-12-06 08:08:32 -06:00
3a1ea22e9b bump: version 0.16.0 → 0.16.1 2024-12-05 08:04:55 -06:00
c3aa97ed27 build: update project metadata 2024-12-03 21:33:32 -06:00
Lance Edgar
d44fe15215 bump: version 0.15.0 → 0.16.0 2024-11-30 12:31:11 -06:00
Lance Edgar
cd90626f1d feat: make v7 UUID values instead of v1
this is thanks to the presentation at
https://www.youtube.com/watch?v=n9Cxs0sTqEY

the basic rationale is that:

- v1 UUID is "less private" in that MAC address can be deduced
- v7 UUID has "better index performance" per sortable prefix

we also need to store these as true UUID data type in postgres, but
that will be a separate effort..
2024-11-30 12:26:56 -06:00
Lance Edgar
affc19bac0 bump: version 0.14.0 → 0.15.0 2024-11-24 19:09:32 -06:00
Lance Edgar
7afb67b4a0 bump: version 0.13.3 → 0.14.0 2024-11-24 10:27:54 -06:00
Lance Edgar
ceeff7e911 feat: add install handler and related logic
- Mako is now a core dependency
- therefore no more 'email' extra
- add `get_install_handler()` method for app handler
- add `render_mako_template()` method for app handler
- add `resource_path()` method for app handler
- install handler thus far can:
  - confirm db connection
  - make appdir plus config/scripts:
    - wutta.conf
    - web.conf
    - upgrade.sh
  - upgrade db schema to create tables
  - from there web app can run, create admin user
- quick start docs now describe "generated code" option
2024-11-24 10:13:56 -06:00
Lance Edgar
2deba45588 feat: add wutta top-level command with make-uuid subcommand
i think it only makes sense to have an "opinion" for command line
interface in this project, and we probably need more `wutta`
subcommands too but we'll see.

main motivation for this currently is to allow poser apps to define
their own CLI, in particular e.g. `poser install`
2024-11-23 11:48:28 -06:00
Lance Edgar
cb147c203d bump: version 0.13.2 → 0.13.3 2024-08-30 20:34:19 -05:00
Lance Edgar
e9507fb5a4 bump: version 0.13.1 → 0.13.2 2024-08-27 21:05:37 -05:00
Lance Edgar
7002986cb7 bump: version 0.13.0 → 0.13.1 2024-08-27 19:11:30 -05:00
Lance Edgar
2b1c958aa7 bump: version 0.12.1 → 0.13.0 2024-08-26 14:24:08 -05:00
Lance Edgar
131ad88a16 feat: add basic email handler support
still no way to define "profiles" for admin in web app yet
2024-08-26 14:20:54 -05:00
Lance Edgar
b401fac04f feat: add util.resource_path() function
need that now that we have configurable mako template paths
2024-08-26 10:12:52 -05:00
Lance Edgar
4b9db13b8f feat: add basic support for progress indicators 2024-08-24 17:19:50 -05:00
Lance Edgar
110ff69d6d feat: add table/model for app upgrades 2024-08-24 10:20:05 -05:00
Lance Edgar
14a150b2ef bump: version 0.12.0 → 0.12.1 2024-08-22 14:50:06 -05:00
Lance Edgar
bb7a83a73c bump: version 0.11.1 → 0.12.0 2024-08-15 21:14:07 -05:00
Lance Edgar
58c3f781df bump: version 0.11.0 → 0.11.1 2024-08-15 16:19:34 -05:00
Lance Edgar
304b4b0a19 bump: version 0.10.0 → 0.11.0 2024-08-13 10:53:49 -05:00
Lance Edgar
82c043fd05 bump: version 0.9.0 → 0.10.0 2024-08-06 23:16:18 -05:00
Lance Edgar
a5823a2202 bump: version 0.8.3 → 0.9.0 2024-08-05 22:54:20 -05:00
Lance Edgar
0a46dddf3f bump: version 0.8.2 → 0.8.3 2024-08-05 15:31:36 -05:00
Lance Edgar
27b859c1c7 bump: version 0.8.1 → 0.8.2 2024-07-18 11:11:43 -05:00
Lance Edgar
9fc7dbe1f7 bump: version 0.8.0 → 0.8.1 2024-07-17 18:22:21 -05:00
Lance Edgar
ca997807e4 bump: version 0.7.0 → 0.8.0 2024-07-14 23:22:31 -05:00
Lance Edgar
e899d06151 feat: flesh out the auth handler; add people handler
can handle the basics now: authentication, perm checks etc.
2024-07-14 23:22:11 -05:00
Lance Edgar
5d15ef9720 bump: version 0.6.1 → 0.7.0 2024-07-14 11:07:03 -05:00
Lance Edgar
f6d0912c03 docs: update project urls to wuttaproject.org 2024-07-14 09:28:58 -05:00
Lance Edgar
7442047d0e build: fix reference to readme filename 2024-07-12 21:44:30 -05:00
Lance Edgar
0454ab70e0 bump: version 0.6.0 → 0.6.1 2024-07-12 00:12:26 -05:00
Lance Edgar
cedc74e16b bump: version 0.5.0 → 0.6.0 2024-07-11 13:00:49 -05:00