-
Notifications
You must be signed in to change notification settings - Fork 2
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
Uws11 update #36
Open
kristinriebe
wants to merge
16
commits into
master
Choose a base branch
from
uws11_update
base: master
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
Uws11 update #36
Conversation
This file contains 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
…ibutes runId, ownerId and creationTime to ShortJobDescription (getJobList); creationTime also in full job description (JobSummary, getJob); id in jobref-elements in joblist is the "true" jobId now (not table-name anymore); (mis-)using runId for the table-name of the job, if given; return jobs in DESC order, sorted by creationTime not startTime (with LAST-keyword); "true" creationTime currently only used in PENDING jobs, using timeSubmit/time for the other jobs for now
…n Direct-/QQueue; set 'time' in QueryJobs-list to the creationTime (do NOT synchronize with timeSubmit on database server); problem for DirectQueue: time=creationTime=startTime=endTime can only be avoided by introducing an additional time-field in that jobs-table.
This looks good and passes all my expected tests, so we could merge now. |
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.
Adjust to latest updates of UWS 1.1, mainly using creationTime for sorting and printing additional attributes ownerId, runId and creationTime in joblist.
Latest UWS draft is from Feb. 25, not yet updated (but soon) on http://www.ivoa.net/documents/UWS/
(latest version is on volute at the moment).