Skip to content
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

chore: update labeler workflow config #272

Closed
wants to merge 30 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
344b099
fix: upgrade vrender to 0.17.0
xile611 Nov 15, 2023
186ccc9
fix: fix componentOptions of vrender-components
xile611 Nov 15, 2023
c06dcfb
fix: add props `skipDefault` to component when the `skipTheme` of mar…
xile611 Nov 15, 2023
013ab00
feat: add optimize param to Stage
xile611 Nov 21, 2023
29a01f2
fix: remove transfrom of rect and fix env
xile611 Nov 22, 2023
6dd310c
test: update test cases releted to rects
xile611 Nov 22, 2023
b2fa766
feat: load graphic creator on demand
xiaoluoHe Nov 27, 2023
6b3c19f
feat: glyph registers basic grphics
xiaoluoHe Nov 27, 2023
10d24e6
fix: refactor isMarkType
xiaoluoHe Nov 27, 2023
fb08784
test: fix unit test
xiaoluoHe Nov 27, 2023
98555a9
test: fix test case of rect-x.test.ts
xile611 Dec 1, 2023
50915ab
perf: grammar Scale and Coordinate can be registered, fix #266
xile611 Dec 4, 2023
e855fb8
test: fix test cases of vgrammar-plot
xile611 Dec 4, 2023
b55bcca
docs: update changelog of rush
xile611 Dec 4, 2023
b1f5333
docs: update spec of crosshair in some demos
xile611 Nov 27, 2023
af4f8ae
perf: optimize Differ and fix spell error
xile611 Nov 27, 2023
a2e0451
fix: fix differ in some cases
xile611 Nov 27, 2023
c69221b
docs: update demos of zh
xile611 Nov 29, 2023
f0310c8
docs: update demos in english
xile611 Nov 29, 2023
548118a
fix!: rename option `dependencies` to `dependency` in crosshair and t…
xile611 Dec 4, 2023
582b210
perf: optimize the performance of `initGraphicItem()`, dont call hook…
xile611 Dec 4, 2023
fb5fa22
docs: update changlog of rush
xile611 Dec 4, 2023
71cb66a
perf: optimize `storeOriginAttributes()` create new objecct in need
xile611 Dec 4, 2023
48db0fe
fix: fix grow-cartesian animation
xile611 Dec 4, 2023
428c15e
fix: use `isValid` in grow-cartesian
xile611 Dec 8, 2023
00e0ce9
chore: update labeler workflow config
xile611 Dec 8, 2023
e6b4426
chore: fix labeler.yml
xile611 Dec 8, 2023
bdab20a
chore: use array to config labeler.yml
xile611 Dec 8, 2023
7798adb
chore: update label worflow
xile611 Dec 8, 2023
b090169
chore: update labeler.yml
xile611 Dec 8, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 40 additions & 26 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,68 +1,82 @@
# Add 'core' label to any change within the 'core' package
'@pkg/core':
- packages/vgrammar-core/src/**
@pkg/core:
- any:
- changed-files:
- any-glob-to-any-file: ['packages/vgrammar-core/src/**']

# Add 'coordinate' label to any change within the 'core' package
'@pkg/coordinate':
- packages/vgrammar-coordinate/src/**
@pkg/coordinate:
- changed-files:
- any-glob-to-any-file: ['packages/vgrammar-coordinate/src/**']

# Add 'hierarchy' label to any change within the 'core' package
'@pkg/hierarchy':
- packages/vgrammar-hierarchy/src/**
- changed-files:
- any-glob-to-any-file: ['packages/vgrammar-hierarchy/src/**']

# Add 'projection' label to any change within the 'core' package
'@pkg/projection':
- packages/vgrammar-projection/src/**
- changed-files:
- any-glob-to-any-file: ['packages/vgrammar-projection/src/**']

# Add 'sankey' label to any change within the 'core' package
'@pkg/sankey':
- packages/vgrammar-sankey/src/**
- changed-files:
- any-glob-to-any-file: ['packages/vgrammar-sankey/src/**']

# Add 'util' label to any change within the 'core' package
'@pkg/util':
- packages/vgrammar-util/src/**
- changed-files:
- any-glob-to-any-file: ['packages/vgrammar-util/src/**']

# Add 'wordcloud' label to any change within the 'core' package
'@pkg/wordcloud':
- packages/vgrammar-wordcloud/src/**
- changed-files:
- any-glob-to-any-file: ['packages/vgrammar-wordcloud/src/**']

# Add 'wordcloud-shape' label to any change within the 'core' package
'@pkg/wordcloud-shape':
- packages/vgrammar-wordcloud-shape/src/**
- changed-files:
- any-glob-to-any-file: ['packages/vgrammar-wordcloud-shape/src/**']

# Add 'test' label to any change to packages/*/__tests__/* files within the source dir
test:
- packages/*/__tests__/*
- changed-files:
- any-glob-to-any-file: ['packages/*/__tests__/*']

# Add 'docs' label to any change to docs/ files within the source dir
docs:
- docs/**
- changed-files:
- any-glob-to-any-file: ['docs/**']

# Add 'eslint' label to any change to docs/ files within the source dir
eslint:
- share/eslint-config/**
- packages/*/.eslintrc.js
- changed-files:
- any-glob-to-any-file: ['share/eslint-config/**', 'packages/*/.eslintrc.js']

# Add 'jest' label to any change to docs/ files within the source dir
jest:
- share/jest-config/**
- packages/*/jest.config.js
- changed-files:
- any-glob-to-any-file: ['share/jest-config/**', 'packages/*/jest.config.js']

# Add 'typescript' label to any change to docs/ files within the source dir
typescript:
- share/ts-config/**
- packages/*/tsconfig.json
- packages/*/tsconfig.eslint.json
- packages/vgrammar/src/types/**
- packages/vgrammar-coordinate/src/interface.ts
- changed-files:
- any-glob-to-any-file:
[
'share/ts-config/**',
'packages/*/tsconfig.json',
'packages/*/tsconfig.eslint.json',
'packages/vgrammar-core/src/types/**',
'packages/vgrammar-coordinate/src/interface.ts'
]

# Add 'bundler' label to any change to tools/bunder/** files within the source dir
bundler:
- tools/bundler/**
- packages/*/bundler.config.js
- changed-files:
- any-glob-to-any-file: ['tools/bundler/**', 'packages/*/bundler.config.js']

# Add 'chore' label to any change to common/** files within the source dir
chore:
- common/autoinstallers/**
- common/git-hooks/**
- common/scripts/**
- changed-files:
- any-glob-to-any-file: ['common/autoinstallers/**', 'common/git-hooks/**', 'common/scripts/**']
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
pull-requests: write

steps:
- uses: actions/labeler@master
- uses: actions/labeler@main
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "perf: optimize the performance of `initGraphicItem()`, dont call hooks of adding/creating graphics\n\n",
"type": "none",
"packageName": "@visactor/vgrammar-core"
}
],
"packageName": "@visactor/vgrammar-core",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@visactor/vgrammar-core",
"comment": "perf: grammar Scale and Coordinate can be registered, fix #266",
"type": "none"
}
],
"packageName": "@visactor/vgrammar-core"
}
108 changes: 55 additions & 53 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading