log

age author description
Thu, 30 Sep 2021 10:33:09 +0200 Goffi misc (.hgignore): exlude e2e tests reports
Thu, 30 Sep 2021 10:32:04 +0200 Goffi install (setup): set minimum version of `python-dateutil` to `2.8.1`:
Thu, 30 Sep 2021 10:30:43 +0200 Goffi plugin XEP-0054: fix wrongly used `await`:
Mon, 27 Sep 2021 08:29:09 +0200 Goffi component AP gateway: fix wrong operator when testing HTTP code
Sun, 26 Sep 2021 16:41:58 +0200 Goffi doc (components): base documentation for AP Gateway:
Sun, 26 Sep 2021 16:41:55 +0200 Goffi comp AP Gateway: ActivityPub Component first draft:
Sun, 26 Sep 2021 16:41:49 +0200 Goffi merge bookmark `@`
Sun, 26 Sep 2021 16:38:40 +0200 Goffi plugin XEP-0277: import `SatXMPPEntity` from core_types
Sun, 26 Sep 2021 16:38:34 +0200 Goffi core (core_types): add `jid` to `SatXMPPEntity`
Sun, 26 Sep 2021 16:38:00 +0200 Goffi doc: components documentation:
Sun, 26 Sep 2021 16:35:56 +0200 Goffi component (file-sharing): use `file-sharing` instead of `file_sharing`:
Sun, 26 Sep 2021 16:35:49 +0200 Goffi jp (common): add neovim (`nvim`) default arguments
Wed, 08 Sep 2021 18:00:02 +0200 Goffi merge bookmark `@`
Wed, 08 Sep 2021 17:58:48 +0200 Goffi tests (e2e/CLI): tests for Pubsub Cache Search
Wed, 08 Sep 2021 17:58:48 +0200 Goffi core (memory/sqla): fix `fileUpdate`
Wed, 08 Sep 2021 17:58:48 +0200 Goffi plugin XEP-0384: fix calls outside of main thread:
Wed, 08 Sep 2021 17:58:48 +0200 Goffi docker (e2e): add `pytest-twisted` to image
Wed, 08 Sep 2021 17:58:48 +0200 Goffi doc (cli/pubsub_cache): `search` command documentation:
Wed, 08 Sep 2021 17:58:48 +0200 Goffi doc (cli/pubsub_cache): add a warning for `reset`
Wed, 08 Sep 2021 17:58:48 +0200 Goffi CLI (pubsub/cache): `search` implementation
Wed, 08 Sep 2021 17:58:48 +0200 Goffi CLI: move `format_time` to `common` + add timezone
Wed, 08 Sep 2021 17:58:48 +0200 Goffi plugin pubsub cache: implement `psCacheSearch`
Wed, 08 Sep 2021 17:58:48 +0200 Goffi core (memory/slqa): implement `getProfileById`
Wed, 08 Sep 2021 17:58:48 +0200 Goffi memory (sqla): implement `searchPubsubItems`:
Wed, 08 Sep 2021 17:58:48 +0200 Goffi db (schema): create virtual table for FTS + migration
Wed, 08 Sep 2021 17:57:28 +0200 Goffi tests (e2e): print revision used in `run_e2e`
Wed, 08 Sep 2021 11:20:37 +0200 Goffi merge bookmark `@`
Thu, 29 Jul 2021 22:51:01 +0200 Goffi tools (common/async_process): remove useless encoding + use full path for command:
Wed, 08 Sep 2021 11:18:01 +0200 Goffi tests (e2e/cli): update JSON and XML outputs following changes in Libervia CLI
Wed, 08 Sep 2021 11:17:51 +0200 Goffi test (e2e/cli): use `max_items` instead of `max` when retrieving blog items:
Wed, 08 Sep 2021 11:17:43 +0200 Goffi tests (e2e/web): fix test files paths following global name change
Wed, 08 Sep 2021 11:17:34 +0200 Goffi tests (e2e): fix names in `run_e2e` script, following global name change.
Wed, 08 Sep 2021 11:17:19 +0200 Goffi plugin misc file: fix `getDestDir` returning a Deferred in a coroutine
Wed, 08 Sep 2021 11:17:13 +0200 Goffi plugin android: use `callFromThread` instead of `callLater`:
Wed, 08 Sep 2021 11:17:04 +0200 Goffi core (memory/persistent): implement `__repr__` (via `__str__`)
Wed, 08 Sep 2021 11:16:52 +0200 Goffi plugin XEP-0353: fix jingle initiation on disco "Service Unavailable" error:
Wed, 08 Sep 2021 11:16:48 +0200 Goffi plugin XEP-0353: fix plugin modes
Wed, 08 Sep 2021 11:16:35 +0200 Goffi core (main): check plugin modes and skip pluggin/log an error if value is invalid
Wed, 08 Sep 2021 11:16:29 +0200 Goffi core (sat_main): fix the "Could not initialize backend" error logging
Wed, 08 Sep 2021 11:16:21 +0200 Goffi bridge (dbus/frontend): reintrospect signature in case of guess error:
Wed, 08 Sep 2021 11:16:00 +0200 Goffi docker: set `DBUS_SESSION_BUS_ADDRESS` so that it uses remote TCP with local fallback:
Wed, 08 Sep 2021 11:15:54 +0200 Goffi docker: fixes following global renaming
Wed, 08 Sep 2021 11:15:41 +0200 Goffi doc (contributing): typo
Wed, 08 Sep 2021 11:15:24 +0200 Goffi doc (contributing): fix `docker-compose-e2e.yml` spelling
Wed, 08 Sep 2021 11:14:53 +0200 Goffi plugin XEP-0277: use `common.uri` to parse comment URIs
Wed, 08 Sep 2021 11:14:47 +0200 Goffi tools (common/uri): fix uri parsing for Python 3.9+
Wed, 08 Sep 2021 11:14:17 +0200 Goffi docker: Libervia revision can now be specified:
Wed, 08 Sep 2021 11:13:35 +0200 Goffi CLI: use global constants for output names
Wed, 01 Sep 2021 15:25:02 +0200 Goffi core (memory/sql_mapping): remove autoincrement:
Wed, 01 Sep 2021 15:24:59 +0200 Goffi core (memory/sqla): fix key/value inversion in self.profiles
Wed, 01 Sep 2021 13:47:17 +0200 Goffi merge branche "@"
Wed, 01 Sep 2021 13:46:43 +0200 Goffi cli: call `bridge.getReady()` after bridge connection
Sat, 28 Aug 2021 15:32:58 +0200 Goffi merge branche "@"
Sat, 28 Aug 2021 15:26:02 +0200 Goffi bridge: bridge can now be set using environment variable:
Fri, 27 Aug 2021 15:27:14 +0200 Goffi install (setup): modified sat_tmp version specifier to also match `0.9.dev0`
Fri, 27 Aug 2021 14:59:47 +0200 Goffi doc: minor typo
Fri, 27 Aug 2021 14:51:40 +0200 Goffi merge branche "@"
Fri, 27 Aug 2021 14:48:39 +0200 Goffi tests (run_e2e): update tmp dir prefix following name change
Fri, 27 Aug 2021 14:48:38 +0200 Goffi tools (common/date_utils): parse `now` alone (when used without relative delta)
Fri, 27 Aug 2021 14:48:29 +0200 Goffi doc (configuration): add `public_url` in config sample
Fri, 27 Aug 2021 14:46:56 +0200 Goffi doc (overview): comment mentions of web app (not relevant anymore, for now) + web frontend name change
Fri, 27 Aug 2021 14:46:52 +0200 Goffi CLI: fix section used for config following name change
Fri, 27 Aug 2021 08:49:45 +0200 Goffi install (setup): update `sat_tmp` version
Mon, 02 Aug 2021 21:52:17 +0200 Goffi tests: pubsub cache tests
Mon, 02 Aug 2021 21:52:17 +0200 Goffi tests: unit tests preparation with some fixtures
Mon, 02 Aug 2021 21:52:17 +0200 Goffi misc: add a `dev-requirements.txt` file
Mon, 02 Aug 2021 21:52:17 +0200 Goffi core (memory/sqla): minor docstring line lenght fix
Mon, 02 Aug 2021 21:52:17 +0200 Goffi plugin text syntaxes: remove side effect on init:
Mon, 02 Aug 2021 21:52:17 +0200 Goffi plugin pubsub cache: use `asDeferred` with `match_cb`
Mon, 02 Aug 2021 21:52:17 +0200 Goffi jp (pubsub/cache/purge): fix conflict with `subtype` short option
Mon, 02 Aug 2021 21:52:17 +0200 Goffi plugin XEP-0059: don't show warning message when <last> is missing if there is not message
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
Wed, 28 Jul 2021 23:01:15 +0200 Goffi plugin XEP-0060: getItems extra is now serialised dict
Wed, 28 Jul 2021 22:15:31 +0200 Goffi core (xmpp): renamed `SatRosterProtocol.presenceSubscribed` to `isSubscribedFrom` (and added `isSubscribedTo`)
Wed, 30 Jun 2021 16:19:14 +0200 Goffi plugin XEP-0060: `getItem(s)`, `publish` and `(un)subscribe` are now coroutines
Sun, 27 Jun 2021 00:15:40 +0200 Goffi core (memory/sqla_mapping): fix some technical debt: sqlalchemy
Fri, 25 Jun 2021 17:55:23 +0200 Goffi core (memory/sqla): database migration using Alembic:
Fri, 25 Jun 2021 10:17:34 +0200 Goffi memory (storage): adjustements to SQLAlchemy mapping to match current state of database
Fri, 18 Jun 2021 18:19:23 +0200 Goffi merge changes from main branch
Fri, 18 Jun 2021 15:15:13 +0200 Goffi Added tag v0.8.0b1 for changeset efe2445b053c
Fri, 18 Jun 2021 15:10:33 +0200 Goffi v0.8.0b1 release v0.8.0b1
Fri, 18 Jun 2021 15:08:40 +0200 Goffi install: fix pygobject dependency
Fri, 18 Jun 2021 14:44:01 +0200 Goffi /!\ package is being renamed to libervia-backend following global name change /!\
Fri, 18 Jun 2021 14:38:51 +0200 Goffi install: set upper limit for dependencies versions
Fri, 18 Jun 2021 13:03:32 +0200 Goffi misc: added freedesktop metadata files
Thu, 17 Jun 2021 13:05:58 +0200 Goffi merge changes from main branch
Thu, 17 Jun 2021 10:35:42 +0200 Goffi core (memory/cache): don't crash on EOFError in getMetadata
Wed, 16 Jun 2021 13:49:26 +0000 Weblate i18n: Added translation using Weblate (Slovak)
Tue, 15 Jun 2021 15:05:12 +0200 Goffi i18n: update French catalog
Mon, 14 Jun 2021 18:37:25 +0200 Goffi i18n: extraction update
Mon, 14 Jun 2021 18:35:12 +0200 Goffi core, frontends: fix invalid translatable strings.