Merge branch 'master' of github.com:hrbrmstr/sergeant
forgot
Merge pull request #42 from jameslamb/retry-logic
replaced single-shot HTTP requests with retry logic
replaced single-shot HTTP requests with rettry logic
Merge pull request #40 from hrbrmstr/0.8.0
0.8.0
drill_up() for Docker crunchy goodness; cleaned up some storage REST API functions
Fully addressed #7 & improved drill_functions()
Added drill_functions() to enable listing of build-in functions & UDFs
Added roxygen comments to help group functions by API family to help clarify what does what (ref #22)
made drill_version() more flexible as a result of confusion identified in #22
add/delete storage configurations
Merge pull request #17 from Ahine/master
hotfix of variable naming issue
hotfix of variable naming issue
added auth support to basic REST interface/`drill_connection()` for #16
Tweaks for updates to REST API; more tests; code coverage
initial stab at de-auto-coupling rJava & RJDBC
httr status checks in "vanilla" Drill interface
Refactored DBI interface & dplyr interface (both rely on Drill REST API now)
tweaks to drill_query & drill_version