3
0
Fork 0

Commit graph

  • 1aa597d2e5 build: simplify release task Lance Edgar 2024-12-23 20:48:28 -06:00
  • 491df09f2f feat: add "email settings" feature for admin, previews Lance Edgar 2024-12-23 15:37:37 -06:00
  • 6c8f1c973d fix: move email stuff from subpackage to module Lance Edgar 2024-12-19 18:34:03 -06:00
  • 902412322e fix: add is_enabled() method for email handler, to check per type Lance Edgar 2024-12-19 18:20:57 -06:00
  • 089d9d7ec6 bump: version 0.18.0 → 0.18.1 v0.18.1 Lance Edgar 2024-12-18 22:32:19 -06:00
  • c1f3fcc412 docs: add some docs about sending app emails, and logging to email Lance Edgar 2024-12-18 22:09:59 -06:00
  • fa76eb6aa9 fix: force interpolation of %(here)s, %(__file__)s in config files Lance Edgar 2024-12-18 13:43:19 -06:00
  • 659d7e551e fix: only read each config file once on startup Lance Edgar 2024-12-18 12:33:17 -06:00
  • 87790bbb1a docs: add glossary entry for 'spec' Lance Edgar 2024-12-18 12:28:31 -06:00
  • 062da0685c docs: test commit Lance Edgar 2024-12-16 18:31:31 -06:00
  • 9834b27d0e docs: test commit Lance Edgar 2024-12-16 18:14:02 -06:00
  • f50e0e7b99 bump: version 0.17.1 → 0.18.0 v0.18.0 Lance Edgar 2024-12-15 00:45:20 -06:00
  • 3585eca65b fix: add basic execution methods for batch handler Lance Edgar 2024-12-14 19:39:02 -06:00
  • a514d9cfba feat: add basic batch feature, data model and partial handler Lance Edgar 2024-12-13 20:38:00 -06:00
  • 51accc5a93 feat: add basic db handler, for tracking counter values Lance Edgar 2024-12-13 17:26:07 -06:00
  • 80a983f812 fix: add render_date(), render_datetime() methods for app handler Lance Edgar 2024-12-12 10:00:18 -06:00
  • c1108e3102 fix: add command for wutta make-appdir Lance Edgar 2024-12-08 19:33:06 -06:00
  • 45ea5c5bdc docs: improve docs relating to app db, setup thereof Lance Edgar 2024-12-08 12:19:42 -06:00
  • d70df11be6 bump: version 0.17.0 → 0.17.1 v0.17.1 Lance Edgar 2024-12-08 00:10:18 -06:00
  • 6b35614502 fix: use proper uuid for special role getters Lance Edgar 2024-12-08 00:09:47 -06:00
  • 40df27d6f6 bump: version 0.16.2 → 0.17.0 v0.17.0 Lance Edgar 2024-12-07 23:47:23 -06:00
  • e1785ccfcc feat: convert all uuid fields from str to proper UUID Lance Edgar 2024-12-07 23:45:47 -06:00
  • 6a471b87c2 docs: clarify glossary for app name Lance Edgar 2024-12-07 22:18:05 -06:00
  • efb78a6635 docs: add link to Victor Wooten's song! Lance Edgar 2024-12-07 22:01:40 -06:00
  • c25325f7d0 docs: rearrange API docs per conventions used elsewhere Lance Edgar 2024-12-07 19:05:22 -06:00
  • ed5e886a5d docs: improve doc for wuttjamaican.db.model Lance Edgar 2024-12-07 18:54:25 -06:00
  • 1debacd160 bump: version 0.16.1 → 0.16.2 v0.16.2 Lance Edgar 2024-12-06 08:08:32 -06:00
  • a9eebc682e fix: add mechanism to discover external wutta subcommands Lance Edgar 2024-12-05 18:58:10 -06:00
  • 3a1ea22e9b bump: version 0.16.0 → 0.16.1 v0.16.1 Lance Edgar 2024-12-05 08:04:55 -06:00
  • d95b101dbf fix: add db.util.make_topo_sortkey() function Lance Edgar 2024-12-03 21:53:30 -06:00
  • 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