Migrate Directory to within Crosslink repo#669
Open
kurtnordstrom wants to merge 87 commits into
Open
Conversation
Notably adds updating of symbols and moves more of Entry update to happen in Go and simplifies the query
Notably includes a helper function "elementHasProperty" to aid in unrolling joined rows by checking if we've already added the data for one of the embedded entities.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
kurtnordstrom
marked this pull request as ready for review
July 21, 2026 12:42
kurtnordstrom
requested review from
JanisSaldabols,
adamdickmeiss and
jakub-id
as code owners
July 21, 2026 12:42
jakub-id
reviewed
Jul 21, 2026
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Contributor
|
@kurtnordstrom what happened with the existing directory API/schema used by the broker and the mock? Was it moved? |
Contributor
Author
Yes, it is now in the directory-mock folder |
adamdickmeiss
self-requested a review
July 23, 2026 12:45
adamdickmeiss
requested changes
Jul 23, 2026
| GO ?= go | ||
| SUBDIRS := testutil iso18626 ncip directory sru marcxml httpclient zoom illmock broker | ||
| TOOL_SUBDIRS := iso18626 ncip directory sru marcxml broker | ||
| SUBDIRS := testutil iso18626 ncip directory directory-mock sru marcxml httpclient zoom illmock broker |
Contributor
There was a problem hiding this comment.
directory-mock is compiled after directory. If the directory definition changes, then directory will be compiled with old-definitions.
File directory_gen.go is in two places now, one of which is in git. Regardless of whether in git or not, there should only be one generated file.
Contributor
|
Something is up with the I would expect 2nd make to do nothing. |
kurtnordstrom
force-pushed
the
directory-migrate-candidate-2
branch
from
July 24, 2026 15:37
614b8e9 to
9fb5570
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.