-
Notifications
You must be signed in to change notification settings - Fork 70
feat/DS-17255 #2254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
fulcanellee
wants to merge
36
commits into
master
Choose a base branch
from
feat/DS-17255
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat/DS-17255 #2254
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
43e5bbd
feat: typo
fulcanellee 01a9ea9
feat: typo
fulcanellee acb9106
feat: screenshot utils
fulcanellee 883116f
feat: live example
fulcanellee d8768b7
feat: changelog
fulcanellee 4f9c379
feat: typo
fulcanellee 84cb4a3
feat: live example
fulcanellee 23d0615
feat: refactor env
fulcanellee 4781180
feat: live example
fulcanellee fa81934
feat: metrics
fulcanellee 5a8263c
feat: test
fulcanellee 4fb2a3e
feat: typo
fulcanellee 6d1876f
feat: bank-card default logo
fulcanellee 0e61c4f
feat: improvements
fulcanellee 0e519ce
feat: changelog
fulcanellee 4c23430
Merge remote-tracking branch 'origin/master' into feat/DS-17255
fulcanellee f71647f
feat: update main.yml
fulcanellee 64f63d2
feat: update release.yml
fulcanellee e2c1598
feat: revert
fulcanellee f81fb9e
feat: rework
fulcanellee bd5ba2b
feat: split changeset
fulcanellee 8ed177f
feat: cdn domain fix after code review
fulcanellee be78b75
feat: cdn icon fix after code review
fulcanellee da63e07
feat: card image fix after code review
fulcanellee 656392a
feat: decode fix after code review
fulcanellee 69883b7
feat: metrics fix after code review
fulcanellee 1e82ab9
feat: cdn domain fix after code review
fulcanellee a02edc2
feat: env manager fix after code review
fulcanellee f19ba9b
feat: globalSetup fix after code review
fulcanellee 20485c3
feat: env fix after code review
fulcanellee 4fa81d2
feat: createWebpackPlugin
fulcanellee 7d93729
feat: createManagerEnv
fulcanellee f9d8b14
feat: createRollupPlugin
fulcanellee 06c71c8
feat: createGlobalSetupEnv
fulcanellee d14bcab
feat: createGlobalSetupScreenshotsEnv
fulcanellee d43f5e7
feat: rename env manager
fulcanellee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| --- | ||
| '@alfalab/core-components-cdn-icon': patch | ||
| '@alfalab/core-components-card-image': patch | ||
| '@alfalab/core-components-product-cover': patch | ||
| --- | ||
|
|
||
| ##### CDNIcon, CardImage, ProductCover | ||
|
|
||
| - Небольшие изменения не влияющие на работу компонента |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| '@alfalab/core-components-bank-card': patch | ||
| --- | ||
|
|
||
| ##### BankCard | ||
|
|
||
| - Логотип по умолчанию добавлен как inline код вместо зависимости |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| '@alfalab/core-components-mcp': patch | ||
| --- | ||
|
|
||
| ##### MCP | ||
|
|
||
| - Исправлены index файлы |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -41,4 +41,9 @@ export default { | |
| ...grid, | ||
| ...dateUtils, | ||
| ...knobs, | ||
| process: { | ||
| env: { | ||
| ...process.env, | ||
| }, | ||
| }, | ||
| }; | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.