3
0
Fork 0

Commit graph

  • c3aa97ed27 build: update project metadata Lance Edgar 2024-12-03 21:33:32 -06:00
  • de551c9bbd docs: cleanup quickstart a bit, add some links Lance Edgar 2024-12-03 09:31:43 -06:00
  • 028c64fc12 fix: use true UUID type for Upgrades table primary key Lance Edgar 2024-11-30 19:59:59 -06:00
  • 8b6e32145c fix: let caller set data type for uuid_column() and uuid_fk_column() Lance Edgar 2024-11-30 16:06:37 -06:00
  • f63028bf8e test: fix installer test to avoid actually doing anything Lance Edgar 2024-11-30 16:05:38 -06:00
  • 47902b37bc fix: avoid error when loading installer templates Lance Edgar 2024-11-30 16:04:35 -06:00
  • d44fe15215 bump: version 0.15.0 → 0.16.0 v0.16.0 Lance Edgar 2024-11-30 12:31:11 -06:00
  • cd90626f1d feat: make v7 UUID values instead of v1 Lance Edgar 2024-11-30 12:26:56 -06:00
  • ecdfb2f6e0 docs: update quick start to use cookiecutter Lance Edgar 2024-11-26 11:46:17 -06:00
  • affc19bac0 bump: version 0.14.0 → 0.15.0 v0.15.0 Lance Edgar 2024-11-24 19:09:32 -06:00
  • 8f182e81dd feat: add User.prevent_edit flag for account lockdown Lance Edgar 2024-11-24 17:08:55 -06:00
  • 7afb67b4a0 bump: version 0.13.3 → 0.14.0 v0.14.0 Lance Edgar 2024-11-24 10:27:54 -06:00
  • ceeff7e911 feat: add install handler and related logic Lance Edgar 2024-11-24 10:13:56 -06:00
  • 49e77d7407 feat: add parse_bool() and parse_list() methods for config object Lance Edgar 2024-11-23 15:33:00 -06:00
  • 2deba45588 feat: add wutta top-level command with make-uuid subcommand Lance Edgar 2024-11-23 11:48:28 -06:00
  • cb147c203d bump: version 0.13.2 → 0.13.3 v0.13.3 Lance Edgar 2024-08-30 20:34:19 -05:00
  • 4c51189d41 fix: move model base class out of model subpkg Lance Edgar 2024-08-30 20:30:09 -05:00
  • e9507fb5a4 bump: version 0.13.1 → 0.13.2 v0.13.2 Lance Edgar 2024-08-27 21:05:37 -05:00
  • 2fa82bee8c fix: add basic support for wutta-continuum data versioning/history Lance Edgar 2024-08-27 20:26:22 -05:00
  • 7002986cb7 bump: version 0.13.0 → 0.13.1 v0.13.1 Lance Edgar 2024-08-27 19:11:30 -05:00
  • 2edeac0d83 fix: add common DataTestCase for use in other packages Lance Edgar 2024-08-27 19:10:50 -05:00
  • 7ee8398718 test: skip some tests if mako not installed Lance Edgar 2024-08-26 14:34:35 -05:00
  • 2b1c958aa7 bump: version 0.12.1 → 0.13.0 v0.13.0 Lance Edgar 2024-08-26 14:24:08 -05:00
  • 131ad88a16 feat: add basic email handler support Lance Edgar 2024-08-26 13:08:19 -05:00
  • b401fac04f feat: add util.resource_path() function Lance Edgar 2024-08-26 10:12:52 -05:00
  • 94868bbaa9 feat: add app handler method, get_appdir() Lance Edgar 2024-08-25 12:33:52 -05:00
  • 4b9db13b8f feat: add basic support for progress indicators Lance Edgar 2024-08-24 17:19:50 -05:00
  • 110ff69d6d feat: add table/model for app upgrades Lance Edgar 2024-08-24 10:20:05 -05:00
  • e855a84c37 docs: add basic db setup to quickstart doc Lance Edgar 2024-08-23 15:20:38 -05:00
  • 14a150b2ef bump: version 0.12.0 → 0.12.1 v0.12.1 Lance Edgar 2024-08-22 14:50:06 -05:00
  • 1744e8706c fix: add app handler methods: get_node_title(), get_node_type() Lance Edgar 2024-08-20 22:13:33 -05:00
  • bb7a83a73c bump: version 0.11.1 → 0.12.0 v0.12.0 Lance Edgar 2024-08-15 21:14:07 -05:00
  • 9ad5dca2ad feat: add util function get_class_hierarchy() Lance Edgar 2024-08-15 20:18:54 -05:00
  • 58c3f781df bump: version 0.11.0 → 0.11.1 v0.11.1 Lance Edgar 2024-08-15 16:19:34 -05:00
  • 82177ea997 docs: tweak docstring for Session class Lance Edgar 2024-08-15 13:21:11 -05:00
  • e3e3b004aa fix: tweak methods for FileConfigTestCase Lance Edgar 2024-08-15 13:20:52 -05:00
  • 3e3f7ac958 fix: cascade deletes for User -> UserRole Lance Edgar 2024-08-14 12:12:12 -05:00
  • 304b4b0a19 bump: version 0.10.0 → 0.11.0 v0.11.0 Lance Edgar 2024-08-13 10:53:49 -05:00
  • 08689f494f feat: add dict-like behavior to model class instances Lance Edgar 2024-08-11 15:23:14 -05:00
  • 82c043fd05 bump: version 0.9.0 → 0.10.0 v0.10.0 Lance Edgar 2024-08-06 23:16:18 -05:00
  • 1c762e5767 feat: add app handler methods save_setting(), delete_setting() Lance Edgar 2024-08-06 18:52:34 -05:00
  • a5823a2202 bump: version 0.8.3 → 0.9.0 v0.9.0 Lance Edgar 2024-08-05 22:54:20 -05:00
  • 8068c26327 test: skip some tests for nodb scenario Lance Edgar 2024-08-05 22:41:58 -05:00
  • b5884ff6ca test: fix more tests for python 3.10 Lance Edgar 2024-08-05 22:39:45 -05:00
  • afa3352c83 test: fix tests for AppHandler.get_version() Lance Edgar 2024-08-05 22:25:43 -05:00
  • 06771d7596 fix: remove print statement Lance Edgar 2024-08-05 22:21:52 -05:00
  • 2a21e70ff1 feat: add AppHandler methods, get_distribution() and get_version() Lance Edgar 2024-08-05 21:48:45 -05:00
  • 0a46dddf3f bump: version 0.8.2 → 0.8.3 v0.8.3 Lance Edgar 2024-08-05 15:31:36 -05:00
  • a38a69afa2 fix: add AuthHandler.user_is_admin() method Lance Edgar 2024-08-05 14:27:53 -05:00
  • 739dd285aa fix: add AppHandler.make_title() convenience method Lance Edgar 2024-08-04 14:23:02 -05:00
  • 27b859c1c7 bump: version 0.8.1 → 0.8.2 v0.8.2 Lance Edgar 2024-07-18 11:11:43 -05:00
  • c424a6cd8a fix: add check_user_password() method for auth handler Lance Edgar 2024-07-18 10:27:31 -05:00
  • 9fc7dbe1f7 bump: version 0.8.0 → 0.8.1 v0.8.1 Lance Edgar 2024-07-17 18:22:21 -05:00
  • 86997397de fix: make AuthHandler.get_user() do lookups for uuid, username Lance Edgar 2024-07-17 17:46:13 -05:00
  • ca997807e4 bump: version 0.7.0 → 0.8.0 v0.8.0 Lance Edgar 2024-07-14 23:22:31 -05:00
  • e899d06151 feat: flesh out the auth handler; add people handler Lance Edgar 2024-07-14 23:20:44 -05:00
  • 43ca404837 feat: add model for Person; tie to User Lance Edgar 2024-07-14 15:47:39 -05:00
  • 60d3fcd13b fix: add migration for auth tables Lance Edgar 2024-07-14 14:45:52 -05:00
  • 1995095627 build: just run pytest, avoid tox when making release Lance Edgar 2024-07-14 11:08:26 -05:00
  • 5d15ef9720 bump: version 0.6.1 → 0.7.0 v0.7.0 Lance Edgar 2024-07-14 11:07:03 -05:00
  • b4d6cfb0ed fix: always use 'wutta' prefix for provider entry points Lance Edgar 2024-07-14 10:45:13 -05:00
  • f6d0912c03 docs: update project urls to wuttaproject.org Lance Edgar 2024-07-14 09:28:58 -05:00
  • 639b0de8b1 feat: add basic "auth" data models: user/role/perm Lance Edgar 2024-07-13 23:25:20 -05:00
  • 7442047d0e build: fix reference to readme filename Lance Edgar 2024-07-12 21:44:30 -05:00
  • 1b8d5d7bfe docs: use markdown for project readme Lance Edgar 2024-07-12 21:40:33 -05:00
  • 0454ab70e0 bump: version 0.6.0 → 0.6.1 v0.6.1 Lance Edgar 2024-07-12 00:12:26 -05:00
  • ef5b13a297 fix: add AppHandler.load_object() method Lance Edgar 2024-07-11 19:32:44 -05:00
  • ae973881af fix: add WuttaConfig.production() method Lance Edgar 2024-07-11 18:19:38 -05:00
  • cedc74e16b bump: version 0.5.0 → 0.6.0 v0.6.0 Lance Edgar 2024-07-11 13:00:49 -05:00
  • 375d0be638 feat: add basic data model support Lance Edgar 2024-07-11 12:55:55 -05:00
  • 7012409e1e bump: version 0.4.0 → 0.5.0 v0.5.0 Lance Edgar 2024-07-09 16:47:54 -05:00
  • 80da7f5d6f feat: drop python 3.6 support Lance Edgar 2024-07-09 16:47:24 -05:00
  • 3ea9deea06 docs: avoid unknown command Lance Edgar 2024-07-04 14:41:53 -05:00
  • d47ba53eec bump: version 0.3.2 → 0.4.0 v0.4.0 Lance Edgar 2024-07-04 14:37:38 -05:00
  • a76cbf29e9 feat: remove legacy command system Lance Edgar 2024-07-04 14:35:29 -05:00
  • fd76766f56 fix: use more explicit import in config constructor Lance Edgar 2024-07-04 11:37:21 -05:00
  • f5825e964c test: add 'nodb' test runner Lance Edgar 2024-07-04 08:00:42 -05:00
  • 132073177c bump: version 0.3.1 → 0.3.2 v0.3.2 Lance Edgar 2024-07-04 07:44:01 -05:00
  • a25712ef54 fix: let config class specify default app handler, engine maker Lance Edgar 2024-07-04 07:12:22 -05:00
  • c3efbfbf7b fix: ensure config has no app when constructor finishes Lance Edgar 2024-07-04 06:21:38 -05:00
  • 3ab181b129 docs: use accurate package version when building docs Lance Edgar 2024-06-30 20:40:23 -05:00
  • 5096fd6d3c docs: add another resource link for cli frameworks Lance Edgar 2024-06-30 20:31:12 -05:00
  • 4de2e6dc6e docs: stop documenting wutta command line framwework Lance Edgar 2024-06-30 20:26:25 -05:00
  • 746bcf18de docs: use furo docs theme instead of alabaster Lance Edgar 2024-06-30 20:22:42 -05:00
  • 0b3db3cac0 bump: version 0.3.0 → 0.3.1 v0.3.1 Lance Edgar 2024-06-14 17:33:47 -05:00
  • f654906029 fix: fallback to importlib_metadata when loading entry points Lance Edgar 2024-06-14 17:27:22 -05:00
  • 5802391382 build: show brief license, not full text Lance Edgar 2024-06-10 16:06:01 -05:00
  • 3e2901b0cd test: ignore import error in version module Lance Edgar 2024-06-10 15:04:53 -05:00
  • 9dff672633 bump: version 0.2.1 → 0.3.0 v0.3.0 Lance Edgar 2024-06-10 13:55:20 -05:00
  • dbc3c8f9ca feat: use hatchling for package build backend Lance Edgar 2024-06-10 13:52:12 -05:00
  • 5204e81c00 build: parse version from pyproject.toml when building release Lance Edgar 2024-06-10 13:42:59 -05:00
  • b642f8d479 bump: version 0.2.0 → 0.2.1 v0.2.1 Lance Edgar 2024-06-10 13:37:47 -05:00
  • 2bfd65de3d fix: use importlib-metadata backport for older systems Lance Edgar 2024-06-10 13:36:32 -05:00
  • 9f5b36b49e bump: version 0.1.12 → 0.2.0 v0.2.0 Lance Edgar 2024-06-10 13:32:29 -05:00
  • 8a1ec6210c feat: replace setup.cfg with pyproject.toml Lance Edgar 2024-06-10 13:29:22 -05:00
  • ba1905b7ad Revert "Add support for python 3.12" Lance Edgar 2024-05-31 14:03:02 -05:00
  • 07bc29c494 Add support for python 3.12 Lance Edgar 2024-05-31 13:34:23 -05:00
  • 1d7ee980d5 Update changelog v0.1.12 Lance Edgar 2024-05-28 22:58:07 -05:00
  • 6777f02e06 Fix bug when default config paths do not exist Lance Edgar 2024-05-28 22:55:53 -05:00
  • cd79f949d2 Update changelog v0.1.11 Lance Edgar 2024-05-15 14:25:25 -05:00