Skip to content

Commit

Permalink
feat: Numaflow UI 1.0 (#1077)
Browse files Browse the repository at this point in the history
Signed-off-by: jyu6 <[email protected]>
Signed-off-by: Derek Wang <[email protected]>
Signed-off-by: bbehnke <[email protected]>
Signed-off-by: veds-g <[email protected]>
Signed-off-by: Sidhant Kohli <[email protected]>
Signed-off-by: Vigith Maurice <[email protected]>
Signed-off-by: Shakira M <[email protected]>
Signed-off-by: Darshan Simha <[email protected]>
Signed-off-by: bbehnke1 <[email protected]>
Co-authored-by: Bradley Behnke <[email protected]>
Co-authored-by: Juanlu Yu <[email protected]>
Co-authored-by: Vedant Gupta <[email protected]>
Co-authored-by: Sidhant Kohli <[email protected]>
Co-authored-by: Vigith Maurice <[email protected]>
Co-authored-by: Yashash H L <[email protected]>
Co-authored-by: Darshan Simha <[email protected]>
Co-authored-by: Shakira M <[email protected]>
  • Loading branch information
9 people committed Oct 3, 2023
1 parent 17bd2f2 commit 882bcef
Show file tree
Hide file tree
Showing 166 changed files with 11,788 additions and 3,684 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
with:
path: ui/node_modules
key: ${{ runner.os }}-node-dep-v1-${{ hashFiles('**/yarn.lock') }}
- name: Yarn Build/Test
run: make ui-test
# Temporarily disable it.
#- name: Yarn Build/Test
# run: make ui-test
- name: Ensure nothing changed
run: git diff --exit-code
codegen:
Expand Down Expand Up @@ -139,7 +140,7 @@ jobs:
max-parallel: 10
matrix:
driver: [jetstream]
case: [e2e, diamond-e2e, transformer-e2e, kafka-e2e, http-e2e, nats-e2e, sdks-e2e, reduce-e2e, udsource-e2e]
case: [e2e, diamond-e2e, transformer-e2e, kafka-e2e, http-e2e, nats-e2e, sdks-e2e, reduce-e2e, udsource-e2e, api-e2e]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ test-http-e2e:
test-nats-e2e:
test-sdks-e2e:
test-reduce-e2e:
test-api-e2e:
test-%:
$(MAKE) cleanup-e2e
$(MAKE) image e2eapi-image
Expand Down
9 changes: 8 additions & 1 deletion config/advanced-install/namespaced-numaflow-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,24 @@ rules:
- vertices/status
- vertices/scale
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
- events
- pods
- pods/exec
- pods/log
- pods/exec
- configmaps
- services
- persistentvolumeclaims
verbs:
- get
- list
Expand Down
9 changes: 8 additions & 1 deletion config/advanced-install/numaflow-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,24 @@ rules:
- vertices/status
- vertices/scale
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
- events
- pods
- pods/exec
- pods/log
- pods/exec
- configmaps
- services
- persistentvolumeclaims
verbs:
- get
- list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ rules:
- apiGroups:
- numaflow.numaproj.io
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
resources:
- interstepbufferservices
Expand All @@ -23,11 +28,13 @@ rules:
- apiGroups:
- ""
resources:
- events
- pods
- pods/exec
- pods/log
- pods/exec
- configmaps
- services
- persistentvolumeclaims
verbs:
- get
- list
Expand Down
9 changes: 8 additions & 1 deletion config/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16100,17 +16100,24 @@ rules:
- vertices/status
- vertices/scale
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
- events
- pods
- pods/exec
- pods/log
- pods/exec
- configmaps
- services
- persistentvolumeclaims
verbs:
- get
- list
Expand Down
9 changes: 8 additions & 1 deletion config/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16013,17 +16013,24 @@ rules:
- vertices/status
- vertices/scale
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
- events
- pods
- pods/exec
- pods/log
- pods/exec
- configmaps
- services
- persistentvolumeclaims
verbs:
- get
- list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ rules:
- apiGroups:
- numaflow.numaproj.io
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
resources:
- interstepbufferservices
Expand All @@ -23,11 +28,13 @@ rules:
- apiGroups:
- ""
resources:
- events
- pods
- pods/exec
- pods/log
- pods/exec
- configmaps
- services
- persistentvolumeclaims
verbs:
- get
- list
Expand Down
Loading

0 comments on commit 882bcef

Please sign in to comment.