summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SSSD scriptssssdPavel Březina2014-06-0316-0/+957
|
* bumped version to 0.3.0Michal Minar2014-04-292-12/+14
| | | | | 0.2.7 -> 0.2.8 is too short step for such an important change like removal of meta-command
* Merge pull request #85 from rnovacek/fixesMichal Minar2014-04-291-2/+62
|\ | | | | networking: fix setting deactivation and add info messages
| * networking: fix print formatting for INFO messagesRadek Novacek2014-04-291-10/+10
| |
| * networking: add INFOs about performed actionsRadek Novacek2014-04-291-1/+17
| |
| * networking: support deactivation of settings with older providerRadek Novacek2014-04-291-1/+45
| | | | | | | | | | | | Older networking provider does not support deactivation setting without device specified. This commit adds a version check and forces use of device when older networking provider is found.
* | Merge pull request #83 from tbzatek/wipMichal Minar2014-04-291-2/+5
|\ \ | |/ |/| journald: Use proper logging facilities for verbose mode
| * journald: Use proper logging facilities for verbose modeTomas Bzatek2014-04-281-2/+5
| |
* | powermanagement: be more verbose with -v optionMichal Minar2014-04-281-42/+39
| |
* | account: be more verbose with -v optionMichal Minar2014-04-281-6/+28
| |
* | software: be more verbose with -v optionMichal Minar2014-04-282-16/+24
|/ | | | | | | Improved output of verify command. With verbose option, produce output also for passed packages. Do not treat installation of already install package as an error.
* software: document search commandMichal Minar2014-04-281-0/+3
| | | | Resolves trac ticket #306
* fixed requires in README and script generatorMichal Minar2014-04-282-2/+2
|
* Merge pull request #82 from jsafrane/devel/info_logsMichal Minar2014-04-286-10/+47
|\ | | | | Print 'info' level logs on successfull operation.
| * Remove debug printJan Safranek2014-04-251-3/+1
| |
| * Added operation result logs.Jan Safranek2014-04-255-7/+46
| | | | | | | | These will be visible with 'lmi -v'.
* | Merge pull request #81 from jsynacek/develMichal Minar2014-04-281-0/+4
|\ \ | |/ |/| logicalfile: log when running in verbose mode
| * logicalfile: log when running in verbose modeJan Synacek2014-04-251-0/+4
|/
* bumped version to 0.2.8 and udpated spec fileMichal Minar2014-04-242-134/+122
|
* makefile improvementsMichal Minar2014-04-241-2/+2
| | | | | * clean doc/conf.py scripts which are generated * fixed upload command
* doc: regenerated cli html documenationMichal Minar2014-04-245-12/+10
|
* doc: created common makefile for documentationMichal Minar2014-04-2413-1782/+123
| | | | | Makefiles for documentation contained redundant code. Created one generic Makefile which is included by all the others.
* doc: use openlmithemeMichal Minar2014-04-2411-11/+19
|
* updated readmeMichal Minar2014-04-241-90/+39
|
* require openlmi-tools instead of openlmi-scriptsMichal Minar2014-04-2410-10/+10
| | | | | Subcommands now should depend only on openlmi-tools that contain both LMIShell and LMI Meta-command.
* moved lmi meta-command to openlmi-tools repositoryMichal Minar2014-04-24136-15147/+3
|
* Merge pull request #80 from tbzatek/masterMichal Minar2014-04-2413-0/+875
|\ | | | | New journald script
| * journald: Add provider version requirement testTomas Bzatek2014-04-232-1/+12
| | | | | | | | | | The journald script makes use of newly added LMI_JournalMessageLog. PositionToLastRecord() method, let's add explicit version check.
| * journald: Fix authorshipTomas Bzatek2014-04-231-0/+3
| |
| * New journald scriptTomas Bzatek2014-04-1813-0/+861
|/ | | | Requires OpenLMI journald provider 0.4.2 (MOF version number) and higher.
* added pyparsing dependency to setupMichal Minar2014-04-161-1/+1
|
* software: fixed handling of error cases for async opsMichal Minar2014-04-141-11/+20
|
* software: handle corner case when waiting for a jobMichal Minar2014-04-141-3/+23
| | | | | | Some operations may cause a restart of tog-pegasus (like its reinstallation). Let's not put off immediately when we hit connection error.
* doc: minor documentation fixesMichal Minar2014-04-141-4/+4
|
* Merge pull request #79 from jsafrane/devel/fix-mount-deleteMichal Minar2014-04-091-0/+9
|\ | | | | Fixed 'lmi storage mount delete <target>'
| * Fixed 'lmi storage mount delete <target>'Jan Safranek2014-04-081-0/+9
|/
* Merge pull request #78 from jsafrane/devel/fix-mountMichal Minar2014-04-081-8/+0
|\ | | | | Fixed 'lmi mount create' command.
| * Fixed 'lmi mount create' command.Jan Safranek2014-04-071-8/+0
|/ | | | It does _not_ accept list of devices.
* Merge pull request #77 from rnovacek/fixesMichal Minar2014-04-071-9/+33
|\ | | | | networking: fix setting activation/deactivation without device specified
| * networking: fix setting activation/deactivation without device specifiedRadek Novacek2014-04-071-9/+33
|/
* service: fixed reload commandsMichal Minar2014-04-031-3/+3
| | | | Resolves upstream ticket #289
* added missing subpackage to setupMichal Minar2014-03-251-0/+1
| | | | | versioncheck was omitted from installation causing import errors after installation.
* use history fileMichal Minar2014-03-214-2/+65
| | | | | History file is now written on lmi's exit and read on its startup. Applies just to interactive mode.
* Merge pull request #76 from jsafrane/devel/mount-specMichal Minar2014-03-181-18/+34
|\ | | | | Allow 'lmi storage mount list|show|delete <directory>'.
| * Allow 'lmi storage mount list|show|delete <directory>'.Jan Safranek2014-03-171-18/+34
| | | | | | | | | | This resolves tickets #296 and #281.
* | Merge pull request #75 from pschiffe/masterMichal Minar2014-03-181-0/+45
|\ \ | | | | | | System: added networking info
| * | System: added networking infoPeter Schiffer2014-03-171-0/+45
| |/
* | updated doc for version requirement specificationMichal Minar2014-03-172-0/+163
| |
* | added select_command helperMichal Minar2014-03-172-0/+39
| | | | | | | | It is a function that builds LmiSelectCommand subclass.
* | fixed creation of command with helpersMichal Minar2014-03-172-1/+33
| | | | | | | | | | | | | | Module name of commands created with helper functions (register_subcommands, make_list_command) was taken from one of base classes which is wrong. It should have the name of module where it's defined.