v6.3.2
6.3.2 - 2020-12-08
Features
-
Round trip export and import LTR ranking files! #204 by @epugh fixes #162 by @DmitryKey.
-
Disable web signups by setting
SIGNUP_ENABLED=false
. #238 by @tonomonic.
Improvements
-
Easy in-place editing of case name and the try name to encourage using those features! Microinteration FTW! #242 by @epugh.
-
Demonstrate richness of queries in Quepid when you use the TMDB dataset. #236 by @epugh fixes #224.
-
Update Javascript references to
application/javascript
. Pay down some tech debt! #223 by @epugh -
Simplify handling doc id's that have periods or slashes in then, and avoid base64 issues by passing that in the JSON payload. #233 by @epugh fixes #228 and #221.
-
Some Solr collections need manual setup of the
wt=json
mimetype. Add better text message for users. #235 by @epugh fixes #178. -
The CSV export format has a CSV injection vulnerability that is now fixed. #245 by @nicholaskwan fixes #231.
-
The Javascript based scorers could be used maliciously, so we've added an environment variable COMMUNAL_SCORERS_ONLY that controls if only Admins can create communal scorers for use by users. #246 by @jacobgraves fixes #232.
-
Don't show the Sharing icon for communal scorers, since they are implicitly shared globally! #251 by @epugh fixes #247.
-
Allow the export and import cycle of ratings using both CSV and RRE formats to include queries with no rated documents. Don't create a partial rating on import where we only have a doc id but no rating. #252 by @epugh fixes #244 by @LiuCao0614
-
Make it easier for scrapers and automated test tools to log into Quepid by adding some id and class tags to the login forms. #257 by @epugh.
Bugs
-
Discovered that the migrations from communal scorers being
@5
to@10
didn't always run cleanly. Commits 94dd239, 8317b54, and 19b0464 to deal with this. -
Discovered that DELETE of ratings didn't work, and had to work around that. Commit 153047c.
-
Missing authorization check for Team Owner. #230 by @jacobgraves fixes #230 by @testerTester0123456789.
-
Can't rename a case on the Teams page. #240 by @epugh fixes #213
-
Fixed scoring of AP@10 and NDCG@10 when you have fewer then 10 results. #253 by @nathancday fixes #225 by @epugh.