This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/artemis-console-extension/artemis-extension/tar-7.5.6
in repository https://gitbox.apache.org/repos/asf/artemis-console.git
omit d187208 Bump tar in /artemis-console-extension/artemis-extension
add aa46c52 ARTEMIS-5850 consolidate web console docs
add 7417428 Bump tar in /artemis-console-extension/artemis-extension
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 (d187208)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/artemis-console-extension/artemis-extension/tar-7.5.6
(7417428)
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:
LICENSE | 10 +
Releasing.md | 17 +-
.../artemis-extension/app/package.json | 5 +-
.../artemis-extension/app/public/hawtconfig.json | 2 +-
artemis-console-website/pom.xml | 101 +
docs/user-manual/css/LICENSE-font-awesome-css.txt | 23 +
docs/user-manual/css/font-awesome.css | 2337 +++++++++++++++++
.../fonts/LICENSE-font-awesome-fonts.txt | 97 +
docs/user-manual/fonts/fontawesome-webfont.eot | Bin 0 -> 165742 bytes
docs/user-manual/fonts/fontawesome-webfont.svg | 2671 ++++++++++++++++++++
docs/user-manual/fonts/fontawesome-webfont.ttf | Bin 0 -> 165548 bytes
docs/user-manual/fonts/fontawesome-webfont.woff | Bin 0 -> 98024 bytes
docs/user-manual/fonts/fontawesome-webfont.woff2 | Bin 0 -> 77160 bytes
docs/user-manual/images/add_connection.png | Bin 0 -> 80804 bytes
docs/user-manual/images/addresses_tab.png | Bin 0 -> 73573 bytes
docs/user-manual/images/artemis_jmx_tree.png | Bin 0 -> 161642 bytes
docs/user-manual/images/broker_diagram_tab.png | Bin 0 -> 117831 bytes
docs/user-manual/images/browse_messages.png | Bin 0 -> 149294 bytes
docs/user-manual/images/connections_tab.png | Bin 0 -> 72356 bytes
docs/user-manual/images/console-artemis-plugin.png | Bin 0 -> 106167 bytes
docs/user-manual/images/consumers_tab.png | Bin 0 -> 99590 bytes
docs/user-manual/images/management_views.png | Bin 0 -> 18370 bytes
docs/user-manual/images/producers_tab.png | Bin 0 -> 85032 bytes
docs/user-manual/images/queues_tab.png | Bin 0 -> 94152 bytes
docs/user-manual/images/sessions_tab.png | Bin 0 -> 82131 bytes
docs/user-manual/images/utility_menu.png | Bin 0 -> 17024 bytes
docs/user-manual/index.adoc | 395 +++
pom.xml | 4 +
28 files changed, 5651 insertions(+), 11 deletions(-)
create mode 100644 artemis-console-website/pom.xml
create mode 100644 docs/user-manual/css/LICENSE-font-awesome-css.txt
create mode 100644 docs/user-manual/css/font-awesome.css
create mode 100644 docs/user-manual/fonts/LICENSE-font-awesome-fonts.txt
create mode 100644 docs/user-manual/fonts/fontawesome-webfont.eot
create mode 100644 docs/user-manual/fonts/fontawesome-webfont.svg
create mode 100644 docs/user-manual/fonts/fontawesome-webfont.ttf
create mode 100644 docs/user-manual/fonts/fontawesome-webfont.woff
create mode 100644 docs/user-manual/fonts/fontawesome-webfont.woff2
create mode 100644 docs/user-manual/images/add_connection.png
create mode 100644 docs/user-manual/images/addresses_tab.png
create mode 100644 docs/user-manual/images/artemis_jmx_tree.png
create mode 100644 docs/user-manual/images/broker_diagram_tab.png
create mode 100644 docs/user-manual/images/browse_messages.png
create mode 100644 docs/user-manual/images/connections_tab.png
create mode 100644 docs/user-manual/images/console-artemis-plugin.png
create mode 100644 docs/user-manual/images/consumers_tab.png
create mode 100644 docs/user-manual/images/management_views.png
create mode 100644 docs/user-manual/images/producers_tab.png
create mode 100644 docs/user-manual/images/queues_tab.png
create mode 100644 docs/user-manual/images/sessions_tab.png
create mode 100644 docs/user-manual/images/utility_menu.png
create mode 100644 docs/user-manual/index.adoc
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]