-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepo.xml
executable file
·295 lines (295 loc) · 12.8 KB
/
repo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<?xml version="1.0" encoding="UTF-8"?>
<meta xmlns="http://exist-db.org/xquery/repo">
<description>Shared resources mainly used by jmmc apps</description>
<author>JMMC tech group</author>
<website/>
<status>stable</status>
<license>GNU-LGPL</license>
<copyright>true</copyright>
<type>library</type>
<target>jmmc-resources</target>
<prepare/>
<finish>post-install.xql</finish>
<changelog>
<change version="0.47.1">
<ul xmlns="">
<li>jmmc-tap : tap-adql-query() use optional votable-name with priority if provided.</li>
<li>adsabs : fix extract of json response following API namespace change for xml content.</li>
<li>New module jmmc-ws : function wrapper to call JMMC webservices.</li>
</ul>
</change>
<change version="0.46.1">
<ul xmlns="">
<li>jmmc-tap : tap-adql-query() support optional votable-name for tap-upload.</li>
<li>jmmc-tap : add table2votable() as helper for tap-upload.</li>
<li>jmmc-simbad : add resolve-by-names() to scale-up name resolution (few seconds for one thousand of identifiers).</li>
<li>jmmc-simbad : change resolve-target : always set -0 for missing pmra or pmdec and add user_identifier to store user input.</li>
</ul>
</change>
<change version="0.45.0">
<ul xmlns="">
<li>dateutil : add timestampToDateTime() to convert seconds since the epoch (1970-01-01 UTC) to a datetime.</li>
<li>jmmc-simbad: fix bug / bad query in resolv-by-coords funtion.</li>
<li>adsabs : add search-solr function.</li>
<li>adsabs : ignore empty bibcodes in library management (avoid 500 error on ADS servers).</li>
</ul>
</change>
<change version="0.44.0">
<ul xmlns="">
<li>adsabs : add support to manage libraries's collaborators.</li>
</ul>
</change>
<change version="0.43.0">
<ul xmlns="">
<li>Refactor ft-client dependency installation.</li>
<li>adsabs : improve corner cases reliability.</li>
</ul>
</change>
<change version="0.42">
<ul xmlns="">
<li>update jars.</li>
</ul>
</change>
<change version="0.41">
<ul xmlns="">
<li>jmmc-dateutil: add RFC822toISO8601() converter.</li>
</ul>
</change>
<change version="0.40">
<ul xmlns="">
<li>jmmc-tap: add capability to query using an uploaded table.</li>
<li>jmmc-tap: improve cache management.</li>
</ul>
</change>
<change version="0.39">
<ul xmlns="">
<li>jmmc-tap: improve rest services votable2sql and votable2schema.</li>
</ul>
</change>
<change version="0.38">
<ul xmlns="">
<li>jmmc-tap: normalize sapces of tap queries (this helped to fix a nasty bug querying Simbad-tap).</li>
</ul>
</change>
<change version="0.37">
<ul xmlns="">
<li>jmmc-simbad: retrieve pmra and pmdec resolving names or positions.</li>
</ul>
</change>
<change version="0.36">
<ul xmlns="">
<li>jmmc-web: add get-encoded-email-array($email) and get-encoded-email-decoder().</li>
</ul>
</change>
<change version="0.35">
<ul xmlns="">
<li>jmmc-web: fix JMMC's logo url.</li>
</ul>
</change>
<change version="0.34">
<ul xmlns="">
<li>jmmc-tap: fix Simbad and add GAVO tap sync endpoints.</li>
<li>technical: make it eXistDB6 compatible</li>
</ul>
</change>
<change version="0.33">
<ul xmlns="">
<li>adsabs: add get-bibtex, get-volume, get-pages functions.</li>
</ul>
</change>
<change version="0.32">
<ul xmlns="">
<li>jmmc-tap: improve API and support json format.</li>
</ul>
</change>
<change version="0.31">
<ul xmlns="">
<li>adsabs: improve API.</li>
<li>New module tap: query TAP synchronously easily.</li>
</ul>
</change>
<change version="0.30">
<ul xmlns="">
<li>adsabs: change ads namespace according related to issue fix on ADS side.</li>
</ul>
</change>
<change version="0.29">
<ul xmlns="">
<li>jmmc-vizier: small changes to follow CDS's ones.</li>
<li>introduce adsabs: should replace ads module in the future.</li>
</ul>
</change>
<change version="0.28">
<ul xmlns="">
<li>jmmc-ads: still fix webservice endpoint waiting for a compliant API on the new ADS's webservices</li>
</ul>
</change>
<change version="0.27">
<ul xmlns="">
<li>jmmc-about: fix current version getter </li>
</ul>
</change>
<change version="0.26">
<ul xmlns="">
<li>jmmc-eso: adjust wdb html decryption</li>
</ul>
</change>
<change version="0.25">
<ul xmlns="">
<li>deps: update oitools to consider as a single instrument multiples INSNAMEs which starts with INSTRUME keyword.</li>
</ul>
</change>
<change version="0.24">
<ul xmlns="">
<li>deps: update oitools to set severity to INFO for the UNKNOWN_TABLE rule instead of SEVERE</li>
</ul>
</change>
<change version="0.23">
<ul xmlns="">
<li>jmmc-cache: should be made deprecated since new existdb's cache mecanism</li>
<li>jmmc-about: fix new map format</li>
<li>jmmc-eso, jmmc-auth: fix httpclient calls</li>
<li>jmmc-simbad: use fn:parse-xml</li>
<li>jmmc-simbad: fix TAP request to find aliases for a given target name</li>
<li>jmmc-vizier: use new JSON web service for ReadMe</li>
<li>jmmc-web: fix icon path</li>
<li>jmmc-ads: fix webservice endpoint waiting for a compliant API on the new ADS's webservices</li>
<li>deps: update expath-ft from 1.1.5 to 1.2.0</li>
<li>deps: update oitools to fix a xml keyword encoding issue and day's unit check</li>
</ul>
</change>
<change version="0.22">
<ul xmlns="">
<li>jmmc-vizier: add TAP support</li>
<li>jmmc-astro: parse-hms() now returns angles in 0-360 range (was -180-180)</li>
</ul>
</change>
<change version="0.21">
<ul xmlns="">
<li>jmmc-vizier: add dependency to install ft-client module</li>
</ul>
</change>
<change version="0.20">
<ul xmlns="">
<li>jmmc-oiexplorer: update oitools (fix missing keywords)</li>
</ul>
</change>
<change version="0.19">
<ul xmlns="">
<li>jmmc-web: update and improve dynamic menu</li>
</ul>
</change>
<change version="0.18">
<ul xmlns="">
<li>jmmc-vizier: add more logs on server side</li>
<li>jmmc-simbad: update namespace according to simbad changes on CDS side</li>
<li>jmmc-simbad: add search-names() so we help the user to find star by part of name (eg. Lup)</li>
<li>jmmc-cache: fix code to work with exist-db V3.3 </li>
<li> SECURITY : guest access onto eXide is no prevented by a required login</li>
</ul>
</change>
<change version="0.17">
<ul xmlns="">
<li>Fix dependancy url for the EXPath File Transfer Client Module Implementation </li>
<li>jmmc-date: add Julian Day support with jmmc-dateutil:JDtoISO8601() and jmmc-dateutil:ISO8601toJD()</li>
<li>jmmc-date: add UT support with jmmc-dateutil:UTtoISO8601(), jmmc-dateutil:ISO8601toUT(), jmmc-dateutil:UTtoMJD()</li>
<li>jmmc-vizier: add jmmc-vizier:catalog-abstract()</li>
<li>jmmc-cache: handle write permission failure smoothly</li>
</ul>
</change>
<change version="0.16">
<ul xmlns="">
<li>Update to latest oitools.jar</li>
</ul>
</change>
<change version="0.15">
<ul xmlns="">
<li>jmmc-about : fix map for stable applications </li>
</ul>
</change>
<change version="0.14">
<ul xmlns="">
<li>New module jmmc-xml : provide utility function related to xml</li>
<li>jmmc-about : add jmmc-about:status() template function to retrieve the application status (stored in repo.xml) </li>
</ul>
</change>
<change version="0.13">
<li>jmmc-about : add jmmc-about:deployed() to provide a deployement date getter </li>
<li>jmmc-eso : use first record for a given progid which gets multiple entries on eso side</li>
<li>jmmc-astro : add function handling of optical wavelength divisions (visible, near-ir, mid-ir)</li>
</change>
<change version="0.12">
<ul xmlns="">
<li>New module jmmc-xml : provide utility function related to xml</li>
<li>jmmc-ads : cache ads records in db, add get-html()</li>
<li>jmmc-cache : add get-keys(), get() with multiples keys and change add() to return the inserted data</li>
</ul>
</change>
<change version="0.11">
<ul xmlns="">
<li>New module jmmc-csv : provide functions to split a CSV string into fields or xml table</li>
<li>New module jmmc-cache : provide helpers to manage a cache into a database document</li>
<li>jmmc-ads : add get-bibcode() and get-link() functions</li>
<li>jmmc-oiexplorer : add function to check OIFits data, change to-xml() to take URL or binary data</li>
<li>Update oiexplorer-existdb.jar for accepting either an URL or binary data as input</li>
<li>Update to latest oitools.jar</li>
</ul>
</change>
<change version="0.10">
<ul xmlns="">
<li>New module jmmc-eso : provide helpers/rest urls to retrieve data from the eso webarea</li>
<li>Update oitools.jar to extract keywords of primary HDU</li>
<li>Deprecated module jmmc-oival: replaced by jmmc-oiexplorer</li>
</ul>
</change>
<change version="0.9">
<ul xmlns="">
<li>jmmc-auth : add check-credential() functions and rename all function using the default naming convention</li>
</ul>
</change>
<change version="0.8">
<ul xmlns="">
<li>New module jmmc-simbad : query CDS-simbad through its TAP interface</li>
<li>jmmc-auth : add getObfuscatedEmail()</li>
<li>jmmc-vizier : Improve reliability to query VizieR informations</li>
<li>jmmc-ads : add new functions</li>
<li>jmmc-web : update and improve the jmmc menu</li>
</ul>
</change>
<change version="0.7">
<ul xmlns="">
<li>New module jmmc-web : provide common material for web site management</li>
</ul>
</change>
<change version="0.6">
<ul xmlns="">
<li>New module jmmc-oiexplorer : provide an oi extension to exist-db. oi:to-xml is the first implemented function</li>
</ul>
</change>
<change version="0.5">
<ul xmlns="">
<li>New module jmmc-about : templates release notes from the repo.xml of applications</li>
</ul>
</change>
<change version="0.4">
<ul xmlns="">
<li>New module jmmc-ads : basic query of ADS</li>
</ul>
</change>
<change version="0.3">
<ul xmlns="">
<li>jmmc-date : Fix MJD bug</li>
</ul>
</change>
<change version="0.2">
<ul xmlns="">
<li>New module jmmc-auth.xql : interface to the legacy authentication interface</li>
</ul>
</change>
<change version="0.1">
<ul xmlns="">
<li>First revision</li>
</ul>
</change>
</changelog>
</meta>