Skip to content
GitLab
Explore
Sign in
Commits · 5673597f3275644cb2edc192f3a3c7c5845d9220
vollt
Browse files
Apr 22, 2015
[ALL] Update Javadoc links and UWSService description
· 5673597f
gmantele
authored
Apr 22, 2015
5673597f
[TAP] Add missing Javadoc
· 2add9c2e
gmantele
authored
Apr 22, 2015
2add9c2e
[ADQL] Display properly unresolved functions
· 15f1d6fb
gmantele
authored
Apr 22, 2015
15f1d6fb
[ALL] Remove debugging messages
· c5450647
gmantele
authored
Apr 22, 2015
c5450647
Apr 13, 2015
[TAP] Add Javadoc for all TAP configuration file related classes + Improve the...
· 4283809b
gmantele
authored
Apr 13, 2015
4283809b
[TAP] Incorrect setting of the backup frequency. The documentation was also...
· d801186a
gmantele
authored
Apr 13, 2015
d801186a
[TAP] Remove forgotten debugging messages.
· 721a9898
gmantele
authored
Apr 13, 2015
721a9898
[UWS,TAP] Add the origin of the main exception after the exception class name...
· a76a7b99
gmantele
authored
Apr 13, 2015
a76a7b99
[TAP] Add line and column information in log and exception messages for the UPLOAD step.
· 89757f72
gmantele
authored
Apr 13, 2015
89757f72
[TAP] Fix unterminated thread after a failed UPLOAD. This bug happened when an...
· 62a6c73f
gmantele
authored
Apr 13, 2015
62a6c73f
Apr 09, 2015
[TAP] Add a creation function for ADQLParser in the TAP factory.
· cb6eff4e
gmantele
authored
Apr 09, 2015
cb6eff4e
[TAP] Add PHASE=RUN hidden parameter in the HTML form of the default TAP home page.
· 35d497ae
gmantele
authored
Apr 09, 2015
35d497ae
Apr 08, 2015
[TAP] Improve the default TAP service home page. Particularly, a form with a...
· bacbdf8a
gmantele
authored
Apr 08, 2015
bacbdf8a
[TAP] Correction of the default value for the upload_enabled property. By...
· 6cf1d387
gmantele
authored
Apr 08, 2015
6cf1d387
[UWS,TAP] Fix regression: the log message for the event REQUEST_RECEIVED was...
· 1308142f
gmantele
authored
Apr 08, 2015
1308142f
Apr 02, 2015
[UWS,TAP] Set UTF-8 as default character encoding for all HTTP response.
· 8d630a59
gmantele
authored
Apr 02, 2015
8d630a59
[UWS,TAP] Errors and log management improvements. Particularly, now TAP and...
· 998d11f5
gmantele
authored
Apr 02, 2015
998d11f5
Mar 26, 2015
[TAP] Change the internal column separator in the Text (human readable table)...
· 9d65b030
gmantele
authored
Mar 26, 2015
9d65b030
[TAP] Add the possibility to set the FetchSize on a DB Statement for the...
· 16f7e8e3
gmantele
authored
Mar 26, 2015
16f7e8e3
Mar 13, 2015
[TAP] Add licence header in tap.config.*.java.
· 3d796e0b
gmantele
authored
Mar 13, 2015
3d796e0b
Mar 11, 2015
[TAP] Add a configuration file property: 'coordinate_systems'. It lets list...
· 1bcf8906
gmantele
authored
Mar 11, 2015
1bcf8906
[TAP] Automatic research of the TAP configuration file is done only in the...
· df668abf
gmantele
authored
Mar 11, 2015
df668abf
Mar 10, 2015
[TAP] Rename the property 'output_add_formats' into 'output_formats' & Correct...
· 624c1457
gmantele
authored
Mar 10, 2015
624c1457
[TAP] Default TAPSchema DB name set to the ADQL name ; so if the column...
· 2b10b133
gmantele
authored
Mar 10, 2015
2b10b133
[ALL] Set the encoding to UTF-8 for java compilation.
· 3821885f
gmantele
authored
Mar 10, 2015
3821885f
Mar 04, 2015
[TAP] Change the default value for output and upload limits ; only negative...
· 904b6a31
gmantele
authored
Mar 04, 2015
904b6a31
Feb 27, 2015
[UWS,TAP] Change the default log and backup files name. Before it was 'uws.*',...
· e870680b
gmantele
authored
Feb 27, 2015
e870680b
[TAP] Update the TAP configuration file documentation and the full and min example files.
· df80cb60
gmantele
authored
Feb 27, 2015
df80cb60
[TAP] Allow the TAP configuration file properties 'file_root_path' and...
· 4b584799
gmantele
authored
Feb 27, 2015
4b584799
[TAP] Qualify by default the standard TAP schema tables in TAP_SCHEMA.tables &...
· 012006f0
gmantele
authored
Feb 27, 2015
012006f0
Feb 20, 2015
[ALL] Update ANT build scripts to test all existings JUnit tests before...
· 280738fc
gmantele
authored
Feb 20, 2015
280738fc
Feb 19, 2015
[UWS] URLs in XML attribute must not be encoded ; only <, & and " must be encoded.
· 2b16274c
gmantele
authored
Feb 19, 2015
2b16274c
[TAP] Allow creation of PENDING jobs ONLY FROM the TAPFactory when the service...
· 77fde960
gmantele
authored
Feb 19, 2015
77fde960
[TAP] Add a property in the configuration file to set a custom TAPFactory (in...
· 62a44426
gmantele
authored
Feb 19, 2015
62a44426
Feb 18, 2015
[TAP] Add a 3rd possibility to set metadata in the TAP configuration file:...
· c790223e
gmantele
authored
Feb 18, 2015
c790223e
[TAP] Add property to add/replace TAP resources & Add the tool function...
· 5c07880a
gmantele
authored
Feb 18, 2015
5c07880a
[TAP] Add log management in the TAP configuration file. 2 additional...
· 0aeb2355
gmantele
authored
Feb 18, 2015
0aeb2355
[UWS] Add a log message filter: only messages whose the level is greater or...
· 6fc94d89
gmantele
authored
Feb 18, 2015
6fc94d89
Feb 17, 2015
[TAP] Add missing formats (particularly all the different VOTable...
· 3f59de36
gmantele
authored
Feb 17, 2015
3f59de36
[TAP] Add home page configuration in the TAP configuration file. (missing...
· 22eca328
gmantele
authored
Feb 17, 2015
22eca328
Loading