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(serializer) Restore the use of placeholders named differently than id #5738

Closed
wants to merge 56 commits into from

Commits on Jan 22, 2023

  1. Merge pull request api-platform#5356 from api-platform/3.1

    Merge 3.1 into main
    soyuka committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    7a78fbe View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. fix(graphql): do not add id field if operation already has a dedicate…

    …d input type (api-platform#5095)
    
    Co-authored-by: josef.wagner <josef.wagner@hf-solutions.co>
    jotwea and josef.wagner committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    c353e5a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. feat(graphql)!: add extra args for custom queries or mutations (api-p…

    …latform#5359)
    
    This commit also removes the generation of the required ID field in case
    of a custom query or mutation.
    It is a slight BC break if the user relies on this required ID field.
    It should be added back with the extra args.
    alanpoulain committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    851aa37 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

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

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    7438eab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    657ed0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51e4295 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Merge 3.1

    soyuka committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    9b4b58c View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Merge 3.1

    soyuka committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    9d63dad View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

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

Commits on Mar 20, 2023

  1. Merge 3.1 into main

    soyuka committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    ebebc46 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Merge 3.1

    soyuka committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    8e0d936 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccef472 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

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

Commits on Apr 25, 2023

  1. docs: adr refactor state management (api-platform#4655)

    * docs(adr): refactor state management
    
    * Apply suggestions from code review
    
    * add some research
    
    ---------
    
    Co-authored-by: Antoine Bluchet <soyuka@users.noreply.github.com>
    dunglas and soyuka committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    db93dbc View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

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

Commits on May 5, 2023

  1. feat(tests): add a method to generate the IRI from a resource (api-pl…

    …atform#5582)
    
    * feat: add a method to generate the IRI from a resource
    
    * fix: code style
    
    * fix: use new method inside findByIri
    
    * refactor: rename method
    
    * fix: method name
    GaryPEGEOT committed May 5, 2023
    Configuration menu
    Copy the full SHA
    7a1d351 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Merge 3.1

    soyuka committed May 9, 2023
    Configuration menu
    Copy the full SHA
    bf4b0e4 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    b546e85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9116f15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    502234c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33b1658 View commit details
    Browse the repository at this point in the history
  5. ci: php8 is allowed

    soyuka committed May 23, 2023
    Configuration menu
    Copy the full SHA
    8adfbe5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4998150 View commit details
    Browse the repository at this point in the history
  7. ci: phpstan

    soyuka committed May 23, 2023
    Configuration menu
    Copy the full SHA
    4fa2736 View commit details
    Browse the repository at this point in the history
  8. cs: remove print

    soyuka committed May 23, 2023
    Configuration menu
    Copy the full SHA
    932be55 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1b574eb View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. ci: duplicated section

    soyuka committed May 24, 2023
    Configuration menu
    Copy the full SHA
    1c79c30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    039ba86 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

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

Commits on Jul 5, 2023

  1. feat: replace doctrine/inflector by symfony/string (api-platform#5637)

    * feat: replace doctrine/inflector by symfony/string
    
    * fix: use the last element for a better match instead of the first
    
    * feat: adding deprecation
    
    * feat: adding config flag to activate new symfony inflector
    
    * fix: revert change on old inflector
    
    * fix: remove unused import
    Romaixn committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    6babb3d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. feat: union/intersect types (api-platform#5470)

    * fix(metadata): handle union/intersect types
    
    * review
    
    * try to move SchemaFactory onto SchemaPropertyMetadataFactory
    
    * complete property schema on SchemaFactory
    
    * Apply suggestions from code review
    
    Co-authored-by: Antoine Bluchet <soyuka@users.noreply.github.com>
    
    * fix: review
    
    * fix: cs
    
    * fix: phpunit
    
    * fix: cs
    
    * fix: tests about maker
    
    * fix: JsonSchema::SchemaFactory
    
    * fix: behat tests
    
    * fix deprec
    
    * tests
    
    ---------
    
    Co-authored-by: Antoine Bluchet <soyuka@users.noreply.github.com>
    vincentchalamon and soyuka committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    d793ffb View commit details
    Browse the repository at this point in the history
  2. cs: various fixes

    soyuka committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    d971c2e View commit details
    Browse the repository at this point in the history
  3. Merge branch 3.1 into main

    soyuka committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    31a3e87 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. cs

    soyuka committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    bdbab30 View commit details
    Browse the repository at this point in the history
  2. tests

    soyuka committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    2df34d8 View commit details
    Browse the repository at this point in the history
  3. tests

    soyuka committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    c9d729e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72817e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. test: remove legacy inflector (api-platform#5656)

    * test: remove legacy inflector
    
    * mongodb
    soyuka committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    27f2096 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

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

Commits on Jul 20, 2023

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

Commits on Jul 24, 2023

  1. Merge branch '3.1'

    dunglas committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f4dbd17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    370bd07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24133df View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    c66023e View commit details
    Browse the repository at this point in the history
  2. fix: previous merge

    dunglas committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    11c1300 View commit details
    Browse the repository at this point in the history
  3. chore: cleanup previous merge

    dunglas committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    fc35cef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8ca845 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Merge 3.1

    soyuka committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ccadd22 View commit details
    Browse the repository at this point in the history
  2. Merge pull request api-platform#5714 from soyuka/merge

    Merge 3.1
    soyuka committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4650918 View commit details
    Browse the repository at this point in the history
  3. Merge 3.1

    soyuka committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    cdd426f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

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

Commits on Aug 8, 2023

  1. Merge 3.1

    soyuka committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    5e4b1da View commit details
    Browse the repository at this point in the history
  2. Merge pull request api-platform#5727 from soyuka/merge

    Merge 3.1
    soyuka committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    5bc422c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92a81f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Closes api-platform#5736.

    Aerendir committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    b659aa7 View commit details
    Browse the repository at this point in the history