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: codex-team/hawk.javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: codex-team/hawk.javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refactor/message-processor
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 29 files changed
  • 1 contributor

Commits on Apr 4, 2026

  1. Configuration menu
    Copy the full SHA
    c1996e6 View commit details
    Browse the repository at this point in the history
  2. fix: fixed review comments

    - fix breadcrumbStore field TSDoc in catcher
    - destroy BrowserBreadcrumbStore instance before each tests
    Reversean committed Apr 4, 2026
    Configuration menu
    Copy the full SHA
    afc73fa View commit details
    Browse the repository at this point in the history
  3. refactor(javascript): MessageProcessor abstraction added and implemen…

    …ted in catcher event processing pipeline
    
    - MessageProcessor interface and MessageHint type
    - BrowserMessageProcessor, BreadcrumbsMessageProcessor, ConsoleCatcherMessageProcessor, DebugMessageProcessor
    - replaced inline addon logic with sequential MessageProcessor pipeline
    Reversean committed Apr 4, 2026
    Configuration menu
    Copy the full SHA
    eba517d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2026

  1. fix: review fixes

    - MessageHint renamed to ErrorSnapshot
    - minor code style and naming issues fixed
    Reversean committed Apr 14, 2026
    Configuration menu
    Copy the full SHA
    c3ffcae View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2026

  1. Configuration menu
    Copy the full SHA
    ed1da69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d30f102 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f6753b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    703af25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d447a16 View commit details
    Browse the repository at this point in the history
Loading