log

age author description
Mon, 02 Aug 2021 21:51:55 +0200 Goffi misc: update VERSION
Mon, 02 Aug 2021 21:49:51 +0200 Goffi merge branch "@"
Mon, 02 Aug 2021 21:47:22 +0200 Goffi plugin XEP-0346: fix deprecated import
Mon, 02 Aug 2021 21:47:16 +0200 Goffi docker: fix Dockerfile following repositories redirections
Thu, 29 Jul 2021 22:51:01 +0200 Goffi doc (cli/pubsub): document pubsub cache management commands
Thu, 29 Jul 2021 22:51:01 +0200 Goffi doc (cli/pubsub/delete): update doc following notification option change
Thu, 29 Jul 2021 22:51:01 +0200 Goffi doc (cli/pubsub/get): fix option in example:
Thu, 29 Jul 2021 22:51:01 +0200 Goffi doc (cli/common): time pattern
Thu, 29 Jul 2021 22:51:01 +0200 Goffi doc (cli/common): explain the new `-C, --no-cache` option
Thu, 29 Jul 2021 22:51:01 +0200 Goffi doc (configuration): add `pubsub_cache_strategy` option
Thu, 29 Jul 2021 22:51:01 +0200 Goffi doc: developer documentation explaining storage and pubsub cache
Thu, 29 Jul 2021 22:51:01 +0200 Goffi doc: activate `autodoc` extension + extension to adapt Libervia docstring style to autodoc
Thu, 29 Jul 2021 22:51:01 +0200 Goffi frontends (tools/misc): `FlagsHandler.__getitems__` now returns attribute
Thu, 29 Jul 2021 22:51:01 +0200 Goffi tools (common/async_process): remove useless encoding + use full path for command:
Thu, 29 Jul 2021 22:51:01 +0200 Goffi jp (pubsub): new `cache` subcommand with commands to `get`, `sync`, `purge` and `reset` pubsub cache
Thu, 29 Jul 2021 22:51:01 +0200 Goffi jp (pubsub/delete): make notification the default, `--notify` option is replaced by `--no-notification`
Thu, 29 Jul 2021 22:51:01 +0200 Goffi jp (base): add flag for `use_pubsub` to add cache skipping option
Thu, 29 Jul 2021 22:51:01 +0200 Goffi tools (common/date_utils): accept more units (shortcuts) + fix timezone when date with relative delta is used
Thu, 29 Jul 2021 22:51:01 +0200 Goffi plugin XEP-0277: pubsub cache analyser implementation
Thu, 29 Jul 2021 22:51:01 +0200 Goffi plugin pubsub cache: Pubsub Caching implementation
Thu, 29 Jul 2021 22:51:01 +0200 Goffi core (memory/sqla): generic methods to add and delete ORM objects directly
Thu, 29 Jul 2021 22:51:01 +0200 Goffi core (memory/sqla): methods to manipulate pubsub tables
Thu, 29 Jul 2021 22:50:57 +0200 Goffi migration: script to create pubsub caching tables
Thu, 29 Jul 2021 21:38:37 +0200 Goffi core (memory/sqla_mapping): mapping for PubsubNode and PubsubItem (will be used for caching)
Thu, 29 Jul 2021 21:30:32 +0200 Goffi plugin XEP-0059: new `getNextRequest` method to generate request to retrieve next page
Thu, 29 Jul 2021 21:28:48 +0200 Goffi plugin XEP-0277: ignore `max_items` if `rsm_request` is set
Thu, 29 Jul 2021 17:28:02 +0200 Goffi plugin XEP-0060: fix notification handling in `retractItems`
Thu, 29 Jul 2021 17:26:59 +0200 Goffi plugin XEP-0060: add trigger points
Thu, 29 Jul 2021 17:10:36 +0200 Goffi plugin XEP-0060: events callbacks can now be sync or async
Thu, 29 Jul 2021 15:54:54 +0200 Goffi plugin XEP-0060: handle purge notifications