-
Notifications
You must be signed in to change notification settings - Fork 83
feat(clp-package): Expose dataset selection in package CLI scripts and web UI. #1050
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 8 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
869b02d
Migrate new webui part of the dataset exposing
Bill-hbrhbr 6f4ba3a
Migrate changes from PR #1036 and job_config changes from PR #1023
Bill-hbrhbr 74c2cd2
Migrate CLI part of dataset exposing and add robust validations
Bill-hbrhbr dfb2a93
Fix bug where we require compress to have an existing input dataset
Bill-hbrhbr 05e14b4
Address CodeRabbit review on CLI
Bill-hbrhbr 7f4a220
review
6500555
Merge branch 'main' into datasset-interface-v2
Bill-hbrhbr cd9b7e0
Migrate changes from 1036
Bill-hbrhbr 7c9a792
Move dataset validation into native scripts
Bill-hbrhbr 94cdc38
Fixed unused dataset reference in the webui
Bill-hbrhbr de6f50c
Bug fix
Bill-hbrhbr 42fb6f4
bug fix
Bill-hbrhbr b15b697
latest
926c76d
Fix validation order in decompression
Bill-hbrhbr 7b51f37
Fix not nullable dataset var
Bill-hbrhbr 6f67991
Update components/webui/server/src/fastify-v2/routes/api/search/index.ts
Bill-hbrhbr b057bbe
eslint fix
Bill-hbrhbr 5493843
eslint fix
Bill-hbrhbr 34a8234
latest
e3e2930
Merge branch 'main' into datasset-interface-v2
haiqi96 80512cd
lint fix
Bill-hbrhbr 8f7136e
latest
17cd392
Fix: Pass correct argument to validate_dataset.
kirkrodrigues 4608789
Minor refactoring.
kirkrodrigues bfb2539
Remove obsolete storage engine from webui server settings.
kirkrodrigues 99e21da
Rename validate_dataset to validate_dataset_exists.
kirkrodrigues f22d3bb
Wrap validate_dataset_exists with a try catch for prettier errors.
kirkrodrigues df60151
Validate dataset name.
kirkrodrigues 9622389
Merge branch 'main' into datasset-interface-v2
kirkrodrigues 0c210d9
Don't hardcode dataset name length validation.
kirkrodrigues 280d2a9
Apply suggestions from code review
kirkrodrigues 250dd94
Disable dataset control when a query is in-progress.
kirkrodrigues aa55301
webui: Don't hardcode datasets table name.
kirkrodrigues 5b48c8d
Apply linter.
kirkrodrigues 46b0db2
Fix underscore count in validate_dataset_name.
kirkrodrigues af95be8
Take datasets table name from settings.
kirkrodrigues dde5d54
Translate an empty dataset name to null on the server.
kirkrodrigues 3f1c3af
Fix lint violations.
kirkrodrigues 06695f3
fix: Correct the schema for null dataset.
hoophalab 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
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
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.