Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Jack97/elasticsearch-dsl. Pull mirroring updated .
  1. Sep 11, 2019
  2. Jun 27, 2019
  3. Jan 24, 2019
  4. Mar 15, 2018
  5. Mar 09, 2018
    • Simonas Šerlinskas's avatar
      fix travis support (#251) · 71516a20
      Simonas Šerlinskas authored
      * fixed unit tests to support phpunit 6
      
      * do not use sudo
      
      * update elasticsearch in the travis env and use docker vm
      
      * add java jdk8
      
      * temporary remove elasticsearch scripting
      
      * clean up travis file
      
      * null cannot be used in count() functions anymore in 7.2
      Unverified
      71516a20
  6. Jan 30, 2017
    • Simonas Šerlinskas's avatar
      Removing deprecated queries (#197) · 48df0dcc
      Simonas Šerlinskas authored
      * remove deprecated queries
      
      * move tests
      
      * added support for 5.x elasticsearch syntax
      
      changed script_score lang to painless
      
      * refactored tests to support elastic 5
      
      * update changelog
      
      * uri parameters was moved to container, introduced 5.0 new request body parameters
      
      * removed filter endpoint, change order for query and postfilter
      
      * search test has too many not necessary test cases
      
      All those tests has to be in specific query or endpoint. Also functional tests make more sense then asserting it in the SearchTest
      
      * moving elasticsearch/elasticsearch to required dependencies
      48df0dcc
  7. Jan 27, 2017
Loading