cartman icon indicating copy to clipboard operation
cartman copied to clipboard

Command line Trac tools

Results 16 cartman issues
Sort by recently updated
recently updated
newest added

I cannot comment on a ticket with Trac version 1.4, this is what happens: ``` WARNING: Untested Trac version (1.4) error: unable to fetch timestamp ```

Added --config-file argument to the script

hi @tamentis, Following is a fix for acctmg authentication to work with Trac 1.2. I tested it on a local instance.

something ilke `cm download-ticket-attachement ticket_id`, ideally with the ability to request "last-attachment" or a number of last attachments...

I'm trying to add a custom authentication method to cartman, but so far I'm stuck at: ``` requests.exceptions.TooManyRedirects: Exceeded 30 redirects. ``` Can something be added to cartman—a verbose or...

The source code is confusing because it uses the term "query string" to refer to the portion after the hostname and before the "?". This is commonly referred to as...

Our Trac instance uses Kerberos authentication and without its support, Cartman is unfortunately unusable for. Please can you implement Kerberos auth for Cartman?

Right now "cm search" also returns closed ticket, but it's usually useful to only search in the open ones, or generally pass all the possible search options (category,status etc.)

Error message on "cm new": {{{ Found the following errors: - Invalid 'Milestone': expected: - Invalid 'Priority': expected: blocker, critical, high, medium, low }}} The 'Milestone' part is suspicious