log frontends/src/jp/base.py @ 2556:340128e0b354

age author description
Sun, 01 Apr 2018 20:41:03 +0200 Goffi jp (base): fixed URI's item with use_pubsub
Sat, 31 Mar 2018 18:40:54 +0200 Goffi jp (base): added C.ITEM pubsub flag when --item is required
Sat, 31 Mar 2018 18:21:56 +0200 Goffi jp (base): new confirmOrQuit helper method to ask confirmation to user, and quit if he cancel
Sat, 31 Mar 2018 17:10:43 +0200 Goffi jp: new argument pubsub_default can be used in Commands to replace default value in help string
Thu, 29 Mar 2018 08:59:38 +0200 Goffi jp (base): add --max option:
Thu, 29 Mar 2018 08:57:27 +0200 Goffi jp (base): fixed use_pubsub when pubsub_flags is not needed
Wed, 21 Mar 2018 19:13:22 +0100 Goffi jp: pubsub options refactoring:
Wed, 28 Feb 2018 18:28:29 +0100 Goffi jp (base): added verbosity property to CommandBase
Tue, 30 Jan 2018 08:43:52 +0100 Goffi jp (base): fixed assertion error when using CommandAnswering
Fri, 26 Jan 2018 11:14:13 +0100 Goffi dates update
Tue, 12 Dec 2017 00:11:27 +0100 Goffi jp (base): added exitCb generic callback to display a message and quit
Fri, 03 Nov 2017 14:31:42 +0100 Goffi misc: date update (yes it's a bit late :p )
Tue, 31 Oct 2017 23:20:04 +0100 Goffi jp (ad-hoc): new "list" and "run" commands:
Sun, 01 Oct 2017 12:21:23 +0200 Goffi jp (base): fixed CommandAnswering and progress bar
Fri, 07 Jul 2017 22:33:55 +0200 Goffi jp (shell): use of subprocess instead of running commands in the same process:
Fri, 07 Jul 2017 12:45:28 +0200 Goffi jp (base): typo
Thu, 06 Jul 2017 20:28:25 +0200 Goffi jp (shell): shell command (REPL mode), first draft:
Wed, 28 Jun 2017 01:21:49 +0200 Goffi jp (base): added no_lf in disp() to avoid printing a line feed
Thu, 04 May 2017 00:36:03 +0200 Goffi jp: fixed progress
Thu, 27 Apr 2017 01:01:43 +0200 Goffi jp: added use_pubsub and use_pubsub_node_req arguments to CommandBase
Wed, 29 Mar 2017 19:42:44 +0200 Goffi jp (base): added msg and exit_code argument to errback so it's more generic
Mon, 13 Mar 2017 23:14:00 +0100 Goffi jp (base): raise InternalError if output is used when use_output is not declared
Sun, 12 Mar 2017 23:33:26 +0100 Goffi jp (base): output can now specify a default when registering
Sun, 12 Mar 2017 23:32:43 +0100 Goffi jp (base): replaced log.warning by stderr prints
Sun, 12 Mar 2017 23:31:06 +0100 Goffi jp (outputs): moved output options parsing and checking to base methods
Thu, 09 Mar 2017 23:09:18 +0100 Goffi jp (base): added generic errback to CommandBase + show error message on plugin ImportError
Sun, 05 Mar 2017 21:36:01 +0100 Goffi core, bridge: renamed getProfileName to profileNameGet according to new conventions
Tue, 21 Feb 2017 21:01:40 +0100 Goffi jp (base): improved module import:
Tue, 21 Feb 2017 21:01:40 +0100 Goffi jp (base, blog, output(std)): fixed bad unicode handling in stdout, use of jp.disp instead of simple print
Thu, 16 Feb 2017 00:49:46 +0100 Goffi jp (core): added extra_outputs: