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 3fc80479 Add valid prettier config and run format
     add fcfac49a Add valid prettier config and run format

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   (3fc80479)
            \
             N -- N -- N   refs/heads/stefan/update-package-names (fcfac49a)

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:
 25E1C6FA3B71D486DC46BD3630C8F2B2CC329C0B.asc       |   52 +
 3rd-party-references-audit.md                      |  337 +
 FE668E857E89A11C5E5C000CA8D3D15600545C61.asc       |   53 +
 MIGRATION_PLAN_flit_and_apache_prefix.md           | 1198 +++
 MIGRATION_PLAN_flit_dual_publish.md                |  798 ++
 apache_scripts_comparison.md                       |  640 ++
 dag_example_module.png                             |  Bin 0 -> 27218 bytes
 debug/wavefront.py                                 |  119 +
 docs/download_logos.py                             |  126 +
 ecosystem-documentation-complete.md                |  141 +
 integrations-documentation-gap.md                  |  183 +
 missing_license_headers_combined.txt               |    4 +
 pyproject_all_packages_analysis.md                 |  720 ++
 pyproject_changes_for_apache_scripts.md            |  684 ++
 scripts/verify_ui_build.sh                         |  155 +
 test.asc                                           |   16 +
 ui/frontend/.prettierrc.json                       |    4 +-
 ui/frontend/src/App.test.tsx                       |    8 +-
 ui/frontend/src/App.tsx                            |  158 +-
 ui/frontend/src/auth/LocalAccount.tsx              |   12 +-
 ui/frontend/src/auth/Login.tsx                     |   72 +-
 ui/frontend/src/components/Home.tsx                |    4 +-
 ui/frontend/src/components/common/CommonLinks.tsx  |   12 +-
 ui/frontend/src/components/common/Datetime.tsx     |   71 +-
 ui/frontend/src/components/common/DeleteButton.tsx |    2 +-
 ui/frontend/src/components/common/Dropdown.tsx     |   58 +-
 ui/frontend/src/components/common/Error.tsx        |    2 +-
 .../src/components/common/GenericTabbedView.tsx    |   25 +-
 ui/frontend/src/components/common/GenericTable.tsx |   76 +-
 ui/frontend/src/components/common/HelpTooltip.tsx  |   10 +-
 ui/frontend/src/components/common/Loading.tsx      |    2 +-
 .../components/common/ProjectVersionSelector.tsx   |   36 +-
 .../src/components/common/RunDurationChart.tsx     |   31 +-
 ui/frontend/src/components/common/TagSelector.tsx  |   47 +-
 ui/frontend/src/components/common/Tooltip.tsx      |    7 +-
 ui/frontend/src/components/common/WithHelpIcon.tsx |   11 +-
 .../src/components/dashboard/Account/Account.tsx   |   26 +-
 ui/frontend/src/components/dashboard/Alerts.tsx    |   20 +-
 .../components/dashboard/Catalog/CatalogOutlet.tsx |   25 +-
 .../dashboard/Catalog/NodeRunExpansion.tsx         |  123 +-
 .../components/dashboard/Catalog/SearchTable.tsx   |  173 +-
 ui/frontend/src/components/dashboard/Code/Code.tsx |   76 +-
 .../src/components/dashboard/Code/CodeExplorer.tsx |   67 +-
 .../src/components/dashboard/Code/CodeOutlet.tsx   |    6 +-
 .../components/dashboard/Code/CodeViewUtils.tsx    |   12 +-
 .../src/components/dashboard/Code/Function.tsx     |  146 +-
 .../dashboard/Code/FunctionGraphView.tsx           |   15 +-
 ui/frontend/src/components/dashboard/Dashboard.tsx |  242 +-
 .../src/components/dashboard/NavBreadCrumb.tsx     |   61 +-
 .../src/components/dashboard/Project/Project.tsx   |   62 +-
 .../dashboard/Project/ProjectDocumentation.tsx     |   39 +-
 .../dashboard/Project/ProjectLogInstructions.tsx   |   71 +-
 .../src/components/dashboard/Project/Projects.tsx  |  414 +-
 .../src/components/dashboard/Runs/Dashboarding.tsx |   19 +-
 .../components/dashboard/Runs/Run/DAGRunView.tsx   |   17 +-
 .../src/components/dashboard/Runs/Run/Run.tsx      |  382 +-
 .../components/dashboard/Runs/Run/TaskTable.tsx    |  262 +-
 .../dashboard/Runs/Run/WaterfallChart.tsx          |  107 +-
 .../src/components/dashboard/Runs/RunSummary.tsx   |  253 +-
 ui/frontend/src/components/dashboard/Runs/Runs.tsx |   18 +-
 .../src/components/dashboard/Runs/RunsOutlet.tsx   |    4 +-
 .../src/components/dashboard/Runs/RunsTable.tsx    |  134 +-
 .../src/components/dashboard/Runs/Status.tsx       |   40 +-
 .../components/dashboard/Runs/Task/CodeView.tsx    |   34 +-
 .../components/dashboard/Runs/Task/ErrorView.tsx   |   51 +-
 .../src/components/dashboard/Runs/Task/Task.tsx    |  207 +-
 .../dashboard/Runs/Task/TaskRunOutlet.tsx          |   29 +-
 .../Task/result-summaries/DAGWorksDescribe.tsx     |  314 +-
 .../Task/result-summaries/DataObservability.tsx    |  173 +-
 .../Runs/Task/result-summaries/DictView.tsx        |   17 +-
 .../Runs/Task/result-summaries/HTMLView.tsx        |    8 +-
 .../Runs/Task/result-summaries/PandasDescribe.tsx  |  133 +-
 .../Runs/Task/result-summaries/SchemaView.tsx      |   59 +-
 .../src/components/dashboard/Search/search.tsx     |  240 +-
 .../src/components/dashboard/Search/searchables.ts |  116 +-
 .../src/components/dashboard/Settings/Account.tsx  |    6 +-
 .../src/components/dashboard/Settings/ApiKeys.tsx  |   90 +-
 .../src/components/dashboard/Settings/Settings.tsx |    4 +-
 .../src/components/dashboard/Versions/Versions.tsx |  175 +-
 .../dashboard/Versions/VersionsOutlet.tsx          |    6 +-
 .../src/components/dashboard/Visualize/DAGRun.tsx  |   78 +-
 .../src/components/dashboard/Visualize/DAGViz.tsx  |  625 +-
 .../src/components/dashboard/Visualize/Legend.tsx  |   14 +-
 .../dashboard/Visualize/NodeHierarchyManager.tsx   |  138 +-
 .../dashboard/Visualize/VisualizeOutlet.tsx        |    6 +-
 .../components/dashboard/Visualize/VizConsole.tsx  |  205 +-
 .../src/components/dashboard/Visualize/layout.ts   |   43 +-
 .../src/components/dashboard/Visualize/types.ts    |   32 +-
 .../src/components/dashboard/Visualize/utils.ts    |   50 +-
 ui/frontend/src/components/dashboard/Welcome.tsx   |  247 +-
 ui/frontend/src/components/dashboard/nav.ts        |   74 +-
 ui/frontend/src/components/tutorial/HelpVideo.tsx  |   26 +-
 ui/frontend/src/index.tsx                          |   47 +-
 ui/frontend/src/reportWebVitals.ts                 |   18 +-
 ui/frontend/src/setupProxy.js                      |    4 +-
 ui/frontend/src/setupTests.ts                      |    2 +-
 ui/frontend/src/state/api/backendApiRaw.ts         |   66 +-
 ui/frontend/src/state/api/emptyApi.ts              |   25 +-
 ui/frontend/src/state/api/friendlyApi.ts           |  137 +-
 ui/frontend/src/state/authSlice.ts                 |   21 +-
 ui/frontend/src/state/hooks.ts                     |   11 +-
 ui/frontend/src/state/projectSlice.ts              |   19 +-
 ui/frontend/src/state/store.ts                     |   29 +-
 ui/frontend/src/state/urlState.tsx                 |    8 +-
 ui/frontend/src/utils.ts                           |  180 +-
 ui/frontend/src/utils/codeExtraction.ts            |   13 +-
 ui/frontend/src/utils/dagUtils.ts                  |   39 +-
 ui/frontend/src/utils/localStorage.ts              |   12 +-
 ui/frontend/src/utils/parsing.ts                   |    2 +-
 uv.lock                                            | 8340 ++++++++++++++++++++
 README.md => writeups/PKG-INFO                     |  134 +-
 README.md => writeups/PKG-INFO-1                   |  129 +-
 112 files changed, 18489 insertions(+), 2635 deletions(-)
 create mode 100644 25E1C6FA3B71D486DC46BD3630C8F2B2CC329C0B.asc
 create mode 100644 3rd-party-references-audit.md
 create mode 100644 FE668E857E89A11C5E5C000CA8D3D15600545C61.asc
 create mode 100644 MIGRATION_PLAN_flit_and_apache_prefix.md
 create mode 100644 MIGRATION_PLAN_flit_dual_publish.md
 create mode 100644 apache_scripts_comparison.md
 create mode 100644 dag_example_module.png
 create mode 100644 debug/wavefront.py
 create mode 100644 docs/download_logos.py
 create mode 100644 ecosystem-documentation-complete.md
 create mode 100644 integrations-documentation-gap.md
 create mode 100644 missing_license_headers_combined.txt
 create mode 100644 pyproject_all_packages_analysis.md
 create mode 100644 pyproject_changes_for_apache_scripts.md
 create mode 100755 scripts/verify_ui_build.sh
 create mode 100644 test.asc
 create mode 100644 uv.lock
 copy README.md => writeups/PKG-INFO (78%)
 copy README.md => writeups/PKG-INFO-1 (79%)

Reply via email to