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

pabloem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 2f8ea18  Merge pull request #12688: [BEAM-10808] Health checks 
streaming rpcs to streaming engine backend
     new 7b440b9  [BEAM-10545] Added the inspector of PCollections and pipelines
     new a49ae35  Simplified some of the code based on comments
     new dc3144d  Fixed lint issues.
     new cfe172f  Merge pull request #12626 from [BEAM-10545] Added the 
inspector of PCollections and pipelines

The 28703 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:
 .../apache-beam-jupyterlab-sidepanel/package.json  |   7 +-
 .../__tests__/inspector/InspectableList.test.tsx   |  96 ++++++
 .../inspector/InspectableListItem.test.tsx         |  62 ++++
 .../__tests__/inspector/InspectableView.test.tsx   | 111 +++++++
 .../inspector/InspectableViewModel.test.ts         |  84 ++++++
 .../src/__tests__/inspector/Inspectables.test.tsx  | 110 +++++++
 .../inspector/InteractiveInspector.test.tsx        | 173 +++++++++++
 .../src/inspector/InspectableList.tsx              | 102 +++++++
 .../src/inspector/InspectableListItem.tsx          |  78 +++++
 .../src/inspector/InspectableView.tsx              | 128 ++++++++
 .../src/inspector/InspectableViewModel.ts          | 166 +++++++++++
 .../src/inspector/Inspectables.tsx                 | 104 +++++++
 .../src/inspector/InteractiveInspector.tsx         | 133 +++++++++
 .../style/index.css                                |   1 +
 .../apache-beam-jupyterlab-sidepanel/tsconfig.json |   1 +
 .../apache-beam-jupyterlab-sidepanel/yarn.lock     | 321 ++++++++++++++++++++-
 16 files changed, 1674 insertions(+), 3 deletions(-)
 create mode 100644 
sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/src/__tests__/inspector/InspectableList.test.tsx
 create mode 100644 
sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/src/__tests__/inspector/InspectableListItem.test.tsx
 create mode 100644 
sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/src/__tests__/inspector/InspectableView.test.tsx
 create mode 100644 
sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/src/__tests__/inspector/InspectableViewModel.test.ts
 create mode 100644 
sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/src/__tests__/inspector/Inspectables.test.tsx
 create mode 100644 
sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/src/__tests__/inspector/InteractiveInspector.test.tsx
 create mode 100644 
sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/src/inspector/InspectableList.tsx
 create mode 100644 
sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/src/inspector/InspectableListItem.tsx
 create mode 100644 
sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/src/inspector/InspectableView.tsx
 create mode 100644 
sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/src/inspector/InspectableViewModel.ts
 create mode 100644 
sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/src/inspector/Inspectables.tsx
 create mode 100644 
sdks/python/apache_beam/runners/interactive/extensions/apache-beam-jupyterlab-sidepanel/src/inspector/InteractiveInspector.tsx

Reply via email to