Skip to content
This repository has been archived by the owner on Nov 22, 2017. It is now read-only.

Releases: cfpb/sheer

Add --version flag

24 Jul 21:40
Compare
Choose a tag to compare
  • Fix bulk indexing tests #117
  • Remove irrelevant print statement #116
  • Add --version flag #111

Bulk indexing respects --index parameter

09 Jul 18:47
Compare
Choose a tag to compare

Sheer will now pass in the --index parameter (whether supplied by the user or the default) when performing bulk indexing.

Add when() function to template context

08 Jul 18:32
Compare
Choose a tag to compare

A when() function has been added in order to determine whether the two arguments given (starttime and endtime) describe a period of time in the past, present, or future, in which it returns the absolute tense as one of those strings.

Add Timezone parameter to date formatter filter function

06 Jul 14:22
Compare
Choose a tag to compare

Timezones are now being used for the date formatter filter function so they can be displayed on the front-end. The default timezone is Eastern.

Fixes search bug, changes search function name

06 Jul 14:20
Compare
Choose a tag to compare

This changes the search function name from search_with_url_parameters to search and fixes a bug that makes all filter arguments trigger for a given template context instead of just the ones that are intended for the query.

Upgrade dependency 'six'

23 Jun 19:13
Compare
Choose a tag to compare

Having an old version pinned was conflicting with unittest2, an eleasticsearch-py dependency when running on Python 2.6. Hopefully we cal leave 2.6 behind soon, but not today.

Elasticsearch bulk indexing, new template filters

15 Jun 19:25
Compare
Choose a tag to compare

Bulk indexing is a breaking change, hence the necessary bump to 3.0.0

  • Uses bulk indexing when indexing Elasticsearch documents #104
  • Template filter to convert possible_values_for to a list #106
  • Template filter to extract domain name from URL #107

Exit Code for Indexing Failure

18 May 16:00
Compare
Choose a tag to compare

sheer index will now exit with an exit code if any of the processors didn't index properly.

Remove default mappings, fix requirements.txt

06 May 18:42
Compare
Choose a tag to compare
  • When Elasticsearch mappings aren't specified, they will be auto-generated by Elasticsearch (and not by our pre-defined default mapping)
  • Small fix to requirements.txt that was tripping up the staging servers on deploy

Fixes for ATOM feeds and Switch to PBR

31 Mar 15:24
Compare
Choose a tag to compare