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

Fix/abstract normalizer constructor 2 #5

Open
wants to merge 248 commits into
base: 2.5
Choose a base branch
from

Commits on Aug 22, 2019

  1. add ability to control the max header length allowed by the varnish s…

    …erver to avoid overflow during BAN command
    jocel1 committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    6558e19 View commit details
    Browse the repository at this point in the history
  2. csfixer

    jocel1 committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    9ab149d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. add test for max_header_length

    jocel1 committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    b85bf34 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

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

Commits on Sep 23, 2019

  1. Update branch alias

    dunglas committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    3366849 View commit details
    Browse the repository at this point in the history
  2. Merge branch '2.5'

    dunglas committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    81d276c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Merge branch '2.5'

    dunglas committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    59fa1e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Merge branch '2.5'

    dunglas committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    9ff7a23 View commit details
    Browse the repository at this point in the history
  2. Merge branch '2.5'

    dunglas committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    9799193 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Add entrypoints sorting

    mRoca committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    854bcc9 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Merge pull request api-platform#3114 from mRoca/entrypoints-sorting

    Add entrypoints sorting
    soyuka committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    8e28a58 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Merge branch '2.5'

    dunglas committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    e468d98 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

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

Commits on Oct 14, 2019

  1. Configuration menu
    Copy the full SHA
    4d4ee37 View commit details
    Browse the repository at this point in the history
  2. Merge pull request api-platform#3137 from toofff/feat-remove-template…

    …-pull-request
    
    Feat: remove template pull request
    dunglas committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    a4c8af6 View commit details
    Browse the repository at this point in the history
  3. Context stamp (api-platform#3157)

    * Issue api-platform#3082: Add and use ContextStamp.
    
    * Issue api-platform#3082: Add tests.
    
    * Issue api-platform#3157: Correct passing of context.
    
    * Issue api-platform#3157: Minor corrections.
    Sergii Pavlenko authored and dunglas committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    1931f16 View commit details
    Browse the repository at this point in the history
  4. Merge branch '2.5'

    dunglas committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    dfc1771 View commit details
    Browse the repository at this point in the history
  5. Global resource defaults implementation (api-platform#3151)

    * Add defaults configuration
    
    * Suggest defaults in configuration
    
    * Apply changes from code review
    
    * Add deprecation notices for legacy defaults
    
    * Apply @dunglas' suggestions
    bpolaszek authored and dunglas committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    74ee7ef View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Configuration menu
    Copy the full SHA
    f3312a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request api-platform#3179 from teohhanhui/merge-2.5

    Merge 2.5 into master
    teohhanhui committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    3c371aa View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Configuration menu
    Copy the full SHA
    1e7d7ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    480c077 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Make the base exception extend throwable

    This makes it more clear this interface can be 'caught'
    BackEndTea committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    8e21ef2 View commit details
    Browse the repository at this point in the history
  2. Use https instead of http

    BackEndTea committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    21bbe95 View commit details
    Browse the repository at this point in the history
  3. Merge pull request api-platform#3219 from BackEndTea/patch-3

    Use https instead of http
    dunglas committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    59a1702 View commit details
    Browse the repository at this point in the history
  4. Merge pull request api-platform#3217 from BackEndTea/patch-1

    Make the base exception extend throwable
    dunglas committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    449842a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Merge branch '2.5'

    * 2.5:
      Fix spelling
      Fix removal of illegal characters in schema name for Amazon API Gateway
      Add links to documentation to ApiResource properties
      fix api-platform#3189 - JSONAPI pagination ignored when using filter parameter
    dunglas committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    b125b66 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Link to local XSD (api-platform#3218)

    This will allow IDEs to provide hints/ autocompletion
    BackEndTea authored and dunglas committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    d22dda9 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. More Descriptive Input/Output class names

    Moritz Haendel authored and soyuka committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    ddf170b View commit details
    Browse the repository at this point in the history
  2. Merge pull request api-platform#3231 from soyuka/patch/readable-names

    More Descriptive Input/Output class names
    dunglas committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    906aaa2 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Configuration menu
    Copy the full SHA
    ac80fd2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request api-platform#3245 from teohhanhui/merge-2.5

    Merge 2.5 into master
    teohhanhui committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    a12ac48 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2019

  1. Merge branch '2.5'

    alanpoulain committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    0b796a7 View commit details
    Browse the repository at this point in the history
  2. Merge 2.5 (api-platform#3272)

    Merge 2.5
    
    Co-authored-by: Ben Davies <ben.davies@gmail.com>
    Co-authored-by: Teoh Han Hui <teohhanhui@gmail.com>
    Co-authored-by: null <56689494+ThomasLassalle@users.noreply.github.com>
    Co-authored-by: Robin Chalas <robin.chalas@gmail.com>
    Co-authored-by: Antoine Bluchet <soyuka@users.noreply.github.com>
    Co-authored-by: Kévin Dunglas <dunglas@gmail.com>
    Co-authored-by: Nicolas Grekas <nicolas.grekas@gmail.com>
    Co-authored-by: Flug <flugv1@gmail.com>
    9 people committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    ce7fffb View commit details
    Browse the repository at this point in the history
  3. [GraphQL] Adding custom error format support (api-platform#3063)

    * Adding GraphQL custom error format support
    
    * Use error normalizers
    
    * Changing error format to follow GraphQL spec
    
    
    Co-authored-by: Alan Poulain <contact@alanpoulain.eu>
    mahmoodbazdar and alanpoulain committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    9920f15 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Configuration menu
    Copy the full SHA
    7655ba8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request api-platform#3277 from soyuka/merge-25

    Merge 2.5 onto master
    soyuka committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    313f4d0 View commit details
    Browse the repository at this point in the history
  3. Add page-based pagination to GraphQL (api-platform#3175)

    * Add page-based pagination to GraphQL
    
    * Use page_parameter_name
    
    
    Co-authored-by: Alan Poulain <contact@alanpoulain.eu>
    raoulclais and alanpoulain committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    bf8afd3 View commit details
    Browse the repository at this point in the history
  4. Improve Vulcain support (api-platform#3275)

    * Improve Vulcain support
    
    * Add missing @id property
    dunglas committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    2430ab5 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

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

Commits on Nov 22, 2019

  1. Merge pull request api-platform#3273 from teohhanhui/fix/remove-child…

    …-inherited-metadata
    
    Remove nonsensical "child inherited" metadata
    teohhanhui committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    b72a90b View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Use default value of PHP properties to Swagger doc

    Add default and example information to swagger context if php properties
    have default values so the exemple documentation section use these values.
    
    Close api-platform#2363
    aaa2000 authored and soyuka committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    b9e3328 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ac0d66 View commit details
    Browse the repository at this point in the history
  3. Fix phpdoc

    aaa2000 authored and soyuka committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    f3ddc2c View commit details
    Browse the repository at this point in the history
  4. Fix rebase

    aaa2000 authored and soyuka committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    a92bab9 View commit details
    Browse the repository at this point in the history
  5. Fix deprecation notices

    aaa2000 authored and soyuka committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    41084b4 View commit details
    Browse the repository at this point in the history
  6. Fix phpcs

    aaa2000 authored and soyuka committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    c1c5ea5 View commit details
    Browse the repository at this point in the history
  7. Fix phpstan error

    aaa2000 authored and soyuka committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    39987fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a83c118 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Merge pull request api-platform#2386 from aaa2000/swagger-default-pro…

    …perty-value
    
    Use default value of PHP properties to Swagger doc
    soyuka committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    b5fae3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c859ad0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f56f21d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2019

  1. Merge branch '2.5'

    alanpoulain committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    6179699 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fa9b56 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Configuration menu
    Copy the full SHA
    e16d296 View commit details
    Browse the repository at this point in the history
  2. add bounds filter validator

    jdeniau committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    44009bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f4b1c8 View commit details
    Browse the repository at this point in the history
  4. add lots of validations

    jdeniau committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    e513606 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    950c172 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0da5c75 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a20868 View commit details
    Browse the repository at this point in the history
  8. split tests in two

    jdeniau committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    7008374 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    437d87e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dbde28a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7f4f7e6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7e4f145 View commit details
    Browse the repository at this point in the history
  13. make validator classes final

    jdeniau committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    9cc5965 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5d8cf49 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    167f806 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3ec427e View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2019

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

Commits on Dec 11, 2019

  1. link a specific tag

    jocel1 committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    afa0995 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Merge pull request api-platform#1723 from jdeniau/jd-feat-moreQueryPa…

    …rameterValidation
    
    More query parameter validation (follow api-platform#1692)
    soyuka committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    2e491f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. Merge branch '2.5'

    alanpoulain committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    527cc4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a6c846 View commit details
    Browse the repository at this point in the history
  3. [MongoDB] Mercure support (api-platform#3290)

    * Mercure for MongoDB
    
    * No abstract class
    
    * Add deprecated alias
    alanpoulain committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    e773104 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. Merge branch '2.5'

    alanpoulain committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    a2815bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5acdef3 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Configuration menu
    Copy the full SHA
    9298c45 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. post review fixes

    jocel1 committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    67bab89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46daead View commit details
    Browse the repository at this point in the history
  3. cs-fixer

    jocel1 committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    7c20f50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    303561c View commit details
    Browse the repository at this point in the history
  5. Merge branch '2.5'

    * 2.5:
      Update CHANGELOG.md
      [GraphQL] Better detection of collection types (api-platform#3327)
      Add tests for building JSON Schema of non-resource class
      Fix JSON Schema generation for non-resource class
    dunglas committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    e8effc7 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. [GraphQL] Mercure Subscription Support (api-platform#3321)

    * Subscription support
    
    * Use sha256 hash for generating subscription identifiers
    
    * Update CHANGELOG
    alanpoulain committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    d6f2603 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e778179 View commit details
    Browse the repository at this point in the history
  3. Merge pull request api-platform#3377 from clementlefrancois/remove-ou…

    …tdeted-information-in-contributing
    
    fix outdated pull request template link in contribution guide
    dunglas committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    799d88a View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Configuration menu
    Copy the full SHA
    38d6955 View commit details
    Browse the repository at this point in the history
  2. Merge pull request api-platform#3329 from penja/property_shema_valida…

    …tion_restrictions
    
    Add specification property field's values restrictions based on validator setting
    soyuka committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    dee4c09 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Configuration menu
    Copy the full SHA
    e1c3875 View commit details
    Browse the repository at this point in the history
  2. Merge pull request api-platform#3405 from teohhanhui/merge-2.5

    Merge 2.5 into master
    teohhanhui committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    5b2184f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Configuration menu
    Copy the full SHA
    55d9668 View commit details
    Browse the repository at this point in the history
  2. Merge pull request api-platform#3419 from teohhanhui/merge-2.5

    Merge 2.5 into master
    teohhanhui committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    b7d9e90 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Allow to autoconfigure validation groups generators

    Co-authored-by: Teoh Han Hui <teohhanhui@gmail.com>
    norkunas and teohhanhui committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    39fc0a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request api-platform#3346 from norkunas/validation-groups-…

    …generators-dx
    
    Allow to autoconfigure validation groups generators
    teohhanhui committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    b5370a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Add ErrorCodeSerializableInterface to add a possibility to add custom…

    … error codes during normalization of errors. api-platform#2922
    gries committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    63d9dee View commit details
    Browse the repository at this point in the history
  2. Update src/Problem/Serializer/ErrorNormalizerTrait.php

    Co-Authored-By: Teoh Han Hui <teohhanhui@gmail.com>
    gries and teohhanhui committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    2bc6a22 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Fix normalize method.

    gries committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    230d42c View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Cs fixes.

    gries committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    48beeb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75cc745 View commit details
    Browse the repository at this point in the history
  3. Merge pull request api-platform#2922 from gries/error_codes

    Add error code for JsonApi errors.
    teohhanhui committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    842ab30 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Update src/HttpCache/VarnishPurger.php

    Co-Authored-By: Teoh Han Hui <teohhanhui@gmail.com>
    jocel1 and teohhanhui committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    c6055be View commit details
    Browse the repository at this point in the history
  2. Merge pull request api-platform#2865 from jocel1/varnish-purge-by-chunk

    send Varnish BAN requests with smaller headers
    teohhanhui committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    3b8dc7d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Configuration menu
    Copy the full SHA
    b34f1f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request api-platform#3439 from momozor/cache-control

    add support for stale-while-revalidate and stale-if-error cache-control extensions
    teohhanhui committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    cb22149 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. Configuration menu
    Copy the full SHA
    a9674f1 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    soyuka committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    efc65ff View commit details
    Browse the repository at this point in the history
  3. Fix symfony 5.1 exception test

    soyuka committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    fa9eb8c View commit details
    Browse the repository at this point in the history
  4. Merge pull request api-platform#3452 from soyuka/master

    Merge 2.5
    soyuka committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    dd497cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4406174 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Configuration menu
    Copy the full SHA
    690c28c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Add files to test client

    CoalaJoe committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    48a489e View commit details
    Browse the repository at this point in the history
  2. Fix order being a string

    soyuka committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    3492922 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4642444 View commit details
    Browse the repository at this point in the history
  4. Add missing default

    CoalaJoe committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    2301538 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbfa615 View commit details
    Browse the repository at this point in the history
  6. Merge pull request api-platform#3276 from dunglas/fix-deprecations

    Remove http_cache.invalidation deprecation and fix some remaining deprec
    soyuka committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    dc461fc View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Configuration menu
    Copy the full SHA
    45e58dd View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Configuration menu
    Copy the full SHA
    3d28753 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Merge pull request api-platform#3486 from CoalaJoe/patch-1

    Add files to test client
    soyuka committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    6cdf4e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Configuration menu
    Copy the full SHA
    433a773 View commit details
    Browse the repository at this point in the history
  2. Merge pull request api-platform#3496 from MartkCz/patch-4

    Fix accessing a non existent key
    soyuka committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    fc15664 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Merge branch '2.5'

    * 2.5:
      Test Location with status code between 300 and 400
      Prevent header Location on POST when status code is not 201 or 30x
      Fix phpcs issues
      Update CHANGELOG.md
      Improve the DQL query in case the values are equals
      Fix cs
      Fix bug Pagination throws 500 when etrying set large value page
      Fix cs, use static::class instead of get_class($this)
      fix cs
      Update path to switch to other API docs.
      missed doctrine type of bottom of filterProperty
      !squash remove type from $fieldType
      Passing custom doctrine type to addWhereByStrategy
      Allow normalization on classes implementing \Traversable interface
      Fixed php-cs-fixer issue
      Do not treat classes implementing \Traversable as collection if defined as resource
      Fix mispelling in hydra spec : hydra:writable to hydra:writeable
      Add a test for exists filter on a collection relation (api-platform#3482)
      Use SchemaBuilderInterface in GraphQlExportCommand (api-platform#3470)
      Issue-api-platform#3293 - fix: changed "hydra:next" apparition condition (api-platform#3457]
    dunglas committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    47f52f5 View commit details
    Browse the repository at this point in the history
  2. Fix CS

    dunglas committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    03e5424 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe72105 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Implement ApiProperty security attribute (api-platform#3503)

    * Implement ApiProperty security attribute
    
    * add tests
    
    * fix test
    
    Co-authored-by: Frédéric Barthelet <fredericb@theodo.fr>
    GregoireHebert and fredericbarthelet committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    6e3a259 View commit details
    Browse the repository at this point in the history
  2. [GraphQL] add support for Symfony Serializer's @SerializedName meta…

    …data (api-platform#3455)
    
    * [GraphQL] add support for Symfony Serializer's `@SerializedName` metadata
    
    * SerializedName used in message in ValidationExceptionNormalizer
    
    * Revert "SerializedName used in message in ValidationExceptionNormalizer"
    
    This reverts commit 51bc4ba.
    MartkCz committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    a880d96 View commit details
    Browse the repository at this point in the history
  3. feat: CookieJar on Client (api-platform#3418)

    * feat: CookieJar on Client
    
    * typo: phpdoc @return for cookieJar
    Grafikart committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    887d707 View commit details
    Browse the repository at this point in the history
  4. Merge branch '2.5'

    * 2.5:
      Bump versions of Swagger UI, GraphiQL and GraphQL Playground and improve contrib instructions
      Update changelog
      Fix a bug preventing to serialize validator's payload (api-platform#3375)
      Ignore FOSUser deprecations only
      Fix tests (api-platform#3506)
      Stop suggestion FOSUser, it harms more than it helps
      Changelog for 2.5.5
    dunglas committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    e1e18d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    8fde8f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e69666 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d7290e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

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

Commits on Apr 27, 2020

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

Commits on May 18, 2020

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

Commits on May 28, 2020

  1. Merge branch '2.5'

    alanpoulain committed May 28, 2020
    Configuration menu
    Copy the full SHA
    e7abe5a View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

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

Commits on May 30, 2020

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

Commits on Jun 15, 2020

  1. Configuration menu
    Copy the full SHA
    35f85c6 View commit details
    Browse the repository at this point in the history
  2. Fix subresource DTO

    alanpoulain authored and soyuka committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    7e7c3eb View commit details
    Browse the repository at this point in the history
  3. Fix MongoDB unit tests

    alanpoulain authored and soyuka committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    3c84964 View commit details
    Browse the repository at this point in the history
  4. Fix MongoDB Behat tests

    alanpoulain authored and soyuka committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    6e388f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f56cd4a View commit details
    Browse the repository at this point in the history
  6. Fix phpstan issues

    soyuka committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    1674d88 View commit details
    Browse the repository at this point in the history
  7. fix graphql convert type

    soyuka committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    ff60de7 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

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

Commits on Jun 18, 2020

  1. Remove URL encoding of identifier

    silverbackdan authored and soyuka committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    76cafc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0eb6ef2 View commit details
    Browse the repository at this point in the history
  3. Style fixes

    soyuka committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    8a15ed7 View commit details
    Browse the repository at this point in the history
  4. Fix test double-encoded

    soyuka committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    f1e3440 View commit details
    Browse the repository at this point in the history
  5. fix mongodb tests

    soyuka committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    acfcd13 View commit details
    Browse the repository at this point in the history
  6. Merge pull request api-platform#3611 from soyuka/fix/identifier-encode

    Fix/identifier encode
    soyuka committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    ccdbb5f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

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

Commits on Jun 24, 2020

  1. Add possibility to specify a url generation strategy (api-platform#3198)

    * add ability to return absolute urls instead of relative IRIs
    
    apply absolute url to all generated URLs/IRIs
    
    Allow passing an url generation strategy instead of a bool
    
    Switch to a resource attribute to manage URL generation strategy
    
    * fix: rename function
    
    Co-authored-by: Michael A. Bos <mab05k@gmail.com>
    Co-authored-by: Kévin Dunglas <dunglas@gmail.com>
    3 people committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    51573a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Configuration menu
    Copy the full SHA
    90b0151 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e937b30 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Fix code style

    vyacheslav-startsev committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    ad17f0a View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2020

  1. Handling GraphQL errors (api-platform#3632)

    Co-authored-by: Ollie Harridge <code@oll.ie>
    Co-authored-by: Alan Poulain <contact@alanpoulain.eu>
    3 people committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    0be9798 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2020

  1. Configuration menu
    Copy the full SHA
    5109bf1 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Configuration menu
    Copy the full SHA
    76de14f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ffee41 View commit details
    Browse the repository at this point in the history
  3. Fix merge

    soyuka committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    2a22166 View commit details
    Browse the repository at this point in the history
  4. Merge pull request api-platform#3655 from soyuka/merge-25

    Merge 2.5 onto master
    soyuka committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    80c50c8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request api-platform#3635 from vyacheslav-startsev/lazy-co…

    …mmands
    
    Lazy console commands
    soyuka committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    538416f View commit details
    Browse the repository at this point in the history
  6. OpenApi v3 refactor (api-platform#3407)

    * Open API v3 refactor
    
    * Fix external properties
    
    * Fix paths api
    
    * Opti
    
    * @flug's review
    
    Co-Authored-By: Flug <flugv1@gmail.com>
    
    * Fix tests
    
    * Fix tests
    
    * fix tests
    
    * Bump serializer min version
    
    * Fix some comments
    
    * Fix some comments
    
    * Fix some comments
    
    * Fix some tests
    
    * Remove operationRef
    
    * openapi: add subresource support
    
    * openapi: fix multiple formats
    
    * Fix tests
    
    Co-authored-by: Flug <flugv1@gmail.com>
    soyuka and flug committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    2dc666c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Configuration menu
    Copy the full SHA
    f6fd3b3 View commit details
    Browse the repository at this point in the history
  2. Update InheritedPropertyNameCollectionFactory.php (api-platform#3642)

    * Changed depth and maxDepth handling for selfreferencing subresourceOp… (api-platform#3616)
    
    * Changed depth and maxDepth handling for selfreferencing subresourceOperations.
    Addresses: api-platform#2533.
    
    * Use single name for subpath
    
    * fix: address @rkopera comments
    
    Co-authored-by: Clemens Pflaum <clemens.pflaum@yahoo.de>
    
    * Update InheritedPropertyNameCollectionFactory.php
    
    Fix InheritedPropertyNameCollectionFactory to include parent properties and not properties of children.
    Fixes issue api-platform#3278
    
    Co-authored-by: Antoine Bluchet <soyuka@users.noreply.github.com>
    Co-authored-by: Clemens Pflaum <clemens.pflaum@yahoo.de>
    3 people committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    22ce639 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. Merge branch '2.5' into master

    * 2.5:
      fix: Order filter log when the property is invalid (api-platform#3673)
      Merge api-platform#3529 and api-platform#3671 (api-platform#3675)
      Check change tracking deferred for ODM (api-platform#3629)
      Changed depth and maxDepth handling for selfreferencing subresourceOp… (api-platform#3616)
      [GraphQL] No BC for types (api-platform#3654)
    dunglas committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    38d69e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Merge branch '2.5' into master

    * 2.5:
      feat: bump JS deps
      Add changelog for 2.5.7 (api-platform#3691)
      fix: fix tests (api-platform#3688)
      Fix missing use statement (api-platform#3670)
      [MongoDB] Fix Behat tests (api-platform#3687)
      Fix missing Doctrine\Common\Persistence\ManagerRegistry class (api-platform#3684)
      [Swagger] Fix that subresource endpoints do not override custom endpoints
      api-platform#3676 - fixed subresource pagination support if primary resource has pagination disabled
    dunglas committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    af3e305 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Fix tests (api-platform#3698)

    * Use symfony/serializer >=4.4.9-5.0.9 to fix issues
    
    symfony/symfony#34455
    symfony/symfony#36601
    
    * Lowest + legacy test suite missing git
    
    * fix Symfony 5 router generate with reference type
    soyuka committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    2c87089 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Fix definition names to be compliant with OpenAPI 3.0 and JSON Point …

    …Spec (api-platform#3705)
    
    * Replace all characters other than `^[a-zA-Z0-9\.\-_]+$.` to `.` in definition names to be compliant with OpenAPI 3.0
    
    * Fix definition name regex
    stchr committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    3dd0f7e View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

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

Commits on Sep 10, 2020

  1. Merge 2.5 onto master (api-platform#3713)

    * fix prophecy trait (api-platform#3700)
    
    * fix prophecy trait
    
    * Support multiple phpunit version ArraySubset (api-platform#3702)
    
    * fix: restore coverage
    
    * Fix phpstan
    
    * Remove php-code-coverage dependency
    
    * Support multiple phpunit version ArraySubset
    
    Co-authored-by: soyuka <soyuka@users.noreply.github.com>
    
    Co-authored-by: Grégoire Hébert <gregoire@les-tilleuls.coop>
    Co-authored-by: Kévin Dunglas <dunglas@gmail.com>
    3 people committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    1e62c99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17966ce View commit details
    Browse the repository at this point in the history
  3. Add Api-Platform's version in debug bar (api-platform#3235)

    * Add Api-Platform's version in debug bar
    
    * Move version in hover tooltip
    
    * fix: unit test
    
    Co-authored-by: Damien <damien.fayet@meero.com>
    Co-authored-by: Alan Poulain <contact@alanpoulain.eu>
    3 people committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    52206c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2020

  1. Configuration menu
    Copy the full SHA
    5c5f380 View commit details
    Browse the repository at this point in the history
  2. fix windows test

    soyuka committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    278a1cb View commit details
    Browse the repository at this point in the history
  3. Merge pull request api-platform#3718 from soyuka/merge-25

    Merge 2.5 onto master
    soyuka committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    32249e9 View commit details
    Browse the repository at this point in the history
  4. Pre hydrate input before denormalize (api-platform#3701)

    * Add possibility to hydrate input before denormalize
    
    * Fix @soyuka review
    
    * Add test
    
    * Remove useless set context
    
    * Add deep object to populate to avoid missing data
    
    * change name to inputClass to be more explicit
    
    * Fix test
    
    * Rename PreHydrateInput to DataTransformerInitializer
    
    * Add behat test data transformer initializer
    
    * fix tests
    
    Co-authored-by: Alexandre Vinet <contact@alexandrevinet.fr>
    soyuka and cacahouwete committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    6e2538b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Add Tidelift to FUNDING.yml

    dunglas committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    cb3f641 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Configuration menu
    Copy the full SHA
    3c80345 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Merge pull request api-platform#3436 from mtarld/feature/stateless

    Add stateless ApiResource attribute
    dunglas committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    9f38f83 View commit details
    Browse the repository at this point in the history
  2. Add messenger=persist (api-platform#3617)

    * Add messenger=persist
    
    * Add unit tests
    
    * Add functional tests
    
    * Add test with Mongo
    
    * Add dunglas review
    
    * Rename LoopDataPersisterInterface in HandOverDataPersisterInterface
    
    * Inject DataPersister in Messenger DataPersister
    
    * Update unit tests
    vincentchalamon committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    ce06420 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Merge branch '2.5' into master

    * 2.5:
      fix: simplify PurgeHttpCacheListener
      Fix expression language argument for PublishMercureUpdatesListener
      Backport pull request api-platform#3486 (api-platform#3723)
      Fix mising @type in output DTO collections (api-platform#3699)
    dunglas committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    176cdf9 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Merge branch '2.5'

    antograssiot committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    f20e322 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Configuration menu
    Copy the full SHA
    87c75d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89e085f View commit details
    Browse the repository at this point in the history
  3. Merge pull request api-platform#3752 from antograssiot/attribute_extr…

    …actor
    
    Add previous_data to persisters context when available
    dunglas committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    823cdaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42c717b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68163f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. [GraphQL] Fix filter arguments order (api-platform#3468)

    * add behat test on graphql order filter arguments order
    
    * change graphql filter type to preserve argument order
    
    * extract array related function into an utility class
    
    * update test
    
    * fix CS
    
    * feat: add a deprecated message when using the old filter syntax
    
    * fix: minor fixes
    
    * chore: add CHANGELOG entry
    
    Co-authored-by: Alan Poulain <contact@alanpoulain.eu>
    ArnoudThibaut and alanpoulain committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    b322aff View commit details
    Browse the repository at this point in the history
  2. feat: improves iri_only implementation (api-platform#3454)

    * Issue-api-platform#3275 - feat: Improves iri_only implementation (api-platform#3454)
    
    * Add back default context
    
    * fix: minor fixes
    
    Co-authored-by: soyuka <soyuka@users.noreply.github.com>
    Co-authored-by: Alan Poulain <contact@alanpoulain.eu>
    3 people committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    1c7c26d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Add configurable asset_package

    Fix unit tests
    
    cs fix
    
    minor fixes
    smatyas committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    8c69482 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. [Mercure] Add a normalization_context option in mercure attribute (

    …api-platform#3772)
    
    * chore: bump PHPUnit and phpDocumentor
    
    * feat: add a normalization_context option for mercure attribute
    alanpoulain committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    b5c72b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Lazy load remaining commands

    deguif committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    ff931eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request api-platform#3798 from deguif/lazy-load-command

    Lazy load remaining commands
    dunglas committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    51310fd View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Do not inject api_platform.security.resource_access_checker on ItemNo…

    …rmalizer if SecurityBundle is not installed
    vincentchalamon committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    9b2ce68 View commit details
    Browse the repository at this point in the history
  2. Merge pull request api-platform#3801 from vincentchalamon/issues/item…

    …-normalizer
    
    Do not inject api_platform.security.resource_access_checker on ItemNormalizer if SecurityBundle is not installed
    dunglas committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    eae59df View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Configuration menu
    Copy the full SHA
    095a378 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

  1. Fix tests

    soyuka committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    70289ca View commit details
    Browse the repository at this point in the history
  2. Fix phpstan

    soyuka committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    6ad1fbc View commit details
    Browse the repository at this point in the history
  3. Fix mercure context

    soyuka committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    003608e View commit details
    Browse the repository at this point in the history
  4. Groups should be an array

    soyuka committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    9f3f840 View commit details
    Browse the repository at this point in the history
  5. Fix sf5 deprecation notices (#3)

    * Fix sf5 deprecation notices
    
    * Use final
    
    Co-authored-by: Thomas Billard <thomas.billard@les-tilleuls.coop>
    soyuka and thbil committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    d26805c View commit details
    Browse the repository at this point in the history
  6. fix tests

    soyuka committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    33cfa2c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b896509 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. Configuration menu
    Copy the full SHA
    ea698f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49ce534 View commit details
    Browse the repository at this point in the history
  3. Merge pull request api-platform#3759 from soyuka/fix/openapi-docs-end…

    …point
    
    Fix OpenApi /docs?spec_version=3 not using OpenApiFactory
    soyuka committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    1ae4dfc View commit details
    Browse the repository at this point in the history
  4. Merge pull request api-platform#3764 from smatyas/asset-package

    Configurable asset package
    soyuka committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    4eda8d5 View commit details
    Browse the repository at this point in the history
  5. [DEFAULT ORDER] api-platform#1246: Support default order for a specif…

    …ic custom operation (api-platform#3784)
    
    * feat: update order extension
    
    * test: update order behat tests
    ahmed-bhs committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    3605e6d View commit details
    Browse the repository at this point in the history
  6. Fix tests (api-platform#3818)

    soyuka committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    3cf90f7 View commit details
    Browse the repository at this point in the history
  7. [ValidationException] Allow customization of validation error status …

    …code (api-platform#3808)
    
    * feat: support changing validation status code
    
    * fix: apply phpcs fixer
    
    * fix: ValidationExceptionListener - default to 422 status
    
    * fix: grafql default to 422 status
    
    * test: update behat features
    
    * test: update phpunit tests
    ahmed-bhs committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    5b2cfdc View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Merge 2.5 into master

    soyuka committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    d1856d3 View commit details
    Browse the repository at this point in the history
  2. Merge 2.5 onto master

    Merge 2.5
    soyuka committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    5ec957d View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    04142a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Serializer: Support ignore annotation (api-platform#3820)

    * Add support for @ignore annotatiob
    
    * Fix null classMetadataFactory and cs issue
    
    * Fix php71 compat, simplify flow
    
    * cs fix
    
    * Add a test
    
    * skip test if ignore is not available
    
    Co-authored-by: Alexander Janssen <a.janssen@easy-cloud.eu>
    TheCrealm and TNAJanssen committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    347a095 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Configuration menu
    Copy the full SHA
    fcb3376 View commit details
    Browse the repository at this point in the history
  2. fix links

    soyuka committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    a18abb3 View commit details
    Browse the repository at this point in the history
  3. Review

    soyuka committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    3af682c View commit details
    Browse the repository at this point in the history
  4. Review

    soyuka committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    1ddd7c6 View commit details
    Browse the repository at this point in the history
  5. Review

    soyuka committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    6350ea0 View commit details
    Browse the repository at this point in the history
  6. explicit

    soyuka committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    9d6fad4 View commit details
    Browse the repository at this point in the history
  7. review

    soyuka committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    0ca717c View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Merge branch '2.5' into master

    soyuka committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    a5bd1b7 View commit details
    Browse the repository at this point in the history
  2. Merge 2.5 onto master

    Merge 2.5 onto master
    soyuka committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    ab474b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. * make all openapi info model fields configurable

    Jan Christoph Beyer authored and soyuka committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    621ef66 View commit details
    Browse the repository at this point in the history
  2. Merge pull request api-platform#3837 from WhiteRabbitDE/feature/make-…

    …all-swagger-info-fields-configurable
    
    OpenAPI - make all info model fields configurable
    soyuka committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    bcf2a46 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Apply suggestions from code review

    Co-authored-by: Kévin Dunglas <dunglas@gmail.com>
    soyuka and dunglas committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    a009340 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. Configuration menu
    Copy the full SHA
    c31c9d9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request api-platform#3846 from soyuka/fix/documentation

    Fix api-platform#3844 open api shows with jsonld normalizer
    dunglas committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    9663fda View commit details
    Browse the repository at this point in the history
  3. Merge pull request api-platform#3838 from soyuka/adr

    Subresource definition ADR proposal
    soyuka committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    c984ab6 View commit details
    Browse the repository at this point in the history
  4. Resource identifiers

    soyuka committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    01ed8dd View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Alan Poulain <contact@alanpoulain.eu>
    soyuka and alanpoulain committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    001f714 View commit details
    Browse the repository at this point in the history
  6. Merge pull request api-platform#3840 from soyuka/adr-resources-identi…

    …fiers
    
    Resource identifiers ADR
    soyuka committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    a2f719c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. Configuration menu
    Copy the full SHA
    3f4bd56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11dafa5 View commit details
    Browse the repository at this point in the history
  3. tests: fix tests

    dunglas committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    8a5494d View commit details
    Browse the repository at this point in the history
  4. Merge pull request api-platform#3851 from dunglas/feat/php8-attributes

    feat: add an ApiResource PHP 8 attribute
    dunglas committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    f99cc0a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2020

  1. Merge branch 2.5 into master

    soyuka committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    d6a7f60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c41db56 View commit details
    Browse the repository at this point in the history
  3. Merge 2.5 into master (api-platform#3856)

    Merge 2.5 into master
    soyuka committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    f71b9e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. Fix tests

    theofidry committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    30218e4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request api-platform#3857 from api-platform/feature/violat…

    …ion-code
    
    Add the violation code to the violation properties
    soyuka committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    dd105c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5573b2a View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Merge 2.5 to fix phpstan (api-platform#3862)

    * fix phpstan (api-platform#3859)
    
    * Fix phpstan (api-platform#3861)
    
    * Fix phpstan
    
    * fix phpstan (api-platform#3859)
    soyuka committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    2b18296 View commit details
    Browse the repository at this point in the history
  2. Deep object update consistency

    soyuka committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    8769b25 View commit details
    Browse the repository at this point in the history
  3. review

    soyuka committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    cb7cf2b View commit details
    Browse the repository at this point in the history