-
Notifications
You must be signed in to change notification settings - Fork 74
luasandbox: added two apis for luasandbox
#947
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
base: main
Are you sure you want to change the base?
Conversation
f376abf
to
0709ebe
Compare
@fr0m-scratch quick bump on this, did you still want to continue on this? |
0709ebe
to
8a527c6
Compare
Kusari Analysis Results:
No pinned version dependency changes, code issues or exposed secrets detected! Note View full detailed analysis result for more information on the output and the checks that were run.
Found this helpful? Give it a 👍 or 👎 reaction! |
8a527c6
to
18ba318
Compare
Kusari PR Analysis rerun based on - 18ba318 performed at: 2025-07-13T11:08:29Z - link to updated analysis |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please open a PR with the two gitinterface changes (but make sure to keep this one still open). After we get that PR merged, please also rebase the PR to fix the failing CI, thanks!
18ba318
to
ea00bf4
Compare
Kusari PR Analysis rerun based on - ea00bf4 performed at: 2025-10-02T09:17:01Z - link to updated analysis |
ea00bf4
to
5520f8f
Compare
Kusari PR Analysis rerun based on - 5520f8f performed at: 2025-10-02T09:36:20Z - link to updated analysis |
5520f8f
to
c36853a
Compare
Kusari PR Analysis rerun based on - c36853a performed at: 2025-10-02T09:40:18Z - link to updated analysis |
c36853a
to
e9554bc
Compare
Kusari PR Analysis rerun based on - e9554bc performed at: 2025-10-02T09:42:51Z - link to updated analysis |
e9554bc
to
ea00bf4
Compare
Kusari PR Analysis rerun based on - ea00bf4 performed at: 2025-10-02T09:43:29Z - link to updated analysis |
ea00bf4
to
c2abf22
Compare
Kusari PR Analysis rerun based on - c2abf22 performed at: 2025-10-02T09:44:15Z - link to updated analysis |
Added `gitGetBlobID` to retrive blobID given refName and filePath Added `gitGetStagedFilePaths` to retrive paths of all staged filesthat yet committed. Signed-off-by: Jamal Cao <jamaltheodds@gmail.com>
c2abf22
to
cd7f93f
Compare
Kusari PR Analysis rerun based on - cd7f93f performed at: 2025-10-02T10:01:07Z - link to updated analysis |
This PR added two additional apis for the lua sandbox:
gitGetBlobID
to retrive blobID given refName and filePath.gitGetStagedFilePaths
to retrive paths of all staged filesthat yet committed.