Draft
Conversation
cfa9a0e to
6a868b2
Compare
Contributor
Author
|
@ryanchard Apololgies, I'm still behind on getting these changes out. The new transfer view in these changes is currently functional, and selecting items from the dropdown box dynamically fetches the dirs from Eagle. Submitting from that form will make a collector fetch all inputs from those directories and start runs for each dataset in them. The current selection there runs two datasets. I'd still like to get this fixed up to submit other form data the submit script supports, which I wanted to get in today, but didn't quite get to. Getting close! Hope to submit a nice batch of stuff next week.
|
A compute transfer form with javascript touches for fetching dataset dirs This is technically non-functional, with the path still needing to be constructed from the form to submit the actual dataset.
This allows us to have the fields still be a dropdown while making the values they take dynamic
a6720ac to
1128bc6
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Isn't technically dependent on #160, will be removed on a real PR or request for someone who wants to review these changes. Mostly this is a sneak peak at 'transfer' style processing, fetching inputs using Globus Transfer with a nice simple form. The Cycle and Parent are dynamically fetched below using a couple operation_ls fetches. Should make for easy selection of datasets for XPCS.
