-
Notifications
You must be signed in to change notification settings - Fork 753
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 custom repository support for selective repositories #41177
Merged
azinneera
merged 18 commits into
ballerina-platform:master
from
Thevakumar-Luheerathan:fix-ballerina-lang-iss-41016-2
Aug 16, 2023
Merged
Add custom repository support for selective repositories #41177
azinneera
merged 18 commits into
ballerina-platform:master
from
Thevakumar-Luheerathan:fix-ballerina-lang-iss-41016-2
Aug 16, 2023
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
Thevakumar-Luheerathan
requested review from
hevayo,
sameerajayasoma and
hasithaa
as code owners
August 8, 2023 12:00
Dilhasha
reviewed
Aug 10, 2023
cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PullCommand.java
Outdated
Show resolved
Hide resolved
azinneera
reviewed
Aug 10, 2023
cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PullCommand.java
Outdated
Show resolved
Hide resolved
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #41177 +/- ##
============================================
+ Coverage 76.37% 76.39% +0.01%
- Complexity 52093 52252 +159
============================================
Files 2857 2860 +3
Lines 195924 196465 +541
Branches 25395 25489 +94
============================================
+ Hits 149642 150084 +442
- Misses 37983 38049 +66
- Partials 8299 8332 +33
☔ View full report in Codecov by Sentry. |
Thevakumar-Luheerathan
force-pushed
the
fix-ballerina-lang-iss-41016-2
branch
from
August 11, 2023 11:35
de171ec
to
a4514eb
Compare
Dilhasha
reviewed
Aug 14, 2023
cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java
Outdated
Show resolved
Hide resolved
azinneera
reviewed
Aug 14, 2023
compiler/ballerina-lang/src/main/java/io/ballerina/projects/internal/BlendedManifest.java
Outdated
Show resolved
Hide resolved
azinneera
reviewed
Aug 14, 2023
.../ballerina-lang/src/main/java/io/ballerina/projects/internal/ProjectDiagnosticErrorCode.java
Outdated
Show resolved
Hide resolved
azinneera
reviewed
Aug 14, 2023
compiler/ballerina-lang/src/main/java/io/ballerina/projects/internal/SettingsBuilder.java
Outdated
Show resolved
Hide resolved
azinneera
reviewed
Aug 14, 2023
compiler/ballerina-lang/src/main/java/io/ballerina/projects/internal/model/Repository.java
Show resolved
Hide resolved
azinneera
reviewed
Aug 14, 2023
compiler/ballerina-lang/src/main/java/io/ballerina/projects/internal/model/Repository.java
Show resolved
Hide resolved
azinneera
reviewed
Aug 14, 2023
...-lang/src/main/java/io/ballerina/projects/internal/repositories/CustomPackageRepository.java
Outdated
Show resolved
Hide resolved
azinneera
reviewed
Aug 14, 2023
misc/maven-resolver/src/main/java/org/ballerinalang/maven/bala/client/MavenResolverClient.java
Outdated
Show resolved
Hide resolved
azinneera
reviewed
Aug 14, 2023
misc/maven-resolver/src/main/java/org/ballerinalang/maven/bala/client/MavenResolverClient.java
Outdated
Show resolved
Hide resolved
azinneera
reviewed
Aug 14, 2023
...a-lang/src/main/java/io/ballerina/projects/internal/repositories/CustomRepositoryHelper.java
Outdated
Show resolved
Hide resolved
azinneera
reviewed
Aug 14, 2023
...-lang/src/main/java/io/ballerina/projects/internal/repositories/CustomPackageRepository.java
Outdated
Show resolved
Hide resolved
Thevakumar-Luheerathan
force-pushed
the
fix-ballerina-lang-iss-41016-2
branch
from
August 14, 2023 09:58
f64f5c6
to
ec3a681
Compare
azinneera
reviewed
Aug 15, 2023
cli/ballerina-cli/src/main/resources/cli-help/ballerina-pull.help
Outdated
Show resolved
Hide resolved
azinneera
reviewed
Aug 15, 2023
cli/ballerina-cli/src/main/resources/cli-help/ballerina-pull.help
Outdated
Show resolved
Hide resolved
azinneera
reviewed
Aug 15, 2023
.../ballerina-lang/src/main/java/io/ballerina/projects/internal/ProjectDiagnosticErrorCode.java
Outdated
Show resolved
Hide resolved
Thevakumar-Luheerathan
force-pushed
the
fix-ballerina-lang-iss-41016-2
branch
from
August 15, 2023 14:14
b2596d5
to
95af051
Compare
Thevakumar-Luheerathan
force-pushed
the
fix-ballerina-lang-iss-41016-2
branch
from
August 15, 2023 14:43
95af051
to
64982e4
Compare
azinneera
approved these changes
Aug 15, 2023
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
Fixes #41016
Approach
Samples
Remarks
Check List