-
Notifications
You must be signed in to change notification settings - Fork 5
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: seed-hypermedia/seed
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2025.7.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 22 files changed
- 4 contributors
Commits on Jul 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b109560 - Browse repository at this point
Copy the full SHA b109560View commit details -
Configuration menu - View commit details
-
Copy full SHA for 811e003 - Browse repository at this point
Copy the full SHA 811e003View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b939b7 - Browse repository at this point
Copy the full SHA 1b939b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6dfe9c - Browse repository at this point
Copy the full SHA f6dfe9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa50751 - Browse repository at this point
Copy the full SHA aa50751View commit details -
Configuration menu - View commit details
-
Copy full SHA for baba929 - Browse repository at this point
Copy the full SHA baba929View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1ce22b - Browse repository at this point
Copy the full SHA b1ce22bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b9cec6 - Browse repository at this point
Copy the full SHA 8b9cec6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bde137a - Browse repository at this point
Copy the full SHA bde137aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41c3018 - Browse repository at this point
Copy the full SHA 41c3018View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6e771c - Browse repository at this point
Copy the full SHA a6e771cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e68737 - Browse repository at this point
Copy the full SHA 8e68737View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2471ac1 - Browse repository at this point
Copy the full SHA 2471ac1View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 5424108 - Browse repository at this point
Copy the full SHA 5424108View commit details
Commits on Jul 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7a8b062 - Browse repository at this point
Copy the full SHA 7a8b062View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2025.7.2...2025.7.3