The GitHub Actions job "CI" on rocketmq-dashboard.git/rocketmq-studio has 
failed.
Run started by GitHub user lizhimins (triggered by lizhimins).

Head commit for run:
6fd76578a90daa5bbde7c79dfc1ed90fce7a8168 / lizhimins <[email protected]>
refactor(server): standardize database schema with numeric auto-increment keys 
(#2317)

* chore(deploy): fix maven container ownership, npm registry and deploy docs

- run the maven build container as the invoking user so build artifacts
  do not end up owned by root
- pin npm ci to the npmmirror registry in web/Dockerfile
- document the local maven wrapper image workaround in the deploy skill

* refactor(server): standardize database schema with numeric auto-increment keys

- every table now starts with id bigint(20) unsigned auto_increment plus
  gmt_create/gmt_modified as the fixed 2nd/3rd columns; drop varchar UUID
  primary keys and created_at/updated_at
- rename rmq_topic to rmq_instance_topic, rmq_group to rmq_instance_group,
  rmq_message_query to rmq_instance_message, rmq_trace_query to 
rmq_instance_trace
- switch entities, repositories, services, VOs and DTOs from String to Long ids
  and remove all UUID generation; move the ACL default-permission marker from
  id suffixes to resource_pattern, resolve the settings singleton by first row,
  keep ds_key as the data source business key, and add InstanceIds/EntityIds
  helpers bridging String API parameters to numeric ids

Report URL: 
https://github.com/apache/rocketmq-dashboard/actions/runs/32023117149

With regards,
GitHub Actions via GitBox

Reply via email to