-
Notifications
You must be signed in to change notification settings - Fork 32
resync #423
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
Merged
resync #423
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
cba1885
Merge pull request #387 from ACM-VIT/dev
theg1239 2501cd0
Merge pull request #388 from ACM-VIT/dev
theg1239 f588e61
Merge pull request #389 from ACM-VIT/dev
theg1239 d16c86d
Merge pull request #390 from ACM-VIT/dev
theg1239 b14dcee
Merge pull request #391 from ACM-VIT/dev
theg1239 89ac409
Merge pull request #392 from ACM-VIT/dev
theg1239 458188b
Merge pull request #393 from ACM-VIT/dev
theg1239 193c48a
Update README.md
theg1239 7c74d99
Merge pull request #394 from ACM-VIT/dev
theg1239 609ffb4
Merge pull request #395 from ACM-VIT/dev
theg1239 2e6c079
Merge pull request #396 from ACM-VIT/dev
theg1239 0c313be
Merge pull request #397 from ACM-VIT/dev
theg1239 1cddcb0
Merge pull request #398 from ACM-VIT/dev
theg1239 9d6183b
Merge pull request #399 from ACM-VIT/dev
theg1239 392c614
Merge pull request #400 from ACM-VIT/dev
theg1239 2cdce31
Merge pull request #401 from ACM-VIT/dev
theg1239 5581775
Dev (#402)
theg1239 b2a3b08
Dev (#403)
theg1239 671920c
Merge pull request #404 from ACM-VIT/dev
theg1239 007c241
Merge pull request #405 from ACM-VIT/dev
theg1239 378a0d4
Merge pull request #406 from ACM-VIT/dev
theg1239 f1ac199
Merge pull request #408 from ACM-VIT/dev
theg1239 04b22f4
Merge pull request #409 from ACM-VIT/dev
theg1239 4d9e47b
Merge pull request #410 from ACM-VIT/dev
theg1239 4ada6dd
Merge pull request #411 from ACM-VIT/dev
theg1239 8973ca4
Merge pull request #412 from ACM-VIT/dev
theg1239 b74802f
Merge pull request #413 from ACM-VIT/dev
theg1239 168b0c9
Merge pull request #414 from ACM-VIT/dev
theg1239 aac8860
Merge pull request #416 from ACM-VIT/dev
theg1239 4177709
fix: sanitize MCP widget links
cursoragent 6a523e6
fix: protect unpublished paper access
cursoragent a03ad99
fix: avoid caching truncated pdf markdown
cursoragent 38b3f0b
Merge pull request #419 from ACM-VIT/cursor/critical-correctness-bugs…
theg1239 80188ca
Merge pull request #417 from ACM-VIT/cursor/critical-correctness-bugs…
theg1239 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ne(pastPaper.id, parsed.id)predicate in thelinkedAnswerKeyquery is never effective. The query already filters oneq(pastPaper.questionPaperId, parsed.id), so the only row whoseidcould equalparsed.idwould be a paper whosequestionPaperIdequals its ownid— a self-reference that is caught earlier in the same transaction. Removing the redundant clause makes the intent clearer.