Skip to content

Latest commit

 

History

History
490 lines (378 loc) · 23.7 KB

NEWS.md

File metadata and controls

490 lines (378 loc) · 23.7 KB

DIZutils NEWS

Unreleased (2022-10-17)

Refactorings

  • expanded sql for setting search path for user role (7027966)
  • updated get_config_env to 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

  • 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...7027966

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)
  • added logo (ed1aaa0)
  • adding postgres options to db_con (77ba81f)

Bug fixes

  • better checking for unset envar ‘schema’ (6bbfd6d)
  • fixed method to specify schema to be queried for postgres db-connections (f54dac6)
  • fixed errorneous sendquery with getquery (dbe9945)

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)
  • 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.1

v0.0.15 (2022-02-26)

Bug fixes

  • removed magrittr as dependency due to cran note (d517436)
  • switched to headless = TRUE in db_connection() (e712db6)

Other changes

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

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)
  • added setenv2 as function (de4738d)

Docs

  • updated copyright to 2022 (45ceca3)

Other changes

Full set of changes: v0.0.9...v0.0.11

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

  • added connection closing after querying the db (f0ca921)
  • fixed gh actions (34487b9)

Refactorings

Docs

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_return as parameter to query_database (7b0dbec)
  • added new function format_POSIXct (346c43c)
  • added check_if_table_exists function (40cf933)

Bug fixes

  • 🚑 changed db_name to system_name (694d4c9)
  • db_name was interpreted false (a72bd64)

Refactorings

  • optimzied db_connection to 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 parsedate as 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 clear function (1b3a143)
  • added function string_replacements (5a901d5)
  • added function combine_stats (7ab9d58)
  • added function xml_2_json (74aacad)
  • enhanced clean_path_name and get_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 feeback function uses a missing argument for headless or logfile_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_connection function (10a2593)
  • more robust functions (0b196d1)
  • added check for completeness of input variables for db_connection function (95acd77)
  • made arguments headless in functions feedback_to_ui and feedback_to_console optional (592d8a6)
  • added tolower and toupper to function string_replacements (ff41a43)
  • optimized screen texts for combine_stats demo (f3ac827)

Docs

Style

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

  • updated description; added cran-comments (0664f3e)
  • added changelog (532ad76)

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