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
JQL - new CommitId filter #309
Comments
I can try to contribute the new filter if you like. |
We have a team meeting today evening, and we will do some planning. Stay tuned |
Awesome! Thanks for your support! |
@atomfrede, @mwesolowski is going to implement this new filter. Stay tuned |
# Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Mon Jan 18 22:45:36 2016 +0100 # # On branch 309-commit-id-filter-for-mongo24 # Changes to be committed: # modified: javers-core/src/main/java/org/javers/repository/api/QueryParams.java # modified: javers-core/src/main/java/org/javers/repository/api/QueryParamsBuilder.java # modified: javers-core/src/main/java/org/javers/repository/inmemory/InMemoryRepository.java # modified: javers-core/src/main/java/org/javers/repository/jql/QueryBuilder.java # modified: javers-core/src/test/groovy/org/javers/core/JaversRepositoryE2ETest.groovy # modified: javers-persistence-mongo/src/main/java/org/javers/repository/mongo/MongoRepository.java # modified: javers-persistence-sql/src/main/java/org/javers/repository/sql/finders/CdoSnapshotFinder.java # modified: javers-persistence-sql/src/main/java/org/javers/repository/sql/finders/SnapshotFilter.java #
released in JaVers v 1.4.5 |
@atomfrede check new filter by commitId(). This filter makes sense only for snapshot queries |
Requested by @atomfrede
jhipster/generator-jhipster-entity-audit#4
Query by CommitId could be implemended as a new filter, available only for snapshot queries:
The text was updated successfully, but these errors were encountered: