You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2023/01/12 21:49:56 UTC

[streampipes-website] branch master updated (df2851e1 -> ce8426c2)

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/streampipes-website.git


    from df2851e1 Merge remote-tracking branch 'origin/master'
     add d6809819 docs: Add documentation for functions (apache/streampipes#751)
     add 90385e70 remove pointers to jira (#35)
     add bad3623f Bump decode-uri-component from 0.2.0 to 0.2.2 in /documentation/website (#38)
     add e3c38cae Update tutorials (apache/streampipes#769)
     add d2028893 Add missing field extraction to processor tutorial (apache/streampipes#800)
     add 33161694 added workflow for PR validation (#40)
     add ac0f2db4 Bump express from 4.17.1 to 4.18.2 in /documentation/website (#41)
     add 337525ae Bump qs from 6.5.2 to 6.5.3 in /documentation/website (#39)
     add 431a547f add new member Xin Wang
     add 02c19cc4 Merge pull request #44 from vesense/dev
     add edefd5e8 Chore/configure dependabot for streampipes-website (#42)
     add 7de180c4 Bump json5 from 2.2.0 to 2.2.3 in /documentation/website (#43)
     add 1cf8d025 Bump ejs from 3.1.3 to 3.1.7 (#49)
     add dd90bbc9 Bump node-sass from 7.0.3 to 8.0.0 (#50)
     add dcb06ac0 Bump decode-uri-component from 0.2.0 to 0.2.2 (#45)
     add e52c94c4 Bump got and harp (#47)
     add ce8426c2 Add Matomo to website and docs

No new revisions were added by this update.

Summary of changes:
 .github/PULL_REQUEST_TEMPLATE.md                   |    6 +-
 .htaccess => .github/dependabot.yaml               |   21 +-
 .github/workflows/pr-validation.yml                |   27 +
 .gitignore                                         |    2 -
 documentation/docs/06_extend-cli.md                |    2 +-
 documentation/docs/06_extend-sdk-functions.md      |  125 +
 .../docs/06_extend-tutorial-data-processors.md     |   38 +-
 .../docs/06_extend-tutorial-data-sinks.md          |    8 +-
 .../docs/06_extend-tutorial-data-sources.md        |   23 +-
 documentation/docs/09_contribute.md                |    4 +-
 documentation/docs/09_get-help.md                  |    4 +-
 documentation/website/i18n/en.json                 |    6 +-
 documentation/website/package-lock.json            |  710 +--
 documentation/website/pages/en/versions.js         |    4 +-
 documentation/website/sidebars.json                |   30 +-
 documentation/website/siteConfig.js                |    7 +-
 .../website/static/js/matomo.js                    |   39 +-
 package-lock.json                                  | 5800 ++++++++++++++++++++
 package.json                                       |    6 +-
 website/getinvolved.ejs                            |    2 +-
 website/partials/_meta.ejs                         |   15 +
 website/partials/_nav.ejs                          |    2 +-
 website/team.ejs                                   |   13 +
 23 files changed, 6471 insertions(+), 423 deletions(-)
 copy .htaccess => .github/dependabot.yaml (65%)
 create mode 100644 .github/workflows/pr-validation.yml
 create mode 100644 documentation/docs/06_extend-sdk-functions.md
 copy website/css/team.css => documentation/website/static/js/matomo.js (54%)
 create mode 100644 package-lock.json