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

Add HTTP service contract type support #2037

Merged
merged 61 commits into from
Aug 3, 2024
Merged
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
aae8a69
Add compiler support
TharmiganK Jun 6, 2024
98b410c
Add runtime support
TharmiganK Jun 12, 2024
aceee23
Fix test cases
TharmiganK Jun 12, 2024
d5dcdbd
Update license and docs
TharmiganK Jun 12, 2024
1fcc9c4
Merge branch 'master' into service-type-support
TharmiganK Jun 12, 2024
31140c9
Merge branch 'master' into service-type-support
TharmiganK Jun 17, 2024
3063fa4
Change package name pattern
TharmiganK Jun 17, 2024
880ee6b
Fix code modifier issues
TharmiganK Jun 17, 2024
9b93019
Update minor version
TharmiganK Jun 17, 2024
3e4fcc9
Make payload annotation non-constant
TharmiganK Jun 17, 2024
17292f1
[Automated] Update the native jar versions
TharmiganK Jun 17, 2024
e35337b
[Automated] Update the native jar versions
TharmiganK Jun 17, 2024
07923b4
Merge branch 'master' into service-type-support
TharmiganK Jun 17, 2024
ccbb692
Update jwt version
TharmiganK Jun 17, 2024
7f0af43
Merge remote-tracking branch 'origin/service-type-support' into servi…
TharmiganK Jun 17, 2024
1e5a89a
Fix compiler test failure
TharmiganK Jun 17, 2024
d71adab
Fix service type modifier
TharmiganK Jun 17, 2024
cd3d602
Refactor base path logic
TharmiganK Jun 17, 2024
c57777a
Address sonar cloud issues
TharmiganK Jun 17, 2024
90fa07d
Refactor resource function node
TharmiganK Jun 18, 2024
dd3343e
Merge branch 'master' into service-type-support
TharmiganK Jun 18, 2024
34b6564
Move OpenAPI embedding task from openapi-tool
TharmiganK Jun 24, 2024
27c9b4f
Fix code modifier executions
TharmiganK Jun 27, 2024
f2734bc
Fix openapi diagnostic filtering
TharmiganK Jul 1, 2024
e9adeab
Pack ballerina-to-openapi jar to compiler plugin bala
TharmiganK Jul 1, 2024
ad6784b
[Automated] Update the native jar versions
TharmiganK Jul 1, 2024
8137b99
Add compiler diagnostic tests
TharmiganK Jul 2, 2024
bb486dd
Fix compiler diagnostic issue
TharmiganK Jul 5, 2024
c120104
Update lang version
TharmiganK Jul 15, 2024
0891299
[Automated] Update the native jar versions
TharmiganK Jul 15, 2024
16258e9
[Automated] Update the native jar versions
TharmiganK Jul 15, 2024
bec7625
Refactor service contract implementation with static resource
TharmiganK Jul 15, 2024
b78bc22
Update jwt version
TharmiganK Jul 15, 2024
a851b54
Merge branch 'master' into service-type-support
TharmiganK Jul 15, 2024
54115e0
Move service contract type logic to start method
TharmiganK Jul 17, 2024
dbe8084
Remove parameter annotation restriction
TharmiganK Jul 17, 2024
707a5b2
Merge remote-tracking branch 'origin/master' into service-type-support
TharmiganK Jul 22, 2024
65c6e5f
Merge remote-tracking branch 'origin/master' into service-type-support
TharmiganK Jul 22, 2024
fd5b57f
Update introspection resource only if it is empty
TharmiganK Jul 25, 2024
57634cb
Merge branch 'master' into service-type-support
TharmiganK Jul 25, 2024
fa6644c
Update dependency versions
TharmiganK Jul 25, 2024
4dcf9ed
Merge remote-tracking branch 'origin/service-type-support' into servi…
TharmiganK Jul 25, 2024
865d42c
Update dependency versions
TharmiganK Jul 26, 2024
cad9e8b
Merge branch 'master' into service-type-support
TharmiganK Aug 1, 2024
d08e922
Add ballerina test case
TharmiganK Aug 1, 2024
2e9c16f
Update dependency versions
TharmiganK Aug 1, 2024
ef2dab8
Fix service contract annotation for test resources
TharmiganK Aug 1, 2024
524a117
Add code action test
TharmiganK Aug 1, 2024
9b45f1d
[Automated] Update the native jar versions
TharmiganK Aug 1, 2024
2db3f47
[Automated] Update the native jar versions
TharmiganK Aug 1, 2024
3f3d7ae
Change the diagnostic location
TharmiganK Aug 1, 2024
a9eece2
Add a positive compiler plugin test
TharmiganK Aug 1, 2024
f5fdf91
Restructure the oas related generators
TharmiganK Aug 1, 2024
8f09e27
Skip oas generator folder for code-coverage
TharmiganK Aug 1, 2024
976acb5
Update with generated resource directory API
TharmiganK Aug 2, 2024
2ac9be7
Remove unwanted comment
TharmiganK Aug 2, 2024
899e40f
Return ballerina exception as it is
TharmiganK Aug 2, 2024
2a10576
Merge branch 'master' into service-type-support
TharmiganK Aug 2, 2024
914220f
Update changelog
TharmiganK Aug 2, 2024
a519c62
Merge branch 'master' into service-type-support
TharmiganK Aug 3, 2024
020bad2
Merge branch 'master' into service-type-support
TharmiganK Aug 3, 2024
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
Prev Previous commit
Next Next commit
Merge branch 'master' into service-type-support
  • Loading branch information
TharmiganK authored Aug 1, 2024
commit cad9e8bb606fb1ec2213263e2f6201c94f2b4f5e
3 changes: 0 additions & 3 deletions ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ class = "io.ballerina.stdlib.http.compiler.HttpCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/http-compiler-plugin-2.12.0-SNAPSHOT.jar"

[[dependency]]
path = "../compiler-plugin/build/libs/ballerina-to-openapi-2.1.0-20240715-091523-93f4d1b.jar"
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.