-
Notifications
You must be signed in to change notification settings - Fork 3
Create tests and example #2
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
Merged
Changes from all commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
e847e30
init
thil4n 81537ca
fix tests
thil4n 8f4b287
Merge pull request #8 from thil4n/dev
thil4n 0691529
remove unwanted def. url
thil4n ac79f9a
add sample config.toml
thil4n 9899e81
fix Ballerina.toml
thil4n b5cd21f
[Automated] Update the toml files
thil4n c624ebd
[Automated] Update the toml files
thil4n 893e51c
fix build config
thil4n 3a1e3c7
Merge pull request #9 from thil4n/dev
thil4n 0343ab4
add images
thil4n 98f06ff
[Automated] Update the toml files
thil4n c6459f0
fix examples
thil4n 95d046d
fix examples
thil4n b3108fd
Merge pull request #10 from thil4n/dev
thil4n 8974fcd
fix tests
thil4n 606e4fe
fix readme and spec
thil4n fbcf458
fix readme
thil4n 4202895
Merge pull request #11 from thil4n/dev
thil4n fc3ce3c
update readme
thil4n 8714393
update readme
thil4n ae3aff4
readme
thil4n ad53a60
Merge pull request #12 from thil4n/dev
thil4n 5d17cf6
update specs
thil4n 6d57010
bal format
thil4n 70d5189
fix keys
thil4n 69df562
fix tests
thil4n d6f3422
Merge pull request #13 from thil4n/dev
thil4n c566d7a
[Automated] Update the toml files
thil4n 0e827f5
add keywords
thil4n d6591a0
fix tests
thil4n c9c7f7d
update tests
thil4n ae846a2
fix readme
thil4n a9f552e
Merge pull request #14 from thil4n/dev
thil4n 2ac92ef
update readme
thil4n 49602ec
Update examples/book-author/Ballerina.toml
thil4n 461a4cf
Merge pull request #15 from thil4n/dev
thil4n bce3994
update readme
thil4n 882d99b
Merge pull request #16 from thil4n/dev
thil4n e65ce5b
[Automated] Update the toml files
thil4n 7b928f0
move example .gitignore
thil4n 8d8f09b
update config
thil4n dc9e5f9
Update examples/book-author/Ballerina.toml
thil4n 0cfda8e
Merge pull request #17 from thil4n/dev
thil4n 2c9b24d
fix santitaions.md
thil4n 3772e3b
Merge pull request #18 from thil4n/dev
thil4n 104910b
fix readme for examples
thil4n d510893
update readme
thil4n fd76e9d
Merge pull request #19 from thil4n/dev
thil4n d32a1b5
fix issues in examples
thil4n 5581d69
Merge pull request #20 from thil4n/dev
thil4n e620acb
update examples
thil4n 4889234
Merge pull request #21 from thil4n/dev
thil4n 5e83baa
Update README.md
thil4n 9e332c8
Update README.md
thil4n 7d9e96c
Update ballerina/tests/tests.bal
thil4n 0e4c4ed
Update ballerina/tests/tests.bal
thil4n e8d62a9
Update ballerina/tests/tests.bal
thil4n 8b97073
update tests.bal
thil4n e52d5df
Merge pull request #22 from thil4n/dev
thil4n 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 |
|---|---|---|
| @@ -1,16 +1,15 @@ | ||
| [package] | ||
| distribution = "2201.10.0" | ||
| org = "ballerinax" | ||
| name = "hubspot.crm.object.schemas" | ||
| name = "hubspot.crm.obj.schemas" | ||
| version = "1.0.0" | ||
| license = ["Apache-2.0"] | ||
| authors = ["Ballerina"] | ||
| keywords = [] | ||
| # icon = "icon.png" # TODO: update icon.png | ||
| keywords = ["schema", "hubspot", "object"] | ||
| repository = "https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.schemas" | ||
|
|
||
| [build-options] | ||
| observabilityIncluded = true | ||
|
|
||
| [platform.java21] | ||
| [platform.java17] | ||
| graalvmCompatible = true |
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.
Uh oh!
There was an error while loading. Please reload this page.