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

refactor: pipeline lifetime #9795

Merged
merged 20 commits into from
Feb 20, 2024
Merged

Commits on Feb 20, 2024

  1. Base Environment

    lilnasy committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a466243 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83e1fbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db18020 View commit details
    Browse the repository at this point in the history
  4. DevPipeline -> DevEnvironment

    lilnasy committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    3b76843 View commit details
    Browse the repository at this point in the history
  5. per-request pipeline

    lilnasy committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    45def1a View commit details
    Browse the repository at this point in the history
  6. internal middleware: i18n

    lilnasy committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    9e205c4 View commit details
    Browse the repository at this point in the history
  7. delete callEndpoint

    lilnasy committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    fca45a2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e227f2b View commit details
    Browse the repository at this point in the history
  9. Address review comments

    `environment.ts` is now lives directly in `src/core`, rather than `src/core/render`.
    
    `environment.createPipeline` is removed. `Pipeline.create` is used instead.
    
    Constructors with positional arguments are replaced by `Environment.create` with named arguments.
    
    Clarifies the use of `HiddenPipeline`.
    lilnasy committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    32d982d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7d0cb6d View commit details
    Browse the repository at this point in the history
  11. delete renderPage

    lilnasy committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    d722643 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8102832 View commit details
    Browse the repository at this point in the history
  13. delete RenderContext

    lilnasy committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    157a510 View commit details
    Browse the repository at this point in the history
  14. Pipeline -> RenderContext

    lilnasy committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    c882587 View commit details
    Browse the repository at this point in the history
  15. Environment -> Pipeline

    lilnasy committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    cc292cd View commit details
    Browse the repository at this point in the history
  16. AppEnvironment -> AppPipeline

    lilnasy committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    aaba7cc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    78696b4 View commit details
    Browse the repository at this point in the history
  18. DevEnvironment -> DevPipeline

    lilnasy committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    536fd84 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7adad2e View commit details
    Browse the repository at this point in the history
  20. add changeset

    lilnasy committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a6cf337 View commit details
    Browse the repository at this point in the history