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

messages: PHP implementation #1884

Merged
merged 40 commits into from Jan 31, 2022
Merged

Commits on Jan 27, 2022

  1. DTO generation in PHP

    ciaranmcnulty committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    ed7105d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d621ae0 View commit details
    Browse the repository at this point in the history
  3. Additional validation and stricter type checks

    This raises Psalm's inspection level to 1, which requires many further type checks. These checks will be useful when accepting untrusted content
    ciaranmcnulty committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    eeb51f2 View commit details
    Browse the repository at this point in the history
  4. Fix tabs->spaces

    ciaranmcnulty committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    42c48df View commit details
    Browse the repository at this point in the history
  5. Fix JSON decoding flags

    ciaranmcnulty committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    9b90fac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    605a645 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c5142c7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc7432c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3000112 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9a4f3b1 View commit details
    Browse the repository at this point in the history
  11. Add README.md

    ciaranmcnulty committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    b989759 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1082381 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5ba4a34 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    83f6a85 View commit details
    Browse the repository at this point in the history
  15. Neater class hierarchy

    ciaranmcnulty committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    d6db891 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    591d78c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    32d078e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f7a5cda View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0689263 View commit details
    Browse the repository at this point in the history
  20. Add coding style rules

    ciaranmcnulty committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    ce973c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    971a2f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02240b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faa8b0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abd427d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f791db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e09bbfa View commit details
    Browse the repository at this point in the history
  7. Update php makefile

    aurelien-reeves committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    ea9bbab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd9f470 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4512643 View commit details
    Browse the repository at this point in the history
  10. Use new cucumber-build 0.11.0

    Due to an issue while releasing cucumber-build 0.12, it has actually
    been tagged 0.11.0
    aurelien-reeves committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    da2c254 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c9ae102 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    506938c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Configuration menu
    Copy the full SHA
    b50e70f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fafc55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9430899 View commit details
    Browse the repository at this point in the history
  4. Fix php enum codegen

    aurelien-reeves committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    4c6f647 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    977c9f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9e420f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e1097f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    50afe00 View commit details
    Browse the repository at this point in the history