From 719f4f8ebb6e6fd9f6ea6f03ad5ef0e23eee3b91 Mon Sep 17 00:00:00 2001 From: Rakesh Kumar Singh <52422856+rakeshkumar1019@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:27:40 +0530 Subject: [PATCH] lts 2025 (#963) * lts 2025 * lts 2025 --- .github/workflows/cleanup.yaml | 4 ++-- .github/workflows/cross-repo.yaml | 8 ++++---- .github/workflows/crowdin.yaml | 4 ++-- .github/workflows/lint.yaml | 6 +++--- .github/workflows/main.yaml | 12 ++++++------ .github/workflows/preview.yaml | 4 ++-- .github/workflows/promote.yaml | 2 +- .github/workflows/storybook.yaml | 8 ++++---- .github/workflows/test.yaml | 6 +++--- core/package.json | 4 ++-- dataviz/package.json | 6 +++--- lerna.json | 2 +- package.json | 2 +- storybook/package.json | 8 ++++---- testing-helpers/package.json | 2 +- ui/package.json | 6 +++--- 16 files changed, 42 insertions(+), 42 deletions(-) diff --git a/.github/workflows/cleanup.yaml b/.github/workflows/cleanup.yaml index e87837e66..db152957a 100644 --- a/.github/workflows/cleanup.yaml +++ b/.github/workflows/cleanup.yaml @@ -4,7 +4,7 @@ on: pull_request: types: [closed, unlabeled] branches: - - maintenance-3.1.x + - lts-2025 env: GKE_CLUSTER: jx-prod @@ -52,6 +52,6 @@ jobs: repo: nuxeo-web-ui workflow-id: clean.yaml access-token: ${{ secrets.WEBUI_ACCESS_TOKEN_PERSONAL }} - branch-name: maintenance-3.1.x + branch-name: lts-2025 inputs: | branch_name: ${{ env.BRANCH_NAME }} diff --git a/.github/workflows/cross-repo.yaml b/.github/workflows/cross-repo.yaml index 376b02df4..5da4eabdb 100644 --- a/.github/workflows/cross-repo.yaml +++ b/.github/workflows/cross-repo.yaml @@ -3,12 +3,12 @@ name: Web UI on: pull_request: branches: - - maintenance-3.1.x + - lts-2025 workflow_call: inputs: branch: description: 'The current branch' - default: maintenance-3.1.x + default: lts-2025 type: string required: false secrets: @@ -17,7 +17,7 @@ on: required: true env: - BRANCH_NAME: ${{ github.head_ref || inputs.branch || 'maintenance-3.1.x' }} + BRANCH_NAME: ${{ github.head_ref || inputs.branch || 'lts-2025' }} jobs: web-ui: @@ -32,7 +32,7 @@ jobs: repo: nuxeo-web-ui workflow-id: cross-repo.yaml access-token: ${{ secrets.WEBUI_ACCESS_TOKEN_PERSONAL }} - branch-name: maintenance-3.1.x + branch-name: lts-2025 inputs: | branch_name: ${{ env.BRANCH_NAME }} sauce_labs: true diff --git a/.github/workflows/crowdin.yaml b/.github/workflows/crowdin.yaml index 51b02c1a3..3d076d5c6 100644 --- a/.github/workflows/crowdin.yaml +++ b/.github/workflows/crowdin.yaml @@ -6,10 +6,10 @@ on: schedule: - cron: '0 0 * * *' - # Sync when a commit is done on maintenance-3.1.x + # Sync when a commit is done on lts-2025 push: branches: - - maintenance-3.1.x + - lts-2025 paths: - 'ui/i18n/messages.json' diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 1ed4a1a37..33378bb72 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -3,12 +3,12 @@ name: Lint on: pull_request: branches: - - maintenance-3.1.x + - lts-2025 workflow_call: inputs: branch: description: 'The current branch' - default: maintenance-3.1.x + default: lts-2025 type: string required: false secrets: @@ -17,7 +17,7 @@ on: required: true env: - BRANCH_NAME: ${{ github.head_ref || inputs.branch || 'maintenance-3.1.x' }} + BRANCH_NAME: ${{ github.head_ref || inputs.branch || 'lts-2025' }} jobs: lint: diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 8c9f8692f..11ee0fcf6 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -3,7 +3,7 @@ name: Build on: push: branches: - - maintenance-3.1.x + - lts-2025 # Manually trigger the workflow workflow_dispatch: @@ -14,24 +14,24 @@ env: jobs: lint: - uses: nuxeo/nuxeo-elements/.github/workflows/lint.yaml@maintenance-3.1.x + uses: nuxeo/nuxeo-elements/.github/workflows/lint.yaml@lts-2025 secrets: NPM_PACKAGES_TOKEN: ${{ secrets.NPM_PACKAGES_TOKEN }} test: - uses: nuxeo/nuxeo-elements/.github/workflows/test.yaml@maintenance-3.1.x + uses: nuxeo/nuxeo-elements/.github/workflows/test.yaml@lts-2025 secrets: NPM_PACKAGES_TOKEN: ${{ secrets.NPM_PACKAGES_TOKEN }} SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }} with: - branch: maintenance-3.1.x + branch: lts-2025 storybook: - uses: nuxeo/nuxeo-elements/.github/workflows/storybook.yaml@maintenance-3.1.x + uses: nuxeo/nuxeo-elements/.github/workflows/storybook.yaml@lts-2025 secrets: NPM_PACKAGES_TOKEN: ${{ secrets.NPM_PACKAGES_TOKEN }} with: - branch: maintenance-3.1.x + branch: lts-2025 build: runs-on: ubuntu-latest diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index fa6515ec0..df07bd308 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -4,7 +4,7 @@ on: pull_request: types: [opened, synchronize, reopened, labeled] branches: - - maintenance-3.1.x + - lts-2025 env: DOCKER_REGISTRY: us-east1-docker.pkg.dev @@ -134,7 +134,7 @@ jobs: repo: nuxeo-web-ui workflow-id: preview.yaml access-token: ${{ secrets.WEBUI_ACCESS_TOKEN_PERSONAL }} - branch-name: maintenance-3.1.x + branch-name: lts-2025 inputs: | branch_name: ${{ env.BRANCH_NAME }} diff --git a/.github/workflows/promote.yaml b/.github/workflows/promote.yaml index 351dc0df3..c70f7a34b 100644 --- a/.github/workflows/promote.yaml +++ b/.github/workflows/promote.yaml @@ -9,7 +9,7 @@ on: referenceBranch: description: 'Branch to be updated after the promotion' required: true - default: 'maintenance-3.1.x' + default: 'lts-2025' dryRun: description: 'Run the workflow without pushing code or publishing artifacts' type: boolean diff --git a/.github/workflows/storybook.yaml b/.github/workflows/storybook.yaml index 800a52888..b723a1854 100644 --- a/.github/workflows/storybook.yaml +++ b/.github/workflows/storybook.yaml @@ -3,12 +3,12 @@ name: Storybook on: pull_request: branches: - - maintenance-3.1.x + - lts-2025 workflow_call: inputs: branch: description: 'The current branch' - default: maintenance-3.1.x + default: lts-2025 type: string required: false secrets: @@ -17,7 +17,7 @@ on: required: true env: - BRANCH_NAME: ${{ github.head_ref || inputs.branch || 'maintenance-3.1.x' }} + BRANCH_NAME: ${{ github.head_ref || inputs.branch || 'lts-2025' }} jobs: storybook: @@ -51,7 +51,7 @@ jobs: npx build-storybook -o dist -s ./public - name: Deploy - if: ${{ env.BRANCH_NAME == 'maintenance-3.1.x' }} + if: ${{ env.BRANCH_NAME == 'lts-2025' }} env: GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }} NODE_OPTIONS: --openssl-legacy-provider diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fe11a032a..ac1af9bd6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -3,12 +3,12 @@ name: Test on: pull_request: branches: - - maintenance-3.1.x + - lts-2025 workflow_call: inputs: branch: description: 'The current branch' - default: maintenance-3.1.x + default: lts-2025 type: string required: false secrets: @@ -20,7 +20,7 @@ on: required: true env: - BRANCH_NAME: ${{ github.head_ref || inputs.branch || 'maintenance-3.1.x' }} + BRANCH_NAME: ${{ github.head_ref || inputs.branch || 'lts-2025' }} jobs: test: diff --git a/core/package.json b/core/package.json index c7da79c9d..4077ee582 100644 --- a/core/package.json +++ b/core/package.json @@ -7,7 +7,7 @@ ], "repository": "nuxeo/nuxeo-elements.git", "name": "@nuxeo/nuxeo-elements", - "version": "3.1.14-SNAPSHOT", + "version": "3.2.0-SNAPSHOT", "author": "Nuxeo", "license": "Apache-2.0", "scripts": { @@ -21,7 +21,7 @@ }, "devDependencies": { "@nuxeo/moment": "^2.24.0-nx.0", - "@nuxeo/testing-helpers": "^3.1.14-SNAPSHOT", + "@nuxeo/testing-helpers": "^3.2.0-SNAPSHOT", "@polymer/iron-component-page": "^4.0.0", "polymer-cli": "^1.8.0" }, diff --git a/dataviz/package.json b/dataviz/package.json index 914c6282b..874917f22 100644 --- a/dataviz/package.json +++ b/dataviz/package.json @@ -9,7 +9,7 @@ ], "repository": "nuxeo/nuxeo-elements.git", "name": "@nuxeo/nuxeo-dataviz-elements", - "version": "3.1.14-SNAPSHOT", + "version": "3.2.0-SNAPSHOT", "author": "Nuxeo", "license": "Apache-2.0", "scripts": { @@ -17,7 +17,7 @@ "serve": "polymer serve --npm -c ../node_modules" }, "devDependencies": { - "@nuxeo/testing-helpers": "^3.1.14-SNAPSHOT", + "@nuxeo/testing-helpers": "^3.2.0-SNAPSHOT", "@polymer/iron-component-page": "^4.0.0", "@polymer/test-fixture": "^4.0.2", "@webcomponents/webcomponentsjs": "^2.0.0", @@ -32,7 +32,7 @@ "main": "nuxeo-dataviz-elements.js", "dependencies": { "@nuxeo/moment": "^2.24.0-nx.0", - "@nuxeo/nuxeo-elements": "^3.1.14-SNAPSHOT", + "@nuxeo/nuxeo-elements": "^3.2.0-SNAPSHOT", "@polymer/polymer": "^3.0.0", "moment": "2.30.1" } diff --git a/lerna.json b/lerna.json index acc0e4d16..6f3923a28 100644 --- a/lerna.json +++ b/lerna.json @@ -2,6 +2,6 @@ "packages": [ "*" ], - "version": "3.1.14-SNAPSHOT", + "version": "3.2.0-SNAPSHOT", "hoist": true } diff --git a/package.json b/package.json index 3ae9eaafe..5e7cad76e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "repository": "nuxeo/nuxeo-elements.git", "name": "nuxeo-elements", "private": true, - "version": "3.1.14-SNAPSHOT", + "version": "3.2.0-SNAPSHOT", "author": "Nuxeo", "license": "Apache-2.0", "engines": { diff --git a/storybook/package.json b/storybook/package.json index 20576c2e2..dbb9d196f 100644 --- a/storybook/package.json +++ b/storybook/package.json @@ -2,15 +2,15 @@ "description": "Nuxeo Web Components Storybook", "repository": "nuxeo/nuxeo-elements.git", "name": "@nuxeo/nuxeo-elements-storybook", - "version": "3.1.14-SNAPSHOT", + "version": "3.2.0-SNAPSHOT", "author": "Nuxeo", "license": "Apache-2.0", "private": true, "dependencies": { "@babel/core": "^7.3.4", - "@nuxeo/nuxeo-elements": "^3.1.14-SNAPSHOT", - "@nuxeo/nuxeo-ui-elements": "^3.1.14-SNAPSHOT", - "@nuxeo/testing-helpers": "^3.1.14-SNAPSHOT", + "@nuxeo/nuxeo-elements": "^3.2.0-SNAPSHOT", + "@nuxeo/nuxeo-ui-elements": "^3.2.0-SNAPSHOT", + "@nuxeo/testing-helpers": "^3.2.0-SNAPSHOT", "@polymer/iron-icon": "^3.0.0", "@polymer/iron-meta": "^3.0.1", "@polymer/polymer": "^3.0.0", diff --git a/testing-helpers/package.json b/testing-helpers/package.json index 51e8a9f93..32829ebf4 100644 --- a/testing-helpers/package.json +++ b/testing-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@nuxeo/testing-helpers", - "version": "3.1.14-SNAPSHOT", + "version": "3.2.0-SNAPSHOT", "description": "Nuxeo Web Components Testing Helpers", "keywords": [ "nuxeo", diff --git a/ui/package.json b/ui/package.json index 8a5cf49b1..d8a40c751 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "@nuxeo/nuxeo-ui-elements", - "version": "3.1.14-SNAPSHOT", + "version": "3.2.0-SNAPSHOT", "description": "Nuxeo UI Web Components.", "keywords": [ "nuxeo", @@ -18,7 +18,7 @@ "serve": "polymer serve --npm -c ../node_modules" }, "devDependencies": { - "@nuxeo/testing-helpers": "^3.1.14-SNAPSHOT", + "@nuxeo/testing-helpers": "^3.2.0-SNAPSHOT", "@polymer/iron-component-page": "^4.0.0", "@webcomponents/webcomponentsjs": "^2.0.0", "polymer-cli": "^1.8.0" @@ -26,7 +26,7 @@ "main": "nuxeo-ui-elements.js", "dependencies": { "@nuxeo/moment": "^2.24.0-nx.0", - "@nuxeo/nuxeo-elements": "^3.1.14-SNAPSHOT", + "@nuxeo/nuxeo-elements": "^3.2.0-SNAPSHOT", "@nuxeo/paper-typeahead": "^0.6.0-nx.0", "@nuxeo/quill": "^2.0.0-dev.3-nx.3", "@polymer/iron-autogrow-textarea": "^3.0.1",