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

andytaylor pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis-console.git


    from bbd7a6c  [maven-release-plugin] prepare for next development iteration
     new d55e295  ARTEMIS-5569 Include Monaco editor scripts locally
     new 1e636d3  Overload correct loader
     new 8ae6ae0  Reorganize dependencies
     new 5cc0968  Dependencies fixed
     new 9837f09  Extract workers
     new a7f72e0  ARTEMIS-5443: Upgrade to yarn 4.9.2 and update yarn 
information in DEV.md
     new a496031  ARTEMIS-5577: Adjust dev/peer dependencies for upcoming 
@hawtio/react 1.10.0
     new 5c402a9  ARTEMIS-5577: Switch to dynamic Hawtio plugin registration 
and initialization UI
     new 8befb65  ARTEMIS-5546: Prevent rejected promises initialized in 
ArtemisService
     new 65b66a8  ARTEMIS-5497: Synchronizing model changes on layout animation
     new 14c7826  ARTEMIS-5580: Separate initialization and UI code
     new be2898d  [build] With DISABLE_WS=1 webpack will start without hot 
reload
     new 4166270  ARTEMIS-5443: Upgrade to @hawtio/react 1.10.0
     new 67f7eaf  ARTEMIS-5577: Update "resolutions" to latest versions
     new 922179c  [build] Use latest xml-formatter
     new 322653d  ARTEMIS-5569: Use @hawtio/react 1.10.1 and do not bundle 
@monaco-editor/react
     new 2a6ea0d  ARTEMIS-5600: Do not import _all_ icons from 
@patternfly/react-icons. Only the needed ones
     new de23e48  [build] Fix typescript errors
     new 431b645  [build] Use corepack with frontend-maven-plugin and newer (a 
bit) node.js version to fix the build
     new 89325f2  ARTEMIS-5443: Upgrade to yarn 4.9.3
     new 5c0813e  ARTEMIS-5443: Upgrade to Hawtio 1.10.2 and Jolokia.js 2.3.0

The 21 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:
 .gitignore                                         |   13 +-
 .../.yarn/plugins/@yarnpkg/plugin-licenses.cjs     |   49 +
 .../releases/{yarn-4.9.1.cjs => yarn-4.9.3.cjs}    |  724 +-
 .../artemis-extension/.yarnrc.yml                  |   16 +-
 artemis-console-extension/artemis-extension/DEV.md |  125 +-
 .../artemis-extension/app/package.json             |   48 +-
 .../artemis-extension/app/src/bootstrap.tsx        |   72 +-
 .../artemis-extension/app/src/index.css            |   46 +
 .../artemis-extension/app/src/index.ts             |    3 +
 .../artemis-extension/app/webpack.config.cjs       |   39 +-
 .../artemis-extension/package.json                 |   93 +-
 .../packages/artemis-console-plugin/jest.config.ts |   51 +-
 .../artemis-console-plugin/jsdom-test-env.ts       |   42 +-
 .../packages/artemis-console-plugin/package.json   |   92 +-
 .../artemis-console-plugin/src/ArtemisHeader.tsx   |    2 +-
 .../src/ArtemisJMXContent.tsx                      |    2 +-
 .../src/ArtemisPreferences.tsx                     |    2 +-
 .../src/__mocks__/{keycloak.js => keycloak-js.js}  |    0
 .../src/__mocks__/{d3.js => monaco-editor.js}      |    0
 .../src/__mocks__/monacoEditor.js                  |   21 -
 .../{react-icons.js => react-markdown.js}          |    0
 .../src/__mocks__/react-topology.js                |   17 -
 .../src/addresses/AddressesTable.tsx               |    2 +-
 .../src/addresses/CreateAddress.tsx                |    2 +-
 .../src/addresses/DeleteAddress.tsx                |    4 +-
 .../src/artemis-preferences-service.ts             |    3 +
 .../src/artemis-service.test.ts                    |   20 +-
 .../artemis-console-plugin/src/artemis-service.ts  |   39 +-
 .../src/brokers/BrokerDiagram.tsx                  |   61 +-
 .../artemis-console-plugin/src/config-manager.ts   |   61 +-
 .../packages/artemis-console-plugin/src/index.ts   |   85 +-
 .../src/jolokia-availability.test.ts               |   48 +-
 .../src/messages/MessagesTable.tsx                 |    2 +-
 .../src/messages/QueueSelect.tsx                   |    2 +-
 .../src/messages/SendMessage.tsx                   |   11 +-
 .../artemis-console-plugin/src/plugin-ui.ts}       |    5 +-
 .../src/queues/CreateQueue.tsx                     |    4 +-
 .../src/queues/DeleteQueue.tsx                     |    2 +-
 .../src/queues/QueuesView.tsx                      |    2 +-
 .../artemis-console-plugin/src/setupTests.ts       |  317 +-
 .../artemis-console-plugin/src/status/Status.tsx   |   10 +-
 .../src/table/ArtemisTable.tsx                     |    2 +-
 .../src/views/ArtemisJMXTabView.tsx                |    3 +-
 .../artemis-extension/yarn.lock                    | 9217 ++++++++------------
 artemis-console-extension/pom.xml                  |   14 +-
 pom.xml                                            |    5 +-
 46 files changed, 4973 insertions(+), 6405 deletions(-)
 create mode 100644 
artemis-console-extension/artemis-extension/.yarn/plugins/@yarnpkg/plugin-licenses.cjs
 rename 
artemis-console-extension/artemis-extension/.yarn/releases/{yarn-4.9.1.cjs => 
yarn-4.9.3.cjs} (52%)
 rename 
artemis-console-extension/artemis-extension/packages/artemis-console-plugin/src/__mocks__/{keycloak.js
 => keycloak-js.js} (100%)
 rename 
artemis-console-extension/artemis-extension/packages/artemis-console-plugin/src/__mocks__/{d3.js
 => monaco-editor.js} (100%)
 delete mode 100644 
artemis-console-extension/artemis-extension/packages/artemis-console-plugin/src/__mocks__/monacoEditor.js
 rename 
artemis-console-extension/artemis-extension/packages/artemis-console-plugin/src/__mocks__/{react-icons.js
 => react-markdown.js} (100%)
 delete mode 100644 
artemis-console-extension/artemis-extension/packages/artemis-console-plugin/src/__mocks__/react-topology.js
 copy artemis-console-extension/artemis-extension/{app/src/react-app-env.d.ts 
=> packages/artemis-console-plugin/src/plugin-ui.ts} (81%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to