Project

General

Profile

Activity

From 06/25/2014 to 07/24/2014

07/24/2014

08:51 AM Revision 826e1044 (hammer-cli-import): Check CSV file headers sooner
Matej Kollar

07/23/2014

02:07 PM Revision 7de7abc2 (hammer-cli-import): 1121131 - Add reportname attr to commands to describe which sw-report they understand
Grant Gainey

07/22/2014

04:00 PM Revision 66584b6f (hammer-cli-import): 1122169 - Add someexplanantion to --upload-manifests-from
Grant Gainey
03:55 PM Revision 54d9abcb (hammer-cli-import): 1121986 - setup logging at init, not at execute
Grant Gainey
05:37 AM Revision 3296060a (hammer-cli-import): Do not discard content of log file (prefer append)
from http://www.ruby-doc.org/core-1.8.7/IO.html
* 'w+' Read-write, truncates existing file to zero length
or ...
Matej Kollar

07/21/2014

08:15 AM Revision 50154acd (hammer-cli-import): Activation keys with contentviews with rh cotent
Matej Kollar

07/18/2014

04:51 PM Revision 6814231a (hammer-cli-import): sat6-latest appears to no longer wrap orgs
Grant Gainey

07/17/2014

05:32 AM Revision 5655b49a (hammer-cli-import): Add support for clones of Red Hat Channels
Matej Kollar

07/16/2014

11:19 AM Revision 1b285a58 (hammer-cli-import): Do not mix translated and untranslated ids
Matej Kollar

07/15/2014

06:46 PM Revision 9d0c2586 (hammer-cli-import): rubocop, where is thy sting?
Grant Gainey
03:50 PM Revision 492a97cf (hammer-cli-import): Automatic commit of package [rubygem-hammer_cli_import] release [0.8.0-1].
Grant Gainey
11:09 AM Revision b7850d43 (hammer-cli-import): Sprint-7 demo response: standardize logging
* Added calls for debug/info/progress/wanbr/error/fatal
* Added quiet/verbose/debug/logfile switches
* Changed instan...
Grant Gainey
05:38 AM Revision 11e813f5 (hammer-cli-import): Fiddle with asyntaskscreactor statuses...
Matej Kollar
05:26 AM Revision 95c1db6e (hammer-cli-import): Use ID instead of label
because that is what we have in exported data
for channel recreation...
Matej Kollar
05:26 AM Revision 87cf4f7e (hammer-cli-import): More suitable message
Matej Kollar
05:26 AM Revision 4a20b963 (hammer-cli-import): Protect persistent map
non-compatible keys and values won't be inserted... Matej Kollar

07/11/2014

01:32 PM Revision 84e75d42 (hammer-cli-import): Teach all about wait/sync
Grant Gainey

07/10/2014

03:13 PM Revision 808a09bd (hammer-cli-import): Teach 'all' about manifest-directory
Grant Gainey

07/09/2014

04:20 PM Revision 0795e617 (hammer-cli-import): fixed: WARN Legacy configuration of modules detected.
Lukas Pramuk
04:11 PM Revision 8eae098f (hammer-cli-import): specfile: on rhel7 gems live elsewhere
Lukas Pramuk
10:27 AM Revision 579c92a6 (hammer-cli-import): O(n log n) -> O(n)
Matej Kollar
10:21 AM Revision e0f94a18 (hammer-cli-import): Removing debugging-rescue
Grant Gainey
07:14 AM Revision 82af94c4 (hammer-cli-import): RuboCop
`File.exists?` is obsoleted Matej Kollar
05:12 AM Revision 282122a8 (hammer-cli-import): Last synced field might not be parsable
if sync was not started before...
But that means repository was not synced...
Matej Kollar

07/08/2014

04:07 PM Revision 9ea82913 (hammer-cli-import): Look for and upload manifests as we import organizations
Grant Gainey

07/07/2014

11:33 AM Revision 10aa46dd (hammer-cli-import): Integrate reactor into repository-enable
Matej Kollar
09:17 AM Revision 5a46bbec (hammer-cli-import): Just a little note for the future generations
Matej Kollar
08:02 AM Revision df3156f3 (hammer-cli-import): Handle non-mapped channels
Matej Kollar
05:46 AM Revision 7745d629 (hammer-cli-import): Move check for existence of file to the right place
...before persistent maps loading and stuff.
(we widened "dangerous window" (when file can disappear)
a little, but ...
Matej Kollar

07/04/2014

10:20 AM Revision 19ff506b (hammer-cli-import): Fix capitalization
If in doubt, ask Cliff. Matej Kollar
09:58 AM Revision 3e752c3b (hammer-cli-import): Better debugging message
Matej Kollar
09:04 AM Revision 456ee3c8 (hammer-cli-import): Consistency
Matej Kollar

07/03/2014

04:17 PM Revision 8f8bef66 (hammer-cli-import): One TODO down...
Matej Kollar
04:12 PM Revision dfbd6831 (hammer-cli-import): Detect sync in progress
and unleash hidden awesomeness... Matej Kollar
03:20 PM Revision fac3fd6b (hammer-cli-import): Allow user to do Ctrl-C
ant still save changes made to persistent maps Matej Kollar
02:03 PM Revision b7f068b5 (hammer-cli-import): Update README
Matej Kollar
10:36 AM Revision 53f3d104 (hammer-cli-import): RuboCop ... almost
Matej Kollar
09:27 AM Revision 28fabc5d (hammer-cli-import): Fix me! 87
Matej Kollar
08:19 AM Revision e86131da (hammer-cli-import): Be more specific about exception caught
Matej Kollar
08:07 AM Revision 79c8ccf1 (hammer-cli-import): Whoops...
We exited even before actually creating repository. Matej Kollar
04:53 AM Revision aa419ca7 (hammer-cli-import): Unnecessary proc re-creaction
Matej Kollar

07/02/2014

12:39 PM Revision b00bc3ac (hammer-cli-import): Check whether we are deleting compatible entity
Matej Kollar
12:05 PM Revision 31ae5b4d (hammer-cli-import): RuboCop: SignalException
(raise vs fail) Matej Kollar
12:05 PM Revision 5e718ea2 (hammer-cli-import): Make raising/failing consistent
Historically, we had rule disabled, because we
wanted to use raise. However having rule disabled
and being under stro...
Matej Kollar
11:33 AM Revision ba9ac7e7 (hammer-cli-import): Run tasks with no prerequisites in main thread
Matej Kollar
11:12 AM Revision e3b96bd7 (hammer-cli-import): Cleanup
RuboCop could have reported this... Matej Kollar
10:24 AM Revision 05959608 (hammer-cli-import): move content view deletion to a separate module, so we can re-use it from multiple subcommands
Tomas Lestach
10:24 AM Revision 759f1f62 (hammer-cli-import): create a common composite_rhcv_id
Tomas Lestach
10:24 AM Revision 88082614 (hammer-cli-import): delete Red Hat content views
Tomas Lestach
10:24 AM Revision d6bc6e77 (hammer-cli-import): some repos do not have 'url'
Tomas Lestach
10:24 AM Revision 63dd13f7 (hammer-cli-import): create content views from Red Hat channels
Tomas Lestach
09:47 AM Revision d09d3fc8 (hammer-cli-import): Use new repository synchronization
... for repositories. Matej Kollar
09:47 AM Revision 8d1098ad (hammer-cli-import): New methods for repository syncing
powered by Cerno^Wreactor Matej Kollar
07:20 AM Revision 54167922 (hammer-cli-import): Be more verbose when main thread finished
so user will know that something is still happening. Matej Kollar
06:55 AM Revision 3de298bf (hammer-cli-import): Catch exceptions in asynchronous tasks...
... to prevent Chernobyl scenario. Matej Kollar
03:22 AM Revision 8b36d839 (hammer-cli-import): Start using AsyncTasksReactor
Matej Kollar
03:22 AM Revision 7cc52e89 (hammer-cli-import): Determine state of multiple asynchronous tasks
Matej Kollar
03:22 AM Revision 08a115c7 (hammer-cli-import): Meanwhile in the real world...
...we use Ruby 1.8.7 Matej Kollar
03:22 AM Revision 5a3237a7 (hammer-cli-import): Alternate status messages
Matej Kollar
03:22 AM Revision 464af082 (hammer-cli-import): AsyncTasksReactor playground
Added couple of lines to play with
AsyncTasksReactor in case of issues.
Matej Kollar
03:22 AM Revision 02638bbd (hammer-cli-import): Reactor for asynchronous tasks
Matej Kollar
02:46 AM Revision a15b7f2d (hammer-cli-import): move read_channel_map to a separate file in 'scripts' directory
Tomas Lestach

07/01/2014

12:04 PM Revision caae5f6a (hammer-cli-import): enhance error message
Tomas Lestach
12:04 PM Revision 98a1580c (hammer-cli-import): sort persistent map definitions
Tomas Lestach
12:04 PM Revision a2088b9a (hammer-cli-import): sat6 system uuid is actually a String ...
like: e791b2ed-bc92-4c20-bddf-c6eea1fd9377 Tomas Lestach
12:04 PM Revision 4fe5c171 (hammer-cli-import): associate virtual guests for virtual hosts
Tomas Lestach

06/30/2014

08:45 AM Revision 6e24f7ab (hammer-cli-import): introduce migrating of system profiles to content hosts
Tomas Lestach
08:39 AM Revision d1c0e960 (hammer-cli-import): We can iterate over users directly
and even save couple of API calls. Matej Kollar
08:37 AM Revision 5af9de46 (hammer-cli-import): fix commas
Tomas Lestach
03:31 AM Revision c0ebb078 (hammer-cli-import): more universal transcript
- :organizations actually fulfill @prerequisite[entity_type].nil?
- we need to list here also entities with no prereq...
Tomas Lestach
03:08 AM Revision 15944058 (hammer-cli-import): sort the @prerequisite keys
Tomas Lestach
03:07 AM Revision d3767ca1 (hammer-cli-import): inserting one key=>value into a hash multiple times does not make any difference
Tomas Lestach

06/27/2014

08:44 PM Revision ad38f79c (hammer-cli-import): Describe args using args.join() instead of args.inspect
Grant Gainey
08:35 PM Revision 75347921 (hammer-cli-import): Teach 'all' about new entities and new options
Grant Gainey
07:12 PM Revision 3d50b6fd (hammer-cli-import): RuboCop
Matej Kollar
06:58 PM Revision e96318f1 (hammer-cli-import): Avoid problems in the future
Matej Kollar
06:58 PM Revision 1efd29de (hammer-cli-import): Avoid problems
Matej Kollar
06:06 PM Revision 2c855c30 (hammer-cli-import): 1114103 - Don't assume @prereqs quite so much
Grant Gainey
02:21 PM Revision 20f80b75 (hammer-cli-import): :users needs :orgs as prereq
Grant Gainey
10:41 AM Revision f089575a (hammer-cli-import): Method api_init actually can be called multiple times
when run within `hammer shell`. Matej Kollar

06/26/2014

01:23 PM Revision ef461eab (hammer-cli-import): organization simplification
Tomas Lestach
01:07 PM Revision b27e5515 (hammer-cli-import): extend cache search and detect already enabled/unknown repos
Tomas Lestach
11:18 AM Revision 68f84ac7 (hammer-cli-import): store repo to cache
Tomas Lestach
11:18 AM Revision 88a727c0 (hammer-cli-import): allow to disable repository_sets
Tomas Lestach
11:18 AM Revision dcd0566e (hammer-cli-import): introduce prerequisities for server entities
Tomas Lestach
11:18 AM Revision 664b6d56 (hammer-cli-import): map redhat repositories
Tomas Lestach
11:18 AM Revision d94c6f10 (hammer-cli-import): move per row work to import_single_row
Tomas Lestach
06:42 AM Revision 02fccb5d (hammer-cli-import): Reproducers HOW TO
For better bug reports. Matej Kollar
04:45 AM Revision 50c413ee (hammer-cli-import): rubocop-0.24.0 issue
Prefer Object#is_a? over Object#kind_of?. Tomas Lestach

06/25/2014

01:06 PM Revision 8474f7c0 (hammer-cli-import): Revert back to get_cache so we only enable repos for orgs that
the tool knows about. Add some messaging to avoid user-confusion. Grant Gainey
07:44 AM Revision 31c0817d (hammer-cli-import): Nicer message
This will remove ".." from shown paths Matej Kollar
 

Also available in: Atom