[
https://issues.apache.org/jira/browse/ARTEMIS-4680?focusedWorklogId=935045&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-935045
]
ASF GitHub Bot logged work on ARTEMIS-4680:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 17/Sep/24 12:30
Start Date: 17/Sep/24 12:30
Worklog Time Spent: 10m
Work Description: andytaylor commented on code in PR #31:
URL:
https://github.com/apache/activemq-artemis-console/pull/31#discussion_r1763157725
##########
Releasing.md:
##########
@@ -0,0 +1,154 @@
+## Generating the licenses for the NPM dependencies
+
+Before a release can be the npm license need to be updated with any new
dependencies. This file is found under
`artemis-console-distribution/src/main/resources/licenses/NPMLicenses.txt`.
+
+This is done using the NPM
[yarn-plugin-licenses](https://github.com/mhassan1/yarn-plugin-licenses)
plugin, you will need to install this if you havent already.
+
+To regenerate the licenses cd into
`artemis-console-extension/artemis-extension` and run
+
+```shell
+yarn license
+```
+
+Note that a check can be made to identify any possible problematic licenses by
running in the `artemis-console-extension/artemis-extension` directory:
+
+```shell
+npx license-checker --out licenses.csv --csv --onlyAllow
"Apache-2.0;ISC;MIT;CC0-1.0;BSD-2-Clause;BSD-3-Clause;Python-2.0;UNLICENSED;MPL-2.0;CC-BY-4.0;Unlicense;0BSD"
+```
+
+dependencies marked as unlicensed will need to be manually checked.
+
+## Checking out a new empty git repository
+
+Before starting make sure you clone a brand new git as follows as the release
plugin will use the upstream for pushing the tags:
+
+```sh
+git clone https://github.com/apache/activemq-artemis-console.git
+cd activemq-artemis-console
+
+git remote add upstream
https://gitbox.apache.org/repos/asf/activemq-artemis-console.git
Review Comment:
changed as suggested
Issue Time Tracking
-------------------
Worklog Id: (was: 935045)
Time Spent: 13.5h (was: 13h 20m)
> Upgrade the console to use HawtIO 4
> -----------------------------------
>
> Key: ARTEMIS-4680
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4680
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Components: Web Console
> Reporter: Andy Taylor
> Assignee: Andy Taylor
> Priority: Major
> Fix For: console-1.0.0
>
> Time Spent: 13.5h
> Remaining Estimate: 0h
>
> The current console is based upon HawtIO 1 which in turn is built on
> Bootstrap. Bootstrap is old and no longer actively being maintained.
>
> This improvement is to migrate the current console to use HawtIO 4 which i
> based on Typescript, react and Patternfly.
>
> As it can run standalone and be built seperately, this will be released
> independently from [https://github.com/apache/activemq-artemis-console] and
> the output later consumed in Artemis releases (similar to artemis-native).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact