-
Notifications
You must be signed in to change notification settings - Fork 81
[typespec-java] flatten typespec-java, cleanup autorest related code #4721
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
XiaofeiCao
wants to merge
28
commits into
main
Choose a base branch
from
autorest_to_typespec_java
base: main
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
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
c9345d0
emitter
XiaofeiCao ec9a34d
reorganize structure and add tests
XiaofeiCao f47516c
adapt pipelines
XiaofeiCao 8fc4d6e
drop 1es for sync-sdk
XiaofeiCao 8f478e0
readme and changelog
XiaofeiCao 6b076ee
Merge branch 'main' into autorest_to_typespec_java
XiaofeiCao 413836d
Fix spell check for typespec-java
XiaofeiCao 511bad4
fix pnpm-locl
XiaofeiCao 6af0b27
format
XiaofeiCao a351c95
fix oom
XiaofeiCao 70d77f1
fix azure-core dependencies
XiaofeiCao e0e8e05
add nightly
XiaofeiCao d8a9028
use dev for nightly build
XiaofeiCao 599a5c3
fix security check for java nightly
XiaofeiCao 438501e
ignore whitespace when applying git diff
XiaofeiCao 35ca6e3
add liftr-base
XiaofeiCao 576ad42
fix dependencies
XiaofeiCao 4d876f7
flatten emitter code to the root
XiaofeiCao 554bbf5
Merge branch 'main' into autorest_to_typespec_java
XiaofeiCao dd397d0
format
XiaofeiCao 3e3c0f5
Merge upstream/main; keep this branch's typespec-java migration (over…
XiaofeiCao 7698a5c
Move Copy-Sources.ps1 to typespec-java root
XiaofeiCao 440de3d
Drop redundant build:full script from typespec-java
XiaofeiCao 8630726
Restore architect changelog; retarget ours to flatten/cleanup
XiaofeiCao 839ded7
Bump typespec-java Node engine to >=22
XiaofeiCao 0261db3
address comments
XiaofeiCao 2f35cca
fix CI
XiaofeiCao 617f3c7
fix label
XiaofeiCao File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
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,8 @@ | ||
| --- | ||
| changeKind: internal | ||
| packages: | ||
| - "@azure-tools/typespec-java" | ||
| --- | ||
|
|
||
| [Java] Flatten the `typespec-java` emitter folder structure and clean up autorest.java-specific tooling. | ||
|
|
||
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 |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| name: Setup Java | ||
| description: Setup JDK and Maven for typespec-java package development and CI | ||
|
|
||
| runs: | ||
| using: composite | ||
|
|
||
| steps: | ||
| - name: Setup mise | ||
| uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 | ||
| with: | ||
| install_args: "java maven" |
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doesn't matter because its internal but you shouldn't add the package in the scope here or it will get included in the changelog for that package
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you elaborate? I've tried to remove the package, CI will complain: https://github.com/Azure/typespec-azure/actions/runs/28504252500/job/84488633473?pr=4721
or other than adding new one here, I should update existing one Srikanta added instead?