Full set of changes:
v0.2.4...c23b0e6
- colors for the different Monitor (e872f5d)
- adaptions to latest dqastats (32e8eef)
- fixing small errors (311ddd3)
- there are only 4 columns.. (72c51bf)
- update to use create_pdf_report function from dqastats (00324cc)
- replace write.csv with fwrite from data.table (927f72a)
- cutoff output if too many lines (to prevent freeze) (d17984c)
- fixing ci (8210403)
- updated man-files to comply with cran-checks (398c544)
- fixed yet missing utils::head definition (2f99086)
- added missing utils-import (46ae613)
- merged into development (8b57b1f)
- again reactivevaluestolist for report gen (a1675a8)
- enhancements to pdf download (8de922f)
- updated gitignore / rbuildignore (ff826cb)
- added automated gen of readme (3ad1e26)
- fixing checkrd error on cran (2d8cc7d)
- fixing documentation (31f3585)
- merge into time-compare (34e8d5e)
- updated dev-version (2c89999)
- updated news.md and cran-commetns (1562003)
Full set of changes:
v0.2.3...v0.2.4
Full set of changes:
v0.2.2...v0.2.3
- adaptions to deprecation of export_affected_ids from dqastats (24139cf)
- namespace imports to zzz.r (8200909)
- returning list when retrieving mdr (24350aa)
- renamed stage (7b78602)
- updated remotes section in description file (0c6d187)
- updated gha (0589c11)
- removed gitlab-ci in favor of github actions (b36616e)
- added deps for devtools (4e0a090)
- added citation file (b5c52e1)
- fixed cran errors url (8102e47)
- updated news.md (364ed43)
- updated news.md (6a62176)
- updated news.md (6688e2a)
- news.md now with autonewsmd package (7b8929c)
- doi to package description (02bdd45)
- added doi-badge (70b1612)
- updated dev-tag (9b33b49)
Full set of changes:
v0.2.1...v0.2.2
- added demo usage instructions (8dd471b)
- added ‘nested’-field to list for multiple db instances (3d82b63)
- displayname to settings (1993e64)
- unnamed list for multiple db instances (362d43f)
- fixing population of settings, when multiple db instances defined (b2eb66d)
- changed naming of prod-env-var-using to re-enable reloading (0c64850)
- tried to fix handing over sql schema and sqlmodify (5b898e6)
- only showing waiter for report if there was no previous error (b478a92)
- setting envvars before connecting to database #2 (df7ea4a)
- setting envvars before connecting to database (b672bf5)
- fixes #43 and #48 (66cce54)
- refactoring gui_db_settings again; removed unnecessary ‘schema’ and ‘sqlmodify’ (ae1ebed)
- removed demo-usage instruction panel and added link to help/instructions in the menu (541b537)
- switched from “data system” to “database” in wordings (3a1831c)
- fixed linting errors and unit tests (0c7a4ac)
- modularizing unittests due to failing on gha (wip 13) (a8c2c1e)
- modularizing unittests due to failing on gha (wip 12) (4afd687)
- modularizing unittests due to failing on gha (wip 11) (9713e2d)
- modularizing unittests due to failing on gha (wip 10) (6635a97)
- modularizing unittests due to failing on gha (wip 9) (de1dc6d)
- modularizing unittests due to failing on gha (wip 8) (cf9399c)
- modularizing unittests due to failing on gha (wip 7) (e94d8f6)
- modularizing unittests due to failing on gha (wip 6) (267a8b0)
- modularizing unittests due to failing on gha (wip 5) (fb62e21)
- modularizing unittests due to failing on gha (wip 4) (dce8583)
- modularizing unittests due to failing on gha (wip 3) (3a1382e)
- modularizing unittests due to failing on gha (wip 2) (adf6538)
- modularizing unittests due to failing on gha (wip) (7b57a7d)
- modularizing unittests due to failing on gha (26a44e2)
- fixed linting errors and shiny-app unittests (75c3b93)
- added documentation for demo_usage argument in launch_app; preparing next cran-release (5eb08e8)
- prepare cran release v0.2.1 (0abd105)
- removed unwanted print message (24516f8)
- updated metadata to prepare release v0.2.1 (939faf7)
- merged fix_settings_from_env to development (418d42b)
- updated function manual (695a312)
- updated news.md and description (2df0da1)
- removed unnecessary pring message (5c57f01)
- updated news.md; preparing new cran release (2d67f78)
- updated lintr (86f83d8)
- added sitename presetting in demo mode (8024a6c)
- added waiter to wait for report rendering finished and set preset for demo-mode in csv list (b7a53a1)
- removed shinyapps deployment information (031c365)
- updated docker files (c772233)
- uncommented global stuff from shinyapps.io upload (62e9531)
- updated docker scripts (da6bfd2)
- updated R version to R 4.2.0 (837b272)
- updated image to R 4.2.0 (f9da6f3)
- updated new dev version (6c88c5b)
Full set of changes:
v0.2.0...v0.2.1
- added logo (83e808b)
- showing ‘no data available’ in orange color for etl and conformance checks (2e3a0f8)
- added new time-constraint preset - last calendar year (67e8e6e)
- added docker deployment (42eed30)
- added more time-frame presets (75822ea)
- adding config info to dashboard (6066b16)
- fixed error when displaying values that violated conformance checks (928f91b)
- fixed error that occured when no data was available for datetime variables for checking (052e65e)
- displayname usage was broken (ed3f455)
- removed link to localhost due to failing r cmd check (3fb88e8)
- added dot_helper due to failing r cmd check (67a079d)
- displaynames broke in some cases (9884080)
- wrong formatting of data restrictions in dq check (c89ffdf)
- fixes missing system display if displayname was set #44 (3faaf7e)
- sql statements to target system, if source=target (58177c5)
- adaption to new value conformance results formatting from dqastats (e5c9cf4)
- working on unit tests (5d05e69)
- adding more tests (8602eca)
- reducing tests to test only rv object (2eb2628)
- fixing unit tests (706a248)
- setting parallel=FALSE to not fail on windows machines (74b4650)
- added unittests for shiny app (0fd9038)
- added docker deployment infos to readme (aea74b2)
- updated news.md (3790234)
- preparing cran release v0.2.0 (c31fe19)
- updated news.md (db40d47)
- added logo to app title (1203f6e)
- updated news.md (3c6fea8)
- updated devstuffs to get auto-changelog working again (283a104)
- merged (6cae04e)
- typo in gui (34cfee9)
- updated debugging script (052f559)
- set argument parallel=FALSE as default (ed87254)
- updated news.md (55073b6)
- updated news.md (60092aa)
- switched debugging to FALSE (3606301)
- updated version and news.md (a1eec63)
- removed rbuildignore from wrong directory (04fc2fc)
- typo in url (d48f994)
- update debugging scrips (ba50d2f)
- added diztools version (49e9e4c)
- better wrapping of dashboard welcome text (117c15a)
- fixed typo in dash-config verbatim (103cb83)
- updated debugging script (e04e6c0)
- added cran-comments to git-repo (f34ebe8)
Full set of changes:
v0.1.9...v0.2.0
- fixing errors leading to failing of just published cran version (330abd9)
- updated news.md (b7c146c)
- added cran-comments.md (c62c2a3)
- updated readme to comply with diztools/dizutils (257f524)
- removed gitlab badges from readme (1fcfd59)
- added diztools dev-install option to devstuffs (076cd61)
Full set of changes:
v0.1.8...v0.1.9
- switch to diztools dependency (6714b4f)
- updated news.md and readme (d53af4f)
Full set of changes:
v0.1.7...v0.1.8
- modification for cran (ef28652)
- fixed wrong underlying object for text description of plausibility source checks (b1b417a)
- removed reshape2 as dependency and replaced code with data.table syntax (b904120)
- merged development (82ca1bc)
- env assignment for csv not works. Fixes #42 (gitlab) (10561a5)
- added storing of paths to env (e8cf728)
- removed custom reset function due to error when starting shiny app (48f21fb)
- equal csv paths lead to false assumption of source == target (21e9055)
- removing module-name from inputId for time-restriction slider (602c82c)
- updated gh actions (9a6d4d9)
- updated example in readme (b21c21c)
- preparations for cran submission (349678c)
- added examples for cran (758ada8)
- updated news.md (7564fa3)
- updated rbuildignore (fd1c2dd)
- updated package title (8ab8940)
- incorporated spell_check results (b29c022)
- removed dep graphics (2f2d872)
- removed comment causing linting error (04aa5c0)
- updated data range in license statement (c6883db)
- revised adding of remotes in devstuffs (6b5216d)
- updated news.md (73855af)
- updated debugging script (7f50fe4)
- updated news.md (6b5b959)
- updated parsing of value_set according to new definition from dqastats (f343c5f)
- updated news.md (752ff6f)
- switching dqastats dependency to cran (e75bc04)
- creating news.md; allow in gitignore; added to rbuildignore (c2b7363)
- dev commit after release (49862c1)
Full set of changes:
v0.1.6...v0.1.7
- added functionality to provide more than one host for each source system (ee6f056)
- added ‘everything’ as preset for timerange picking (b5c932d)
- added time filtering to the gui (56b2794)
- fixed crash if time restricting column was missing in mdr (691a667)
- disabling the config tab was broken due to new ids (3e54c53)
- fixed bug where no tab was displayed if csv tab was missing (3f7e13b)
- time support of date-only time-restriction is now valid (42a6773)
- updates restricting date calls (baf199d)
- moved to central ci-config (149849d)
- moved to central ci-config (f228455)
- moved to central ci-config (dbf8fad)
- added R version to gui (c3a6ff4)
- ci fixed (90482b6)
- preparation for new release (00538c1)
- small improvements (6544cc3)
- ci lints (efb6de4)
- linting stuff (6bd6ae0)
- linting fixes (acd432c)
- added
reshape2
as import for displayname lists (07f8d50) - added displaynames for system selection (fd5c3e9)
- updated restricting date calls (b797034)
- finalized datetime picker and slider (ecefcc5)
- reverted second gc call on session reload (438270d)
- adde gc reset (cc8c045)
- added second garbage collection after reload (c0fd1b6)
- added background cleaning for app reset (9b3866e)
- added garbage collection to reload of the app (471e521)
- removed debugging prints (c267b95)
- moving towards integration of the datepicker (335b0d3)
- starting to add restricting date functionality to the gui (786f874)
Full set of changes:
v0.1.5...v0.1.6
- added waiter to display background actions (faa0a31)
- added error handling and shinyalert (4ffd5b3)
- finalized oracle tab (dc740dc)
- added oracle tab (ad19c03)
- allow and use (!) custom settings inserted over the UI (14e435d)
- fixed oracle tab bug (e0438d0)
- improvement of oracle tab (4e5e2a0)
- preparation for new relase (4a79ad6)
- run ci also for new tags (775e90f)
- updated ci for new harbor and base_image (86c6f02)
- simplified ci (319c351)
- switched to dev-base_image for more performance (f4c36c4)
- changed base_image to speed up (0e19be0)
- changed base_image to speed up (b4f6e5a)
- better visualization of mdr table (5049b4a)
Full set of changes:
v0.1.4...v0.1.5
Full set of changes:
v0.1.3...v0.1.4
Full set of changes:
v0.1.2...v0.1.3
Full set of changes:
v0.1.1...v0.1.2
Full set of changes:
v0.1.0...v0.1.1
Full set of changes:
v0.0.7...v0.1.0
Full set of changes:
v0.0.6...v0.0.7
Full set of changes:
v0.0.4...v0.0.6
Full set of changes:
v0.0.3...v0.0.4
Full set of changes:
v0.0.2...v0.0.3
Full set of changes:
v0.0.2.9000...v0.0.2
Full set of changes:
v0.0.1.9000...v0.0.2.9000
Full set of changes:
v0.0.0.9003...v0.0.1.9000
Full set of changes:
v0.0.0.9002...v0.0.0.9003
Full set of changes:
3025380...v0.0.0.9002