Skip to content

Commit c936603

Browse files
Merge pull request #708 from zenml-io/staging
Release
2 parents c0f6447 + bed5546 commit c936603

File tree

1,250 files changed

+3272
-124277
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,250 files changed

+3272
-124277
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ dist-ssr
2929
pnpm-lock.yaml
3030
yarn.lock
3131

32-
legacy
3332
scripts/types.js

.github/workflows/release.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,11 @@ jobs:
2222
with:
2323
node-version: 20
2424

25-
- name: Install yarn
26-
run: npm install --global yarn
27-
2825
- name: Install pnpm
2926
uses: pnpm/action-setup@v2
3027
with:
3128
version: latest
3229

33-
- name: Build old dashboard
34-
working-directory: ./legacy
35-
run: |
36-
yarn install
37-
yarn build
38-
env:
39-
REACT_APP_HUB_API_URL: "https://hubapi.zenml.io"
40-
REACT_APP_BASE_API_URL: "/api/v1"
41-
REACT_APP_MOCKAPI_RESPONSE: false
42-
REACT_APP_USE_COOKIE: "true"
43-
REACT_APP_VERSION: ${{ steps.get_version.outputs.VERSION }}
44-
4530
- name: Build new dashboard
4631
run: |
4732
pnpm install --frozen-lockfile
@@ -63,17 +48,13 @@ jobs:
6348

6449
- name: Create release archive
6550
run: |
66-
tar -zcf zenml-dashboard-legacy.tar.gz -C ./legacy/build --transform="s#\.\/##" .
67-
sha256sum -b zenml-dashboard-legacy.tar.gz > zenml-dashboard-legacy.tar.gz.sha256
6851
tar -zcf zenml-dashboard.tar.gz -C dist --transform="s#\.\/##" .
6952
sha256sum -b zenml-dashboard.tar.gz > zenml-dashboard.tar.gz.sha256
7053
7154
- name: Release to GitHub
7255
uses: softprops/action-gh-release@v1
7356
with:
7457
files: |
75-
zenml-dashboard-legacy.tar.gz
76-
zenml-dashboard-legacy.tar.gz.sha256
7758
zenml-dashboard.tar.gz
7859
zenml-dashboard.tar.gz.sha256
7960
body_path: ./CHANGELOG.md

.prettierignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,3 @@ dist-ssr
2828

2929
pnpm-lock.yaml
3030
yarn.lock
31-
32-
legacy

legacy/.babelrc

Lines changed: 0 additions & 8 deletions
This file was deleted.

legacy/.env

Lines changed: 0 additions & 7 deletions
This file was deleted.

legacy/.eslintrc.js

Lines changed: 0 additions & 24 deletions
This file was deleted.

legacy/.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

legacy/.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

legacy/.github/teams.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

legacy/.github/workflows/cy.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)