summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Karl O. Pinc [Sat, 16 Mar 2024 21:18:19 +0000 (16:18 -0500)]
Change name: instance_method_mock_fixture() -> late_instance_mock_fixture()
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:16:45 +0000 (14:16 -0600)]
Drop python <= v3.5, add v3.8-v3.11
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:13 +0000 (01:20 -0500)]
Bump version number to 0.11.0
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 21:12:30 +0000 (16:12 -0500)]
Use SetupError name from pgwui_core instead of the old Error
Karl O. Pinc [Wed, 14 Apr 2021 21:50:51 +0000 (16:50 -0500)]
Change init_menu() to establish_settings()
Karl O. Pinc [Tue, 26 Jan 2021 04:00:22 +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 [Mon, 18 Jan 2021 21:30:35 +0000 (15:30 -0600)]
Bump version number to 0.7.0
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 [Tue, 8 Dec 2020 23:32:15 +0000 (17:32 -0600)]
Bump version number to 0.6.0
Karl O. Pinc [Tue, 8 Dec 2020 04:22:06 +0000 (22:22 -0600)]
A urls map in settings is now required by pgwui_common
Karl O. Pinc [Tue, 1 Dec 2020 22:15:06 +0000 (16:15 -0600)]
base_view() is now in pgwui_common.view
Karl O. Pinc [Tue, 1 Dec 2020 02:45:36 +0000 (20:45 -0600)]
Pass "urls" instead of "routes" to templates
Karl O. Pinc [Tue, 24 Nov 2020 18:07:40 +0000 (12:07 -0600)]
Mark unit and integration tests
Karl O. Pinc [Tue, 24 Nov 2020 17:05:18 +0000 (11:05 -0600)]
Adjust for unit test marking
Karl O. Pinc [Mon, 23 Nov 2020 20:08:51 +0000 (14:08 -0600)]
Add check-debug target
Karl O. Pinc [Sun, 22 Nov 2020 18:17:49 +0000 (12:17 -0600)]
Use inheritence for navbar
Karl O. Pinc [Sat, 21 Nov 2020 21:06:43 +0000 (15:06 -0600)]
Change route name from "home" to "pgwui_home"
Karl O. Pinc [Sat, 21 Nov 2020 19:46:59 +0000 (13:46 -0600)]
Improve error message
Karl O. Pinc [Fri, 20 Nov 2020 23:40:30 +0000 (17:40 -0600)]
New pgwui_menu.order setting which controls menu ordering
Karl O. Pinc [Fri, 20 Nov 2020 18:38:56 +0000 (12:38 -0600)]
Initial commit