http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/share/man/man1/roundup-admin.1 Mercurial Repository: p/roundup/code: share/man/man1/roundup-admin.1 history 2024-05-25T23:43:51-04:00 update man pages with see also section. http://hg.code.sf.net:8000/p/roundup/code/#changeset-d614d8e1c09d09149cce2c2b104710a904aed525 John Rouillard rouilj@ieee.org 2024-05-25T23:43:51-04:00 2024-05-25T23:43:51-04:00
changeset d614d8e1c09d
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description update man pages with see also section.
files
Summary: feat: roundup-admin history command has human interpretable output http://hg.code.sf.net:8000/p/roundup/code/#changeset-8bdf0484215cf7beebd02bc43e754856c6b0a685 John Rouillard rouilj@ieee.org 2024-03-10T21:59:20-04:00 2024-03-10T21:59:20-04:00
changeset 8bdf0484215c
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Summary: feat: roundup-admin history command has human interpretable output

Reformat journal entries and make try to make readable sentences out
of them.

Set up translation markers and added hints for the tanslators by
marking translator comments with;

# .Hint text for translator

on the line before _() markers.

Doc'ed changes in roundup-admin docs and added info to upgrading.txt.

If the user wants old format, they can call

history designator raw
files
save roundup-admin history between sessions. http://hg.code.sf.net:8000/p/roundup/code/#changeset-d7d68da9878f1e0ddd7f9bc746ec8cc1c56a2235 John Rouillard rouilj@ieee.org 2024-03-10T13:44:13-04:00 2024-03-10T13:44:13-04:00
changeset d7d68da9878f
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description save roundup-admin history between sessions.

Also load ~/.roundup_admin_rlrc (rlrc readline run commands) file to
set history-size persistently, allow user to use vi mode etc.
files
issue685275 - show retired/unretired items in roundup-admin http://hg.code.sf.net:8000/p/roundup/code/#changeset-73dfa9df9fb08618e72479ec013d48ffac0427c7 John Rouillard rouilj@ieee.org 2023-07-14T22:07:23-04:00 2023-07-14T22:07:23-04:00
changeset 73dfa9df9fb0
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description issue685275 - show retired/unretired items in roundup-admin

add pragma display_header to print headers for display command. Header
displays designator and retired/active status.

Add doc of pragma to affected commands.

Add test for code paths.
files
Add -P pragma=value command line option to roundup-admin. http://hg.code.sf.net:8000/p/roundup/code/#changeset-534f8bdb8f943a61056d14d62e53c681b50f2204 John Rouillard rouilj@ieee.org 2023-07-14T00:30:44-04:00 2023-07-14T00:30:44-04:00
changeset 534f8bdb8f94
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Add -P pragma=value command line option to roundup-admin.

To set pragmas when using non-interactive mode, or set on command line
when going into interactive mode.

Also changed specification test to use command line pragma setting
rather than interactive. This tests the -P option without having to
run an extra test.

Docs updated as well.
files
- issue2551190 - Allow roundup-admin reindex to work in batches. http://hg.code.sf.net:8000/p/roundup/code/#changeset-312d52305583653240391f70b8ceeb72963cb95f John Rouillard rouilj@ieee.org 2023-05-24T12:13:05-04:00 2023-05-24T12:13:05-04:00
changeset 312d52305583
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description - issue2551190 - Allow roundup-admin reindex to work in batches.

Running:

roundup-admin -i ... reindex issue:1-1000

will reindex the first 1000 issues while reporting any missing issues
in the range.

Also completion progress is reported when indexing a specific class.

Note this require a chnge that makes an invalid command like:

reindex issue23f

to error with no such class issue23f. It used to reindex
issue23 which I consider a bug.

Updates to man page admin_guide.py.

Tests added.
files
add pragma command to roundup-admin http://hg.code.sf.net:8000/p/roundup/code/#changeset-9c067ed4568b4be89e63f713d3f054c55a43f510 John Rouillard rouilj@ieee.org 2023-04-12T20:49:21-04:00 2023-04-12T20:49:21-04:00
changeset 9c067ed4568b
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description add pragma command to roundup-admin

Added basic pragma command. Can assign settings, list settings.
Most settings are not yet implemented.

Only the pragma command respects unhidden pragma settings at this
point. Also added tests, doc updates for roundup-admin.

CHANGES.txt not updated because currently only pragma references the
unhidden settings.

Also fixed a couple of long lines.
files
Implement password hash testing using new roundup-admin perftest. http://hg.code.sf.net:8000/p/roundup/code/#changeset-c1227f883177c810922917a6af95b394eb434b87 John Rouillard rouilj@ieee.org 2023-03-03T17:37:44-05:00 2023-03-03T17:37:44-05:00
changeset c1227f883177
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Implement password hash testing using new roundup-admin perftest.

Add new anypy/time_.py to provide a suitable definition for
perf_counter for python2 or 3.

Also update examples in upgrading.txt, man page, new translatable
strings in locale.
files
Mitigation for issue2551246 -u opton to roundup-admin http://hg.code.sf.net:8000/p/roundup/code/#changeset-fbc0ac8555ca9f8a43fd7b084166e7a42dda7a6f John Rouillard rouilj@ieee.org 2022-12-02T23:09:51-05:00 2022-12-02T23:09:51-05:00
changeset fbc0ac8555ca
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Mitigation for issue2551246 -u opton to roundup-admin

Missed change to man page.
files
issue2551233 - create new roundup-admin command "templates" http://hg.code.sf.net:8000/p/roundup/code/#changeset-f924af12ef50d1b1d81bb47136e45803db87031c John Rouillard rouilj@ieee.org 2022-09-12T18:29:50-04:00 2022-09-12T18:29:50-04:00
changeset f924af12ef50
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description issue2551233 - create new roundup-admin command "templates"

add a command to list all templates, the directory where they are
defined, and a description.

If called as templates trace_dir also list all directores that are
search for templates even if none are found.
files
Add doc for importtables. http://hg.code.sf.net:8000/p/roundup/code/#changeset-9d3b4472a47d91af920ae67afcb4e9af29594be9 John Rouillard rouilj@ieee.org 2020-07-01T12:56:17-04:00 2020-07-01T12:56:17-04:00
changeset 9d3b4472a47d
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Add doc for importtables.
files
Add roundup-admin filter command; fix bad doc example; add tests http://hg.code.sf.net:8000/p/roundup/code/#changeset-d25638d1826c499315e8fb8e9d7016f08f5b7970 John Rouillard rouilj@ieee.org 2020-05-18T23:28:03-04:00 2020-05-18T23:28:03-04:00
changeset d25638d1826c
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Add roundup-admin filter command; fix bad doc example; add tests

admin_guide.txt had an example using find with username prop. This is
wrong. Find only works with links not string. Fix it to use filter.

Add filter command to roundup-admin.

Add tests for filter, specification and find.
files
Fix broken formatting directive. http://hg.code.sf.net:8000/p/roundup/code/#changeset-78a7e54fbf4175da74681109f564be8bb46516f8 John Rouillard rouilj@ieee.org 2020-05-16T12:06:49-04:00 2020-05-16T12:06:49-04:00
changeset 78a7e54fbf41
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description Fix broken formatting directive.
files
issue2550885 - man page documentation update. roundup-admin. http://hg.code.sf.net:8000/p/roundup/code/#changeset-e8d64096fb08d5ff0d6ff60ae893a6d580df3847 John Rouillard rouilj@ieee.org 2019-11-03T14:28:20-05:00 2019-11-03T14:28:20-05:00
changeset e8d64096fb08
branch
bookmark
tag
user John Rouillard <rouilj@ieee.org>
description issue2550885 - man page documentation update. roundup-admin.
files
issue2550760: Several improvements to the manpages (thanks Kai Storbeck) http://hg.code.sf.net:8000/p/roundup/code/#changeset-a5a9b81f8f6beb97fa722fdc24103ca4948b28e6 John Kristensen john@jerrykan.com 2012-12-18T15:16:14+11:00 2012-12-18T15:16:14+11:00
changeset a5a9b81f8f6b
branch
bookmark
tag
user John Kristensen <john@jerrykan.com>
description issue2550760: Several improvements to the manpages (thanks Kai Storbeck)

- include downstream Debian man page patches
files
Move man pages into 'share/man/man1' and simplify setup.py http://hg.code.sf.net:8000/p/roundup/code/#changeset-ab542607f2fbcdce43ebf320b91b5d87be4c05c4 Stefan Seefeld stefan@seefeld.name 2009-03-12T14:27:20+00:00 2009-03-12T14:27:20+00:00
changeset ab542607f2fb
branch
bookmark
tag
user Stefan Seefeld <stefan@seefeld.name>
description Move man pages into 'share/man/man1' and simplify setup.py
files