Skip to content
  1. Dec 09, 2014
  2. Dec 05, 2014
  3. Nov 14, 2014
  4. Nov 13, 2014
    • gmantele's avatar
      [UWS,TAP] Review the standard parameters checking. Particularly, because... · 2a1e5786
      gmantele authored
      [UWS,TAP] Review the standard parameters checking. Particularly, because before, the default value was never used while no value was specified by the user.
      2a1e5786
    • gmantele's avatar
      [UWS] Cancel last commit. The UWSException was thrown intentionnaly: if an... · 425d77e9
      gmantele authored
      [UWS] Cancel last commit. The UWSException was thrown intentionnaly: if an error occurs while just creating the thread, this error should not impact the job ; it is an internal server error, not an error due to the job execution or of a wrong parameter. This error MUST be thrown AND the job MUST stay PENDING (so that it can be restarted later when the server bug will be fixed). Job parameters checks MUST be done either in the job execution (JobThread.jobWork()) or at the job creation (using an InputParamController).
      425d77e9
  5. Nov 12, 2014
  6. Nov 05, 2014
    • gmantele's avatar
      [ADQL,TAP] Add geometry format in output and correct upload of STC-S regions.... · 6f607bc6
      gmantele authored
      [ADQL,TAP] Add geometry format in output and correct upload of STC-S regions. Geometrical type conversion from and into a DB type is now required in all JDBCTranslator. This allows formatting of geometrical column value coming from the database, but also the translation of STC-S expressions provided in uploaded table into geometrical column values.
      6f607bc6
  7. Oct 29, 2014
  8. 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
  9. Oct 22, 2014
  10. Oct 17, 2014
  11. Oct 14, 2014
  12. Oct 08, 2014
  13. Oct 02, 2014
  14. Oct 01, 2014
  15. Sep 25, 2014
  16. Sep 24, 2014
  17. Sep 23, 2014