Sun, 18 Jun 2023 16:48:56 +0200 renamening: Fix newly added imports to use the new namespace
Kim Alvefur <zash@zash.se> [Sun, 18 Jun 2023 16:48:56 +0200] rev 13169
renamening: Fix newly added imports to use the new namespace
Sat, 17 Jun 2023 17:19:40 +0200 util.jsonschema: Remove wrapper function
Kim Alvefur <zash@zash.se> [Sat, 17 Jun 2023 17:19:40 +0200] rev 13168
util.jsonschema: Remove wrapper function This was to silence some Teal warning that seems to have gone away.
Sat, 17 Jun 2023 17:17:44 +0200 util.jsonschema: Silence Teal warnings about utf8 library
Kim Alvefur <zash@zash.se> [Sat, 17 Jun 2023 17:17:44 +0200] rev 13167
util.jsonschema: Silence Teal warnings about utf8 library Teal worries that we redefine the global. Also that the fallback was missing type information.
Sat, 17 Jun 2023 17:12:54 +0200 util.jsonschema: Silence Teal warnings about counting items in tables
Kim Alvefur <zash@zash.se> [Sat, 17 Jun 2023 17:12:54 +0200] rev 13166
util.jsonschema: Silence Teal warnings about counting items in tables Teal thinks that these are key-value maps which are always of length zero, but that is not the case.
Wed, 12 Jan 2022 10:23:13 +0100 mod_invites: Refactor argument handling using util.argparse
Kim Alvefur <zash@zash.se> [Wed, 12 Jan 2022 10:23:13 +0100] rev 13165
mod_invites: Refactor argument handling using util.argparse This makes it so that --admin and --role are no longer mutually exclusive, they the former is simply treated as another --role. This was likely a leftover from when only a single role was possible. It does however become unclear which should be the primary, since the order is not preserved by argparse. Bonus: Loading of modules is avoided with only the --help is shown.
Wed, 05 Jan 2022 04:46:27 +0100 util.argparse: Add support for repeatable parameters
Kim Alvefur <zash@zash.se> [Wed, 05 Jan 2022 04:46:27 +0100] rev 13164
util.argparse: Add support for repeatable parameters These are gathered into arrays
Sat, 17 Jun 2023 13:37:33 +0200 mod_storage_sql: Fix column name in index check for PostgreSQL
Kim Alvefur <zash@zash.se> [Sat, 17 Jun 2023 13:37:33 +0200] rev 13163
mod_storage_sql: Fix column name in index check for PostgreSQL Forgot to change the column name in 9a7523ea45cb
Sat, 17 Jun 2023 13:36:42 +0200 mod_storage_sql: Adjust indentation to align with surrounding code
Kim Alvefur <zash@zash.se> [Sat, 17 Jun 2023 13:36:42 +0200] rev 13162
mod_storage_sql: Adjust indentation to align with surrounding code
Sat, 17 Jun 2023 00:22:45 +0200 mod_storage_sql: Only remove old index if it exists
Kim Alvefur <zash@zash.se> [Sat, 17 Jun 2023 00:22:45 +0200] rev 13161
mod_storage_sql: Only remove old index if it exists Avoids an error if the upgrade is performed twice..
Sat, 17 Jun 2023 00:00:21 +0200 mod_storage_sql: Be more specific when checking for old index in SQLite3
Kim Alvefur <zash@zash.se> [Sat, 17 Jun 2023 00:00:21 +0200] rev 13160
mod_storage_sql: Be more specific when checking for old index in SQLite3 Prevents false positives in the odd case where something other than an index with this name might exist.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 tip