Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #62 from pschiffe/master | Michal Minar | 2014-02-24 | 4 | -51/+82 | |
|\ \ | | | | | | | Bugfixes/Enhancements in Hardware and System | |||||
| * | | Hardware, System: fixed nitpicks from review | Peter Schiffer | 2014-02-24 | 2 | -22/+13 | |
| | | | ||||||
| * | | System: safer coding when classes and/or attributes are missing | Peter Schiffer | 2014-02-24 | 1 | -11/+23 | |
| | | | ||||||
| * | | Hardware: safer coding when classes and/or attributes are missing | Peter Schiffer | 2014-02-24 | 1 | -35/+51 | |
| | | | ||||||
| * | | Hardware, System: added author comment | Peter Schiffer | 2014-02-24 | 4 | -0/+12 | |
|/ / | ||||||
* | | bumped versions of lmi meta-command | Michal Minar | 2014-02-24 | 1 | -1/+1 | |
| | | ||||||
* | | preparation for release | Michal Minar | 2014-02-24 | 5 | -5/+5 | |
| | | | | | | | | Bumped versions of command libraries. | |||||
* | | fixed logging issues | Michal Minar | 2014-02-24 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | lmishell library or some other third party library may produce logging message with logger instantiated from other class than we use. This results in LogRecord missing properties for colored output. Ensure that these properties are defined. | |||||
* | | software: updated generated documentation | Michal Minar | 2014-02-24 | 2 | -26/+105 | |
| | | | | | | | | Improved generator so that usage for subcommands is generated as well. | |||||
* | | service: updated generated documentation | Michal Minar | 2014-02-24 | 1 | -6/+7 | |
| | | ||||||
* | | software: fixed a typo in usage string | Michal Minar | 2014-02-24 | 1 | -1/+1 | |
| | | ||||||
* | | tools: allow Commands section to be omitted | Michal Minar | 2014-02-24 | 1 | -3/+3 | |
| | | ||||||
* | | error reporting improvements | Michal Minar | 2014-02-24 | 3 | -10/+14 | |
| | | | | | | | | Print more descriptive error message when command failes to load. | |||||
* | | Merge pull request #60 from pschiffe/master | Michal Minar | 2014-02-24 | 16 | -10/+1007 | |
|\ \ | | | | | | | System: added new system script | |||||
| * | | System: added hw info | Peter Schiffer | 2014-02-21 | 2 | -1/+54 | |
| | | | ||||||
| * | | Hardware: updated documentation | Peter Schiffer | 2014-02-21 | 3 | -10/+16 | |
| | | | ||||||
| * | | System: new system script | Peter Schiffer | 2014-02-21 | 13 | -0/+938 | |
| | | | | | | | | | | | | | | | System script displays general information about system. This is initial commit, currently it displays only computer name (hostname). | |||||
* | | | Merge pull request #61 from jsafrane/devel/fix-typo | Michal Minar | 2014-02-24 | 1 | -3/+3 | |
|\ \ \ | | | | | | | | | Fixed typo in 'lmi storage raid'. | |||||
| * | | | Fixed typo in 'lmi storage raid'. | Jan Safranek | 2014-02-24 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | storage: fixed installation | Michal Minar | 2014-02-24 | 1 | -1/+6 | |
|/ / / | | | | | | | | | | | | | New cmd subpackage was missing in setup script making the command unusable. | |||||
* | | | fixed corner case when printing with table formatter | Michal Minar | 2014-02-24 | 1 | -7/+10 | |
| | | | | | | | | | | | | Do not panic when stash is empty (no data generated). Just print nothing. | |||||
* | | | just a minor typo fixes in config file | Michal Minar | 2014-02-24 | 1 | -3/+3 | |
| | | | ||||||
* | | | updated documentation | Michal Minar | 2014-02-24 | 6 | -30/+844 | |
| | | | ||||||
* | | | fixed completion test | Michal Minar | 2014-02-24 | 1 | -1/+4 | |
| | | | ||||||
* | | | software: error reporting improvements | Michal Minar | 2014-02-24 | 3 | -31/+64 | |
|/ / | | | | | | | | | | | | | When running installation on package which is already install, print it's installed, not just "failed". Resolves trac ticket #242 | |||||
* | | Merge pull request #59 from boocz3ch/devel | Michal Minar | 2014-02-21 | 2 | -46/+24 | |
|\| | | | | | don't distinguish between options and other options | |||||
| * | don't distinguish between options and other options | Jan Synacek | 2014-02-21 | 2 | -46/+24 | |
|/ | | | | | | | In the CIM model, these two are separated, as options are represented by properties, and other options (file dependent) are specified in a special property. The script should make using all options transparent and not consider them two separate inputs. | |||||
* | netwoking: tuned declaration of lister commands | Michal Minar | 2014-02-21 | 1 | -4/+3 | |
| | | | | | | | Semantics of COLUMNS property changed a bit for LmiLister command. It affects just those wanting to suppress column headers completely. Although previous declaration works, it defines column names that are never used, which does not make sense. | |||||
* | service: prettified error descriptions | Michal Minar | 2014-02-21 | 1 | -9/+17 | |
| | | | | Related to trace ticket #237 | |||||
* | software: tuned usage message | Michal Minar | 2014-02-21 | 1 | -1/+2 | |
| | | | | Documented one missing option and clarified repo listing command. | |||||
* | hardware: fixed declaration of listing commands | Michal Minar | 2014-02-21 | 1 | -1/+1 | |
| | | | | | | Due to a change in handling of COLUMNS and FMT_NO_HEADINGS, the correct way to disable printing column headers with LmiLister command is to set the COLUMNS to empty list/tuple. | |||||
* | tuned defining of no headings desired for lister | Michal Minar | 2014-02-21 | 3 | -15/+30 | |
| | | | | | | | | | | | | | | | | | | | LmiLister now accepts COLUMNS property with empty list or tuple assigned. It means that no headings shall be printed and no header names are excpected from associated function to be returned. This is different from using FMT_NO_HEADINGS. Note the following table: COLUMNS FMT_NO_HEADINGS headers printed assoc-func return headers not empty False yes no not empty True no no None False yes yes None True no yes [] False no no [] True no no Note that headers printing field may still be controlled by --no-headings option. This the correct name for 3rd column would be "column headers can be printed". | |||||
* | Merge pull request #57 from jsafrane/devel/storage-doc | Michal Minar | 2014-02-21 | 16 | -187/+1125 | |
|\ | | | | | Storage + account doc updates v2 | |||||
| * | Add account script documentation. | Jan Safranek | 2014-02-20 | 8 | -7/+650 | |
| | | ||||||
| * | Update script documentation with 'storage' multiplexer. | Jan Safranek | 2014-02-19 | 6 | -180/+467 | |
| | | ||||||
| * | Add LUKS documentation. | Jan Safranek | 2014-02-19 | 2 | -0/+8 | |
| | | ||||||
* | | Merge pull request #56 from boocz3ch/devel | Michal Minar | 2014-02-21 | 6 | -1/+385 | |
|\ \ | | | | | | | add thin provisioning scripts | |||||
| * | | add thin provisioning scripts | Jan Synacek | 2014-02-20 | 6 | -1/+385 | |
| | | | ||||||
* | | | Merge pull request #58 from rnovacek/dev2 | Michal Minar | 2014-02-21 | 7 | -228/+1079 | |
|\ \ \ | |/ / |/| | | Networking script fixes v2 | |||||
| * | | networking: update generated cmdline documentation | Radek Novacek | 2014-02-20 | 1 | -52/+15 | |
| | | | ||||||
| * | | networking: add myself as an author to the modules | Radek Novacek | 2014-02-20 | 2 | -2/+6 | |
| | | | ||||||
| * | | networking: add beakerlib tests for net command | Radek Novacek | 2014-02-20 | 3 | -0/+466 | |
| | | | ||||||
| * | | networking: handle error in setting creation | Radek Novacek | 2014-02-20 | 1 | -0/+2 | |
| | | | ||||||
| * | | networking: fix wrong transform_option usage | Radek Novacek | 2014-02-20 | 1 | -6/+0 | |
| | | | | | | | | | | | | | | | After change of the command layout, using transform_option is sometimes no longer the right thing to do. | |||||
| * | | networking: check if ipv4/ipv6 options have correct values | Radek Novacek | 2014-02-20 | 1 | -7/+22 | |
| | | | ||||||
| * | | networking: implement enslave function | Radek Novacek | 2014-02-20 | 1 | -0/+13 | |
| | | | ||||||
| * | | networking: add support for static routes and dns | Radek Novacek | 2014-02-20 | 2 | -0/+266 | |
| | | | ||||||
| * | | networking: fix (de)activation of bridges/bonds | Radek Novacek | 2014-02-20 | 1 | -14/+34 | |
| | | | | | | | | | | | | | | | Bridge/bond settings are now properly activated when the device is not specified. | |||||
| * | | networking: better handling of IP address strings | Radek Novacek | 2014-02-20 | 2 | -61/+116 | |
| | | | | | | | | | | | | | | | | | | | | | | | | IP addresses inserted by user are now checked and transformed to short form. Also comparision of addresses is no longer just string compare but proper IP address comparision. | |||||
| * | | networking: improve 'net setting show' | Radek Novacek | 2014-02-20 | 2 | -6/+49 | |
| | | | | | | | | | | | | Print more information and fix showing bridges/bonds. |