This repository was archived by the owner on Nov 29, 2023. It is now read-only.
Repo changelog support in auditquery#19
Merged
ligangty merged 2 commits intoCommonjava:masterfrom May 24, 2019
ligangty:changelog
Merged
Repo changelog support in auditquery#19ligangty merged 2 commits intoCommonjava:masterfrom ligangty:changelog
ligangty merged 2 commits intoCommonjava:masterfrom
ligangty:changelog
Conversation
sswguo
reviewed
May 21, 2019
model-java/src/main/java/org/commonjava/auditquery/changelog/RepositoryChangeLog.java
Outdated
Show resolved
Hide resolved
sswguo
approved these changes
May 23, 2019
| public void readExternal( ObjectInput in ) | ||
| throws IOException, ClassNotFoundException | ||
| { | ||
| this.storeKey = (String) in.readObject(); |
Member
There was a problem hiding this comment.
We may need to check the version here and see if that's compatible. But looks fine atm.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
A very draft stub of UI for change log part, not support search yet. It will show all change log now in the cache. Server-side pagination with searching should be added in another patch.