8000 Comparing 1.11.0...1.11.1 · guanguans/ai-commit · 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: guanguans/ai-commit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.11.0
Choose a base ref
...
head repository: guanguans/ai-commit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.11.1
Choose a head ref
  • 10 commits
  • 8 files changed
  • 2 contributors

Commits on Apr 8, 2024

  1. chore(release): 1.11.0

    ityaozm@gmail.com committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f967e06 View commit details
    Browse the repository at this point in the history
  2. Bump to 1.11.0

    guanguans authored and github-actions[bot] committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    596d08e View commit details
    Browse the repository at this point in the history
  3. feat(tests): Add HTTP fake setup for Moonshot and chat completions

    - Added HTTP fake setup for Moonshot and chat completions
    - Defined fake responses for various HTTP endpoints
    ityaozm@gmail.com committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    5c67e50 View commit details
    Browse the repository at this point in the history
  4. test(Pest): Update API response mock data

    * Update error message in mock API response.
    * Replace API key error with authentication error.
    * Update completion example with new model ID and parameters.
    * Update model list in mock response to include new Moonshot models.
    ityaozm@gmail.com committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e61cd71 View commit details
    Browse the repository at this point in the history
  5. test(Unit): Add MoonshotGeneratorTest.php and OpenAIGeneratorTest.php

    - Added MoonshotGeneratorTest.php and OpenAIGeneratorTest.php files.
    - Included test cases for generating commit messages and handling exceptions.
    - Skipped some test cases for further development.
    ityaozm@gmail.com committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a96c7f4 View commit details
    Browse the repository at this point in the history
  6. Update(tests): Modify test cases and fix generator response

    - Update the test case in Pest.php to modify the test response.
    - Modify the MoonshotGeneratorTest.php to skip the old test case and add a new one.
    - Change the generator response in MoonshotGeneratorTest.php to match the updated response format.
    ityaozm@gmail.com committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    77d8fd1 View commit details
    Browse the repository at this point in the history
  7. Update(Generators/MoonshotGenerator): Remove unused code and fix getC…

    …ompletionMessages method
    
    - Remove unused code in MoonshotGenerator.
    - Fix getCompletionMessages method to return correct content based on the config parameter 'stream'.
    ityaozm@gmail.com committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7f5fea4 View commit details
    Browse the repository at this point in the history
  8. chore(tests): update moonshot generator test configuration

    - Update the configuration for the moonshot generator test
    - Set 'stream' parameter to false in the configuration
    ityaozm@gmail.com committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ebe8d14 View commit details
    Browse the repository at this point in the history
  9. CI: Update codecov action to version 3

    * Replace codecov/codecov-action@v4 with codecov/codecov-action@v3 in the tests workflow file.
    ityaozm@gmail.com committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f381334 View commit details
    Browse the repository at this point in the history
  10. CI: Update codecov action to version 4

    * Update codecov/codecov-action from version 3 to version 4.
    * The new version provides better reliability and performance.
    ityaozm@gmail.com committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    af6e8a5 View commit details
    Browse the repository at this point in the history
Loading
0