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


    from fd8f1156 Add TODO comments for Apache Docker image namespace transition
     add 8596146e Add valid prettier config and run format

No new revisions were added by this update.

Summary of changes:
 ui/frontend/.prettierrc.json                       |   8 +
 ui/frontend/src/App.test.tsx                       |   8 +-
 ui/frontend/src/App.tsx                            | 104 ++---
 ui/frontend/src/auth/LocalAccount.tsx              |  24 +-
 ui/frontend/src/auth/Login.tsx                     |  53 +--
 ui/frontend/src/components/Home.tsx                |   4 +-
 ui/frontend/src/components/common/CommonLinks.tsx  |  10 +-
 ui/frontend/src/components/common/Datetime.tsx     |  54 +--
 ui/frontend/src/components/common/DeleteButton.tsx |   2 +-
 ui/frontend/src/components/common/Dropdown.tsx     |  39 +-
 ui/frontend/src/components/common/Error.tsx        |   2 +-
 .../src/components/common/GenericTabbedView.tsx    |  14 +-
 ui/frontend/src/components/common/GenericTable.tsx |  57 +--
 ui/frontend/src/components/common/HelpTooltip.tsx  |   6 +-
 ui/frontend/src/components/common/Loading.tsx      |   2 +-
 .../components/common/ProjectVersionSelector.tsx   |  24 +-
 .../src/components/common/RunDurationChart.tsx     |  31 +-
 ui/frontend/src/components/common/TagSelector.tsx  |  24 +-
 ui/frontend/src/components/common/Tooltip.tsx      |   6 +-
 ui/frontend/src/components/common/WithHelpIcon.tsx |  11 +-
 .../src/components/dashboard/Account/Account.tsx   |  18 +-
 ui/frontend/src/components/dashboard/Alerts.tsx    |  15 +-
 .../components/dashboard/Catalog/CatalogOutlet.tsx |  20 +-
 .../dashboard/Catalog/NodeRunExpansion.tsx         |  87 ++--
 .../components/dashboard/Catalog/SearchTable.tsx   | 140 +++---
 ui/frontend/src/components/dashboard/Code/Code.tsx |  52 +--
 .../src/components/dashboard/Code/CodeExplorer.tsx |  52 +--
 .../src/components/dashboard/Code/CodeOutlet.tsx   |   6 +-
 .../components/dashboard/Code/CodeViewUtils.tsx    |  12 +-
 .../src/components/dashboard/Code/Function.tsx     | 130 +++---
 .../dashboard/Code/FunctionGraphView.tsx           |  15 +-
 ui/frontend/src/components/dashboard/Dashboard.tsx | 210 ++++-----
 .../src/components/dashboard/NavBreadCrumb.tsx     |  41 +-
 .../src/components/dashboard/Project/Project.tsx   |  48 +--
 .../dashboard/Project/ProjectDocumentation.tsx     |  18 +-
 .../dashboard/Project/ProjectLogInstructions.tsx   |  56 ++-
 .../src/components/dashboard/Project/Projects.tsx  | 293 ++++++-------
 .../src/components/dashboard/Runs/Dashboarding.tsx |  11 +-
 .../components/dashboard/Runs/Run/DAGRunView.tsx   |  17 +-
 .../src/components/dashboard/Runs/Run/Run.tsx      | 264 +++++-------
 .../components/dashboard/Runs/Run/TaskTable.tsx    | 231 ++++------
 .../dashboard/Runs/Run/WaterfallChart.tsx          |  62 ++-
 .../src/components/dashboard/Runs/RunSummary.tsx   | 174 +++-----
 ui/frontend/src/components/dashboard/Runs/Runs.tsx |  14 +-
 .../src/components/dashboard/Runs/RunsOutlet.tsx   |   4 +-
 .../src/components/dashboard/Runs/RunsTable.tsx    | 128 +++---
 .../src/components/dashboard/Runs/Status.tsx       |  44 +-
 .../components/dashboard/Runs/Task/CodeView.tsx    |  25 +-
 .../components/dashboard/Runs/Task/ErrorView.tsx   |  39 +-
 .../src/components/dashboard/Runs/Task/Task.tsx    | 130 +++---
 .../dashboard/Runs/Task/TaskRunOutlet.tsx          |  27 +-
 .../Task/result-summaries/DAGWorksDescribe.tsx     | 244 ++++-------
 .../Task/result-summaries/DataObservability.tsx    | 155 +++----
 .../Runs/Task/result-summaries/DictView.tsx        |  17 +-
 .../Runs/Task/result-summaries/HTMLView.tsx        |  49 +--
 .../Runs/Task/result-summaries/PandasDescribe.tsx  |  69 ++-
 .../Runs/Task/result-summaries/SchemaView.tsx      |  55 +--
 .../src/components/dashboard/Search/search.tsx     | 217 ++++------
 .../src/components/dashboard/Search/searchables.ts | 106 ++---
 .../src/components/dashboard/Settings/Account.tsx  |   6 +-
 .../src/components/dashboard/Settings/ApiKeys.tsx  |  74 ++--
 .../src/components/dashboard/Settings/Settings.tsx |   4 +-
 .../src/components/dashboard/Versions/Versions.tsx | 133 +++---
 .../dashboard/Versions/VersionsOutlet.tsx          |   6 +-
 .../src/components/dashboard/Visualize/DAGRun.tsx  |  66 ++-
 .../src/components/dashboard/Visualize/DAGViz.tsx  | 480 ++++++++-------------
 .../src/components/dashboard/Visualize/Legend.tsx  |  14 +-
 .../dashboard/Visualize/NodeHierarchyManager.tsx   | 110 +++--
 .../dashboard/Visualize/VisualizeOutlet.tsx        |   6 +-
 .../components/dashboard/Visualize/VizConsole.tsx  |  75 ++--
 .../src/components/dashboard/Visualize/layout.ts   |  43 +-
 .../src/components/dashboard/Visualize/types.ts    |  32 +-
 .../src/components/dashboard/Visualize/utils.ts    |  37 +-
 ui/frontend/src/components/dashboard/Welcome.tsx   | 236 +++++-----
 ui/frontend/src/components/dashboard/nav.ts        |  64 ++-
 .../components/notimplemented/NotImplemented.tsx   |  65 ---
 ui/frontend/src/components/tutorial/HelpVideo.tsx  |  26 +-
 ui/frontend/src/index.tsx                          |  38 +-
 ui/frontend/src/reportWebVitals.ts                 |   4 +-
 ui/frontend/src/setupProxy.js                      |   4 +-
 ui/frontend/src/setupTests.ts                      |   2 +-
 ui/frontend/src/state/api/backendApiRaw.ts         |  49 +--
 ui/frontend/src/state/api/emptyApi.ts              |  18 +-
 ui/frontend/src/state/api/friendlyApi.ts           |  97 ++---
 ui/frontend/src/state/authSlice.ts                 |  10 +-
 ui/frontend/src/state/hooks.ts                     |   4 +-
 ui/frontend/src/state/projectSlice.ts              |   9 +-
 ui/frontend/src/state/store.ts                     |  16 +-
 ui/frontend/src/state/urlState.tsx                 |   4 +-
 ui/frontend/src/utils.ts                           | 148 +++----
 ui/frontend/src/utils/codeExtraction.ts            |   9 +-
 ui/frontend/src/utils/dagUtils.ts                  |  18 +-
 ui/frontend/src/utils/localStorage.ts              |  12 +-
 ui/frontend/src/utils/parsing.ts                   |   2 +-
 94 files changed, 2249 insertions(+), 3450 deletions(-)

Reply via email to