-
Notifications
You must be signed in to change notification settings - Fork 95
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
When I create a project to scan with the devel and deploy I would like to avoid renaming inputs #708
Comments
For input URLs, we could add support for tagging the inputs using a sort of "prefix":
Now for the uploaded inputs, there's no easy way to flag things using a form |
re: #708 (comment) This could work OK for a start, and we may evolve this with something similar for uploaded files later. |
And we would need to be able to tag URLs we upload also in the API and command line. Until the alternative would be:
|
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
* Add support for "tagging" URL inputs using #<fragment> #708 Signed-off-by: tdruez <[email protected]> * Add support for providing multiple URLs in a single str in API #708 Signed-off-by: tdruez <[email protected]> --------- Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
Signed-off-by: tdruez <[email protected]>
* Add support for tagging input files in CLI #708 Signed-off-by: tdruez <[email protected]> * Add ability to update input source tag in UI #708 Signed-off-by: tdruez <[email protected]> * Add changelog entry and unit tests #708 Signed-off-by: tdruez <[email protected]> * Add support for tag in API #708 Signed-off-by: tdruez <[email protected]> * Refine documentation for the tagging features #708 Signed-off-by: tdruez <[email protected]> * Fix changelog #708 Signed-off-by: tdruez <[email protected]> --------- Signed-off-by: tdruez <[email protected]>
Implemented in #1069 |
When I create a project to scan with the devel and deploy I would like to avoid renaming inputs.
Instead I would like to either:
Upload inputs or add URLs and state which is To and which is From.
In particular URLs cannot be easily prefixed by hand and need today to be downloaded, renamed and uploaded.
The text was updated successfully, but these errors were encountered: