-
Notifications
You must be signed in to change notification settings - Fork 1.3k
chore: Go Sql Online Store #2446
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
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
501f59d
Initial structure for go sqlite online store
kevjumba 0fbd8dc
Somewhat intermediate state
kevjumba 21c8900
Add sqlite online store for go for testing
kevjumba 01d9a1d
Revert
kevjumba 2c4fccd
Revert
kevjumba 34dcd15
Clean up
kevjumba 80f4579
Address review issues
kevjumba 17acc6a
Fix/address issues
kevjumba 64fa88b
lint
kevjumba 0601f0a
Fix
kevjumba 2233ff8
Fix
kevjumba 4de021b
Make integration test work
kevjumba e3f9970
Fix tests
kevjumba d9f5333
Fix tests
kevjumba a631c52
debugging
kevjumba 993ead4
Debug
kevjumba 63fbee6
Debug
kevjumba c325834
Debug
kevjumba f2202b8
Debug
kevjumba c242587
Debug
kevjumba 08e51fb
Debug
kevjumba b551639
Remove feature_repo files
kevjumba 0755e05
update gitignore
kevjumba eb8a320
Clean up code
kevjumba c3472bd
Update go mod
kevjumba a5b6607
Update makefile
kevjumba 5f68689
Fix gitignore issue
kevjumba 3896f99
Update makefile
kevjumba 111c2d0
Update makefile
kevjumba c6197ce
Update makefile
kevjumba a5d4d28
Update makefile
kevjumba 14d5602
Update makefile
kevjumba 02eda7a
Revert worfklow
kevjumba 14876a2
Update build path
kevjumba 3bfcfad
remove
kevjumba 8739e68
rename
kevjumba bd052a3
Address review
kevjumba 189d3d2
fix tests
kevjumba acc86bb
Fix
kevjumba 34ab63d
see if this fixes test
kevjumba fa0abf3
Fix
kevjumba 941aea8
revert
kevjumba 025a7e4
Will add in separate pr to update cryptography
kevjumba 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
Add sqlite online store for go for testing
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
- Loading branch information
commit 21c8900a4d62733c5c25eef1bfb0972e0c16cd4c
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
File renamed without changes.
Binary file not shown.
Binary file renamed
BIN
+16 KB
.../test/selected_tetra/data/online_store.db → ...al/test/feature_repo/data/online_store.db
Binary file not shown.
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
2 changes: 1 addition & 1 deletion
2
...al/test/selected_tetra/feature_store.yaml → ...rnal/test/feature_repo/feature_store.yaml
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 |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| project: selected_tetra | ||
| project: feature_repo | ||
| registry: data/registry.db | ||
| provider: local | ||
| online_store: | ||
|
|
||
Binary file not shown.
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.