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: brefphp/bref
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.24
Choose a base ref
...
head repository: brefphp/bref
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.25
Choose a head ref
  • 18 commits
  • 13 files changed
  • 2 contributors

Commits on May 10, 2024

  1. Bump next from 13.5.4 to 14.1.1 in /website

    Bumps [next](https://github.com/vercel/next.js) from 13.5.4 to 14.1.1.
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](vercel/next.js@v13.5.4...v14.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: next
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 10, 2024
    Configuration menu
    Copy the full SHA
    8320d4a View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Fix node warning

    mnapoli committed May 14, 2024
    Configuration menu
    Copy the full SHA
    556a60a View commit details
    Browse the repository at this point in the history
  2. Extract test helpers

    mnapoli committed May 14, 2024
    Configuration menu
    Copy the full SHA
    8cbf943 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1da8450 View commit details
    Browse the repository at this point in the history
  4. Fix Bref::reset() for tests

    mnapoli committed May 14, 2024
    Configuration menu
    Copy the full SHA
    2cb24a8 View commit details
    Browse the repository at this point in the history
  5. The Console runtime now always returns the command output

    Before this change, it would only return the output in case of success (not in case of errors). The output could be retrieved via logs. It can now always be retrieved via the invocation result.
    mnapoli committed May 14, 2024
    Configuration menu
    Copy the full SHA
    839d5f6 View commit details
    Browse the repository at this point in the history
  6. Fix CS

    mnapoli committed May 14, 2024
    Configuration menu
    Copy the full SHA
    89ef81b View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    ccf9686 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1809 from brefphp/cli-response

    The Console runtime now always returns the command output
    mnapoli authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5690111 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1803 from brefphp/dependabot/npm_and_yarn/website…

    …/next-14.1.1
    
    Bump next from 13.5.4 to 14.1.1 in /website
    mnapoli authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3bd0c56 View commit details
    Browse the repository at this point in the history
  4. Bump braces from 3.0.2 to 3.0.3 in /website

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f949700 View commit details
    Browse the repository at this point in the history
  5. Add SQS polling information to docs

    Replaces #1761
    mnapoli committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c803781 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1825 from brefphp/dependabot/npm_and_yarn/website…

    …/braces-3.0.3
    
    Bump braces from 3.0.2 to 3.0.3 in /website
    mnapoli authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    bd2ab5d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1826 from brefphp/sqs-docs

    Add SQS polling information to docs
    mnapoli authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    820f7bd View commit details
    Browse the repository at this point in the history
  8. Document stage parameters

    mnapoli committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b6d3476 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    71d3d79 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1827 from brefphp/document-stage-parameters

    Document how to use stage parameters in `serverless.yml`
    mnapoli authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    be276f2 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1828 from brefphp/fix-links-sls-v4

    Fix documentation links for Serverless v3
    mnapoli authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    71765be View commit details
    Browse the repository at this point in the history
Loading