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

proof of concept illuminate http #3865

Draft
wants to merge 22 commits into
base: 2.x
Choose a base branch
from
Draft

proof of concept illuminate http #3865

wants to merge 22 commits into from

Commits on Aug 3, 2023

  1. chore: merge the app with the container & implement the ApplicationCo…

    …ntract
    
    Illuminate components always expect the app to be the container, but also expect the app to be implementing the laravel app contract. This means that very often between minor illuminate updates we get a call to a method on the app that doesn't exist in the Flarum app. This fixes the issue once and for all.
    SychO9 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    5120e35 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    f0eebc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47a0298 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e49aeb View commit details
    Browse the repository at this point in the history
  4. Apply fixes from StyleCI

    StyleCIBot committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    d056e33 View commit details
    Browse the repository at this point in the history
  5. chore: recover container prop

    SychO9 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    0a89c3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a60e3d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d4549e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    495b24a View commit details
    Browse the repository at this point in the history
  9. chore: adapt whoops formatter

    SychO9 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    0ce33c3 View commit details
    Browse the repository at this point in the history
  10. chore: adapt extenders

    SychO9 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    cca5725 View commit details
    Browse the repository at this point in the history
  11. chore: adapt test infra

    SychO9 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3b3efc7 View commit details
    Browse the repository at this point in the history
  12. chore: adapt UrlGenerator

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

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    834bd73 View commit details
    Browse the repository at this point in the history
  2. chore: some fixes

    SychO9 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    6fb1640 View commit details
    Browse the repository at this point in the history
  3. chore: some fixes

    SychO9 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    f126c68 View commit details
    Browse the repository at this point in the history
  4. fix: broken test suite

    SychO9 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    6a81291 View commit details
    Browse the repository at this point in the history
  5. chore: some fixes

    SychO9 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    e1ab77f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a0f8ff View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. chore: some fixes

    SychO9 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    835eba9 View commit details
    Browse the repository at this point in the history
  2. test: adapt

    SychO9 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    0db8007 View commit details
    Browse the repository at this point in the history
  3. Apply fixes from StyleCI

    StyleCIBot committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    e49dd8c View commit details
    Browse the repository at this point in the history