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

wu-sheng pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-horizon-ui.git


    from 6d84d7b  auth: boot-and-warn when no users / no LDAP configured; 
surface state on login page
     new 961513b  build: real packages/* builds + self-contained dist + copy-in 
image (no compile in image)
     new 1fd9659  logging: treat local `node dist/server.js` as production 
(quiet); only `pnpm dev` is dev

The 2 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:
 pnpm-workspace.yaml => .dockerignore       |  13 ++-
 .github/workflows/publish-image.yaml       |  25 +++++-
 Dockerfile                                 |  82 +++++++-----------
 README.md                                  |  39 +++++++--
 apps/bff/package.json                      |   5 +-
 apps/bff/src/logger.ts                     |  24 +++++-
 apps/bff/src/logic/layers/loader.ts        |   5 ++
 apps/bff/src/logic/overview/loader.ts      |   1 +
 apps/bff/src/rbac/route-policy.ts          |  12 +--
 apps/bff/src/server.ts                     |  19 +++--
 docs/setup/container-image.md              |  56 ++++++++++++-
 package.json                               |   4 +-
 packages/api-client/package.json           |  14 +++-
 packages/api-client/tsconfig.build.json    |  16 ++++
 packages/design-tokens/package.json        |  14 +++-
 packages/design-tokens/tsconfig.build.json |  16 ++++
 packages/templates/package.json            |  13 ++-
 packages/templates/tsconfig.build.json     |  16 ++++
 scripts/package.mjs                        | 130 +++++++++++++++++++++++++++++
 19 files changed, 414 insertions(+), 90 deletions(-)
 copy pnpm-workspace.yaml => .dockerignore (71%)
 create mode 100644 packages/api-client/tsconfig.build.json
 create mode 100644 packages/design-tokens/tsconfig.build.json
 create mode 100644 packages/templates/tsconfig.build.json
 create mode 100644 scripts/package.mjs

Reply via email to