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: Automattic/jetpack-ai-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.0
Choose a base ref
...
head repository: Automattic/jetpack-ai-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.1
Choose a head ref
  • 9 commits
  • 14 files changed
  • 5 contributors

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    68db936 View commit details
    Browse the repository at this point in the history
  2. phan: Rework how stubs are specified (#36791)

    In preparation for adding more specialized stubs, add a way for configs
    to specify which they want by keyword rather than having to do file
    paths relative to the root.
    
    As part of that, `'is_wordpress' => false` goes away in favor of
    overriding the default list of stubs to load.
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8615103856
    anomiex authored and matticbot committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ff153ec View commit details
    Browse the repository at this point in the history
  3. Backport mu-wpcom-plugin 2.1.14, jetpack 13.4-a.1 Changes (#36792)

    Changelog and readme.txt edits.
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8618336925
    anomiex authored and matticbot committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    54d79aa View commit details
    Browse the repository at this point in the history
  4. changelogger: Fix Phan issues (#36755)

    * changelogger: Fix Phan issues
    
    * Lots of phpdoc fixes.
    * Use `??` where applicable.
    * Deprecate the `$subheading` parameter to
      `ChangelogEntry::getChangesBySubheading()`, since it makes the return
      value confusing.
    * Assign some Symfony HelperInterfaces to variables so we can tell Phan
      the correct type.
    * Move most of `WordpressVersioning::normalizeVersion()` to a private
      `WordpressVersioning::normalizeVersionInternal()` so the `$version`
      parameter type can be properly documented.
      * Remove some parameter validation that is no longer needed with it
    	being private.
    * Fix some `RuntimeException` → `LoadChangeFileException` renames left
      over from #27949.
    * Suppress some false positives.
      * Lots due to PHPUnit, sigh.
    * Add some missing `@codeCoverageIgnore` to bring the coverage back up.
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8619009165
    anomiex authored and matticbot committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ada678f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Backport social 4.2.0 Changes (#36848)

    * Changelog and readme.txt edits.
    
    * Version bumps
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8646793524
    gmjuhasz authored and matticbot committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e83b4df View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. changelogger: Support symfony/console 7.0 (#36861)

    When I tried using stub-generator from Packagist, it broke because it
    wasn't actually compatible with symfony/console 7.0 (it needed
    specification of a return type on a method). Turns out this is because
    changelogger only specified working with up to 6.0, so 7.0 wasn't being
    used when it should have been.
    
    Fortunately all the changes are still more-or-less backwards compatible
    all the way back to the 3.4 version we need for PHP 7.0 support. We wind
    up having to specify the commands' names and descriptions twice now,
    but 🤷.
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8662487279
    anomiex authored and matticbot committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    569b00d View commit details
    Browse the repository at this point in the history
  2. AI Assistant: Rename useSuggestionsFromOpenAI to useAIAssistant and d…

    …eduplicate suggestion logic (#36869)
    
    * remove unused function calling feature
    
    * add large context error to use-ai-suggestions getErrorData function
    
    * use getErrorData on use-suggestions-from-openai
    
    * fix double error event on network error
    
    * add handler for any error
    
    * add initialRequestingState
    
    * expose handleErrorQuotaExceededError
    
    * clear error on request and expose error to caller
    
    * add onStop callback
    
    * adjust AI Assistant to useAiSuggestions hook
    
    * remove duplicated and wrong debug messages
    
    * remove unnecessary default value
    
    * rename useSuggestionsFromOpenAI hook to useAIAssistant
    
    * changelog
    
    * bump version
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8667409449
    
    Upstream-Ref: Automattic/jetpack@65caa26
    dhasilva authored and matticbot committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    91712e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    2c2c031 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c5b5f2 View commit details
    Browse the repository at this point in the history
Loading