Skip to content
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 AI provider and commit message with AI, update dependencies #55

Merged
merged 4 commits into from
May 30, 2024

Conversation

LinuxSuRen
Copy link
Owner

No description provided.

Go commit message:

```
Add AI-powered commit message generation

This commit adds AI-powered commit message generation using the OneAPI server. The commit message is generated using the OneAPI token and the AI_PROVIDER environment variable.

Features:

- AI-powered commit message generation
- Supports OneAPI server

Bugs fixed:

- None

Refs:

- OneAPI: https://github.com/songquanpeng/one-api
```
Update Go version to 1.22 in various files

*  `.github/workflows/pull-request.yaml`: Update the Go version used in the \"Build\" job to 1.22.
*  `.github/workflows/release.yaml`: Update the Go version used in the \"Set up Go\" job to 1.22.
*  `cmd/argoworkflow/go.mod`: Update the Go version to 1.22.
*  `go.mod`: Update the Go version to 1.22.
*  `.github/workflows/pull-request.yaml`: Update the Go version used in the \"Build Argo Workflow Executor\" job to 1.22.
*  `.github/workflows/release.yaml`: Update the Go version used in the \"Set up Go\" job to 1.22.
Copy link

codecov bot commented May 30, 2024

Codecov Report

Attention: Patch coverage is 19.04762% with 51 lines in your changes are missing coverage. Please review.

Project coverage is 35.25%. Comparing base (d4969c9) to head (f01cf65).

Files Patch % Lines
cmd/msg.go 18.64% 48 Missing ⚠️
pkg/oneapi/types.go 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #55      +/-   ##
==========================================
- Coverage   37.89%   35.25%   -2.65%     
==========================================
  Files           8       11       +3     
  Lines         438      502      +64     
==========================================
+ Hits          166      177      +11     
- Misses        269      322      +53     
  Partials        3        3              
Flag Coverage Δ
unittests 35.25% <19.04%> (-2.65%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@LinuxSuRen LinuxSuRen added the enhancement New feature or request label May 30, 2024
@LinuxSuRen LinuxSuRen merged commit d0b162e into master May 30, 2024
8 of 10 checks passed
@LinuxSuRen LinuxSuRen deleted the feat/ai-msg branch May 30, 2024 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant