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

Resolve - Create migration for drop table if a entire schema is deleted from OpenAPI spec #29

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    40e7c8f View commit details
    Browse the repository at this point in the history
  2. Add failing test

    SOHELAHMED7 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    186045d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. WIP

    SOHELAHMED7 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    242ecde View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Merge branches 'master' and '132-create-migration-for-drop-table-if-a…

    …-entire-schema-is-deleted-from-open-api-spec' of github.com:SOHELAHMED7/yii2-openapi into 132-create-migration-for-drop-table-if-a-entire-schema-is-deleted-from-open-api-spec
    SOHELAHMED7 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    1a6a516 View commit details
    Browse the repository at this point in the history
  2. Design: WIP

    SOHELAHMED7 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    c489f22 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. WIP

    SOHELAHMED7 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d4e0d88 View commit details
    Browse the repository at this point in the history
  2. WIP

    SOHELAHMED7 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    be52231 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. WIP

    SOHELAHMED7 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    6c7e792 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

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

Commits on Jun 13, 2024

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

    SOHELAHMED7 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6427a61 View commit details
    Browse the repository at this point in the history
  3. Fix style

    SOHELAHMED7 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    aa9ca71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46ef387 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

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

Commits on Jun 20, 2024

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

Commits on Jun 21, 2024

  1. Fix php-openapi#2

    SOHELAHMED7 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2d10ff4 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    SOHELAHMED7 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    6644d15 View commit details
    Browse the repository at this point in the history
  3. Test cleanup

    SOHELAHMED7 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d45f911 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cf9aa3 View commit details
    Browse the repository at this point in the history
  5. Fix another failing tests

    SOHELAHMED7 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    fbb2e8c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d7dba7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51ebfd7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0dbad7c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    72b927b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ad7b022 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    07b00b1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0c552ce View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ba2ef56 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3a1499b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a4dc0a4 View commit details
    Browse the repository at this point in the history
  16. Fix issue in test

    SOHELAHMED7 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    cc82918 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7a42619 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    11a7d5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0b96a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f06d6dc View commit details
    Browse the repository at this point in the history
  4. Fix style

    SOHELAHMED7 committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    37cfd68 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

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

Commits on Jun 26, 2024

  1. Fix lot of issues and failing test + proper handling of text[] (array…

    …), decimal enum and more
    SOHELAHMED7 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    990ae26 View commit details
    Browse the repository at this point in the history
  2. Fix drop migration

    SOHELAHMED7 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ea8f499 View commit details
    Browse the repository at this point in the history
  3. Fix style

    SOHELAHMED7 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    193b66d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83e2ef8 View commit details
    Browse the repository at this point in the history
  5. Compare files in test

    SOHELAHMED7 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e5737fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8dd4af View commit details
    Browse the repository at this point in the history
  7. Polish

    SOHELAHMED7 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d9bad2e View commit details
    Browse the repository at this point in the history
  8. Fix style

    SOHELAHMED7 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    2976125 View commit details
    Browse the repository at this point in the history