pgwui_sql
9 months agoPresent user with information about EOL normalization
Karl O. Pinc [Thu, 26 Sep 2024 20:35:01 +0000 (15:35 -0500)]
Present user with information about EOL normalization

9 months agoMove sql_edit javascript into its own file
Karl O. Pinc [Thu, 26 Sep 2024 20:14:34 +0000 (15:14 -0500)]
Move sql_edit javascript into its own file

9 months agoAdd a help caution regarding tab-delimited downloads
Karl O. Pinc [Thu, 26 Sep 2024 16:23:34 +0000 (11:23 -0500)]
Add a help caution regarding tab-delimited downloads

9 months agoUse proper mako markup when invoking self.lib
Karl O. Pinc [Thu, 26 Sep 2024 15:17:00 +0000 (10:17 -0500)]
Use proper mako markup when invoking self.lib

9 months agoAdjust heading based on logged-in status
Karl O. Pinc [Thu, 26 Sep 2024 15:10:56 +0000 (10:10 -0500)]
Adjust heading based on logged-in status

9 months agoTweak css to align rule background vertically
Karl O. Pinc [Thu, 26 Sep 2024 15:04:18 +0000 (10:04 -0500)]
Tweak css to align rule background vertically

9 months agoAdd "Show rules" checkbox and attendent css and js
Karl O. Pinc [Wed, 25 Sep 2024 20:09:00 +0000 (15:09 -0500)]
Add "Show rules" checkbox and attendent css and js

The only problem here is that as the column headings stick to the
page their background covers only the columns, not the entire
width of the screen/enclosing div.  Which means that when background
rules are displayed they are uncovered in the horizontal area
where the table headings appear.  The backround_rules.css
_could_ apply the rules to the table instead of the div, but then
the rules don't go all the way across the page.

There is surely a way to fiddle with this but it's not worth bothering
with now.

9 months agoAbstract getting a sheet with an url
Karl O. Pinc [Wed, 25 Sep 2024 19:07:27 +0000 (14:07 -0500)]
Abstract getting a sheet with an url

9 months agoAbstract control over checkboxs that disable stylesheet elements
Karl O. Pinc [Wed, 25 Sep 2024 18:28:47 +0000 (13:28 -0500)]
Abstract control over checkboxs that disable stylesheet elements

9 months agoImprove commenting and formatting
Karl O. Pinc [Wed, 25 Sep 2024 18:22:11 +0000 (13:22 -0500)]
Improve commenting and formatting

9 months agoUse child CSS selectors so we only have to attach class to the table body
Karl O. Pinc [Wed, 25 Sep 2024 16:40:58 +0000 (11:40 -0500)]
Use child CSS selectors so we only have to attach class to the table body

9 months agoRemove unused mako "result_form" def
Karl O. Pinc [Wed, 25 Sep 2024 04:02:25 +0000 (23:02 -0500)]
Remove unused mako "result_form" def

9 months agoMake the show spaces function of the sql results page work
Karl O. Pinc [Wed, 25 Sep 2024 03:56:44 +0000 (22:56 -0500)]
Make the show spaces function of the sql results page work

9 months agoInitial attempt at showing whitespace in SQL results
Karl O. Pinc [Tue, 24 Sep 2024 22:13:08 +0000 (17:13 -0500)]
Initial attempt at showing whitespace in SQL results

9 months agoPreserve spacig and line-breaks in sql result output
Karl O. Pinc [Tue, 24 Sep 2024 18:48:10 +0000 (13:48 -0500)]
Preserve spacig and line-breaks in sql result output

9 months agoPreserve spaces and line-breaks when displaying the SQL entered
Karl O. Pinc [Tue, 24 Sep 2024 18:47:18 +0000 (13:47 -0500)]
Preserve spaces and line-breaks when displaying the SQL entered

9 months agoRename the base SQL form classes to reflect their "base" character
Karl O. Pinc [Tue, 24 Sep 2024 17:51:25 +0000 (12:51 -0500)]
Rename the base SQL form classes to reflect their "base" character

9 months agoRemove extra line between error message(s) and sql statements
Karl O. Pinc [Sat, 21 Sep 2024 19:31:07 +0000 (14:31 -0500)]
Remove extra line between error message(s) and sql statements

9 months agoFix crash when sql execution error has no line number
Karl O. Pinc [Sat, 21 Sep 2024 18:54:47 +0000 (13:54 -0500)]
Fix crash when sql execution error has no line number

10 months agoMake downloading CSV work
Karl O. Pinc [Sat, 21 Sep 2024 03:27:12 +0000 (22:27 -0500)]
Make downloading CSV work

10 months agoAlign column headings left, just like column data
Karl O. Pinc [Sat, 21 Sep 2024 03:27:05 +0000 (22:27 -0500)]
Align column headings left, just like column data

10 months agoUse ? instead of * for help links
Karl O. Pinc [Fri, 20 Sep 2024 20:18:45 +0000 (15:18 -0500)]
Use ? instead of * for help links

10 months agoAdd field for null representation output
Karl O. Pinc [Fri, 20 Sep 2024 18:03:04 +0000 (13:03 -0500)]
Add field for null representation output

10 months agoSimplify template rendering
Karl O. Pinc [Thu, 19 Sep 2024 18:30:58 +0000 (13:30 -0500)]
Simplify template rendering

10 months agoMove logging into a function
Karl O. Pinc [Thu, 19 Sep 2024 18:28:12 +0000 (13:28 -0500)]
Move logging into a function

10 months agoMove "include sql" into the "grid of controls"
Karl O. Pinc [Wed, 18 Sep 2024 19:09:39 +0000 (14:09 -0500)]
Move "include sql" into the "grid of controls"

10 months agoUse a lighter than lightgrey to grey out the sql text when unused
Karl O. Pinc [Wed, 18 Sep 2024 18:56:04 +0000 (13:56 -0500)]
Use a lighter than lightgrey to grey out the sql text when unused

10 months agoAdd user interface elements supporting download
Karl O. Pinc [Wed, 18 Sep 2024 18:22:44 +0000 (13:22 -0500)]
Add user interface elements supporting download

10 months agoHave column headings in SQL results "stick" on the page
Karl O. Pinc [Tue, 17 Sep 2024 22:58:26 +0000 (17:58 -0500)]
Have column headings in SQL results "stick" on the page

10 months agoAdd alert when javascript is turned off
Karl O. Pinc [Tue, 17 Sep 2024 17:06:26 +0000 (12:06 -0500)]
Add alert when javascript is turned off

10 months agoStyle horizontal rules between sql results to be very light
Karl O. Pinc [Mon, 16 Sep 2024 22:26:30 +0000 (17:26 -0500)]
Style horizontal rules between sql results to be very light

10 months agoAdd ability to supply sql via a file
Karl O. Pinc [Mon, 16 Sep 2024 04:17:55 +0000 (23:17 -0500)]
Add ability to supply sql via a file

10 months agoGet rid of example settings error
Karl O. Pinc [Mon, 16 Sep 2024 02:44:46 +0000 (21:44 -0500)]
Get rid of example settings error

10 months agoMove the search_path Reset button closer to the input element
Karl O. Pinc [Mon, 16 Sep 2024 00:43:13 +0000 (19:43 -0500)]
Move the search_path Reset button closer to the input element

10 months agoAdd "Reset" button to reset back to default search_path
Karl O. Pinc [Sun, 15 Sep 2024 23:04:27 +0000 (18:04 -0500)]
Add "Reset" button to reset back to default search_path

10 months agoMove away from XML formatting
Karl O. Pinc [Sun, 15 Sep 2024 22:32:25 +0000 (17:32 -0500)]
Move away from XML formatting

10 months agoProvide a help link for search_path
Karl O. Pinc [Sun, 15 Sep 2024 20:50:48 +0000 (15:50 -0500)]
Provide a help link for search_path

10 months agoPrevent crash of sql editing page when user is not logged in
Karl O. Pinc [Sun, 15 Sep 2024 19:56:57 +0000 (14:56 -0500)]
Prevent crash of sql editing page when user is not logged in

10 months agoApply the requested search_path before executing the supplied SQL
Karl O. Pinc [Sun, 15 Sep 2024 19:42:37 +0000 (14:42 -0500)]
Apply the requested search_path before executing the supplied SQL

10 months agoGive the requested search_path to the html template
Karl O. Pinc [Sun, 15 Sep 2024 18:55:51 +0000 (13:55 -0500)]
Give the requested search_path to the html template

10 months agoRefactor to put search_path code it a separate module
Karl O. Pinc [Sun, 15 Sep 2024 18:34:06 +0000 (13:34 -0500)]
Refactor to put search_path code it a separate module

10 months agoShow search_path in SQL entry window
Karl O. Pinc [Sat, 14 Sep 2024 23:05:47 +0000 (18:05 -0500)]
Show search_path in SQL entry window

10 months agopgwui_server is required for tox testing of template rendering
Karl O. Pinc [Fri, 13 Sep 2024 19:04:49 +0000 (14:04 -0500)]
pgwui_server is required for tox testing of template rendering

10 months agoExplain why we can safely use the SQLHander to process the SQL edit form
Karl O. Pinc [Fri, 13 Sep 2024 18:54:36 +0000 (13:54 -0500)]
Explain why we can safely use the SQLHander to process the SQL edit form

10 months agoRemove blank line
Karl O. Pinc [Fri, 13 Sep 2024 18:52:47 +0000 (13:52 -0500)]
Remove blank line

10 months agoDon't try to automatically open a SQL edit window
Karl O. Pinc [Fri, 13 Sep 2024 18:40:48 +0000 (13:40 -0500)]
Don't try to automatically open a SQL edit window

The problem is that the current sql is not passed to the sql edit
window.  So the new window always opens with no sql.  Changing this
is more bother than it's worth.  At least right now.

10 months agoRequire logging in before use of the sql edit popup
Karl O. Pinc [Fri, 13 Sep 2024 18:24:08 +0000 (13:24 -0500)]
Require logging in before use of the sql edit popup

10 months agoLabel button to match sql edit window title
Karl O. Pinc [Fri, 13 Sep 2024 18:06:20 +0000 (13:06 -0500)]
Label button to match sql edit window title

10 months agoPosition and size, more or less correctly, sql edit window
Karl O. Pinc [Fri, 13 Sep 2024 18:05:47 +0000 (13:05 -0500)]
Position and size, more or less correctly, sql edit window

10 months agoChange window title when showing sql results
Karl O. Pinc [Fri, 13 Sep 2024 17:38:27 +0000 (12:38 -0500)]
Change window title when showing sql results

10 months agoRemove navigation menu from popup sql edit window
Karl O. Pinc [Fri, 13 Sep 2024 16:22:06 +0000 (11:22 -0500)]
Remove navigation menu from popup sql edit window

10 months agoA working control flow from login to sql edit window opening
Karl O. Pinc [Fri, 13 Sep 2024 15:48:48 +0000 (10:48 -0500)]
A working control flow from login to sql edit window opening

10 months agoAdd "login" user interface when not logged in
Karl O. Pinc [Wed, 11 Sep 2024 23:00:02 +0000 (18:00 -0500)]
Add "login" user interface when not logged in

10 months agoTest that templates render, at least somewhat
Karl O. Pinc [Wed, 11 Sep 2024 00:17:51 +0000 (19:17 -0500)]
Test that templates render, at least somewhat

10 months agoBeginnings of a SQL edit window
Karl O. Pinc [Tue, 3 Sep 2024 19:17:53 +0000 (14:17 -0500)]
Beginnings of a SQL edit window

10 months agoImprove code formatting
Karl O. Pinc [Tue, 3 Sep 2024 19:16:33 +0000 (14:16 -0500)]
Improve code formatting

10 months agoBetter menu label
Karl O. Pinc [Tue, 20 Aug 2024 20:25:40 +0000 (15:25 -0500)]
Better menu label

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

11 months agoStyle SQL text in a monospace font
Karl O. Pinc [Tue, 20 Aug 2024 01:06:07 +0000 (20:06 -0500)]
Style SQL text in a monospace font

11 months agoStyle the PGResult status message
Karl O. Pinc [Tue, 20 Aug 2024 00:56:45 +0000 (19:56 -0500)]
Style the PGResult status message

11 months agoGive the component it's own CSS file
Karl O. Pinc [Tue, 20 Aug 2024 00:56:09 +0000 (19:56 -0500)]
Give the component it's own CSS file

11 months agoReport warning when there are no results
Karl O. Pinc [Mon, 19 Aug 2024 23:57:43 +0000 (18:57 -0500)]
Report warning when there are no results

11 months agoSubclass "runtime" exceptions
Karl O. Pinc [Mon, 19 Aug 2024 23:44:47 +0000 (18:44 -0500)]
Subclass "runtime" exceptions

11 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

11 months agoRefactor SQL query result into its own object
Karl O. Pinc [Mon, 19 Aug 2024 17:16:43 +0000 (12:16 -0500)]
Refactor SQL query result into its own object

11 months agoRefactor to abstract formatting of error detail
Karl O. Pinc [Mon, 19 Aug 2024 16:35:49 +0000 (11:35 -0500)]
Refactor to abstract formatting of error detail

11 months agoShow SQL at the top of the results
Karl O. Pinc [Sun, 18 Aug 2024 22:55:53 +0000 (17:55 -0500)]
Show SQL at the top of the results

11 months agoReport on syntax errors without crashing
Karl O. Pinc [Sun, 18 Aug 2024 22:37:15 +0000 (17:37 -0500)]
Report on syntax errors without crashing

11 months agoRefactor to make methods simpler
Karl O. Pinc [Sun, 18 Aug 2024 19:57:03 +0000 (14:57 -0500)]
Refactor to make methods simpler

11 months agoAdd horizontal rules between result of each sql command
Karl O. Pinc [Sun, 18 Aug 2024 19:56:35 +0000 (14:56 -0500)]
Add horizontal rules between result of each sql command

11 months agoRemove unnecessary test
Karl O. Pinc [Sun, 18 Aug 2024 19:54:05 +0000 (14:54 -0500)]
Remove unnecessary test

11 months agoHandle SQL statements that return no result
Karl O. Pinc [Sun, 18 Aug 2024 19:43:04 +0000 (14:43 -0500)]
Handle SQL statements that return no result

11 months agoAdjust for SQL that returns no result
Karl O. Pinc [Sun, 18 Aug 2024 19:08:53 +0000 (14:08 -0500)]
Adjust for SQL that returns no result

11 months agoBring heading type values in line with what the template expects
Karl O. Pinc [Sun, 18 Aug 2024 19:08:28 +0000 (14:08 -0500)]
Bring heading type values in line with what the template expects

11 months agoDocument template variable
Karl O. Pinc [Sun, 18 Aug 2024 19:07:49 +0000 (14:07 -0500)]
Document template variable

11 months agoMove sql execution into upload handler's cleanup() method
Karl O. Pinc [Sun, 18 Aug 2024 18:11:36 +0000 (13:11 -0500)]
Move sql execution into upload handler's cleanup() method

The data line processor is designed to work with lines of data,
and we don't have that.

11 months agoFix log message
Karl O. Pinc [Sun, 18 Aug 2024 18:11:02 +0000 (13:11 -0500)]
Fix log message

11 months agoFix sql textarea generated id
Karl O. Pinc [Sun, 18 Aug 2024 18:10:21 +0000 (13:10 -0500)]
Fix sql textarea generated id

11 months agoKeep sql id from showing up twice in form data
Karl O. Pinc [Sun, 18 Aug 2024 18:09:05 +0000 (13:09 -0500)]
Keep sql id from showing up twice in form data

11 months agoFix SQL textarea name
Karl O. Pinc [Sun, 18 Aug 2024 18:08:08 +0000 (13:08 -0500)]
Fix SQL textarea name

11 months agoFix SQL textarea tabindex
Karl O. Pinc [Sun, 18 Aug 2024 18:07:32 +0000 (13:07 -0500)]
Fix SQL textarea tabindex

11 months agoBuild result rows to be given to the template
Karl O. Pinc [Fri, 16 Aug 2024 22:59:52 +0000 (17:59 -0500)]
Build result rows to be given to the template

11 months agoRemove source code whitespace from rendered form
Karl O. Pinc [Fri, 16 Aug 2024 22:53:48 +0000 (17:53 -0500)]
Remove source code whitespace from rendered form

11 months agoImprove success message
Karl O. Pinc [Fri, 16 Aug 2024 22:52:34 +0000 (17:52 -0500)]
Improve success message

11 months agoMake SQL entry page work
Karl O. Pinc [Fri, 16 Aug 2024 17:25:00 +0000 (12:25 -0500)]
Make SQL entry page work

11 months agoHave a separate module for forms
Karl O. Pinc [Fri, 16 Aug 2024 17:24:21 +0000 (12:24 -0500)]
Have a separate module for forms

11 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

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

11 months agoProperly initialize the upload handler
Karl O. Pinc [Sun, 4 Aug 2024 20:48:29 +0000 (15:48 -0500)]
Properly initialize the upload handler

11 months agoDependencies are dynamic because they contain version numbers
Karl O. Pinc [Sun, 4 Aug 2024 17:40:16 +0000 (12:40 -0500)]
Dependencies are dynamic because they contain version numbers

11 months agoPut page heading in the base template
Karl O. Pinc [Sat, 3 Aug 2024 21:23:51 +0000 (16:23 -0500)]
Put page heading in the base template

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

11 months agoAdjust for pgwui_common template structure changes
Karl O. Pinc [Wed, 31 Jul 2024 17:46:56 +0000 (12:46 -0500)]
Adjust for pgwui_common template structure changes

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

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

12 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

12 months agoA little bit of work away from the basic template
Karl O. Pinc [Sun, 23 Jun 2024 02:06:04 +0000 (21:06 -0500)]
A little bit of work away from the basic template

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

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

13 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