-
Notifications
You must be signed in to change notification settings - Fork 2
Code generation and build process #3
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
Merged
MohamedSabthar
merged 30 commits into
ballerina-platform:main
from
CharanaManawathilake:main
Jan 16, 2025
Merged
Changes from 5 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
fe4ff28
Generate ballerina source code
CharanaManawathilake 98aac45
[Automated] Update the toml files
CharanaManawathilake 8e6699c
[Automated] Update the toml files
CharanaManawathilake 419c377
Successful gradle build
CharanaManawathilake 4c8a2e0
Update Package.md
CharanaManawathilake 4576961
Functional tests
CharanaManawathilake 44883c3
Unrefined completed tests
CharanaManawathilake f02e3b5
Refined completed tests
CharanaManawathilake 613c6e4
Remove unwanted files
CharanaManawathilake ee3ae91
[Automated] Update the toml files
CharanaManawathilake 854fa9a
Update sanitations documentation
CharanaManawathilake f652bf1
Update README.md
CharanaManawathilake 43b9032
Resolve RP issues
CharanaManawathilake 138904b
Replace package.md images
CharanaManawathilake 25e889d
Update documentation
CharanaManawathilake a5767c8
Address PR comments
CharanaManawathilake b639c8c
[Automated] Update the toml files
CharanaManawathilake a9bcff5
[Automated] Update the toml files
CharanaManawathilake 1c01897
[Automated] Update the toml files
CharanaManawathilake bcfacba
[Automated] Update the toml files
CharanaManawathilake 67d4b4c
Change Org in toml files
CharanaManawathilake 6dab76c
Add image and minor adjustments in md files
CharanaManawathilake 18cd5ac
[Automated] Update the toml files
CharanaManawathilake eacd195
Remove seperate listener
CharanaManawathilake 015d645
Format the .bal files
CharanaManawathilake fb76a2f
Address the PR comments
CharanaManawathilake 95bbb1f
Create license issue
CharanaManawathilake ebeecf7
Correct the license issue
CharanaManawathilake 1f5ef91
[Automated] Update the toml files
CharanaManawathilake efd1e5c
Move icon.png file
CharanaManawathilake 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
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,304 @@ | ||
| # AUTO-GENERATED FILE. DO NOT MODIFY. | ||
|
|
||
| # This file is auto-generated by Ballerina for managing dependency versions. | ||
| # It should not be modified by hand. | ||
|
|
||
| [ballerina] | ||
| dependencies-toml-version = "2" | ||
| distribution-version = "2201.10.0" | ||
|
|
||
| [[package]] | ||
| org = "ballerina" | ||
| name = "auth" | ||
| version = "2.12.0" | ||
| dependencies = [ | ||
| {org = "ballerina", name = "crypto"}, | ||
| {org = "ballerina", name = "jballerina.java"}, | ||
| {org = "ballerina", name = "lang.array"}, | ||
| {org = "ballerina", name = "lang.string"}, | ||
| {org = "ballerina", name = "log"} | ||
| ] | ||
|
|
||
| [[package]] | ||
| org = "ballerina" | ||
| name = "cache" | ||
| version = "3.8.0" | ||
| dependencies = [ | ||
| {org = "ballerina", name = "constraint"}, | ||
| {org = "ballerina", name = "jballerina.java"}, | ||
| {org = "ballerina", name = "task"}, | ||
| {org = "ballerina", name = "time"} | ||
| ] | ||
|
|
||
| [[package]] | ||
| org = "ballerina" | ||
| name = "constraint" | ||
| version = "1.5.0" | ||
| dependencies = [ | ||
| {org = "ballerina", name = "jballerina.java"} | ||
| ] | ||
|
|
||
| [[package]] | ||
| org = "ballerina" | ||
| name = "crypto" | ||
| version = "2.7.2" | ||
| dependencies = [ | ||
| {org = "ballerina", name = "jballerina.java"}, | ||
| {org = "ballerina", name = "time"} | ||
| ] | ||
|
|
||
| [[package]] | ||
| org = "ballerina" | ||
| name = "file" | ||
| version = "1.10.0" | ||
| dependencies = [ | ||
| {org = "ballerina", name = "io"}, | ||
| {org = "ballerina", name = "jballerina.java"}, | ||
| {org = "ballerina", name = "os"}, | ||
| {org = "ballerina", name = "time"} | ||
| ] | ||
|
|
||
| [[package]] | ||
| org = "ballerina" | ||
| name = "http" | ||
| version = "2.12.4" | ||
| dependencies = [ | ||
| {org = "ballerina", name = "auth"}, | ||
| {org = "ballerina", name = "cache"}, | ||
| {org = "ballerina", name = "constraint"}, | ||
| {org = "ballerina", name = "crypto"}, | ||
| {org = "ballerina", name = "file"}, | ||
| {org = "ballerina", name = "io"}, | ||
| {org = "ballerina", name = "jballerina.java"}, | ||
| {org = "ballerina", name = "jwt"}, | ||
| {org = "ballerina", name = "lang.array"}, | ||
| {org = "ballerina", name = "lang.decimal"}, | ||
| {org = "ballerina", name = "lang.int"}, | ||
| {org = "ballerina", name = "lang.regexp"}, | ||
| {org = "ballerina", name = "lang.runtime"}, | ||
| {org = "ballerina", name = "lang.string"}, | ||
| {org = "ballerina", name = "lang.value"}, | ||
| {org = "ballerina", name = "log"}, | ||
| {org = "ballerina", name = "mime"}, | ||
| {org = "ballerina", name = "oauth2"}, | ||
| {org = "ballerina", name = "observe"}, | ||
| {org = "ballerina", name = "time"}, | ||
| {org = "ballerina", name = "url"} | ||
| ] | ||
| modules = [ | ||
| {org = "ballerina", packageName = "http", moduleName = "http"}, | ||
| {org = "ballerina", packageName = "http", moduleName = "http.httpscerr"} | ||
| ] | ||
|
|
||
| [[package]] | ||
| org = "ballerina" | ||
| name = "io" | ||
| version = "1.6.3" | ||
| dependencies = [ | ||
| {org = "ballerina", name = "jballerina.java"}, | ||
| {org = "ballerina", name = "lang.value"} | ||
| ] | ||
|
|
||
| [[package]] | ||
| org = "ballerina" | ||
| name = "jballerina.java" | ||
| version = "0.0.0" | ||
|
|
||
| [[package]] | ||
| org = "ballerina" | ||
| name = "jwt" | ||
| version = "2.13.0" | ||
| dependencies = [ | ||
| {org = "ballerina", name = "cache"}, | ||
| {org = "ballerina", name = "crypto"}, | ||
| {org = "ballerina", name = "io"}, | ||
| {org = "ballerina", name = "jballerina.java"}, | ||
| {org = "ballerina", name = "lang.int"}, | ||
| {org = "ballerina", name = "lang.string"}, | ||
| {org = "ballerina", name = "log"}, | ||
| {org = "ballerina", name = "time"} | ||
| ] | ||
|
|
||
| [[package]] | ||
| org = "ballerina" | ||
| name = "lang.__internal" | ||
| version = "0.0.0" | ||
| dependencies = [ | ||
| {org = "ballerina", name = "jballerina.java"}, | ||
| {org = "ballerina", name = "lang.object"} | ||
| ] | ||
|
|
||
| [[package]] | ||
| org = "ballerina" | ||
| name = "lang.array" | ||
| version = "0.0.0" | ||
| dependencies = [ | ||
| {org = "ballerina", name = "jballerina.java"}, | ||
| {org = "ballerina", name = "lang.__internal"} | ||
| ] | ||
|
|
||
| [[package]] | ||
| org = "ballerina" | ||
| name = "lang.decimal" | ||
| version = "0.0.0" | ||
| dependencies = [ | ||
| {org = "ballerina", name = "jballerina.java"} | ||
| ] | ||
|
|
||
| [[package]] | ||
| org = "ballerina" | ||
| name = "lang.int" | ||
| version = "0.0.0" | ||
| dependencies = [ | ||
| {org = "ballerina", name = "jballerina.java"}, | ||
| {org = "ballerina", name = "lang.__internal"}, | ||
| {org = "ballerina", name = "lang.object"} | ||
| ] | ||
|
|
||
| [[package]] | ||
| org = "ballerina" | ||
| name = "lang.object" | ||
| version = "0.0.0" | ||
|
|
||
| [[package]] | ||
| org = "ballerina" | ||
| name = "lang.regexp" | ||
| version = "0.0.0" | ||
| dependencies = [ | ||
| {org = "ballerina", name = "jballerina.java"} | ||
| ] | ||
|
|
||
| [[package]] | ||
| org = "ballerina" | ||
| name = "lang.runtime" | ||
| version = "0.0.0" | ||
| dependencies = [ | ||
| {org = "ballerina", name = "jballerina.java"} | ||
| ] | ||
|
|
||
| [[package]] | ||
| org = "ballerina" | ||
| name = "lang.string" | ||
| version = "0.0.0" | ||
| dependencies = [ | ||
| {org = "ballerina", name = "jballerina.java"}, | ||
| {org = "ballerina", name = "lang.regexp"} | ||
| ] | ||
|
|
||
| [[package]] | ||
| org = "ballerina" | ||
| name = "lang.value" | ||
| version = "0.0.0" | ||
| dependencies = [ | ||
| {org = "ballerina", name = "jballerina.java"} | ||
| ] | ||
|
|
||
| [[package]] | ||
| org = "ballerina" | ||
| name = "log" | ||
| version = "2.10.0" | ||
| dependencies = [ | ||
| {org = "ballerina", name = "io"}, | ||
| {org = "ballerina", name = "jballerina.java"}, | ||
| {org = "ballerina", name = "lang.value"}, | ||
| {org = "ballerina", name = "observe"} | ||
| ] | ||
|
|
||
| [[package]] | ||
| org = "ballerina" | ||
| name = "mime" | ||
| version = "2.10.1" | ||
| dependencies = [ | ||
| {org = "ballerina", name = "io"}, | ||
| {org = "ballerina", name = "jballerina.java"}, | ||
| {org = "ballerina", name = "lang.int"}, | ||
| {org = "ballerina", name = "log"} | ||
| ] | ||
| modules = [ | ||
| {org = "ballerina", packageName = "mime", moduleName = "mime"} | ||
| ] | ||
|
|
||
| [[package]] | ||
| org = "ballerina" | ||
| name = "oauth2" | ||
| version = "2.12.0" | ||
| dependencies = [ | ||
| {org = "ballerina", name = "cache"}, | ||
| {org = "ballerina", name = "crypto"}, | ||
| {org = "ballerina", name = "jballerina.java"}, | ||
| {org = "ballerina", name = "log"}, | ||
| {org = "ballerina", name = "time"}, | ||
| {org = "ballerina", name = "url"} | ||
| ] | ||
|
|
||
| [[package]] | ||
| org = "ballerina" | ||
| name = "observe" | ||
| version = "1.3.0" | ||
| dependencies = [ | ||
| {org = "ballerina", name = "jballerina.java"} | ||
| ] | ||
|
|
||
| [[package]] | ||
| org = "ballerina" | ||
| name = "os" | ||
| version = "1.8.0" | ||
| dependencies = [ | ||
| {org = "ballerina", name = "io"}, | ||
| {org = "ballerina", name = "jballerina.java"} | ||
| ] | ||
|
|
||
| [[package]] | ||
| org = "ballerina" | ||
| name = "task" | ||
| version = "2.5.0" | ||
| dependencies = [ | ||
| {org = "ballerina", name = "jballerina.java"}, | ||
| {org = "ballerina", name = "time"} | ||
| ] | ||
|
|
||
| [[package]] | ||
| org = "ballerina" | ||
| name = "time" | ||
| version = "2.5.0" | ||
| dependencies = [ | ||
| {org = "ballerina", name = "jballerina.java"} | ||
| ] | ||
|
|
||
| [[package]] | ||
| org = "ballerina" | ||
| name = "url" | ||
| version = "2.4.0" | ||
| dependencies = [ | ||
| {org = "ballerina", name = "jballerina.java"} | ||
| ] | ||
| modules = [ | ||
| {org = "ballerina", packageName = "url", moduleName = "url"} | ||
| ] | ||
|
|
||
| [[package]] | ||
| org = "ballerinai" | ||
| name = "observe" | ||
| version = "0.0.0" | ||
| dependencies = [ | ||
| {org = "ballerina", name = "jballerina.java"}, | ||
| {org = "ballerina", name = "observe"} | ||
| ] | ||
| modules = [ | ||
| {org = "ballerinai", packageName = "observe", moduleName = "observe"} | ||
| ] | ||
|
|
||
| [[package]] | ||
| org = "ballerinax" | ||
| name = "hubspot.crm.import" | ||
| version = "1.0.0" | ||
| dependencies = [ | ||
| {org = "ballerina", name = "http"}, | ||
| {org = "ballerina", name = "mime"}, | ||
| {org = "ballerina", name = "url"}, | ||
| {org = "ballerinai", name = "observe"} | ||
| ] | ||
| modules = [ | ||
| {org = "ballerinax", packageName = "hubspot.crm.import", moduleName = "hubspot.crm.import"} | ||
| ] | ||
|
|
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.