Skip to content
Snippets Groups Projects
  1. Apr 20, 2017
  2. Sep 14, 2016
    • gmantele's avatar
      [UWS,TAP] Follow up to the following commit about executionDuration: · 2463d5fe
      gmantele authored
      47d36bfb
      In the UWS and TAP configuration files the executionDuration has to be
      provided into milliseconds. But the UWS parameter MUST be in seconds.
      So now, UWS is still keeping this duration in seconds (in its
      ExecutionDurationController) but TAP keeps it in milliseconds (in order
      to avoid unexpected silent modification of the API) and converts it into
      seconds for its controller (i.e. TAPExecutionDurationController), for the
      default home page and for the Capabilities page.
      2463d5fe
  3. Jun 13, 2016
  4. Jun 08, 2015
  5. Apr 22, 2015
  6. Apr 02, 2015
    • gmantele's avatar
      [UWS,TAP] Errors and log management improvements. Particularly, now TAP and... · 998d11f5
      gmantele authored
      [UWS,TAP] Errors and log management improvements. Particularly, now TAP and UWS are able to manage correctly HTTP request abortions (i.e. when the user stop the request before the response has been fully sent, or when there is a connection problem or a time-out). Such abortions are considered by UWS and TAP merely as job abortion/cancel. No error is logged any more. In addition of this correction, log entries concerning the execution of a TAP sync/async job have been modified so that having more coherents messages. And stack traces of exception that occurred when executing a job (sync or async, tap or uws) are displayed just once: at the JOB END log entry, and not by the HTTP RESPONSE_SENT entry. And finally, output flush and interruption detection are made more often when writing a query result (the flush is particularly important when combining with fetch-size > 0 in synchronous mode....the sync response is then a streaming output).
      998d11f5
  7. Mar 04, 2015
  8. Jan 23, 2015
  9. Dec 12, 2014
  10. Dec 09, 2014
    • gmantele's avatar
      [UWS,TAP] 3 MAJOR DEPENDENT FIX: improve significantly the parameters... · 96b3b851
      gmantele authored
      [UWS,TAP] 3 MAJOR DEPENDENT FIX: improve significantly the parameters extraction from HTTP request in UWS (1) AND move the file-upload ability into the UWS library (2) AND the modification of parameters in UWS is now conform with the standard (3). (1) Only application/x-form-urlencoded content-type was supported. However a UWS must accept a request body containing only an XML document as a single byReference parameter. It is now done when the content-type is not known. (2) Besides multipart/form-data is now fully supported in UWS and so is still possible in TAP. (3) In the UWS standard, parameters can not be added after creation: they can just be modified. This rule is now respected in the UWS library.
      96b3b851
    • gmantele's avatar
  11. Nov 13, 2014
  12. Oct 28, 2014
    • gmantele's avatar
      [ADQL,TAP] Add STC-S and UDFs support in the ADQL parser. Now, it is possible... · 496e769c
      gmantele authored
      [ADQL,TAP] Add STC-S and UDFs support in the ADQL parser. Now, it is possible to provide a list of allowed UDFs, regions and coordinate systems. The ServiceConnection of TAP is now able to provide these lists and to propagate them to the ADQLExecutor. UDFs and allowed regions are now listed automatically in the /capabilities resource of TAP. The type 'geometry' is now fully supported in ADQL. That's why the new function 'isGeometry()' has been added to all ADQLOperand extensions. Now the DBChecker is also able to check roughly types of columns and UDFs (unknown when parsing syntactically a query). The syntax of STC-S regions (expressed in the REGION function) are now checked by DBChecker. However, for the moment, geometries are not serialized in STC-S in the output....but it should be possible in some way in the next commit(s).
      496e769c
  13. Oct 01, 2014
  14. Sep 25, 2014
  15. Sep 17, 2014
  16. Aug 20, 2014
  17. Jul 03, 2014
  18. Apr 10, 2014
  19. Apr 03, 2014
Loading