Open
Conversation
…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.
Member
Author
|
This looks good and passes all my expected tests, so we could merge now. |
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.
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).