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

#33 Schema generation extensions #47

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Jan 5, 2022

  1. php-kafka#38 Try search parent class in the same namespace

    Pavel Alexeev authored and Pavel Alexeev committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    75a43ae View commit details
    Browse the repository at this point in the history
  2. php-kafka#38, php-kafka#40 Use reflection for robust resolving parent…

    … class
    Pavel Alexeev authored and Pavel Alexeev committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    2b0a85e View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Merge branch 'main' of github.com:php-kafka/php-avro-schema-generator…

    … into issue-38-fix-search-class-in-the-same-namespace
    Pavel Alexeev authored and Pavel Alexeev committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    f770360 View commit details
    Browse the repository at this point in the history
  2. php-kafka#33 Major refactor with PhpClassPropertyType typing

    Pavel Alexeev authored and Pavel Alexeev committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    cf63d4d View commit details
    Browse the repository at this point in the history
  3. php-kafka#33 Add ClassParser parameter into interface of parsing prop…

    …erty
    Pavel Alexeev authored and Pavel Alexeev committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    1cc81b7 View commit details
    Browse the repository at this point in the history
  4. php-kafka#33 Remove accidentally committed AvroClassPropertyParser.ph…

    …p (that should act as example of extending and override)
    Pavel Alexeev authored and Pavel Alexeev committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    c6c8083 View commit details
    Browse the repository at this point in the history
  5. php-kafka#33 Fix all auto-tests

    Pavel Alexeev authored and Pavel Alexeev committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    8ac859e View commit details
    Browse the repository at this point in the history
  6. php-kafka#33 Fix all auto-tests: addon file EpamRole

    Pavel Alexeev authored and Pavel Alexeev committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    c21d875 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. php-kafka#33 Fix all auto-tests: step to php version 8.1.1 for the tests

    By Nick answer php-kafka#47 (comment)
    Pavel Alexeev authored and Pavel Alexeev committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    23d7a80 View commit details
    Browse the repository at this point in the history
  2. php-kafka#33 Fix all auto-tests: SchemaRegistryTest::testLoad Canonic…

    …alizing compare
    Pavel Alexeev authored and Pavel Alexeev committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    b10a949 View commit details
    Browse the repository at this point in the history
  3. php-kafka#33 Fix all auto-tests: Fix deprecation warning for the PhpC…

    …lassPropertyTypeItem::jsonSerialize in tests
    Pavel Alexeev authored and Pavel Alexeev committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    377ddf5 View commit details
    Browse the repository at this point in the history
  4. php-kafka#33 Fix all auto-tests: Fix deprecation warning for the PhpC…

    …lassPropertyTypeItem::jsonSerialize in tests
    Pavel Alexeev authored and Pavel Alexeev committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    3908b4e View commit details
    Browse the repository at this point in the history