pgwui_upload
7 months agoBump version number to 0.28.0 master
Karl O. Pinc [Mon, 21 Oct 2024 21:10:27 +0000 (16:10 -0500)]
Bump version number to 0.28.0

7 months agoFix so "boolean" choice-yes/choice-no setting work
Karl O. Pinc [Mon, 21 Oct 2024 20:59:27 +0000 (15:59 -0500)]
Fix so "boolean" choice-yes/choice-no setting work

7 months agoBump version number to 0.27.0
Karl O. Pinc [Mon, 21 Oct 2024 14:48:40 +0000 (09:48 -0500)]
Bump version number to 0.27.0

7 months agoBump version number to 0.26.0
Karl O. Pinc [Thu, 10 Oct 2024 18:29:06 +0000 (13:29 -0500)]
Bump version number to 0.26.0

7 months agoAdd feature to upload missing column values as NULL
Karl O. Pinc [Thu, 10 Oct 2024 18:27:40 +0000 (13:27 -0500)]
Add feature to upload missing column values as NULL

7 months agoBump version number to 0.25.0
Karl O. Pinc [Tue, 8 Oct 2024 18:11:58 +0000 (13:11 -0500)]
Bump version number to 0.25.0

7 months agoBump version number to 0.24.0
Karl O. Pinc [Tue, 8 Oct 2024 17:28:48 +0000 (12:28 -0500)]
Bump version number to 0.24.0

8 months agoBump version number to 0.23.0
Karl O. Pinc [Sat, 5 Oct 2024 03:57:58 +0000 (22:57 -0500)]
Bump version number to 0.23.0

8 months agoBump version number to 0.22.0
Karl O. Pinc [Sat, 5 Oct 2024 01:13:03 +0000 (20:13 -0500)]
Bump version number to 0.22.0

8 months agoBump version number to 0.21.0
Karl O. Pinc [Fri, 4 Oct 2024 20:55:24 +0000 (15:55 -0500)]
Bump version number to 0.21.0

8 months agoBump version number to 0.20.0
Karl O. Pinc [Fri, 4 Oct 2024 20:50:28 +0000 (15:50 -0500)]
Bump version number to 0.20.0

8 months agoInstall the extra testing dependencies when testing
Karl O. Pinc [Fri, 4 Oct 2024 20:45:09 +0000 (15:45 -0500)]
Install the extra testing dependencies when testing

9 months agoBump version number to 0.19.0
Karl O. Pinc [Tue, 20 Aug 2024 19:55:41 +0000 (14:55 -0500)]
Bump version number to 0.19.0

9 months agoBump version number to 0.18.0
Karl O. Pinc [Mon, 19 Aug 2024 19:48:13 +0000 (14:48 -0500)]
Bump version number to 0.18.0

9 months agoHave a separate module for forms
Karl O. Pinc [Tue, 13 Aug 2024 17:09:21 +0000 (12:09 -0500)]
Have a separate module for forms

10 months agoBump version number to 0.17.0
Karl O. Pinc [Mon, 5 Aug 2024 17:50:15 +0000 (12:50 -0500)]
Bump version number to 0.17.0

10 months agoBump version number to 0.16.0
Karl O. Pinc [Mon, 5 Aug 2024 17:04:52 +0000 (12:04 -0500)]
Bump version number to 0.16.0

10 months agoRemove def that exists in parent class
Karl O. Pinc [Sun, 4 Aug 2024 19:20:59 +0000 (14:20 -0500)]
Remove def that exists in parent class

10 months agoUse table row abstractions
Karl O. Pinc [Sat, 3 Aug 2024 21:06:15 +0000 (16:06 -0500)]
Use table row abstractions

10 months agoMove page_heading filter into base.mak
Karl O. Pinc [Fri, 2 Aug 2024 18:12:09 +0000 (13:12 -0500)]
Move page_heading filter into base.mak

10 months agoPut page heading in the base template
Karl O. Pinc [Fri, 2 Aug 2024 16:42:41 +0000 (11:42 -0500)]
Put page heading in the base template

10 months agoAdd newline to end of file
Karl O. Pinc [Fri, 2 Aug 2024 16:29:54 +0000 (11:29 -0500)]
Add newline to end of file

10 months agoMove table rows into their own %def
Karl O. Pinc [Thu, 1 Aug 2024 22:25:26 +0000 (17:25 -0500)]
Move table rows into their own %def

10 months agoInheriting templates call "main_form" and initiate execution
Karl O. Pinc [Tue, 30 Jul 2024 23:31:00 +0000 (18:31 -0500)]
Inheriting templates call "main_form" and initiate execution

10 months agoTest for null input in the null input template code
Karl O. Pinc [Tue, 30 Jul 2024 20:45:14 +0000 (15:45 -0500)]
Test for null input in the null input template code

10 months agoUse inheritance to properly wrap inheriting body
Karl O. Pinc [Tue, 30 Jul 2024 16:46:56 +0000 (11:46 -0500)]
Use inheritance to properly wrap inheriting body

10 months agoUse TabIndex in inherited templates
Karl O. Pinc [Mon, 29 Jul 2024 16:49:01 +0000 (11:49 -0500)]
Use TabIndex in inherited templates

10 months agoMove core utility functions into a separate module
Karl O. Pinc [Tue, 16 Jul 2024 22:23:03 +0000 (17:23 -0500)]
Move core utility functions into a separate module

10 months agoBetter response variable name db_changed -> report_success
Karl O. Pinc [Tue, 16 Jul 2024 12:51:33 +0000 (07:51 -0500)]
Better response variable name db_changed -> report_success

11 months agoBump version number to 0.15.0
Karl O. Pinc [Sun, 23 Jun 2024 02:07:00 +0000 (21:07 -0500)]
Bump version number to 0.15.0

11 months agoThrow invalid column count errors where the insert statement is executed
Karl O. Pinc [Sun, 23 Jun 2024 02:02:08 +0000 (21:02 -0500)]
Throw invalid column count errors where the insert statement is executed

Psycopg 3 throws a generic ProgramimgError, so core.py has trouble
reporting the problem.  Perhaps this can be solved by creating a
generic PreparedStmt class at the core level, but this works for
the moment.

11 months agoMove SaveLine out of pgwui_upload_core, with it's parameterization
Karl O. Pinc [Sat, 22 Jun 2024 21:07:27 +0000 (16:07 -0500)]
Move SaveLine out of pgwui_upload_core, with it's parameterization

11 months agoUse immediate assignments
Karl O. Pinc [Sat, 22 Jun 2024 03:21:06 +0000 (22:21 -0500)]
Use immediate assignments

11 months agoFix conditional yamllint execution
Karl O. Pinc [Fri, 21 Jun 2024 23:10:58 +0000 (18:10 -0500)]
Fix conditional yamllint execution

11 months agoAvoid rebuilding packages when running check targets
Karl O. Pinc [Fri, 21 Jun 2024 23:10:01 +0000 (18:10 -0500)]
Avoid rebuilding packages when running check targets

11 months agoRun yamllint when checking
Karl O. Pinc [Fri, 21 Jun 2024 19:28:15 +0000 (14:28 -0500)]
Run yamllint when checking

14 months agoBump version number to 0.14.0
Karl O. Pinc [Thu, 28 Mar 2024 21:40:50 +0000 (16:40 -0500)]
Bump version number to 0.14.0

14 months agoUse "build" to build packages; add a pyproject.toml file
Karl O. Pinc [Thu, 28 Mar 2024 21:21:25 +0000 (16:21 -0500)]
Use "build" to build packages; add a pyproject.toml file

14 months agoDrop "register" targets; no longer supported at pypi
Karl O. Pinc [Sun, 24 Mar 2024 22:38:00 +0000 (17:38 -0500)]
Drop "register" targets; no longer supported at pypi

See: https://github.com/pypi/warehouse/issues/1627

14 months agoBump version number to 0.13.0
Karl O. Pinc [Fri, 22 Mar 2024 20:31:21 +0000 (15:31 -0500)]
Bump version number to 0.13.0

14 months agoUse new attrs syntax
Karl O. Pinc [Fri, 22 Mar 2024 16:55:17 +0000 (11:55 -0500)]
Use new attrs syntax

14 months agoFix entrypoint tests
Karl O. Pinc [Thu, 21 Mar 2024 23:47:33 +0000 (18:47 -0500)]
Fix entrypoint tests

14 months agoRemove unneeded __future__ imports
Karl O. Pinc [Mon, 18 Mar 2024 22:27:40 +0000 (17:27 -0500)]
Remove unneeded __future__ imports

14 months agoChange super() calls from python2 style to python3
Karl O. Pinc [Mon, 18 Mar 2024 21:57:33 +0000 (16:57 -0500)]
Change super() calls from python2 style to python3

14 months agoChange name: instance_method_mock_fixture() -> late_instance_mock_fixture()
Karl O. Pinc [Sat, 16 Mar 2024 21:18:54 +0000 (16:18 -0500)]
Change name: instance_method_mock_fixture() -> late_instance_mock_fixture()

15 months agoDrop Python 3.6 support; psycopg3 does not support it
Karl O. Pinc [Tue, 5 Mar 2024 22:11:55 +0000 (16:11 -0600)]
Drop Python 3.6 support; psycopg3 does not support it

15 months agoMake base class BaseTableUploadHandler responsible for state initialization
Karl O. Pinc [Sun, 3 Mar 2024 23:45:28 +0000 (17:45 -0600)]
Make base class BaseTableUploadHandler responsible for state initialization

15 months agoUpgrade from psycopg2 to psycopg3; drop python <= v3.5, add v3.8-v3.11
Karl O. Pinc [Fri, 23 Feb 2024 20:17:29 +0000 (14:17 -0600)]
Upgrade from psycopg2 to psycopg3; drop python <= v3.5, add v3.8-v3.11

4 years agoBump version number to 0.12.0
Karl O. Pinc [Thu, 3 Jun 2021 16:44:12 +0000 (11:44 -0500)]
Bump version number to 0.12.0

4 years agoBump version number to 0.11.0
Karl O. Pinc [Sun, 30 May 2021 06:20:13 +0000 (01:20 -0500)]
Bump version number to 0.11.0

4 years agoBump version number to 0.10.0
Karl O. Pinc [Sun, 9 May 2021 21:50:01 +0000 (16:50 -0500)]
Bump version number to 0.10.0

4 years agoNumber of lines in file is unknown when file parsing fails
Karl O. Pinc [Fri, 30 Apr 2021 03:01:01 +0000 (22:01 -0500)]
Number of lines in file is unknown when file parsing fails

4 years agopgwui_core.exceptions.Error is now SetupError
Karl O. Pinc [Tue, 27 Apr 2021 20:23:03 +0000 (15:23 -0500)]
pgwui_core.exceptions.Error is now SetupError

4 years agoInherit from the right exception class
Karl O. Pinc [Fri, 23 Apr 2021 21:55:21 +0000 (16:55 -0500)]
Inherit from the right exception class

4 years agoChange init_menu() to establish_settings()
Karl O. Pinc [Tue, 26 Jan 2021 03:58:55 +0000 (21:58 -0600)]
Change init_menu() to establish_settings()

4 years agoBump version number to 0.9.0
Karl O. Pinc [Sun, 24 Jan 2021 05:52:13 +0000 (23:52 -0600)]
Bump version number to 0.9.0

4 years agoUse a mixin to set the table initial post
Karl O. Pinc [Sun, 24 Jan 2021 05:50:29 +0000 (23:50 -0600)]
Use a mixin to set the table initial post

4 years agoBump version number to 0.8.0
Karl O. Pinc [Sun, 24 Jan 2021 02:40:31 +0000 (20:40 -0600)]
Bump version number to 0.8.0

4 years agoUpdate copyright statements
Karl O. Pinc [Sat, 23 Jan 2021 22:19:52 +0000 (16:19 -0600)]
Update copyright statements

4 years agoAdd a setting for uploaded file format
Karl O. Pinc [Sat, 23 Jan 2021 22:15:01 +0000 (16:15 -0600)]
Add a setting for uploaded file format

4 years agoAdd a "null" setting to control upload of NULL values
Karl O. Pinc [Sat, 23 Jan 2021 21:33:23 +0000 (15:33 -0600)]
Add a "null" setting to control upload of NULL values

4 years agoHave literal_column_headings values be those of boolean_choice
Karl O. Pinc [Sat, 23 Jan 2021 20:25:20 +0000 (14:25 -0600)]
Have literal_column_headings values be those of boolean_choice

4 years agoEstablish a "trim" setting just for pgwui_upload
Karl O. Pinc [Sat, 23 Jan 2021 02:00:31 +0000 (20:00 -0600)]
Establish a "trim" setting just for pgwui_upload

4 years agoMove title into pgwui_upload_core
Karl O. Pinc [Sat, 23 Jan 2021 01:46:40 +0000 (19:46 -0600)]
Move title into pgwui_upload_core

4 years agoThis module has its own literal_column_headings setting
Karl O. Pinc [Tue, 19 Jan 2021 21:33:53 +0000 (15:33 -0600)]
This module has its own literal_column_headings setting

4 years agoBump version number to 0.7.0
Karl O. Pinc [Mon, 18 Jan 2021 21:30:36 +0000 (15:30 -0600)]
Bump version number to 0.7.0

4 years agoUse pgwui_upload_core
Karl O. Pinc [Tue, 5 Jan 2021 21:19:02 +0000 (15:19 -0600)]
Use pgwui_upload_core

4 years agoSplit success logging into a separate function
Karl O. Pinc [Sun, 27 Dec 2020 23:12:24 +0000 (17:12 -0600)]
Split success logging into a separate function

4 years agomeme.com -> karlpinc.com
Karl O. Pinc [Thu, 10 Dec 2020 00:39:43 +0000 (18:39 -0600)]
meme.com -> karlpinc.com

4 years agoSupport tox against multiple Python versions using pyenv
Karl O. Pinc [Wed, 9 Dec 2020 23:01:48 +0000 (17:01 -0600)]
Support tox against multiple Python versions using pyenv

4 years agoComponent name includes pgwui_ prefix
Karl O. Pinc [Wed, 9 Dec 2020 20:25:39 +0000 (14:25 -0600)]
Component name includes pgwui_ prefix

4 years agoUpdate email address
Karl O. Pinc [Wed, 9 Dec 2020 20:03:23 +0000 (14:03 -0600)]
Update email address

4 years agoBump version number to 0.6.0
Karl O. Pinc [Tue, 8 Dec 2020 23:32:15 +0000 (17:32 -0600)]
Bump version number to 0.6.0

4 years agoA urls map in settings is now required by pgwui_common
Karl O. Pinc [Tue, 8 Dec 2020 04:47:19 +0000 (22:47 -0600)]
A urls map in settings is now required by pgwui_common

4 years agobase_view() is now in pgwui_common.view
Karl O. Pinc [Tue, 1 Dec 2020 23:19:43 +0000 (17:19 -0600)]
base_view() is now in pgwui_common.view

4 years agoMark unit tests
Karl O. Pinc [Tue, 1 Dec 2020 02:47:20 +0000 (20:47 -0600)]
Mark unit tests

4 years agoAdjust for unit test marking
Karl O. Pinc [Tue, 24 Nov 2020 17:07:55 +0000 (11:07 -0600)]
Adjust for unit test marking

4 years agoAdd check-debug target
Karl O. Pinc [Mon, 23 Nov 2020 20:13:56 +0000 (14:13 -0600)]
Add check-debug target

4 years agoImprove error wording
Karl O. Pinc [Fri, 20 Nov 2020 20:58:39 +0000 (14:58 -0600)]
Improve error wording

4 years agoAdjust for pgwui_common moving code out of __init__.py
Karl O. Pinc [Tue, 17 Nov 2020 21:02:19 +0000 (15:02 -0600)]
Adjust for pgwui_common moving code out of __init__.py

4 years agoMove code out of __init__.py
Karl O. Pinc [Tue, 17 Nov 2020 20:13:46 +0000 (14:13 -0600)]
Move code out of __init__.py

4 years agoSimpler, faster code
Karl O. Pinc [Sun, 13 Sep 2020 13:24:37 +0000 (08:24 -0500)]
Simpler, faster code

4 years agoUse dicts instead of dots in pgwui settings
Karl O. Pinc [Fri, 11 Sep 2020 22:01:05 +0000 (17:01 -0500)]
Use dicts instead of dots in pgwui settings

4 years agoMove exceptions into their own module
Karl O. Pinc [Mon, 31 Aug 2020 22:01:26 +0000 (17:01 -0500)]
Move exceptions into their own module

4 years agoThe base error class is now PGWUIError
Karl O. Pinc [Mon, 31 Aug 2020 20:46:17 +0000 (15:46 -0500)]
The base error class is now PGWUIError

4 years agoCheck our own settings
Karl O. Pinc [Mon, 31 Aug 2020 14:13:04 +0000 (09:13 -0500)]
Check our own settings

4 years agoAdded long_description_content_type
Karl O. Pinc [Sat, 29 Aug 2020 22:13:53 +0000 (17:13 -0500)]
Added long_description_content_type

4 years agoEstablish default menu label
Karl O. Pinc [Thu, 27 Aug 2020 19:59:21 +0000 (14:59 -0500)]
Establish default menu label

4 years agoRoute names must match pgwui component names
Karl O. Pinc [Sat, 27 Jun 2020 22:20:11 +0000 (17:20 -0500)]
Route names must match pgwui component names

5 years agoClean .tox when setup.py changes
Karl O. Pinc [Thu, 23 Jan 2020 21:44:41 +0000 (15:44 -0600)]
Clean .tox when setup.py changes

5 years agoAllow marking and running of just unit or just integration tests
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

5 years agoTest to ensure that this pgwui component is autoconfigured
Karl O. Pinc [Sat, 28 Dec 2019 21:39:58 +0000 (15:39 -0600)]
Test to ensure that this pgwui component is autoconfigured

5 years agoStandardize make accross PGWUI with Makefile_pgwui.mk
Karl O. Pinc [Fri, 13 Dec 2019 17:17:50 +0000 (11:17 -0600)]
Standardize make accross PGWUI with Makefile_pgwui.mk

5 years agoSelf-document Makefile
Karl O. Pinc [Fri, 13 Dec 2019 04:27:55 +0000 (22:27 -0600)]
Self-document Makefile

5 years agoBump version number to 0.5.0
Karl O. Pinc [Wed, 11 Dec 2019 17:43:53 +0000 (11:43 -0600)]
Bump version number to 0.5.0

5 years agokeywords are a list
Karl O. Pinc [Wed, 11 Dec 2019 16:08:25 +0000 (10:08 -0600)]
keywords are a list

5 years agoUse new name for constants module
Karl O. Pinc [Wed, 11 Dec 2019 15:26:09 +0000 (09:26 -0600)]
Use new name for constants module

5 years agoUse python3 to make
Karl O. Pinc [Wed, 11 Dec 2019 14:25:24 +0000 (08:25 -0600)]
Use python3 to make

5 years agoBetter label for literal checkbox
Karl O. Pinc [Sun, 8 Dec 2019 06:46:06 +0000 (00:46 -0600)]
Better label for literal checkbox

5 years agoBump version number to 0.4.0
Karl O. Pinc [Fri, 6 Dec 2019 03:35:10 +0000 (21:35 -0600)]
Bump version number to 0.4.0