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

Merge 4.x to master. #8222

Merged
merged 130 commits into from Jul 13, 2022
Merged

Merge 4.x to master. #8222

merged 130 commits into from Jul 13, 2022

Commits on May 29, 2022

  1. Copy the full SHA
    054ed30 View commit details
    Browse the repository at this point in the history
  2. Fix syntax check failures

    They were caused by installing packages with `--ignore-platform-reqs`
    which brought PHP 8.1 autoloaded packages and caused fatal errors when
    running php-parallel-lint. Instead of ignoring platform requirements we
    now remove packages that are incompatible with PHP 7.1 (phpunit and its
    dependents).
    weirdan committed May 29, 2022
    Copy the full SHA
    c3ea979 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e47171d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    30f07bf View commit details
    Browse the repository at this point in the history
  5. Run Shepherd with 8.0

    Because installing packages with 8.1 and checking them as if we're
    running 7.1 just doesn't work.
    weirdan committed May 29, 2022
    Copy the full SHA
    8455d71 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Merge pull request vimeo#8029 from weirdan/fix-shepherd-job

    Run Shepherd with 8.0
    orklah committed May 30, 2022
    Copy the full SHA
    3aadec6 View commit details
    Browse the repository at this point in the history
  2. Precise stat return type

    VincentLanglet authored and weirdan committed May 30, 2022
    Copy the full SHA
    6352d9a View commit details
    Browse the repository at this point in the history
  3. Update historical

    VincentLanglet authored and weirdan committed May 30, 2022
    Copy the full SHA
    087d7ce View commit details
    Browse the repository at this point in the history
  4. Merge pull request vimeo#8032 from VincentLanglet/stat

    Precise stat return type
    orklah committed May 30, 2022
    Copy the full SHA
    6c52683 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Copy the full SHA
    9431316 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1042ece View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Copy the full SHA
    e402a3b View commit details
    Browse the repository at this point in the history
  2. Merge pull request vimeo#8042 from KevinVanSonsbeek/bugfix/splfileobj…

    …ect-fputcsv-invalidnamedargument
    
    Bugfix/splfileobject fputcsv invalidnamedargument
    orklah committed Jun 2, 2022
    Copy the full SHA
    e72e448 View commit details
    Browse the repository at this point in the history
  3. Fix TypeCombiner::combine to not modify TIntRange arguments.

    This keeps coming up in obscure places, hopefully this fixes it once and for all. I would reeeaaally love to have an immutable type system at some point...
    AndrolGenhald committed Jun 2, 2022
    Copy the full SHA
    2f090e5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request vimeo#8049 from AndrolGenhald/fix-int-range-combin…

    …ation
    
    Fix `TypeCombiner::combine` to not modify TIntRange arguments.
    orklah committed Jun 2, 2022
    Copy the full SHA
    b5a0c59 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c271b12 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. Copy the full SHA
    8b20708 View commit details
    Browse the repository at this point in the history
  2. Performance: cut the selected_text from snippet

    instead of from full text
    
    50% faster than cutting from full text, improves performance up to 3% depending on file length and number of errors in file
    kkmuffme committed Jun 4, 2022
    Copy the full SHA
    cb78f54 View commit details
    Browse the repository at this point in the history
  3. Merge pull request vimeo#8055 from kkmuffme/performance-get-selected-…

    …text-from-snippet
    
    Performance: cut the selected_text from snippet
    orklah committed Jun 4, 2022
    Copy the full SHA
    4a54369 View commit details
    Browse the repository at this point in the history
  4. Merge pull request vimeo#8054 from kkmuffme/runtime-cache-origin-loca…

    …tion
    
    store origin location by ID to speed up psalm by up to 75%
    orklah committed Jun 4, 2022
    Copy the full SHA
    f47b418 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. Copy the full SHA
    74671e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Clarify in docs that zero is not considered a positive-int

    I wasn't sure from reading the docs whether or not Psalm consider zero to be positive.
    bdsl committed Jun 6, 2022
    Copy the full SHA
    99372a2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a7c9266 View commit details
    Browse the repository at this point in the history
  3. use backticks in docs

    bdsl committed Jun 6, 2022
    Copy the full SHA
    c064edc View commit details
    Browse the repository at this point in the history
  4. Merge pull request vimeo#8060 from bdsl/patch-8

    Clarify in docs that zero is not considered a positive-int
    orklah committed Jun 6, 2022
    Copy the full SHA
    d55988a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    34322b7 View commit details
    Browse the repository at this point in the history
  6. Coerce null to empty string in array keys

    Fixes vimeo#8063
    
    Alters the fix for vimeo#2165 (1a48be8)
    
    /cc: @iluuu1994, @muglug
    weirdan committed Jun 6, 2022
    Copy the full SHA
    4e59398 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Merge pull request vimeo#8064 from weirdan/null-is-cast-to-string-in-…

    …array-offsets
    
    Coerce null to empty string in array keys
    orklah committed Jun 7, 2022
    Copy the full SHA
    53c3c9b View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Copy the full SHA
    af5c191 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    271dce8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request vimeo#8069 from AndrolGenhald/bugfix/8068

    Fix generic object comparison to use template constraint as default.
    orklah committed Jun 8, 2022
    Copy the full SHA
    b113d77 View commit details
    Browse the repository at this point in the history
  4. Merge pull request vimeo#8051 from AndrolGenhald/bugfix/8048

    Fix possibly empty array shape appearing non-empty (fixes vimeo#8048).
    orklah committed Jun 8, 2022
    Copy the full SHA
    02d5bee View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Copy the full SHA
    44b2ccb View commit details
    Browse the repository at this point in the history
  2. Merge pull request vimeo#8100 from SamMousa/fix-8099

    fix vimeo#8099: ob_implicit_flush argument type changed to bool
    orklah committed Jun 13, 2022
    Copy the full SHA
    ba0f75e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c7e39e7 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    507e792 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. 2
    Copy the full SHA
    1b5a01d View commit details
    Browse the repository at this point in the history
  2. ci: run tests on php 8.1

    SamMousa committed Jun 14, 2022
    Copy the full SHA
    037c9ed View commit details
    Browse the repository at this point in the history
  3. fix: imap callmap

    SamMousa committed Jun 14, 2022
    Copy the full SHA
    2e2812e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e78c0a5 View commit details
    Browse the repository at this point in the history
  5. fix: more callmap fixes

    SamMousa committed Jun 14, 2022
    Copy the full SHA
    c1c3b20 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d8edad8 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Copy the full SHA
    4bafb96 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    923f600 View commit details
    Browse the repository at this point in the history
  3. fix: php8.1 syntax in tests

    SamMousa committed Jun 15, 2022
    Copy the full SHA
    7bc5721 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    11b44b0 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c638006 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ded566e View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    e826110 View commit details
    Browse the repository at this point in the history
  8. update test cases

    kkmuffme committed Jun 15, 2022
    Copy the full SHA
    a86dbf3 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    0484ee1 View commit details
    Browse the repository at this point in the history
  10. fix: add typehints

    SamMousa committed Jun 15, 2022
    Copy the full SHA
    c3a97e0 View commit details
    Browse the repository at this point in the history
  11. Merge pull request vimeo#8056 from kkmuffme/phpdoc-false-positives-fo…

    …r-partially-invalid
    
    fix false positives for partially invalid phpdoc
    orklah committed Jun 15, 2022
    Copy the full SHA
    c60e0a8 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    0e7ea85 View commit details
    Browse the repository at this point in the history
  13. chore: fix cs

    SamMousa committed Jun 15, 2022
    Copy the full SHA
    b46f556 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    df75070 View commit details
    Browse the repository at this point in the history
  15. fix: add more typehints

    SamMousa committed Jun 15, 2022
    Copy the full SHA
    cc58fd9 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    f6be3ef View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    db34475 View commit details
    Browse the repository at this point in the history
  18. Merge pull request vimeo#8104 from SamMousa/automated-callmap-validation

    tests: add test that validates the callmap in the current runtime
    orklah committed Jun 15, 2022
    Copy the full SHA
    9a64143 View commit details
    Browse the repository at this point in the history
  19. Merge pull request vimeo#8114 from drealecs/fix_number_format_callmap

    number_format: allow third and forth parameters to be nullable
    orklah committed Jun 15, 2022
    Copy the full SHA
    ad46fc0 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Copy the full SHA
    d0cbf97 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. Merge pull request vimeo#8117 from BenMorel/reflectionclass_isenum

    Add ReflectionClass & ReflectionObject::isEnum()
    orklah committed Jun 18, 2022
    Copy the full SHA
    00c0c0e View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Copy the full SHA
    9ce57e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Copy the full SHA
    07b335d View commit details
    Browse the repository at this point in the history
  2. Merge pull request vimeo#8126 from othercorey/patch-1

    Add missing ldap_unbind mapping for php 8.1
    orklah committed Jun 20, 2022
    Copy the full SHA
    be4d0ff View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Copy the full SHA
    37549ee View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d2467cf View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d13a428 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f8e548e View commit details
    Browse the repository at this point in the history
  5. remove debug code

    SamMousa committed Jun 22, 2022
    Copy the full SHA
    08aea9c View commit details
    Browse the repository at this point in the history
  6. php version specific ignores

    SamMousa committed Jun 22, 2022
    Copy the full SHA
    ac09190 View commit details
    Browse the repository at this point in the history
  7. fix static analysis comments

    SamMousa committed Jun 22, 2022
    Copy the full SHA
    c393a20 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    de8187d View commit details
    Browse the repository at this point in the history
  9. Merge pull request vimeo#8144 from SamMousa/feature-check-unused-call…

    …map-ignore
    
    Callmap validation ignore list cleanup
    orklah committed Jun 22, 2022
    Copy the full SHA
    1f87a50 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Copy the full SHA
    b053253 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b9cae01 View commit details
    Browse the repository at this point in the history
  3. Merge pull request vimeo#8147 from othercorey/fix-ldap

    Fix signatures of ldap_* functions
    orklah committed Jun 23, 2022
    Copy the full SHA
    6858fb6 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Copy the full SHA
    417bf87 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e1e8585 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3297e35 View commit details
    Browse the repository at this point in the history
  4. Merge pull request vimeo#8153 from othercorey/fix-datefmt

    Fix datefmt_* function signatures
    orklah committed Jun 24, 2022
    Copy the full SHA
    13100bb View commit details
    Browse the repository at this point in the history
  5. Merge pull request vimeo#8152 from othercorey/fix-filter-var

    Fix filter_var and filter_var_array signatures
    orklah committed Jun 24, 2022
    Copy the full SHA
    cd54574 View commit details
    Browse the repository at this point in the history
  6. Merge pull request vimeo#8151 from othercorey/fix-array-sigs

    Fix array_* function signatures
    orklah committed Jun 24, 2022
    Copy the full SHA
    9b4c8cb View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    933714f View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    450409f View commit details
    Browse the repository at this point in the history
  9. Merge pull request vimeo#8148 from BenMorel/reflectionproperty

    Add ReflectionProperty properties
    orklah committed Jun 24, 2022
    Copy the full SHA
    d626d24 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Copy the full SHA
    2559222 View commit details
    Browse the repository at this point in the history
  2. PHP 7.1 compatibility.

    AndrolGenhald committed Jun 25, 2022
    Copy the full SHA
    a804e45 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3aea098 View commit details
    Browse the repository at this point in the history
  4. CS fix.

    AndrolGenhald committed Jun 25, 2022
    Copy the full SHA
    5ff54bc View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b671117 View commit details
    Browse the repository at this point in the history
  6. Merge pull request vimeo#8165 from AndrolGenhald/stop-using-issuebuff…

    …er-add-😡
    
    Improve @psalm-internal and prevent usage of IssueBuffer::add().
    orklah committed Jun 25, 2022
    Copy the full SHA
    a4ab664 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Merge pull request vimeo#8164 from AndrolGenhald/encapsed-literal-str…

    …ings
    
    Encapsed literal strings
    orklah committed Jun 26, 2022
    Copy the full SHA
    b3038f0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e751a27 View commit details
    Browse the repository at this point in the history
  3. Merge pull request vimeo#8174 from AndrolGenhald/fix-attribute-crash

    Fix crash when redefining method with fewer params (fixes vimeo#8141).
    orklah committed Jun 26, 2022
    Copy the full SHA
    06dd975 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Stop using deprecated string interpolation syntax in StatementsProvid…

    …er.php
    
    This fixed the following PHP 8.2 deprecation:
    
    > Uncaught RuntimeException: PHP Error: Using ${var} in strings is deprecated, use {$var} instead in …/vimeo/psalm/src/Psalm/Internal/Provider/StatementsProvider.php:140
    
    see: https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation
    TimWolla committed Jun 27, 2022
    Copy the full SHA
    31ad16d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d6624c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. chore: Set permissions for GitHub actions

     Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
    
    - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
    
    https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
    
    https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
    
    [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)
    
    Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
    naveensrinivasan committed Jun 28, 2022
    Copy the full SHA
    bd50c4e View commit details
    Browse the repository at this point in the history
  2. split loop for better performance

    * check isset for all elements first, as array_diff is much more expensive
    * Improves performance by 1%
    kkmuffme committed Jun 28, 2022
    Copy the full SHA
    4db928e View commit details
    Browse the repository at this point in the history
  3. only sort when necessary and faster hash

    * sort is much more expensive than count, so we only sort if we have something to sort
    * could implement for ksort too, but advantage there is minimal since we almost always have more than 1 possibility
    * use same hash algorithm as in other places (= faster)
    * reduces runtime by 2-3%
    kkmuffme committed Jun 28, 2022
    Copy the full SHA
    4048bb9 View commit details
    Browse the repository at this point in the history
  4. assign keys to variable for better performance

    improves performance by ~1-1.5%
    kkmuffme committed Jun 28, 2022
    Copy the full SHA
    57239a7 View commit details
    Browse the repository at this point in the history
  5. improve cache hash performance

    * do not concatenate with timestamp as this is slow, since $file_contents may be big
    * use file contents not file path for cache hash only to ensure it works if file_path not set but file_content is
    * improves performance by ~5%
    kkmuffme committed Jun 28, 2022
    Copy the full SHA
    9082eab View commit details
    Browse the repository at this point in the history
  6. check if file in cache already before adding

    * reduces I/O by 30%
    * minimal performance improvement (<0.5%)
    kkmuffme committed Jun 28, 2022
    Copy the full SHA
    9058608 View commit details
    Browse the repository at this point in the history
  7. Merge pull request vimeo#8193 from kkmuffme/improve-psalm-performance

    Various minor improvements to speed up by ~10%
    orklah committed Jun 28, 2022
    Copy the full SHA
    4bc803d View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Copy the full SHA
    df6fdb9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request vimeo#8201 from BenMorel/issue8167

    Fix return type of ReflectionNamedType::getName()
    orklah committed Jun 29, 2022
    Copy the full SHA
    51c6e99 View commit details
    Browse the repository at this point in the history
  3. Merge pull request vimeo#8189 from turrisxyz/Pinned-Dependencies-GitHub

    chore: Set permissions for GitHub actions
    orklah committed Jun 29, 2022
    Copy the full SHA
    1d32a47 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. chore: Included githubactions in the dependabot config

    This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure.
    
    Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot
    
    GitHub actions up to date https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
    
    https://github.com/ossf/scorecard/blob/main/docs/checks.md#dependency-update-tool
    Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
    naveensrinivasan committed Jun 30, 2022
    Copy the full SHA
    4c97472 View commit details
    Browse the repository at this point in the history
  2. Merge pull request vimeo#8203 from turrisxyz/Dependabot-GitHub-Actions

    chore: Included githubactions in the dependabot config
    orklah committed Jun 30, 2022
    Copy the full SHA
    ebb2ca2 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump mheap/github-action-required-labels from 1 to 2

    Bumps [mheap/github-action-required-labels](https://github.com/mheap/github-action-required-labels) from 1 to 2.
    - [Release notes](https://github.com/mheap/github-action-required-labels/releases)
    - [Commits](mheap/github-action-required-labels@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: mheap/github-action-required-labels
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jun 30, 2022
    Copy the full SHA
    f4e518c View commit details
    Browse the repository at this point in the history
  4. build(deps): bump fkirc/skip-duplicate-actions from 3.4.0 to 4.0.0

    Bumps [fkirc/skip-duplicate-actions](https://github.com/fkirc/skip-duplicate-actions) from 3.4.0 to 4.0.0.
    - [Release notes](https://github.com/fkirc/skip-duplicate-actions/releases)
    - [Commits](fkirc/skip-duplicate-actions@v3.4.0...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: fkirc/skip-duplicate-actions
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jun 30, 2022
    Copy the full SHA
    206a903 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump actions/cache from 2 to 3

    Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jun 30, 2022
    Copy the full SHA
    236c24f View commit details
    Browse the repository at this point in the history
  6. build(deps): bump actions/checkout from 2 to 3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jun 30, 2022
    Copy the full SHA
    005d3e2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request vimeo#8207 from vimeo/dependabot/github_actions/mh…

    …eap/github-action-required-labels-2
    
    build(deps): bump mheap/github-action-required-labels from 1 to 2
    orklah committed Jun 30, 2022
    Copy the full SHA
    a129dec View commit details
    Browse the repository at this point in the history
  8. Merge pull request vimeo#8208 from vimeo/dependabot/github_actions/fk…

    …irc/skip-duplicate-actions-4.0.0
    
    build(deps): bump fkirc/skip-duplicate-actions from 3.4.0 to 4.0.0
    orklah committed Jun 30, 2022
    Copy the full SHA
    cf8f0a0 View commit details
    Browse the repository at this point in the history
  9. Merge pull request vimeo#8209 from vimeo/dependabot/github_actions/ac…

    …tions/cache-3
    
    build(deps): bump actions/cache from 2 to 3
    orklah committed Jun 30, 2022
    Copy the full SHA
    fdb664f View commit details
    Browse the repository at this point in the history
  10. Merge pull request vimeo#8210 from vimeo/dependabot/github_actions/ac…

    …tions/checkout-3
    
    build(deps): bump actions/checkout from 2 to 3
    orklah committed Jun 30, 2022
    Copy the full SHA
    b156892 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Copy the full SHA
    d0dcd54 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c71dcd5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2469b62 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e0ebfe1 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b1e3094 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Copy the full SHA
    6c49dad View commit details
    Browse the repository at this point in the history
  2. Merge pull request vimeo#8166 from othercorey/func-return-signatures

    Allow testing expected CallMap return types
    orklah committed Jul 6, 2022
    Copy the full SHA
    38443ef View commit details
    Browse the repository at this point in the history
  3. Merge pull request vimeo#8217 from othercorey/fix-callmap-funcs

    Fix several CallMap function signatures
    orklah committed Jul 6, 2022
    Copy the full SHA
    e28cd12 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    31bee0c View commit details
    Browse the repository at this point in the history
  5. Merge pull request vimeo#8220 from othercorey/fix-codestyle

    Fix codestyle errors in InternalCallMapHandlerTest
    orklah committed Jul 6, 2022
    Copy the full SHA
    65ffac2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request vimeo#8219 from Tofandel/patch-2

    fix: ltrim may return class-string vimeo#8218
    orklah committed Jul 6, 2022
    Copy the full SHA
    6e27c23 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Merge branch '4.x'

    AndrolGenhald committed Jul 7, 2022
    Copy the full SHA
    285740a View commit details
    Browse the repository at this point in the history