You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by gi...@apache.org on 2023/04/03 08:50:27 UTC

[iotdb-web-workbench] branch dependabot/npm_and_yarn/frontend/flat-and-vue/cli-plugin-unit-mocha-5.0.2 updated (0b4b582 -> daa3204)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/frontend/flat-and-vue/cli-plugin-unit-mocha-5.0.2
in repository https://gitbox.apache.org/repos/asf/iotdb-web-workbench.git


 discard 0b4b582  build(deps): bump flat and @vue/cli-plugin-unit-mocha in /frontend
     add 83c5ef9  fix(JWTToken): sign secret move to properties (#42)
     add d55a9c0  doc: doc for casdoor (#47)
     add 41fa1ec  fix(log):replace log4j by logback (#45)
     add a826769  feat: node version (#48)
     add daa3204  build(deps): bump flat and @vue/cli-plugin-unit-mocha in /frontend

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0b4b582)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/frontend/flat-and-vue/cli-plugin-unit-mocha-5.0.2 (daa3204)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/frontend.yml                     |    12 +-
 .gitignore                                         |     1 +
 README.md                                          |     4 +-
 README_zh.md                                       |     4 +-
 backend/doc/deploy.md                              |     2 +
 backend/doc/image/editApplication.png              |   Bin 0 -> 54525 bytes
 backend/doc/image/editOrganization.png             |   Bin 0 -> 31720 bytes
 backend/doc/image/frontSwitch.png                  |   Bin 0 -> 6607 bytes
 backend/doc/image/iotdb.gif                        |   Bin 0 -> 474719 bytes
 backend/pom.xml                                    |    12 +-
 .../java/org/apache/iotdb/admin/tool/JJwtTool.java |    47 +-
 .../src/main/resources/application-dev.properties  |     7 +-
 .../src/main/resources/application-prod.properties |     7 +-
 .../src/main/resources/application-test.properties |     8 +-
 backend/src/main/resources/log4j2-prod.xml         |   119 -
 backend/src/main/resources/log4j2.xml              |   119 -
 backend/src/main/resources/logback.xml             |   122 +
 casdoor.md                                         |    80 +
 frontend/package-lock.json                         | 32647 +++++++++++++++----
 package-lock.json                                  |     3 -
 20 files changed, 27395 insertions(+), 5799 deletions(-)
 create mode 100644 backend/doc/image/editApplication.png
 create mode 100644 backend/doc/image/editOrganization.png
 create mode 100644 backend/doc/image/frontSwitch.png
 create mode 100644 backend/doc/image/iotdb.gif
 delete mode 100644 backend/src/main/resources/log4j2-prod.xml
 delete mode 100644 backend/src/main/resources/log4j2.xml
 create mode 100644 backend/src/main/resources/logback.xml
 create mode 100644 casdoor.md
 delete mode 100644 package-lock.json