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: seed-hypermedia/seed
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2025.7.2
Choose a base ref
...
head repository: seed-hypermedia/seed
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2025.7.3
Choose a head ref
  • 15 commits
  • 22 files changed
  • 4 contributors

Commits on Jul 9, 2025

  1. Configuration menu
    Copy the full SHA
    b109560 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    811e003 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b939b7 View commit details
    Browse the repository at this point in the history
  4. Switch to new account

    ericvicenti committed Jul 9, 2025
    Configuration menu
    Copy the full SHA
    f6dfe9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa50751 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    baba929 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b1ce22b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8b9cec6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bde137a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    41c3018 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a6e771c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8e68737 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2471ac1 View commit details
    Browse the repository at this point in the history
  14. fix(backend): fix comment causality issues again

    We believed that we've fixed all the problems of comments being indexed out of order,
    but turns out there were more edge cases. Particularly when there're multiple levels of replies involved.
    
    Part of the issue seems to be the fact that we were doing nested SQLite queries and select and update the same table,
    which seems like is known to cause some weird behaviors. We fixed this by buffering the results from one query before running the other ones,
    instead of doing N+1 queries right in the same loop.
    burdiyan committed Jul 9, 2025
    Configuration menu
    Copy the full SHA
    5424108 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. Clean up logging

    ericvicenti committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    7a8b062 View commit details
    Browse the repository at this point in the history
Loading