Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
9141f5a
fix: use TEXEAR_HOME and default to current folder to find config
Yicong-Huang Oct 11, 2025
d327906
chore: move project definition to root
Yicong-Huang Oct 11, 2025
2c95aa8
debug
Yicong-Huang Oct 11, 2025
8edc3a2
fix: use correct jooq path
Yicong-Huang Oct 11, 2025
415eee0
fix: paths in tests
Yicong-Huang Oct 11, 2025
05dffc1
chore: move access-control-service
Yicong-Huang Oct 11, 2025
cc36068
chore: relocate workflow-compiling-service
Yicong-Huang Oct 11, 2025
ca41b78
Fix path for ComputingUnitManagingService project
Yicong-Huang Oct 12, 2025
537494b
fix: use TEXEAR_HOME and default to current folder to find config
Yicong-Huang Oct 12, 2025
f0e98ba
fix: relocate file-service
Yicong-Huang Oct 12, 2025
a806a0b
fix: relocate file-service
Yicong-Huang Oct 12, 2025
02c11fe
chore: relocate config-service
Yicong-Huang Oct 12, 2025
4385314
fix: remove configServicePath
Yicong-Huang Oct 12, 2025
0d60d61
chore: move `core/pyright-language-service` and rename to `pyright-la…
Yicong-Huang Oct 12, 2025
9322b09
chore: update scripts
Yicong-Huang Oct 12, 2025
086ea8d
chore: rename `core/scripts` to `bin`
Yicong-Huang Oct 12, 2025
2f9c66e
chore: update scripts
Yicong-Huang Oct 12, 2025
f2b04a4
Merge branch 'main' into chore/relocate-pyright-language-server
Yicong-Huang Oct 12, 2025
9524809
Merge branch 'chore/relocate-pyright-language-server' into chore/rena…
Yicong-Huang Oct 12, 2025
5056446
Merge branch 'main' into chore/rename-core-scripts-to-bin
Yicong-Huang Oct 12, 2025
3a37e97
fix: path in scripts
Yicong-Huang Oct 12, 2025
d47a22b
fix: update scripts
Yicong-Huang Oct 12, 2025
55d4ffc
fix: revert changes
Yicong-Huang Oct 12, 2025
4cd761a
chore: relocate amber
Yicong-Huang Oct 12, 2025
5174d44
fix: get rid of PathUtils
Yicong-Huang Oct 12, 2025
3714d17
fix: format
Yicong-Huang Oct 12, 2025
4e7bed8
chore: remove core/log
Yicong-Huang Oct 12, 2025
1a9387a
Merge branch 'main' into chore/remove-core-log
Yicong-Huang Oct 12, 2025
02673fd
fix: revert change
Yicong-Huang Oct 12, 2025
14c2c14
chore: update labeler.yml
Yicong-Huang Oct 12, 2025
075a040
chore: update build.sbt
Yicong-Huang Oct 12, 2025
a091e1b
Revert "chore: update build.sbt"
Yicong-Huang Oct 12, 2025
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
14 changes: 6 additions & 8 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ frontend:
- 'frontend/**'

backend:
- all:
- changed-files:
- any-glob-to-any-file:
- 'core/**'
- all-globs-to-all-files:
- '!core/log/**'
- changed-files:
- any-glob-to-any-file:
- 'core/**'

service:
- changed-files:
- any-glob-to-any-file:
Expand Down Expand Up @@ -76,8 +74,8 @@ ddl-change:

feature:
- head-branch:
- '^feat'
- 'feature'
- '^feat'
- 'feature'

fix:
- head-branch: '^fix'
Expand Down
1 change: 0 additions & 1 deletion core/log/.gitkeep

This file was deleted.

Loading