-
Notifications
You must be signed in to change notification settings - Fork 0
sqlite object cache #11
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
Open
milt
wants to merge
31
commits into
main
Choose a base branch
from
sql_cache
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
e04c1a0
sqlite object cache first try
milt 78b4838
ignore sqlite files
milt d6a0cd6
Merge branch 'main' into sql_cache
milt 6b7e8b3
Merge remote-tracking branch 'origin/target_processing' into sql_cach…
milt eeecc60
Merge branch 'main' into sql_cache_sync
milt aa79cce
Merge pull request #16 from yetanalytics/sql_cache_sync
milt af3fab5
use FOMXML
milt 00ee4df
whoops also the tests
milt 8f94b74
wire up
milt 8840f0b
prevent typey loopey
milt a21f979
add a cache-backed query to the xapi config
milt 219c271
Merge main into sql_cache
milt a3d3c1d
DI wrapping ObjectCache for SQL object cache
milt 84cb59d
remove one-arg constructor
milt dea2303
FomCatalog spring bean
milt fef0683
one-arg constructor for fomcatalog and make it a component
milt 01198f0
update silly test
milt 9fd8b93
Merge pull request #20 from yetanalytics/sql_cache_di
milt 4afd549
Merge branch 'main' into sql_cache
milt 2b59635
allow user to specify explicit list of tracked sim objects
milt d777618
cache lookups scoped by trigger
milt f9d1d6f
strict throw on nulls by default with explicit nullables
milt a1b7be2
Merge branch 'main' into sql_cache
milt f552dfe
Merge branch 'sql_cache' into sql_cache_explicit_nulls
milt cbb7e10
Merge pull request #26 from yetanalytics/sql_cache_explicit_nulls
milt 96cf107
use adorable names FOM and make more interesting demo
milt 89c49cd
Merge branch 'main' into sql_cache
milt 9fa08d0
basic config doc
milt 90b900b
remove dup stuff and link to xapi config doc in readme
milt f3081c9
whoops, forgot some extra info on cache
milt 72d6acb
remove pre-di null object guard
milt 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,4 +2,5 @@ | |
| .vscode/ | ||
| target/ | ||
| logs/ | ||
| *.sqlite | ||
| lib/ | ||
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.
Uh oh!
There was an error while loading. Please reload this page.