-
Notifications
You must be signed in to change notification settings - Fork 49
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
Patch release for SQL 1.2.1 #501
Closed
kaneeldias
wants to merge
92
commits into
ballerina-platform:stage-1.2.1
from
kaneeldias:stage-1.2.1
Closed
Patch release for SQL 1.2.1 #501
kaneeldias
wants to merge
92
commits into
ballerina-platform:stage-1.2.1
from
kaneeldias:stage-1.2.1
Conversation
This file contains 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
…ease-1.2.0 [Automated] Sync master after 1.2.0 release
…omated/dependency_version_update [AUTO MERGE] Update Dependencies (Ballerina Lang : 2201.0.0-20211220-171700-44f9bf90)
Update module and distribution version
…omated/dependency_version_update [AUTO MERGE] Update Dependencies (Ballerina Lang : 2201.0.0-20211221-194900-b414ea8e)
Fix plugin crash when variable is passed for `ConnectionPool`
…omated/dependency_version_update [AUTO MERGE] Update Dependencies (Ballerina Lang : 2201.0.0-20211221-194900-b414ea8e)
…omated/dependency_version_update [AUTO MERGE] Update Dependencies (Ballerina Lang : 2201.0.0-20211222-120300-99ed29ab)
…omated/dependency_version_update [AUTO MERGE] Update Dependencies (Ballerina Lang : 2201.0.0-20211222-120300-99ed29ab)
…omated/dependency_version_update [AUTO MERGE] Update Dependencies (Ballerina Lang : 2201.0.0-20220103-152600-081b79fd)
…omated/dependency_version_update [AUTO MERGE] Update Dependencies (Ballerina Lang : 2201.0.0-20220104-134500-fb864d9d)
Add sql package icon
…omated/dependency_version_update [AUTO MERGE] Update Dependencies (Ballerina Lang : 2201.0.0-20220106-095400-ca7ef719)
Improve description in the spec
…omated/dependency_version_update [AUTO MERGE] Update Dependencies (Ballerina Lang : 2201.0.0-20220121-090300-09d05141)
# Conflicts: # ballerina/Module.md
…omated/dependency_version_update [AUTO MERGE] Update Dependencies (Ballerina Lang : 2201.0.0-20220121-113500-04d4226d)
…omated/dependency_version_update [AUTO MERGE] Update Dependencies (Ballerina Lang : 2201.0.0-20220124-155500-c100a354)
…omated/dependency_version_update [AUTO MERGE] Update Dependencies (Ballerina Lang : 2201.0.0-20220126-220000-041afc92)
…omated/dependency_version_update [AUTO MERGE] Update Dependencies (Ballerina Lang : 2201.0.0-20220126-220000-041afc92)
Codecov Report
@@ Coverage Diff @@
## stage-1.2.1 #501 +/- ##
============================================
Coverage 80.26% 80.26%
============================================
Files 37 37
Lines 3567 3567
Branches 746 746
============================================
Hits 2863 2863
Misses 481 481
Partials 223 223 Continue to review full report at Codecov.
|
Any reason git us showing a lot of commits? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Purpose
Adds the following fix
#474