Project

General

Profile

Activity

From 12/14/2016 to 01/12/2017

01/12/2017

09:29 AM Feature #12401 (Ready For Testing): Add support for client certificate authentication.
Tomáš Strachota
05:52 AM Feature #12401: Add support for client certificate authentication.
Done: https://github.com/theforeman/hammer-cli/pull/230
Robert Frank
04:22 AM Feature #12401: Add support for client certificate authentication.
Cool, would you mind opening a pull request? Tomáš Strachota
04:38 AM Bug #18005: In hammer current user cannot change his own password due to current password validation
It would be nice if we could add support for entering the passwords interactively together with fixing this issue. So... Tomáš Strachota
03:45 AM Feature #7520 (Ready For Testing): Config group commands and host/host group association
The Foreman Bot

01/11/2017

07:21 PM Bug #18023 (Rejected): table adapter generates error such as 'comparison of Symbol with 80 failed'
OK, thanks for letting us know! Anonymous
10:45 AM Bug #18023: table adapter generates error such as 'comparison of Symbol with 80 failed'
Hm.. after reinstalling it works without issues, moreover I cannot reproduce the problem. I get the feeling the issue... Michał Sochoń
09:38 AM Bug #18023: table adapter generates error such as 'comparison of Symbol with 80 failed'
In the meanwhile, table_print got replaced in hammer's current master, see #17740. Could you test that? Anonymous
04:58 AM Bug #18023 (Rejected): table adapter generates error such as 'comparison of Symbol with 80 failed'
... Michał Sochoń
09:07 AM Feature #12401: Add support for client certificate authentication.
I've had a go at adding the ssl options to hammer-cli itself and it works for me:
https://github.com/rwf14f/hammer...
Robert Frank

01/10/2017

07:54 AM Bug #18005 (Closed): In hammer current user cannot change his own password due to current password validation
Description of problem:
In hammer current user cannot change his own password due to current password validation aft...
Dominik Hlavac Duran

01/09/2017

08:41 AM Feature #17923 (Assigned): User update/create only accept ifs for default organization and location
Shlomi Zadok

01/05/2017

09:34 AM Feature #17923 (Ready For Testing): User update/create only accept ifs for default organization and location
The Foreman Bot
09:23 AM Bug #17937 (Resolved): "hammer host facts" message needs clarification
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1248728
Description of problem:
Usage message for "ham...
Bryan Kearney
08:33 AM Bug #17936 (Ready For Testing): Fetching default org/loc from server fails
The Foreman Bot
08:29 AM Bug #17936 (Closed): Fetching default org/loc from server fails
An attempt to get user's default organization or location from server ends up with no method exception.
Credentials ...
Tomáš Strachota

01/04/2017

07:39 AM Feature #17923 (Closed): User update/create only accept ifs for default organization and location
... Tomáš Strachota
06:57 AM Bug #17920 (Closed): Defaults match on iternal option name, not on the flag name
Some options in hammer use internally option name different from the flag that is presented to users. Eg. all expande... Tomáš Strachota

12/23/2016

05:00 AM Bug #15592 (Closed): Remove Ruby 1.9.3 support
Support for ruby < 2.0 has been removed. Tomáš Strachota
04:59 AM Bug #11257 (Closed): Update version of hammer-cli-foreman-tasks to depend on hammer-cli-foreman 0.3.0
Closing, hammer-cli-foreman-tasks now depend on hammer-cli-foreman > 0.1.1 and < 1.0.0:
https://github.com/theforema...
Tomáš Strachota
04:59 AM Bug #11923 (Closed): Update version of hammer-cli-foreman-tasks to depend on hammer-cli-foreman
Closing, hammer-cli-foreman-tasks now depend on hammer-cli-foreman > 0.1.1 and < 1.0.0:
https://github.com/theforema...
Tomáš Strachota

12/22/2016

10:00 AM Bug #16775 (Closed): specifying request_timeout: -1 yields incorrect deprecation warning
The issue was resolved in apipie-bindings. I'm closing this ticket. Tomáš Strachota

12/21/2016

12:01 PM Bug #17740 (Closed): Printing longer lists with table formatter is extremely slow
Applied in changeset commit:0d3e81350de92c400ca281136c59cebd7f9c772a. Anonymous
11:27 AM Revision ce072e73 (hammer-cli-foreman): Simple documentation for auth config
Tomas Strachota
11:22 AM Revision 0d3e8135: Fixes #17740 - replacement for table_print
Replaces table print with a custom solution due to performance reasons. Tomáš Strachota
10:38 AM Feature #17819 (Closed): Output adapters should support printing lists page by page
Output adapters currently don't support printing lists page by page. When printing all records, commands need to save... Tomáš Strachota
04:02 AM Bug #17730 (Closed): filter create should print warning when org/loc is used and override is false
Applied in changeset commit:hammer-cli-foreman|b58f53e1f3c3ef000609d69842bbe3291672f2e4. Anonymous
03:26 AM Revision b58f53e1 (hammer-cli-foreman): Fixes #17730 - prevent from setting taxonomies for non-overriding filters
* signals usage error when org/loc options are used and --override is
false
* resets taxonomies when filter's overr...
Tomas Strachota

12/20/2016

10:40 AM Bug #17740 (Ready For Testing): Printing longer lists with table formatter is extremely slow
The Foreman Bot
05:40 AM Feature #12401: Add support for client certificate authentication.
Looking at this again makes me wonder whether support for additional SSL options should be added to hammer-cli itself... Robert Frank

12/19/2016

01:04 PM Feature #12401: Add support for client certificate authentication.
Unfortunately, you can't use those authenticators to implement SSL authentication because SSL is set up before they a... Robert Frank
10:28 AM Bug #17740 (Assigned): Printing longer lists with table formatter is extremely slow
Tomáš Strachota
10:26 AM Bug #17740 (Closed): Printing longer lists with table formatter is extremely slow
The table formatter prints data via table_print gem into a string, then parses the output, reorders columns and final... Tomáš Strachota
07:58 AM Bug #17730 (Ready For Testing): filter create should print warning when org/loc is used and override is false
The Foreman Bot
05:04 AM Bug #17730 (Closed): filter create should print warning when org/loc is used and override is false
Passing --organizations or --locations doesn't make sense when --override=false. Users should be notified when using ... Tomáš Strachota

12/16/2016

11:19 AM Bug #17247 (Ready For Testing): Hammer --interface option doesn't work with subnet name and domain name while creating new host.
The Foreman Bot
06:52 AM Feature #12401: Add support for client certificate authentication.
Nice! There were some changes in apipie-bindings and hammer and authentication very recently. That unfortunately mean... Tomáš Strachota
06:21 AM Feature #12401: Add support for client certificate authentication.
I've had a go at implementing it a while back in case anyone is interested:
https://github.com/rwf14f/hammer-cli-fo...
Robert Frank

12/15/2016

04:40 PM Revision 0558af7f (hammer-cli-foreman): i18n - extracting new, pulling from tx
Martin Bacovsky
04:40 PM Revision 0c7dce97 (hammer-cli-foreman): Bump to 0.9.0
Martin Bacovsky
04:04 PM Revision c49da312: i18n - extracting new, pulling from tx
Martin Bacovsky
04:03 PM Revision f86bbf1f: Bump to 0.9.0
Martin Bacovsky

12/14/2016

10:57 PM Bug #14872: Updating hostgroup causes classes associated with hostgroup to dissapear
This also happens when updating the partition table. My log with -d is attached. I've excerpted the good bit here:
...
Evan Powell
12:01 PM Bug #17180 (Closed): Parameters of type list can not include values containing commas
Applied in changeset commit:3a3c30c1b69baded68c1f6f52972352fb3e8bd81. Martin Bacovsky
11:52 AM Bug #17671: German translation of the validation error is not correct
I updated the messages in transifex but now I'm unable to pull them. Not sure why, but when doing 'make tx-update' th... Tomáš Strachota
10:07 AM Bug #17671: German translation of the validation error is not correct
Closer investigation showed there's following typo:... Tomáš Strachota
08:24 AM Bug #17671: German translation of the validation error is not correct
Sorry, I can reproduce it when using https://github.com/theforeman/hammer-cli/pull/226. Dominic Cleal
08:19 AM Bug #17671: German translation of the validation error is not correct
I can't reproduce this:... Dominic Cleal
06:05 AM Bug #17671 (Closed): German translation of the validation error is not correct
Note in the output that the German locale doesn't match the others... Martin Bacovsky
11:43 AM Revision 3a3c30c1: Fixes #17180 - Double quotes in list type params
Martin Bacovsky
07:59 AM Bug #17673 (Closed): Hammer commands don't accept name options when there's id equivalent in defaultsis configured
*Description of problem:*
Currently if .hammer/defaults.yml is defined with default organization,
any hammer comm...
Tomáš Strachota
 

Also available in: Atom