Alain Sahli

Results 10 issues of Alain Sahli

Instead of providing the requested page structure in Confluence via the folder based source documentation structure, provide support for splitting the AsciiDoc sources by heading levels. This would allow to...

feature

The current API is rather low-level and forces build tools to instantiate and link all the required components (`ConfluenceRestClient`, `ConfluencePublisher` and `AsciidocConfluenceConverter`). Ideally tools should only provide a `AsciidocPagesStructureProvider` and...

feature

As for now the pages are ordered as per page creation order. It would be good to have a way to define the order of the pages. Note: this could...

feature
blocked

During publication one could find out which pages where updated and automatically create a changelog page listing all the changes and linking them to diff view of confluence

feature

Lists with checkboxes could be pushed to Confluence as `ac:task`.

feature

Support referencing users when writing `@username`.

feature

As for now the target space must already exist in confluence. It would be helpful in some cases when the space would be created automatically.

feature

Provide a solution for adding context information on pages. Ideally one could define some dynamic text that's added in the footer of every page (i.e. GIT hash or version).

feature

It would be helpful to have the possibility to merge documentations from different location into one consolidated documentation (i.e. when one want to split the documentation per sub-module and publish...

feature

This issue is related to #67. Ideally the region of the SQS queue can be defined on every listener method. ``` java @SqsListener(value = "queue", region = "us-east-1") public void...

status: waiting-for-triage
type: enhancement
component: sqs