-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add default for UWS version - Issue #198
Add changelog Correct PR # in changelog Fix flake8 errors Style changes from review
- Loading branch information
1 parent
78e3d52
commit 1286544
Showing
4 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
1.1 (unreleased) | ||
================ | ||
|
||
- Add default for UWS version. [#199] | ||
|
||
|
||
1.0 (2019-09-20) | ||
================ | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" ?> | ||
<job xmlns="http://www.ivoa.net/xml/UWS/v1.0" xmlns:xlink="http://www.w3.org/1999/xlink" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.ivoa.net/xml/UWS/v1.0 http://www.ivoa.net/xml/UWS/v1.0"> | ||
<jobId>1576511540079_32840</jobId> | ||
<ownerId/> | ||
<phase>COMPLETED</phase> | ||
<startTime>2019-12-16T10:52:20</startTime> | ||
<endTime>2019-12-17T10:52:20</endTime> | ||
<executionDuration>600</executionDuration> | ||
<destruction>2019-12-17T10:52:20</destruction> | ||
<parameters> | ||
<parameter id="lang">ADQL-2.0</parameter> | ||
<parameter id="serviceType">tap</parameter> | ||
<parameter id="request">doQuery</parameter> | ||
<parameter id="query"> | ||
SELECT ra, dec FROM table | ||
</parameter> | ||
</parameters> | ||
<results> | ||
<result id="resultsTable" xlink:href="http://example.com/tap/async/1234/results/result"/> | ||
</results> | ||
</job> |
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