You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollback changes introduced in elastic#1122
They were causing issues with older versions of Python, which need to be supported still, for a while.
Also remove before_install block from .travis.yml
Prep 5.5.1 release with these small fixes
fixeselastic#1183
Fix Replicas and Forcemerge to check closed first
Ordering of the filter_closed and empty_list_check were resulting in an empty list being passed to the action.
fixeselastic#1180
Fixes for some broken tests
Removed the unreliable monthly test for `retention_from_name`. Months have unequal day lengths, so the test can fail at the end of months ending with 31 days, or March.
Fix unix build issues
cx_freeze doesn't like it if you have multiple array elements for `include_files` and one of them is empty. This caused problems for the unix build. These are now corrected.