DIZutils NEWS
November 26, 2024 · View on GitHub
Unreleased (2024-11-26)
Bug fixes
Other changes
- 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
v0.1.2 (2023-01-23)
Refactorings
- expanded sql for setting search path for user role (7027966)
- updated
get_config_envto handle nested lists correctly (a948d7f)
CI
- exclusion to fix linting errors (585ea62)
- removed gitlab-ci in favor of github actions (b795ffe)
- added deps for devtools (0068a7e)
Other changes
- 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
v0.1.1 (2022-06-27)
New features
- excluding public schema from schema-setting (036b964)
- added possibility to define db-schema via env-vars (f6b2ee9)
Bug fixes
- better checking for unset envar ‘schema’ (6bbfd6d)
- fixed method to specify schema to be queried for postgres db-connections (f54dac6)
CI
Other changes
- 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
v0.1.0 (2022-05-18)
New features
Bug fixes
- fixed errorneous sendquery with getquery (dbe9945)
Other changes
- 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
v0.0.15 (2022-02-26)
Bug fixes
- removed magrittr as dependency due to cran note (d517436)
- switched to
headless = TRUEindb_connection()(e712db6)
Other changes
- updated description (3356a1f)
Full set of changes:
v0.0.14...v0.0.15
v0.0.14 (2022-02-21)
Breaking changes
- removed deprecated functions BREAKING CHANGE: use DIZtools as dep (5895d6c)
Refactorings
- removed functions already implemented in diztools (e339918)
- removed dependency from diztools (91959f7)
- re-introduced close_all_connections (54cc167)
Other changes
- updated gitignore (fbdd332)
Full set of changes:
v0.0.13...v0.0.14
v0.0.13 (2022-02-11)
Bug fixes
- 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)
Docs
- added .deprecated to function calls for migration to diztools (cdced93)
- reset cran comments (43cd1cc)
Other changes
- 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
v0.0.12 (2022-02-04)
Bug fixes
- added normalize path and magrittr pipe (353c4a4)
- fixed path concatenation for logfiles (ffbb981)
- replace paste with file.path for contactating file paths (e379ab6)
Tests
- added unit test for feedback function (30eddc7)
Docs
- revised rep2 documentation (9951664)
Other changes
- 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
v0.0.11 (2022-02-01)
New features
- added close_connection wrapper function (34707c5)
- added update script for
NEWS.md(9f7590a) - added function
rep2(30a7d9e)
Other changes
Full set of changes:
v0.0.10...v0.0.11
v0.0.10 (2022-01-24)
New features
- added
setenv2as function (de4738d)
Docs
- updated copyright to 2022 (45ceca3)
Other changes
- new cran version (5824cb8)
Full set of changes:
v0.0.9...v0.0.10
v0.0.9 (2021-12-08)
New features
- added possibility to assign more than one system in the env (3286763)
- added argument to close connections after db call (e95d6e8)
Bug fixes
Refactorings
- fixed ci test lints (fd5352a)
- fixing ci tests (25c1bf2)
- fixing ci tests (30e328c)
- fixing ci tests (37733d1)
Docs
- updated man (25eafac)
Other changes
Full set of changes:
v0.0.8...v0.0.9
v0.0.8 (2021-05-25)
New features
- added
is_date_format()function (7dce60f) - added function
equals2(512c034) - added
no_returnas parameter toquery_database(7b0dbec) - added new function
format_POSIXct(346c43c) - added
check_if_table_existsfunction (40cf933)
Bug fixes
Refactorings
- optimzied
db_connectionto allow minimal inputs only (0a4991b)
CI
- 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)
Docs
- 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)
Other changes
- improvement of feedback function-feedback (99c08e5)
- added
parsedateas import (4163516) - added explicit parameter calls (bccaa2e)
Full set of changes:
v0.0.7...v0.0.8
v0.0.7 (2021-02-11)
New features
- added
clearfunction (1b3a143) - added function
string_replacements(5a901d5) - added function
combine_stats(7ab9d58) - added function
xml_2_json(74aacad) - enhanced
clean_path_nameandget_config_env(86358c0) - added function
setdiff_all(e316479) - added “get_db_systems” and “get_current_timestamp” functions (32ee30e)
- added function
get_current_timestamp(d0a82da)
Bug fixes
- fixed bug where
feebackfunction uses a missing argument forheadlessorlogfile_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)
Refactorings
- 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_connectionfunction (10a2593) - more robust functions (0b196d1)
- added check for completeness of input variables for
db_connectionfunction (95acd77) - made arguments
headlessin functionsfeedback_to_uiandfeedback_to_consoleoptional (592d8a6) - added
tolowerandtoupperto functionstring_replacements(ff41a43) - optimized screen texts for combine_stats demo (f3ac827)
Docs
- 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)
Style
- readme linting (dc883c8)
Full set of changes:
v0.0.6...v0.0.7
v0.0.6 (2020-11-17)
Bug fixes
- removed console prints from debugging (08f0f1b)
- fixed oracle and postrges connection setup (e45c420)
Refactorings
- added system requirements for cran checks (52d9eee)
Docs
Full set of changes:
v0.0.5...v0.0.6
v0.0.5 (2020-09-14)
Full set of changes:
v0.0.4...v0.0.5
v0.0.4 (2020-06-04)
Full set of changes:
v0.0.3...v0.0.4
v0.0.3 (2020-05-07)
Full set of changes:
v0.0.2...v0.0.3
v0.0.2 (2020-04-20)
Full set of changes:
7d31d70...v0.0.2