-
Notifications
You must be signed in to change notification settings - Fork 36
Adding gitea provider #226
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
Conversation
Signed-off-by: Malar Kannan <[email protected]>
2. underscored unused args 3. commented exported api 4. enabled custom domain auth_test cases 5. typo, unuse var fixes 6. pagination support and bugfixes Signed-off-by: Malar Kannan <[email protected]>
Signed-off-by: Soule BA <[email protected]>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #226 +/- ##
==========================================
+ Coverage 59.48% 59.69% +0.20%
==========================================
Files 44 94 +50
Lines 3019 7473 +4454
==========================================
+ Hits 1796 4461 +2665
- Misses 1038 2383 +1345
- Partials 185 629 +444
☔ View full report in Codecov by Sentry. |
Signed-off-by: Soule BA <[email protected]>
@malarinv this is based on your work. We should have a single PR. Either give me access to your branch so I can push those changes, or close your existing pr. |
Signed-off-by: Soule BA <[email protected]>
Signed-off-by: Soule BA <[email protected]>
Signed-off-by: Soule BA <[email protected]>
Signed-off-by: Soule BA <[email protected]>
Signed-off-by: Soule BA <[email protected]>
@@ -33,7 +33,7 @@ type BranchClient struct { | |||
} | |||
|
|||
// Create creates a branch with the given specifications. | |||
// Creating a branch from a commit is noy supported by Gitea. | |||
// Creating a branch from a commit is noy supported by Gitea, the sha refers to the branch to create from. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// Creating a branch from a commit is noy supported by Gitea, the sha refers to the branch to create from. | |
// Creating a branch from a commit is not supported by Gitea, the `sha` refers to the branch to create from. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm - great job!
Description
fixes #147
This PR completes #148 by correcting and adding missing features and tests cases.
Note: Some features are not yet available