Karl O. Pinc [Sun, 4 Aug 2024 17:42:29 +0000 (12:42 -0500)]
Common contains core and has other things usually needed
Karl O. Pinc [Sun, 4 Aug 2024 17:12:05 +0000 (12:12 -0500)]
Distribute improved Makefile
Karl O. Pinc [Sun, 4 Aug 2024 17:10:39 +0000 (12:10 -0500)]
Dependencies are dynamic because they contain version numbers
Karl O. Pinc [Sat, 3 Aug 2024 21:18:21 +0000 (16:18 -0500)]
Use table row abstractions
Karl O. Pinc [Fri, 2 Aug 2024 18:05:59 +0000 (13:05 -0500)]
Put page heading in the base template
Karl O. Pinc [Wed, 31 Jul 2024 17:42:10 +0000 (12:42 -0500)]
Adjust for pgwui_common template structure changes
Karl O. Pinc [Tue, 30 Jul 2024 17:03:52 +0000 (12:03 -0500)]
Use inheritance to properly wrap inheriting body
Karl O. Pinc [Wed, 17 Jul 2024 19:22:46 +0000 (14:22 -0500)]
Put the package summary into the generated menu text
Karl O. Pinc [Wed, 17 Jul 2024 19:20:33 +0000 (14:20 -0500)]
Bump tempate version to 0.15.0
Karl O. Pinc [Tue, 16 Jul 2024 22:28:18 +0000 (17:28 -0500)]
Use "python3 -m venv" instead of "virtualenv" in Makefile template
Karl O. Pinc [Tue, 16 Jul 2024 22:16:51 +0000 (17:16 -0500)]
Move core utility functions into a separate module
Karl O. Pinc [Tue, 16 Jul 2024 12:57:22 +0000 (07:57 -0500)]
Better response variable name db_changed -> report_success
Karl O. Pinc [Sun, 23 Jun 2024 02:06:59 +0000 (21:06 -0500)]
Bump version number to 0.15.0
Karl O. Pinc [Sat, 22 Jun 2024 03:21:05 +0000 (22:21 -0500)]
Use immediate assignments
Karl O. Pinc [Fri, 21 Jun 2024 23:10:57 +0000 (18:10 -0500)]
Fix conditional yamllint execution
Karl O. Pinc [Fri, 21 Jun 2024 23:10:01 +0000 (18:10 -0500)]
Avoid rebuilding packages when running check targets
Karl O. Pinc [Fri, 21 Jun 2024 19:28:14 +0000 (14:28 -0500)]
Run yamllint when checking
Karl O. Pinc [Wed, 19 Jun 2024 22:42:44 +0000 (17:42 -0500)]
Automate generation of short documentaion in readme
Karl O. Pinc [Thu, 28 Mar 2024 21:40:49 +0000 (16:40 -0500)]
Bump version number to 0.14.0
Karl O. Pinc [Thu, 28 Mar 2024 03:14:24 +0000 (22:14 -0500)]
Better comment
Karl O. Pinc [Thu, 28 Mar 2024 02:58:47 +0000 (21:58 -0500)]
Use "build" to build packages; add a pyproject.toml file
Karl O. Pinc [Wed, 27 Mar 2024 23:29:16 +0000 (18:29 -0500)]
Switch from setup.py to build for package building
Keep setuptools as the build back-end, with setup.py providing dynamic
content.
Karl O. Pinc [Sun, 24 Mar 2024 22:37:59 +0000 (17:37 -0500)]
Drop "register" targets; no longer supported at pypi
See: https://github.com/pypi/warehouse/issues/1627
Karl O. Pinc [Sat, 23 Mar 2024 22:27:35 +0000 (17:27 -0500)]
Customize tests fixture name to confirm with template target name
Karl O. Pinc [Sat, 23 Mar 2024 22:03:07 +0000 (17:03 -0500)]
Fix so all tests pass when the template is instantiated
Karl O. Pinc [Sat, 23 Mar 2024 17:37:24 +0000 (12:37 -0500)]
Fix setup errors in tests
Karl O. Pinc [Sat, 23 Mar 2024 17:36:35 +0000 (12:36 -0500)]
Drop support for python 3.4-3.6, add support for 3.8-3.11
Karl O. Pinc [Fri, 22 Mar 2024 21:40:02 +0000 (16:40 -0500)]
Make the template module's code more runnable
Karl O. Pinc [Fri, 22 Mar 2024 21:21:14 +0000 (16:21 -0500)]
Fix flake8 style problems and provide a core exception example
Karl O. Pinc [Fri, 22 Mar 2024 21:19:27 +0000 (16:19 -0500)]
Fix flake8 coding style errors
Karl O. Pinc [Fri, 22 Mar 2024 20:41:18 +0000 (15:41 -0500)]
Bump version to 0.13.0 in the template
Karl O. Pinc [Fri, 22 Mar 2024 20:31:20 +0000 (15:31 -0500)]
Bump version number to 0.13.0
Karl O. Pinc [Fri, 22 Mar 2024 20:27:42 +0000 (15:27 -0500)]
Fix typo in template expansion
Karl O. Pinc [Thu, 21 Mar 2024 23:06:45 +0000 (18:06 -0500)]
Fix template's check_settings entrypoint test
Karl O. Pinc [Thu, 21 Mar 2024 21:16:32 +0000 (16:16 -0500)]
Fix component entry point test
Karl O. Pinc [Wed, 20 Mar 2024 19:15:43 +0000 (14:15 -0500)]
Use importlib.metadata instead of pkg_resources for entrypoint processing
Karl O. Pinc [Wed, 20 Mar 2024 17:52:33 +0000 (12:52 -0500)]
Switch from pkg_resources to importlib.resources to obtain resources
Karl O. Pinc [Wed, 20 Mar 2024 17:46:06 +0000 (12:46 -0500)]
Add more docs on "late fakes"
Karl O. Pinc [Sat, 16 Mar 2024 21:31:30 +0000 (16:31 -0500)]
Account for warnings when testing; add new test fixtures
Karl O. Pinc [Sat, 16 Mar 2024 21:17:04 +0000 (16:17 -0500)]
Change name: instance_method_mock_fixture() -> late_instance_mock_fixture()
Karl O. Pinc [Mon, 11 Mar 2024 16:40:16 +0000 (11:40 -0500)]
Simplify the includeme() testing
Karl O. Pinc [Tue, 5 Mar 2024 22:11:54 +0000 (16:11 -0600)]
Drop Python 3.6 support; psycopg3 does not support it
Karl O. Pinc [Fri, 23 Feb 2024 20:15:25 +0000 (14:15 -0600)]
Drop python <= v3.5, add v3.8-v3.11
Karl O. Pinc [Fri, 23 Feb 2024 16:13:02 +0000 (10:13 -0600)]
Add pgwui man page to the manifest
Karl O. Pinc [Thu, 3 Jun 2021 16:44:11 +0000 (11:44 -0500)]
Bump version number to 0.12.0
Karl O. Pinc [Sun, 30 May 2021 06:20:12 +0000 (01:20 -0500)]
Bump version number to 0.11.0
Karl O. Pinc [Mon, 10 May 2021 17:36:45 +0000 (12:36 -0500)]
Man page for pgwui command
Karl O. Pinc [Sun, 9 May 2021 21:50:00 +0000 (16:50 -0500)]
Bump version number to 0.10.0
Karl O. Pinc [Tue, 27 Apr 2021 22:19:10 +0000 (17:19 -0500)]
Use stock name for imported exception module
Karl O. Pinc [Tue, 27 Apr 2021 21:06:28 +0000 (16:06 -0500)]
Use SetupError name from pgwui_core instead of the old Error
Karl O. Pinc [Fri, 23 Apr 2021 21:43:16 +0000 (16:43 -0500)]
Improve example exception
Karl O. Pinc [Thu, 15 Apr 2021 22:17:59 +0000 (17:17 -0500)]
Pass flake8
Karl O. Pinc [Wed, 14 Apr 2021 21:39:53 +0000 (16:39 -0500)]
Change init_menu() to establish_settings()
Karl O. Pinc [Mon, 8 Feb 2021 23:21:57 +0000 (17:21 -0600)]
Bump template version number
Karl O. Pinc [Mon, 8 Feb 2021 22:56:57 +0000 (16:56 -0600)]
Fix typo in help text
Karl O. Pinc [Tue, 26 Jan 2021 04:00:03 +0000 (22:00 -0600)]
Change component name from pgwui_testing to pgwui_develop
Karl O. Pinc [Sun, 24 Jan 2021 05:52:13 +0000 (23:52 -0600)]
Bump version number to 0.9.0
Karl O. Pinc [Sun, 24 Jan 2021 02:40:31 +0000 (20:40 -0600)]
Bump version number to 0.8.0
Karl O. Pinc [Sat, 23 Jan 2021 22:30:46 +0000 (16:30 -0600)]
Update copyright statements
Karl O. Pinc [Mon, 18 Jan 2021 21:30:36 +0000 (15:30 -0600)]
Bump version number to 0.7.0
Karl O. Pinc [Tue, 5 Jan 2021 21:44:13 +0000 (15:44 -0600)]
Fix tox.ini so mako substutions happen
Karl O. Pinc [Sat, 2 Jan 2021 23:10:04 +0000 (17:10 -0600)]
Include .gitignore and .coveragerc in the dist
Karl O. Pinc [Sat, 2 Jan 2021 22:25:27 +0000 (16:25 -0600)]
Add pgwui_upload_core and pgwui_bulk_upload components
Karl O. Pinc [Sat, 2 Jan 2021 22:23:07 +0000 (16:23 -0600)]
Fix problem with leading whitespace stripping
Karl O. Pinc [Sat, 2 Jan 2021 22:22:30 +0000 (16:22 -0600)]
Do not force period in the meta content description
Karl O. Pinc [Sat, 2 Jan 2021 22:21:03 +0000 (16:21 -0600)]
Fix missing substitions
Karl O. Pinc [Sun, 20 Dec 2020 22:14:10 +0000 (16:14 -0600)]
The component name is lower case in the Makefile
Karl O. Pinc [Sun, 20 Dec 2020 22:13:39 +0000 (16:13 -0600)]
Test file to test view must be based on view name
Karl O. Pinc [Fri, 18 Dec 2020 02:15:38 +0000 (20:15 -0600)]
Add "pgwui cookiecutter" command
Karl O. Pinc [Thu, 17 Dec 2020 07:17:07 +0000 (01:17 -0600)]
Improve pytest marking
Karl O. Pinc [Wed, 16 Dec 2020 21:16:21 +0000 (15:16 -0600)]
Update copyright and contact info
Karl O. Pinc [Thu, 10 Dec 2020 00:39:43 +0000 (18:39 -0600)]
meme.com -> karlpinc.com
Karl O. Pinc [Wed, 9 Dec 2020 23:01:48 +0000 (17:01 -0600)]
Support tox against multiple Python versions using pyenv
Karl O. Pinc [Wed, 9 Dec 2020 20:25:39 +0000 (14:25 -0600)]
Component name includes pgwui_ prefix
Karl O. Pinc [Wed, 9 Dec 2020 20:15:41 +0000 (14:15 -0600)]
Update email address
Karl O. Pinc [Tue, 8 Dec 2020 23:32:15 +0000 (17:32 -0600)]
Bump version number to 0.6.0
Karl O. Pinc [Sun, 6 Dec 2020 23:08:50 +0000 (17:08 -0600)]
Add a fixture that magicmocks
Karl O. Pinc [Sun, 6 Dec 2020 19:12:44 +0000 (13:12 -0600)]
We don't need this at present
Revert "A fixture that makes a real request object"
This reverts commit
a2eee9adbf2124482a8a64ffb1f5b53e82b160d5.
Karl O. Pinc [Sun, 6 Dec 2020 19:12:11 +0000 (13:12 -0600)]
A fixture that makes a real request object
Karl O. Pinc [Sun, 6 Dec 2020 19:11:49 +0000 (13:11 -0600)]
Document pytest plugin usage
Karl O. Pinc [Sun, 6 Dec 2020 19:09:09 +0000 (13:09 -0600)]
Utility to source to setup a bash development environment
Karl O. Pinc [Tue, 24 Nov 2020 18:24:35 +0000 (12:24 -0600)]
Mark unit and integration tests
Karl O. Pinc [Tue, 24 Nov 2020 17:07:07 +0000 (11:07 -0600)]
Adjust for unit test marking
Karl O. Pinc [Mon, 23 Nov 2020 20:13:32 +0000 (14:13 -0600)]
Add check-debug target
Karl O. Pinc [Wed, 9 Sep 2020 20:33:34 +0000 (15:33 -0500)]
Add pgwui_menu
Karl O. Pinc [Tue, 1 Sep 2020 02:13:38 +0000 (21:13 -0500)]
Split into 3 modules: plugin fixtures, plugin helpers, testing functions
Karl O. Pinc [Tue, 1 Sep 2020 02:11:19 +0000 (21:11 -0500)]
Suppress warning from coverage
Karl O. Pinc [Mon, 31 Aug 2020 20:23:38 +0000 (15:23 -0500)]
Add wraps keyword to make_mock_fixture()
Karl O. Pinc [Mon, 31 Aug 2020 03:44:06 +0000 (22:44 -0500)]
Generalize entry point tests
Karl O. Pinc [Sat, 29 Aug 2020 22:14:28 +0000 (17:14 -0500)]
Added long_description_content_type
Karl O. Pinc [Thu, 25 Jun 2020 02:40:30 +0000 (21:40 -0500)]
Add instance_method_mock_fixture() for mocking instance methods
Karl O. Pinc [Wed, 24 Jun 2020 22:24:59 +0000 (17:24 -0500)]
New make_mock_fixture function
Karl O. Pinc [Thu, 23 Jan 2020 21:44:41 +0000 (15:44 -0600)]
Clean .tox when setup.py changes
Karl O. Pinc [Sun, 5 Jan 2020 08:09:08 +0000 (02:09 -0600)]
Allow marking and running of just unit or just integration tests
Karl O. Pinc [Sat, 28 Dec 2019 21:03:56 +0000 (15:03 -0600)]
Fix so tox runs with different pythons don't share coverage data
Karl O. Pinc [Sat, 28 Dec 2019 20:13:46 +0000 (14:13 -0600)]
Fix so "make check" does not pick up tox results
Karl O. Pinc [Thu, 26 Dec 2019 22:27:37 +0000 (16:27 -0600)]
New fixture to test that distribution is pgwui pluggable
Karl O. Pinc [Fri, 13 Dec 2019 17:17:50 +0000 (11:17 -0600)]
Standardize make accross PGWUI with Makefile_pgwui.mk
Karl O. Pinc [Fri, 13 Dec 2019 04:27:54 +0000 (22:27 -0600)]
Self-document Makefile
Karl O. Pinc [Wed, 11 Dec 2019 17:43:53 +0000 (11:43 -0600)]
Bump version number to 0.5.0