This is an automated email from the ASF dual-hosted git repository.
shuber pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git.
from fd0edbb Fixed NPE handling for newEntry.getValue
add b367c08 UNOMI-208 Improve Unomi documentation - Add configuration to
generate Swagger documentation for Privacy service and Salesforce REST service
documentation using the JAX RS Analyzer Maven plugin - Improvements to
documentation with lots of samples. - Corrections in the request examples
add 94a5ccb Fix steps title
new c3be6e2 This closes pull request number #91
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
extensions/privacy-extension/rest/pom.xml | 21 ++
.../unomi/privacy/rest/PrivacyServiceEndPoint.java | 1 +
extensions/salesforce-connector/rest/pom.xml | 16 +
.../org/apache/unomi/sfdc/rest/SFDCEndPoint.java | 1 +
manual/src/main/asciidoc/actions.adoc | 69 +++++
manual/src/main/asciidoc/concepts.adoc | 208 ++++++++++++-
manual/src/main/asciidoc/conditions.adoc | 103 +++++++
.../main/asciidoc/how-profile-tracking-works.adoc | 34 ++
.../src/main/asciidoc/images/unomi-rule-engine.png | Bin 0 -> 134094 bytes
manual/src/main/asciidoc/index.adoc | 14 +
manual/src/main/asciidoc/privacy.adoc | 80 +++++
manual/src/main/asciidoc/recipes.adoc | 343 +++++++++++++++++++++
manual/src/main/asciidoc/request-examples.adoc | 3 +-
13 files changed, 878 insertions(+), 15 deletions(-)
create mode 100644 manual/src/main/asciidoc/actions.adoc
create mode 100644 manual/src/main/asciidoc/conditions.adoc
create mode 100644 manual/src/main/asciidoc/how-profile-tracking-works.adoc
create mode 100644 manual/src/main/asciidoc/images/unomi-rule-engine.png
create mode 100644 manual/src/main/asciidoc/privacy.adoc
create mode 100644 manual/src/main/asciidoc/recipes.adoc