-
Notifications
You must be signed in to change notification settings - Fork 175
feat(file-service): add model management API and unify shared resource access #6869
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
tanishqgandhi1908
wants to merge
50
commits into
apache:main
Choose a base branch
from
tanishqgandhi1908:feat/model-management-api
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
50 commits
Select commit
Hold shift + click to select a range
0d80726
feat: `datasets` prefix
aicam 1dfc917
fix(file-service): correct dataset owner email, harden file tree, add…
tanishqgandhi1908 1431887
test+fix: extend datasets prefix to python UDF path + add frontend pa…
tanishqgandhi1908 1d9cbd1
refactor: remove unused frontend path parser; reword prefix docs
tanishqgandhi1908 e4df21c
Merge remote-tracking branch 'upstream/main' into feat/dataset-logica…
tanishqgandhi1908 a31c897
test(frontend): use datasets-prefixed path in cover-image spec
tanishqgandhi1908 6c76f6b
feat(storage): require the datasets prefix on dataset logical paths
tanishqgandhi1908 1ef2634
Merge remote-tracking branch 'upstream/main' into feat/dataset-logica…
tanishqgandhi1908 956d5d3
fix(test): align dataset-selection-modal spec to prefixed path; ruff-…
tanishqgandhi1908 f320d43
fix(file-service): prefix dataset cover-image paths with datasets/
tanishqgandhi1908 66a5aed
consolidate the datasets literal
tanishqgandhi1908 8eccc88
Merge remote-tracking branch 'upstream/main' into feat/dataset-logica…
tanishqgandhi1908 e11e008
fixing test cases
tanishqgandhi1908 de806ba
feat(storage): add model metadata tables
tanishqgandhi1908 581ef1f
Merge branch 'feat/dataset-logical-path-prefix' into feat/model-file-…
tanishqgandhi1908 db4579a
addressing the PR comments
tanishqgandhi1908 f3a3ad1
Merge remote-tracking branch 'upstream/main' into feat/dataset-logica…
tanishqgandhi1908 ed0914b
Merge branch 'feat/dataset-logical-path-prefix' into feat/model-file-…
tanishqgandhi1908 144ee2f
feat(storage): add model file storage and path resolution
tanishqgandhi1908 953d6fb
Merge remote-tracking branch 'upstream/main' into feat/model-file-sto…
tanishqgandhi1908 aebfdb9
feat(storage): add model file storage and path resolution
tanishqgandhi1908 e3347c1
feat(file-service): add model management API (metadata + access control)
tanishqgandhi1908 9093487
Merge remote-tracking branch 'upstream/main' into feat/dataset-logica…
tanishqgandhi1908 cf75c14
addressing and fixing PR comments
tanishqgandhi1908 a814f87
Merge remote-tracking branch 'origin/feat/dataset-logical-path-prefix…
tanishqgandhi1908 353b814
refactor(storage): generalize FileResolver to dispatch by resource type
tanishqgandhi1908 20d2ac5
refactor(storage): generalize FileResolver to dispatch by resource type
tanishqgandhi1908 3b4b3b1
Merge remote-tracking branch 'upstream/main' into feat/dataset-logica…
tanishqgandhi1908 4cab606
Merge remote-tracking branch 'origin/feat/dataset-logical-path-prefix…
tanishqgandhi1908 777b143
Merge remote-tracking branch 'upstream/main' into feat/dataset-logica…
tanishqgandhi1908 f39ef3c
Merge remote-tracking branch 'upstream/main' into feat/dataset-logica…
tanishqgandhi1908 182cc62
Merge remote-tracking branch 'origin/feat/dataset-logical-path-prefix…
tanishqgandhi1908 569d24b
Merge remote-tracking branch 'upstream/main' into feat/dataset-logica…
tanishqgandhi1908 ce59b5b
fixing copilot suggestion
tanishqgandhi1908 522e97b
changes in sql script based on copilot suggestions
tanishqgandhi1908 bb78470
style: apply scalafmt to FileListerSourceOpExec
tanishqgandhi1908 1a3cd14
Merge remote-tracking branch 'origin/feat/dataset-logical-path-prefix…
tanishqgandhi1908 550a5bd
Merge remote-tracking branch 'upstream/main' into feat/model-file-sto…
tanishqgandhi1908 56b7a59
Merge branch 'feat/model-file-storage' into feat/model-management-api
tanishqgandhi1908 f19ef65
Merge remote-tracking branch 'upstream/main' into feat/model-manageme…
tanishqgandhi1908 3354a09
addressing the review comments on presign-url
tanishqgandhi1908 79e0588
refactoring the common code used by models and datasets
tanishqgandhi1908 fe0dd6b
Merge branch 'feat/model-file-storage' into feat/model-management-api
tanishqgandhi1908 93eb784
refactoring the common code used by models and datasets
tanishqgandhi1908 a63e420
style(pyamber): black-format dataset_file_document after presign env …
tanishqgandhi1908 b4f5b2a
renaming the .env file with presigned url
tanishqgandhi1908 db3c133
Merge remote-tracking branch 'origin/feat/model-file-storage' into fe…
tanishqgandhi1908 c78be4c
Merge remote-tracking branch 'upstream/main' into feat/model-manageme…
tanishqgandhi1908 6ac0cbc
addressing PR review comments
tanishqgandhi1908 6ed828b
addressing PR review comments
tanishqgandhi1908 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
64 changes: 0 additions & 64 deletions
64
...-core/src/main/scala/org/apache/texera/amber/core/storage/model/DatasetFileDocument.scala
This file was deleted.
Oops, something went wrong.
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
43 changes: 0 additions & 43 deletions
43
...ow-core/src/main/scala/org/apache/texera/amber/core/storage/model/ModelFileDocument.scala
This file was deleted.
Oops, something went wrong.
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.