Mercurial > p > roundup > code
comparison CHANGES.txt @ 7926:05f36a527a45
feat: allow setting URL hostname with -H option to roundup-demo
The underlying demo.py code already supported this.
Also update man page ading -H and fixing formatting for a number of
entries. Clarify that hostname can be used with -B to listen on the ip
address for that host.
Refactor port handling to reduce line length.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 02 May 2024 21:49:17 -0400 |
| parents | f5f09ed9a783 |
| children | c05ea62b4c7a |
comparison
equal
deleted
inserted
replaced
| 7925:f5f09ed9a783 | 7926:05f36a527a45 |
|---|---|
| 184 jinja function. expandfile allows setting a dictionary and tokens in | 184 jinja function. expandfile allows setting a dictionary and tokens in |
| 185 the file of the form "%(token_name)s" will be replaced in the file | 185 the file of the form "%(token_name)s" will be replaced in the file |
| 186 with the values from the dict. (John Rouillard) | 186 with the values from the dict. (John Rouillard) |
| 187 - add @group to rest interface collection queries. Useful when using | 187 - add @group to rest interface collection queries. Useful when using |
| 188 optgroup in select elements. (John Rouillard) | 188 optgroup in select elements. (John Rouillard) |
| 189 - roundup-demo can set the hostname in the URL using the -H | |
| 190 parameter. So you can start a demo tracker that is available from | |
| 191 your network using 'roundup-demo ... -B hostname -H hostname'. (John | |
| 192 Rouillard) | |
| 189 | 193 |
| 190 2023-07-13 2.3.0 | 194 2023-07-13 2.3.0 |
| 191 | 195 |
| 192 Fixed: | 196 Fixed: |
| 193 | 197 |
