Mercurial > libervia-backend
log
age | author | description |
---|---|---|
Mon, 29 Feb 2016 16:52:51 +0100 | Goffi | jp (base): refactored need_loop so it is set only when the command is run. It can now be set in __init__ methods of commands classes |
Mon, 29 Feb 2016 16:52:51 +0100 | Goffi | jp (base): added a CommandBase.start method which is called by run or connected, so subclasses can implement it (this is for simplicity sake, as it's not always clear if run or connected must be used) |
Mon, 29 Feb 2016 16:52:51 +0100 | Goffi | jp (profile): added confirmation and --force arguement to profile/delete |
Mon, 29 Feb 2016 16:52:51 +0100 | Goffi | jp (base): use need_connect attribue to detect if connection is needed instead of self.args.profile, as profile argument can be used by any command even if use_profile is False |
Mon, 29 Feb 2016 16:13:47 +0100 | Goffi | core (memory, config): moved parseMainConf to tools/config so it can be used by frontends too |
Sun, 28 Feb 2016 13:42:31 +0100 | Goffi | tools (utils): improved repository version detection: |