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

[7.x] Statamic 5 #1039

Merged
merged 29 commits into from
Apr 13, 2024
Merged

[7.x] Statamic 5 #1039

merged 29 commits into from
Apr 13, 2024

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    5e69c53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f7d54f View commit details
    Browse the repository at this point in the history
  3. Replace array_pull with Arr:pull

    Statamic 5 drops the dependency on `laravel/helpers`, where this helper was coming from.
    
    Swapped out for `Arr::pull()`
    duncanmcclean committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    cb92465 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ba04ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee82185 View commit details
    Browse the repository at this point in the history
  6. wip

    duncanmcclean committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c7b1b8b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd18e5a View commit details
    Browse the repository at this point in the history
  8. wip

    duncanmcclean committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    81bf7d2 View commit details
    Browse the repository at this point in the history
  9. wip

    duncanmcclean committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d2c048b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ddc1473 View commit details
    Browse the repository at this point in the history
  11. Fix styling

    duncanmcclean authored and github-actions[bot] committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ef0a54e View commit details
    Browse the repository at this point in the history
  12. Simplify TestCase

    duncanmcclean committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    4ec88b7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6000a73 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    26f6acf View commit details
    Browse the repository at this point in the history
  15. Fix Ignition

    duncanmcclean committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2bcf09b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    97d8c06 View commit details
    Browse the repository at this point in the history
  17. Fix styling

    duncanmcclean authored and github-actions[bot] committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c4ecf49 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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

Commits on Apr 6, 2024

  1. Change how we get a table's columns

    The `doctrine/dbal` package was removed in Laravel 11, which meant the `getDoctrineSchemaManager` method was removed.
    
    Instead, we can use `Schema::getColumns()` from laravel/framework#49020 , which was released in Laravel 10.34.
    duncanmcclean committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    74f3237 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd507e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b40736 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22defdb View commit details
    Browse the repository at this point in the history
  5. Revert "Adopt the new casts method"

    This reverts commit 22defdb.
    duncanmcclean committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    ace5937 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    6f8bffc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8063275 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    4490c4f View commit details
    Browse the repository at this point in the history
  2. AddonTestCase has moved

    duncanmcclean committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    67892f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d5ab4c View commit details
    Browse the repository at this point in the history
  4. use runway dev-master

    duncanmcclean committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    7ce9a8d View commit details
    Browse the repository at this point in the history