Skip to content

Releases: 4dn-dcic/snovault

1.3.8

30 Jan 13:34
424d20f
Compare
Choose a tag to compare

1.3.7

07 Jan 19:57
0bc48de
Compare
Choose a tag to compare
  • Merges #115 #85
  • Also includes mirror hotfix

1.3.6

13 Dec 15:38
def7a5e
Compare
Choose a tag to compare

1.3.5

26 Nov 15:49
Compare
Choose a tag to compare
  • Hotfix in esstorage.py, log statement would cause crash upon purge

1.3.4

07 Nov 19:29
61c5920
Compare
Choose a tag to compare
  • Properly handle item purges on ES mirror
  • See #110 for more info

1.3.3

01 Nov 17:36
Compare
Choose a tag to compare

Incorporates commits 647cca2 and 128a207

These change ES index delete/create calls to not ignore 400 errors in create mapping and make es_safe_execute a bit more sensible.

1.3.2

30 Oct 17:07
2250d1f
Compare
Choose a tag to compare
  • Patches ESS bug to prevent interference when multiple builds are running
  • See #109 (and #107) for relevant info on index namespacing

1.3.1

22 Oct 20:35
5bcf026
Compare
Choose a tag to compare
  • Implements namespaced indexes. See associated PR: #107

1.3.0

17 Oct 20:39
d15c129
Compare
Choose a tag to compare

Big change corresponding to #105
This release removes snowflakes, the test deployment of snovault. Many snowflakes test were migrated to snovault and code was rearranged accordingly. All front-end related code was removed completely. Some code, including dev_servers.py, was migrated out of snovault into Fourfront/CGAP.

Additionally, a whole bunch of unused code and configuration files were removed.

1.2.9

16 Oct 15:38
Compare
Choose a tag to compare

A couple changes to handle keyword fields in ES of any length:

  • ignore_above was added to all keyword fields in the ES mapping. Currently set to 512 bytes
  • lower_case_sort was simplified in the mapping. As a result, the analyzer was changed to a normalizer, which run on keyword fields. See: https://www.elastic.co/guide/en/elasticsearch/reference/5.2/normalizer.html
  • Adjusted search.py to use lower_case_sort instead of lower_case_sort.keyword when sorting