-
Notifications
You must be signed in to change notification settings - Fork 29
Decouple persist tool from the distribution #404
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
20 commits
Select commit
Hold shift + click to select a range
44720a2
Add Ballerina module
daneshk 4f4a29d
Merge branch 'main' of https://github.com/ballerina-platform/persist-…
daneshk 6b6bf98
Decouple persist tool from the distribution
daneshk 12cf5cc
Update build-config/resources/BalTool.toml
daneshk 429ea1f
Update persist-tool/BalTool.toml
daneshk 7d978d7
remove unnecessary files
daneshk 74d12be
Merge branch 'decouple-tool' of https://github.com/daneshk/persist-to…
daneshk 5c69b22
revert cli tests configurations
daneshk 6c12d70
Copy tool bala file to the test distribution
daneshk e16cf79
remove persist cli test dependency from bal package build
daneshk 64df6b3
[Automated] Update the native jar versions
daneshk 9006bcc
remove persist cli test dependency from bal package build
daneshk 151f688
Update the test distribution in examples
daneshk 3e275ea
update the lang version to update 13
daneshk 928c11d
Merge branch 'main' of https://github.com/ballerina-platform/persist-…
daneshk 02c76ce
add temp debug logs
daneshk ece9255
change the gradle.properties
daneshk 7ed5ad3
Apply suggestions from code review
daneshk b19d51c
Update the readme file
daneshk 78bd00e
Merge branch 'decouple-tool' of https://github.com/daneshk/persist-to…
daneshk 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| [tool] | ||
| id = "persist" | ||
|
|
||
| [[dependency]] | ||
| path = "../persist-cli/build/libs/persist-cli-@project.version@.jar" |
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 @@ | ||
| [package] | ||
| org = "ballerina" | ||
| name = "tool_persist" | ||
| version = "@toml.version@" | ||
| authors = ["Ballerina"] | ||
| keywords = ["persist", "persist tool"] | ||
| license = ["Apache-2.0"] | ||
| distribution = "2201.12.4" |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| [[tool]] | ||
| id = "persist" | ||
| org = "ballerina" | ||
| name = "tool_persist" | ||
| version = "@toml.version@" | ||
| active = true |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| [[tool]] | ||
| id = "persist" | ||
| org = "ballerina" | ||
| name = "tool_persist" | ||
| version = "@toml.version@" | ||
| active = true |
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,5 @@ | ||
| [tool] | ||
| id = "persist" | ||
|
|
||
| [[dependency]] | ||
| path = "../persist-cli/build/libs/persist-cli-1.7.0-SNAPSHOT.jar" |
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 @@ | ||
| [package] | ||
| org = "ballerina" | ||
| name = "tool_persist" | ||
| version = "1.7.0" | ||
| authors = ["Ballerina"] | ||
| keywords = ["persist", "persist tool"] | ||
| license = ["Apache-2.0"] | ||
| distribution = "2201.12.4" |
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,17 @@ | ||
| # 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.13.0-20250613-152200-ecef3657" | ||
|
|
||
| [[package]] | ||
| org = "ballerina" | ||
| name = "tool_persist" | ||
| version = "1.7.0" | ||
| modules = [ | ||
| {org = "ballerina", packageName = "tool_persist", moduleName = "tool_persist"} | ||
| ] | ||
|
|
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.