Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: discourse/discourse-activity-pub
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: discourse/discourse-activity-pub
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev/purge-widgets
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 18, 2025

  1. DEV: Remove redundant post-stream:refresh event triggers

    Eliminate obsolete `post-stream:refresh` event triggers. These events were marked as TODO for removal after the Glimmer migration and are no longer needed.
    
    This cleanup improves code clarity and reduces unnecessary event emissions, with no impact on functionality since the events were unused by the current post-stream implementation.
    megothss committed Sep 18, 2025
    Configuration menu
    Copy the full SHA
    ed18872 View commit details
    Browse the repository at this point in the history
  2. DEV: Remove glimmer_post_stream_mode from tests for simplification

    Remove usages of `glimmer_post_stream_mode` in tests across various files,
    including acceptance and system-level specs, where it was used to toggle
    testing behavior. This reduces test complexity and ensures coverage without
    dependency on this feature flag, which is being phased out.
    megothss committed Sep 18, 2025
    Configuration menu
    Copy the full SHA
    b9ffa9a View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. DEV: Remove deprecated widget overrides and streamline post handling

    Remove deprecated `discourse.post-stream-widget-overrides` and associated
    legacy widget customizations.
    
    This cleanup reduces technical debt, ensures future maintainability, and
    aligns with the latest framework improvements.
    megothss committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    a6167cf View commit details
    Browse the repository at this point in the history
Loading