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

skrawcz pushed a change to branch stefan/update-package-names
in repository https://gitbox.apache.org/repos/asf/hamilton.git


    omit fcc7ad85 Use FLIT_USE_VCS environment variable instead of --no-use-vcs 
flag
    omit c02da86b Remove obsolete setup.py and setup.cfg files
    omit 1c0531f2 Add -src suffix to source tarball names
    omit 2d3baede Update apache_release_helper.py to support per-package builds
    omit 45d9cc1f Convert sf-hamilton-ui to apache-hamilton-ui with flit
    omit ee4ad71e Convert sf-hamilton-contrib to apache-hamilton-contrib with 
flit
    omit a35f69bf Convert sf-hamilton-lsp to apache-hamilton-lsp with flit
    omit 08aff4d9 Convert apache-hamilton-sdk to use flit
    omit 8b05621e Update main package pyproject.toml for flit compatibility
     add b6bd7f21 Bump sqlparse from 0.5.0 to 0.5.4 in /ui/backend/server
     add a49dab35 Bump qs and express in /ui/frontend
     add eac91aa2 Bump jsonpath from 1.1.1 to 1.2.1 in /ui/frontend
     add 353ea200 Bump cryptography from 44.0.1 to 46.0.5 in /ui/backend/server
     add 7095981f Bump ajv from 6.12.6 to 6.14.0 in /contrib/docs
     add c1c67687 Bump webpack from 5.99.9 to 5.105.0 in /ui/frontend
     add ab5d4baf Bump webpack from 5.89.0 to 5.105.0 in 
/dev_tools/vscode_extension
     add d576aae1 Bump django from 4.2.27 to 4.2.28 in /ui/backend/server
     add c40bf92b Bump protobuf from 4.25.8 to 6.33.5 in /ui/backend/server
     add 36931c23 Bump eslint from 8.55.0 to 9.26.0 in /ui/frontend
     add de24202c Bump lodash from 4.17.21 to 4.17.23 in 
/dev_tools/vscode_extension
     add 20167107 Bump lodash from 4.17.21 to 4.17.23 in /contrib/docs
     add 84c1d25f Bump urllib3 from 2.6.0 to 2.6.3 in /ui/backend/server
     add 1bf29b46 Bump aiohttp from 3.12.14 to 3.13.3 in /ui/backend/server
     add 7d831f30 Add Claude Code plugin for AI-assisted Hamilton development 
(#1460)
     add 0a92ce80 Update main package pyproject.toml for flit compatibility
     add 2feb0bc6 Convert apache-hamilton-sdk to use flit
     add 2e4a2849 Convert sf-hamilton-lsp to apache-hamilton-lsp with flit
     add f1e23104 Convert sf-hamilton-contrib to apache-hamilton-contrib with 
flit
     add d64cdc17 Convert sf-hamilton-ui to apache-hamilton-ui with flit
     add d4ce6524 Update apache_release_helper.py to support per-package builds
     add 686bdaa0 Add -src suffix to source tarball names
     add 0a8350d2 Remove obsolete setup.py and setup.cfg files
     add b0647aa5 Use FLIT_USE_VCS environment variable instead of --no-use-vcs 
flag
     add bddbb59c Enhance UI build script following Apache Burr pattern
     add faf0110c Fix infinite rerender loop and React warnings in DAG 
visualization
     add 80bf7742 Upgrade UI to Vite and enhance build system for mini mode

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   (fcc7ad85)
            \
             N -- N -- N   refs/heads/stefan/update-package-names (80bf7742)

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:
 .claude-plugin/CHANGELOG.md                        |    87 +
 .claude-plugin/README.md                           |   257 +
 .claude-plugin/plugin.json                         |    35 +
 .claude-plugin/skills/core/SKILL.md                |   395 +
 .../skills/hamilton-dev-workflow/SKILL.md          |   522 +
 .claude-plugin/skills/integrations/SKILL.md        |   549 +
 .claude-plugin/skills/llm/SKILL.md                 |   507 +
 .claude-plugin/skills/observability/SKILL.md       |   493 +
 .claude-plugin/skills/scale/SKILL.md               |   347 +
 .gitignore                                         |     1 +
 contrib/docs/package-lock.json                     |   108 +-
 contrib/hamilton/contrib/dagworks/author.md        |     2 +-
 dev_tools/vscode_extension/package-lock.json       |   632 +-
 docs/ecosystem/claude-code-plugin.md               |   406 +
 docs/ecosystem/index.md                            |     7 +
 pyproject.toml                                     |     4 +-
 ui/.claude/settings.local.json                     |    11 +
 ui/BUILD.md                                        |   267 +
 ui/admin.py                                        |    56 +-
 ui/backend/MANIFEST.in                             |     4 -
 ui/backend/pyproject.toml                          |     1 +
 ui/backend/server/requirements.txt                 |    12 +-
 ui/backend/server/server/settings.py               |    10 +-
 ui/backend/server/server/urls.py                   |    45 +-
 ui/backend/server/trackingserver_base/api.py       |     1 +
 ui/backend/server/trackingserver_base/apps.py      |     7 +-
 .../backend/tests}/__init__.py                     |     2 +-
 ui/backend/tests/test_build.py                     |   251 +
 ui/frontend/.claude/settings.local.json            |     9 +
 ui/frontend/.env.local                             |    10 +-
 ui/frontend/eslint.config.js                       |    47 +
 ui/frontend/{public => }/index.html                |    30 +-
 ui/frontend/package-lock.json                      | 25505 ++++++-------------
 ui/frontend/package.json                           |    66 +-
 .../{src/react-app-env.d.ts => postcss.config.js}  |     7 +-
 ui/frontend/src/App.tsx                            |     4 +-
 .../src/components/dashboard/Account/Account.tsx   |     2 +-
 ui/frontend/src/components/dashboard/Dashboard.tsx |     4 +-
 .../src/components/dashboard/Project/Project.tsx   |     2 +-
 .../src/components/dashboard/Project/Projects.tsx  |     2 +-
 .../src/components/dashboard/Runs/Run/Run.tsx      |     4 +-
 ui/frontend/src/components/dashboard/Runs/Runs.tsx |     2 +-
 .../src/components/dashboard/Runs/Task/Task.tsx    |    96 +-
 .../src/components/dashboard/Search/search.tsx     |     9 +-
 .../src/components/dashboard/Visualize/DAGViz.tsx  |   129 +-
 .../components/dashboard/Visualize/VizConsole.tsx  |    39 +-
 ui/frontend/src/components/dashboard/Welcome.tsx   |     2 +-
 ui/frontend/src/index.tsx                          |    10 +-
 ui/frontend/src/state/api/emptyApi.ts              |     2 +-
 ui/frontend/tsconfig.json                          |    41 +-
 ui/frontend/tsconfig.node.json                     |    11 +
 ui/frontend/{.eslintrc.js => vite.config.ts}       |    55 +-
 .../src/hamilton_sdk/tracking/data_observation.py  |     4 +-
 ui/sdk/src/hamilton_sdk/tracking/numpy_stats.py    |     2 +-
 ui/sdk/tests/tracking/test_runs.py                 |     2 +-
 ui/sdk/tests/tracking/test_stats.py                |     2 +-
 ui/start_mini_mode.sh                              |    71 +
 ui/test_tracking.py                                |   111 +
 ui/test_tracking_simple.py                         |   204 +
 59 files changed, 13824 insertions(+), 17679 deletions(-)
 create mode 100644 .claude-plugin/CHANGELOG.md
 create mode 100644 .claude-plugin/README.md
 create mode 100644 .claude-plugin/plugin.json
 create mode 100644 .claude-plugin/skills/core/SKILL.md
 create mode 100644 .claude-plugin/skills/hamilton-dev-workflow/SKILL.md
 create mode 100644 .claude-plugin/skills/integrations/SKILL.md
 create mode 100644 .claude-plugin/skills/llm/SKILL.md
 create mode 100644 .claude-plugin/skills/observability/SKILL.md
 create mode 100644 .claude-plugin/skills/scale/SKILL.md
 create mode 100644 docs/ecosystem/claude-code-plugin.md
 create mode 100644 ui/.claude/settings.local.json
 create mode 100644 ui/BUILD.md
 delete mode 100644 ui/backend/MANIFEST.in
 copy {contrib/hamilton/contrib/user/example_dataflow_template => 
ui/backend/tests}/__init__.py (91%)
 create mode 100644 ui/backend/tests/test_build.py
 create mode 100644 ui/frontend/.claude/settings.local.json
 create mode 100644 ui/frontend/eslint.config.js
 copy ui/frontend/{public => }/index.html (61%)
 copy ui/frontend/{src/react-app-env.d.ts => postcss.config.js} (90%)
 create mode 100644 ui/frontend/tsconfig.node.json
 copy ui/frontend/{.eslintrc.js => vite.config.ts} (50%)
 create mode 100755 ui/start_mini_mode.sh
 create mode 100644 ui/test_tracking.py
 create mode 100644 ui/test_tracking_simple.py

Reply via email to