8000 Comparing v1.1.0...v2.0.0 · jsburckhardt/gic · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jsburckhardt/gic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: jsburckhardt/gic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 8 commits
  • 11 files changed
  • 2 contributors

Commits on Sep 2, 2024

  1. feat(git): implement commit functionality with message suggestion

    Add a new `Commit` function that commits staged changes with a generated message. The function will either execute the commit or print the suggested message based on the commit flag.
    
    fix(makefile): remove unnecessary flag from gofmt command
    jsburckhardt committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    c91d03c View commit details
    Browse the repository at this point in the history
  2. docs(readme): update configuration and usage instructions for AzureAD…

    … and Ollama
    
    Enhance the README with detailed setup instructions for AzureAD and running Ollama locally in a devcontainer.
    Included cautions about model selection and links to further details on expected outputs.
    jsburckhardt committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    1d9e5a8 View commit details
    Browse the repository at this point in the history
  3. chore(devcontainer): update container configuration for gic

    - Renamed project from "Getting Started" to "gic".
    - Added GPU support with `--gpus all` in run arguments.
    - Minor cleanup in the features section and comments.
    jsburckhardt committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    6380157 View commit details
    Browse the repository at this point in the history
  4. feat(llm, api): integrate Ollama API for generating commit messages

    Added functionality to generate commit messages using the Ollama API within the LLM package. This includes a new method `GenerateCommitMessageOllama` that constructs a request to the Ollama API, processes the response, and returns the generated commit message based on the provided diff input.
    
    Additionally, replaced a deprecated dependency (`github.com/jsburckhardt/gic`) with `github.com/ollama/ollama` in the module files.
    
    BREAKING CHANGE: The connection type must now include support for "ollama".
    jsburckhardt committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    9f228cb View commit details
    Browse the repository at this point in the history
  5. chore(makefile): update fmt target to include current directory

    Adjust the `fmt` target in the Makefile to format Go files in the current directory, improving the ease of running formatting commands.
    jsburckhardt committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    61d70de View commit details
    Browse the repository at this point in the history
  6. feat(cmd): refactor command execution and configuration handling

    Refactor the Execute function to improve readability and maintainability.
    Updated the configuration field name from `Commit` to `ShouldCommit` for clarity.
    Simplified the commit logic to consistently use the configuration struct.
    
    BREAKING CHANGE: The `Commit` parameter in the `git.Commit` function has been changed to accept the entire `config.Config` struct instead.
    jsburckhardt committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    272ffde View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6 from jsburckhardt/feat/commit-message

    Feat/commit message
    jsburckhardt authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    e1bdbed View commit details
    Browse the repository at this point in the history
  8. chore(release): 2.0.0 [skip ci]

    # [2.0.0](v1.1.0...v2.0.0) (2024-09-02)
    
    ### Features
    
    * **cmd:** refactor command execution and configuration handling ([272ffde](272ffde))
    * **git:** implement commit functionality with message suggestion ([c91d03c](c91d03c))
    * **llm, api:** integrate Ollama API for generating commit messages ([9f228cb](9f228cb))
    
    ### BREAKING CHANGES
    
    * **cmd:** The `Commit` parameter in the `git.Commit` function has been changed to accept the entire `config.Config` struct instead.
    * **llm, api:** The connection type must now include support for "ollama".
    semantic-release-bot committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    2968c9c View commit details
    Browse the repository at this point in the history
Loading
0