Skip to content

Commit

Permalink
Release by 04.09.2024 (#1420)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc authored Sep 5, 2024
2 parents 2166dbc + 7cd488c commit 0c9f852
Show file tree
Hide file tree
Showing 1,063 changed files with 92,586 additions and 9,189 deletions.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ packages/sdds-dfa/*
packages/sdds-cs/*
!packages/sdds-cs/src

packages/sdds-finportal/*
!packages/sdds-finportal/src

packages/plasma-b2c/*
!packages/plasma-b2c/src

Expand Down
3 changes: 2 additions & 1 deletion .github/config-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"plasma-asdk",
"sdds-serv",
"sdds-dfa",
"sdds-cs"
"sdds-cs",
"sdds-finportal"
]
}
5 changes: 5 additions & 0 deletions .github/meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,9 @@ module.exports = {
required: ['plasma-core'],
themes: 'sdds-themes',
},
'sdds-finportal': {
scope: [...commonScope, 'sdds-themes', 'plasma-new-hope'],
required: ['plasma-core'],
themes: 'sdds-themes',
},
};
2 changes: 1 addition & 1 deletion .github/workflows/cypress-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: ./.github/actions/prepare-environment

- name: Set default scope
run: echo "SCOPE={b2c,web,core,hope,new-hope,icons,typo,tokens,tokens-b2c,tokens-utils,cy-utils,ui}" >> $GITHUB_ENV
run: echo "SCOPE={b2c,web,core,hope,new-hope,icons,typo,tokens,tokens-b2c,tokens-b2b,tokens-web,tokens-utils,cy-utils,ui}" >> $GITHUB_ENV

- name: Install React 17
if: ${{ inputs.with-react-17 }}
Expand Down
22 changes: 21 additions & 1 deletion .github/workflows/documentation-deploy-prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Main Documentation and Storybook
name: Deploy documentations artefacts [PROD]

on:
workflow_dispatch:
Expand Down Expand Up @@ -113,6 +113,11 @@ jobs:
npm run storybook:build --prefix="./packages/sdds-cs"
cp -R ./packages/sdds-cs/build-sb ./s3_build_sb/sdds-cs-storybook
- name: Plasma "SDDS FinPortal" Storybook
run: |
npm run storybook:build --prefix="./packages/sdds-finportal"
cp -R ./packages/sdds-finportal/build-sb ./s3_build_sb/sdds-finportal-storybook
- name: Install s3cmd
run: pip3 install s3cmd

Expand Down Expand Up @@ -250,3 +255,18 @@ jobs:
sync
./s3_build_sb/sdds-cs-storybook/
s3://${{ secrets.AWS_S3_BUCKET_2 }}/sdds-cs-storybook/
- name: Upload to S3 storybook "SDDS FinPortal"
run: >
s3cmd
--access_key ${{ secrets.AWS_ACCESS_KEY_ID }}
--secret_key ${{ secrets.AWS_SECRET_ACCESS_KEY }}
--host ${{ secrets.AWS_ENDPOINT }}
--host-bucket ${{ secrets.AWS_ENDPOINT }}
--bucket-location ${{ secrets.AWS_REGION }}
--signature-v2
--delete-removed
--no-mime-magic
sync
./s3_build_sb/sdds-finportal-storybook/
s3://${{ secrets.AWS_S3_BUCKET_2 }}/sdds-finportal-storybook/
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Отдельный workflow для pull request из ветки release_**-**-** в master.
# Собирает storybook для всех пакетов (plasma-{web,b2c,ui,asdk,etc}) без каких либо условий.
# Мотивация - нужен стенд для проведения регрессионного тестирования релизных изменений.
name: Documentation and Storybook [DEV => MASTER]
name: Deploy documentations artefacts [RELEASE BRANCH]

on:
pull_request:
Expand Down Expand Up @@ -100,6 +100,11 @@ jobs:
run: |
npm run storybook:build --prefix="./packages/sdds-dfa"
cp -R ./packages/sdds-dfa/build-sb ./s3_build/${PR_NAME}/sdds-dfa-storybook
- name: Plasma "SDDS FinPortal" Storybook
run: |
npm run storybook:build --prefix="./packages/sdds-finportal"
cp -R ./packages/sdds-finportal/build-sb ./s3_build/${PR_NAME}/sdds-finportal-storybook
- name: Install s3cmd
run: pip3 install s3cmd
Expand Down Expand Up @@ -143,5 +148,6 @@ jobs:
sdds-serv storybook: http://plasma.sberdevices.ru/pr/pr-${number}/sdds-serv-storybook/
sdds-cs storybook: http://plasma.sberdevices.ru/pr/pr-${number}/sdds-cs-storybook/
sdds-dfa storybook: http://plasma.sberdevices.ru/pr/pr-${number}/sdds-dfa-storybook/
sdds-finportal storybook: http://plasma.sberdevices.ru/pr/pr-${number}/sdds-finportal-storybook/
`
});
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ packages/plasma-asdk/api/
packages/sdds-serv/api/
packages/sdds-dfa/api/
packages/sdds-cs/api/
packages/sdds-finportal/api/

utils/plasma-cy-utils/lib

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Loading

0 comments on commit 0c9f852

Please sign in to comment.