1. 01 Jul, 2020 1 commit
  2. 30 Jun, 2020 1 commit
  3. 25 Jun, 2020 1 commit
  4. 17 Jun, 2020 3 commits
  5. 16 Jun, 2020 1 commit
  6. 11 Jun, 2020 1 commit
  7. 10 Jun, 2020 1 commit
  8. 09 Jun, 2020 2 commits
  9. 08 Jun, 2020 2 commits
  10. 04 Jun, 2020 2 commits
    • Tao Feng's avatar
      chore: remove deprecate hive watermark model (#281) · 06c1dbef
      Tao Feng authored
      * chore: remove deprecate hive watermark model
      
      * bump version
      06c1dbef
    • Dave Cameron's avatar
      refactor: Compatibility with Neo4J 4.0.4 (4.x in general should work) (#270) · 29bfceab
      Dave Cameron authored
      * Compatibility with latest Neo4J 4.0.4
      
      Starting with Neo4J v4, it no longer auto generates SSL/TLS
      certificates if they aren't supplied. To keep the example
      working, I needed config to specify whether the connection
      to Neo4J should be encrypted or not.
      
      It defaults to False, at the moment, so I think most
      people would need to add an explicit True to their config.
      
      * Satisfy warning and fix test failures.
      
      The neo4j driver is now supposed to be imported using 'neo4j', the
      older .v1 is now deprecated. I was going to leave this, but then
      saw there are deprecation warnings.
      
      Several unit tests were failing because they new 'neo4j_encrypted'
      key wasn't included in the configs. I believe it makes sense to
      include 'NEO4J_ENCRYPTED: True' as a default anyway. This should
      stop people with existing configs from having to update them.
      
      * Add a config parameter for SSL cert validation.
      29bfceab
  11. 03 Jun, 2020 2 commits
  12. 02 Jun, 2020 1 commit
  13. 30 May, 2020 1 commit
    • Pablo Torre's avatar
      docs: MS SQL Server example (#278) · 80162a28
      Pablo Torre authored
      * Change result header to small caps.
      Large CAPS were causing an error.
      
      * script to load sample data to MSSQL,
       based on PostgreSQL sample .
      
      * change line ends to LF
      
      * unit tests
      
      * remove flag unnecessary change.
      
      * whitespace tabs and readability
      
      * flake8
      80162a28
  14. 29 May, 2020 3 commits
  15. 27 May, 2020 1 commit
  16. 26 May, 2020 1 commit
  17. 20 May, 2020 1 commit
  18. 19 May, 2020 1 commit
  19. 15 May, 2020 1 commit
  20. 14 May, 2020 2 commits
  21. 12 May, 2020 2 commits
  22. 11 May, 2020 1 commit
  23. 05 May, 2020 1 commit
  24. 04 May, 2020 2 commits
  25. 01 May, 2020 1 commit
  26. 30 Apr, 2020 4 commits