- updated description, news and readme (952c159)
- updated news, desc and readme (6a14f75)
- cleaning up (8b5f103)
- updated automated generation of readme (327559b)
- updated dev-version (e757336)
Full set of changes:
v0.1.2...952c159
- expanded sql for setting search path for user role (7027966)
- updated
get_config_env
to handle nested lists correctly (a948d7f)
- exclusion to fix linting errors (585ea62)
- removed gitlab-ci in favor of github actions (b795ffe)
- added deps for devtools (0068a7e)
- fixed cran errors url (a2d8bbd)
- updated news.md (f1c543b)
- updated news.md (d3168f3)
- updated remotes section of description (b129e3b)
- news.md now with autonewsmd package (722f264)
Full set of changes:
v0.1.1...v0.1.2
- excluding public schema from schema-setting (036b964)
- added possibility to define db-schema via env-vars (f6b2ee9)
- better checking for unset envar ‘schema’ (6bbfd6d)
- fixed method to specify schema to be queried for postgres db-connections (f54dac6)
- new version v0.1.1 (defc7b2)
- more informative logging messages (d909994)
- preparing next cran-release (a5f59c5)
- new development version (4d80bb8)
- updated news.md (cfad461)
Full set of changes:
v0.1.0...v0.1.1
- fixed errorneous sendquery with getquery (dbe9945)
- new CRAN version
v0.1.0
(06753eb) - new CRAN release
v0.0.16
(085c95e) - updated news.md (8ab139f)
- updated rbuildignore (42ef045)
- updated news.md (448ceee)
- updated devstuffs to get auto-changelog working again (2941a6e)
- updated news md (3de2421)
- preparing cran submission (112eb8e)
- more informative error msg (823f8ba)
- working on sql debugging (58ae013)
- reset to working example (53c80b9)
- added scripts for debugging termination of long sql statements (d204134)
Full set of changes:
v0.0.15...v0.1.0
- removed magrittr as dependency due to cran note (d517436)
- switched to
headless = TRUE
indb_connection()
(e712db6)
- updated description (3356a1f)
Full set of changes:
v0.0.14...v0.0.15
- removed deprecated functions BREAKING CHANGE: use DIZtools as dep (5895d6c)
- removed functions already implemented in diztools (e339918)
- removed dependency from diztools (91959f7)
- re-introduced close_all_connections (54cc167)
- updated gitignore (fbdd332)
Full set of changes:
v0.0.13...v0.0.14
- removed deprecation of get_config; updated news.md, updated description (f7523b2)
- managing deprecations due to ditzools on cran; add dep diztools (e3272b4)
- corrected references and function outsources (9795381)
- updated function call according to diztools (6ddd482)
- further adjustments to depend now on diztools, which seems to work now (4c58a55)
- first attempts to connect to diztools; not working yet (ff868f6)
- added .deprecated to function calls for migration to diztools (cdced93)
- reset cran comments (43cd1cc)
- updated cran comments (d451502)
- updated description and news.md (0329c96)
- removed deprecation of notin due to extensive usage in dqastats (adad18b)
Full set of changes:
v0.0.12...v0.0.13
- added normalize path and magrittr pipe (353c4a4)
- fixed path concatenation for logfiles (ffbb981)
- replace paste with file.path for contactating file paths (e379ab6)
- added unit test for feedback function (30eddc7)
- revised rep2 documentation (9951664)
- updated news.md (37b357e)
- updated news.md and cran-comments (a5a27a7)
- updated cran comments (a39c6a6)
- moving db-dependencies back to imports (b0b7171)
- moved news.md to .rbuildignore (9c6d85e)
Full set of changes:
v0.0.11...v0.0.12
- added close_connection wrapper function (34707c5)
- added update script for
NEWS.md
(9f7590a) - added function
rep2
(30a7d9e)
Full set of changes:
v0.0.10...v0.0.11
- added
setenv2
as function (de4738d)
- updated copyright to 2022 (45ceca3)
- new cran version (5824cb8)
Full set of changes:
v0.0.9...v0.0.10
- added possibility to assign more than one system in the env (3286763)
- added argument to close connections after db call (e95d6e8)
- fixed ci test lints (fd5352a)
- fixing ci tests (25c1bf2)
- fixing ci tests (30e328c)
- fixing ci tests (37733d1)
- updated man (25eafac)
Full set of changes:
v0.0.8...v0.0.9
- added
is_date_format()
function (7dce60f) - added function
equals2
(512c034) - added
no_return
as parameter toquery_database
(7b0dbec) - added new function
format_POSIXct
(346c43c) - added
check_if_table_exists
function (40cf933)
- optimzied
db_connection
to allow minimal inputs only (0a4991b)
- switched to central gitlab-ci.yml (408cc0f)
- added previous install step to test-pipeline (8836661)
- added previous install step to test-pipeline (a514877)
- updated gitlab-ci to use the base image (fa52b1b)
- fixed manual of
query_database()
(5b0ea2b) - fixed escaping error in manual (77c2787)
- updated manual (9632404)
- updated DESCRIPTION (b2d7e25)
- updated readme for new parameter of
db_connection
(c78338b)
- improvement of feedback function-feedback (99c08e5)
- added
parsedate
as import (4163516) - added explicit parameter calls (bccaa2e)
Full set of changes:
v0.0.7...v0.0.8
- added
clear
function (1b3a143) - added function
string_replacements
(5a901d5) - added function
combine_stats
(7ab9d58) - added function
xml_2_json
(74aacad) - enhanced
clean_path_name
andget_config_env
(86358c0) - added function
setdiff_all
(e316479) - added “get_db_systems” and “get_current_timestamp” functions (32ee30e)
- added function
get_current_timestamp
(d0a82da)
- fixed bug where
feeback
function uses a missing argument forheadless
orlogfile_dir
(4ba9856) - fixed feedback function to also work with empty or NULL logfile_dir (d76f673)
- bugfix in get_config_env where the name of the named list was wrong (d937419)
- preparing for new release (baeb0d1)
- preparation for new release (6181a97)
- preparation for new release (e4e9a55)
- adadpted demo url for dockerfile for jdbc drivers (5108f62)
- added rubstness to
db_connection
function (10a2593) - more robust functions (0b196d1)
- added check for completeness of input variables for
db_connection
function (95acd77) - made arguments
headless
in functionsfeedback_to_ui
andfeedback_to_console
optional (592d8a6) - added
tolower
andtoupper
to functionstring_replacements
(ff41a43) - optimized screen texts for combine_stats demo (f3ac827)
- updated readme (d3350c7)
- updated news.md (8ad31c4)
- updated manual files (691c3c3)
- updated
news.md
(05b5d66) - updated
news.md
(60f55d1) - updated news.md (bfd5f7e)
- updated news.md (c3518b9)
- updated news.md (2d5cef2)
- styl md (9cbc20d)
- fixed md style (53e1c0e)
- readme linting (dc883c8)
Full set of changes:
v0.0.6...v0.0.7
- removed console prints from debugging (08f0f1b)
- fixed oracle and postrges connection setup (e45c420)
- added system requirements for cran checks (52d9eee)
Full set of changes:
v0.0.5...v0.0.6
Full set of changes:
v0.0.4...v0.0.5
Full set of changes:
v0.0.3...v0.0.4
Full set of changes:
v0.0.2...v0.0.3
Full set of changes:
7d31d70...v0.0.2