| Sun, 31 Aug 2025 16:54:17 -0400 |
John Rouillard |
feat: add support for ! history and readline command in roundup-admin
|
| Tue, 26 Aug 2025 23:37:42 -0400 |
John Rouillard |
feat: add 'q' as alias to quit to exit interactive roundup-admin
|
| Sat, 12 Jul 2025 22:55:39 -0400 |
John Rouillard |
build: remove extra <p></p> generated by blank lines.
|
| Mon, 20 Jan 2025 15:21:56 -0500 |
John Rouillard |
fix: issue1895197 - translated help texts in admin.py not displayed correctly.
|
| Mon, 30 Dec 2024 02:59:27 -0500 |
John Rouillard |
fix: crash roundup-admin perftest password without rounds= argument.
|
| Wed, 18 Dec 2024 21:49:48 -0500 |
John Rouillard |
refactor: extract code as method from do_import
|
| Fri, 18 Oct 2024 16:52:42 +0200 |
Ralf Schlatterbeck |
Change permission representation
permission-performance
|
| Wed, 07 Aug 2024 21:05:39 -0400 |
John Rouillard |
fix: broken translatable error message template
|
| Tue, 16 Jul 2024 21:45:10 -0400 |
John Rouillard |
docs: normalize all help strings and make html output look better.
|
| Tue, 16 Jul 2024 02:10:25 -0400 |
John Rouillard |
fix: keep python2 working a little longer.
|
| Tue, 16 Jul 2024 01:05:49 -0400 |
John Rouillard |
refactor!: replace os.listdir() with os.scandir()
|
| Sun, 26 May 2024 00:33:43 -0400 |
John Rouillard |
issue2550983 - help_commands_html unused
|
| Thu, 18 Apr 2024 19:36:32 -0400 |
John Rouillard |
fix: import/export under windows.
|
| Mon, 08 Apr 2024 11:55:55 -0400 |
John Rouillard |
fix: roundup-admin updateconfig warn on mysql_{charset/collation} mismatch
|
| Sat, 06 Apr 2024 20:37:45 -0400 |
John Rouillard |
feat: can use escaped tokens inside quotes including quotes.
|
| Sat, 30 Mar 2024 23:29:02 -0400 |
John Rouillard |
feat: add Progress output for admin export/exporttables
|
| Sun, 24 Mar 2024 15:22:50 -0400 |
John Rouillard |
chore(lint): formatting whitespace consolidate nested if ...
|
| Thu, 21 Mar 2024 15:26:29 -0400 |
John Rouillard |
fix(i18n): clean up translator hint
|
| Wed, 13 Mar 2024 12:18:36 -0400 |
John Rouillard |
feat: add support for controlling readline history features
|
| Tue, 12 Mar 2024 11:52:17 -0400 |
John Rouillard |
fix: enhancement to history command output and % template fix.
|
| Sun, 10 Mar 2024 23:12:54 -0400 |
John Rouillard |
fix: replace FileNotFoundError with IOError
|
| Sun, 10 Mar 2024 22:47:58 -0400 |
John Rouillard |
fix: handle case where readline init file is missing
|
| Sun, 10 Mar 2024 21:59:20 -0400 |
John Rouillard |
Summary: feat: roundup-admin history command has human interpretable output
|
| Sun, 10 Mar 2024 17:41:16 -0400 |
John Rouillard |
add missing help text for history_length pragma. Also don't crash report missing text if text is missing
|
| Sun, 10 Mar 2024 13:44:13 -0400 |
John Rouillard |
save roundup-admin history between sessions.
|
| Sat, 02 Mar 2024 13:48:40 -0500 |
John Rouillard |
chore: reduce nesting if/elif/else blocks; uneeded var assignment
|
| Fri, 01 Mar 2024 15:42:24 -0500 |
John Rouillard |
fix: undo last minute edit and try to get make checkin clean.
|
| Fri, 01 Mar 2024 15:13:36 -0500 |
John Rouillard |
fix: overeager cleanup
|
| Fri, 01 Mar 2024 14:53:18 -0500 |
John Rouillard |
fix(refactor): multiple fixups using ruff linter; more testing.
|
| Sun, 29 Oct 2023 13:18:36 -0400 |
John Rouillard |
doc: add comment on method to set savepoint_limit dynamically
|
| Thu, 19 Oct 2023 16:11:25 -0400 |
John Rouillard |
fix: out of memory error when importing under postgresql
|
| Fri, 06 Oct 2023 09:53:22 -0400 |
John Rouillard |
bug: Fix roundup-admin security command. Lowercase optionalarg.
|
| Wed, 26 Jul 2023 11:05:10 -0400 |
John Rouillard |
fix: restore roundup-admin display output format w/o pragmas
|
| Sun, 23 Jul 2023 23:18:26 -0400 |
John Rouillard |
flake8 fix indents.
|
| Fri, 14 Jul 2023 22:07:23 -0400 |
John Rouillard |
issue685275 - show retired/unretired items in roundup-admin
|
| Fri, 14 Jul 2023 20:34:30 -0400 |
John Rouillard |
issue685275 - show retired/unretire commands
|
| Fri, 14 Jul 2023 00:30:44 -0400 |
John Rouillard |
Add -P pragma=value command line option to roundup-admin.
|
| Fri, 14 Jul 2023 00:10:42 -0400 |
John Rouillard |
update help text on display_protected pragma
|
| Fri, 14 Jul 2023 00:09:47 -0400 |
John Rouillard |
initialize indexer_backend pragma from config.
|
| Thu, 13 Jul 2023 23:47:43 -0400 |
John Rouillard |
- issue2551103 - add pragma 'display_protected' to roundup-admin.
|
| Tue, 30 May 2023 15:15:35 -0400 |
John Rouillard |
fix typo in comment.
|
| Mon, 29 May 2023 18:12:50 -0400 |
John Rouillard |
Handle traceback when OptionValueError raised during init.
|
| Wed, 24 May 2023 12:37:06 -0400 |
John Rouillard |
Remove pdb invocation.
|
| Wed, 24 May 2023 12:13:05 -0400 |
John Rouillard |
- issue2551190 - Allow roundup-admin reindex to work in batches.
|
| Wed, 24 May 2023 11:25:47 -0400 |
John Rouillard |
Fix test failure caused by making genconfig trackerless
|
| Mon, 22 May 2023 11:19:38 -0400 |
John Rouillard |
set items can take 1 or more property=value
|
| Mon, 22 May 2023 11:17:17 -0400 |
John Rouillard |
Document that security subcommand reports invalid properties.
|
| Sat, 20 May 2023 15:34:13 -0400 |
John Rouillard |
issue2551253 - Modify password PBKDF2 method to use SHA512
|
| Wed, 17 May 2023 13:34:36 -0400 |
John Rouillard |
Incomplete work to generate config doc from config.ini
|
| Thu, 11 May 2023 11:25:58 -0400 |
John Rouillard |
templates command should not prompt for a tracker home.
|
| Sun, 07 May 2023 09:10:10 -0400 |
John Rouillard |
flake8 fixes
|
| Wed, 12 Apr 2023 20:50:28 -0400 |
John Rouillard |
Cache result of tracker open in roundup-admin
|
| Wed, 12 Apr 2023 20:49:21 -0400 |
John Rouillard |
add pragma command to roundup-admin
|
| Wed, 12 Apr 2023 09:52:51 -0400 |
John Rouillard |
alphabetize all do_X methods.
|
| Tue, 11 Apr 2023 22:06:07 -0400 |
John Rouillard |
flake8 fix
|
| Sat, 18 Mar 2023 14:16:31 -0400 |
John Rouillard |
flake8 fixes: whitespace, remove unused imports
|
| Fri, 03 Mar 2023 17:37:44 -0500 |
John Rouillard |
Implement password hash testing using new roundup-admin perftest.
|
| Fri, 03 Mar 2023 14:30:10 -0500 |
John Rouillard |
Report schema version as part of migrate command.
|
| Wed, 01 Mar 2023 12:56:36 -0500 |
John Rouillard |
Add missing space in message; add tests; update .po
|
| Wed, 01 Mar 2023 10:51:37 -0500 |
John Rouillard |
auto update 'password_pbkdf2_default_rounds' "
|