pyi2ncommon
2023-07-05 Christian HerdtweckIncrease version to 1.7.2 master v1.7.2
2023-07-05 Christian HerdtweckMake CnfVar lists comparable
2023-07-05 Christian HerdtweckMove mail util for waiting for quarantine from QA
2022-11-08 Christian HerdtweckAdd 3 unittests with fixed log file contents
2022-11-08 Thomas JaroschAdd new VPNCONN_PROTO default VPNCONN cnfvar
2022-11-08 Thomas JaroschAdjust SYS_LOG_PATTERN to parse single digit day number
2022-05-19 Christian HerdtweckIncrease version to 1.7.1 v1.7.1
2022-05-19 Christian HerdtweckMerge branch 'api-doc-improvements'
2022-05-19 Christian HerdtweckRemove api doc headers
2022-05-19 Christian HerdtweckImprove table of contents
2022-05-19 Christian HerdtweckFix errors in api doc creation
2022-05-19 Christian HerdtweckMerge branch 'log-parser'
2022-05-19 Christian HerdtweckAdd patterns for common linux log lines
2022-05-19 Christian HerdtweckCreate more convenient constructor for LogParser
2022-05-19 Christian HerdtweckReturn matches or None from LogParser iteration
2022-05-19 Christian HerdtweckImplement simple reading of stationary logs
2022-05-19 Christian HerdtweckFix error in log reader
2022-05-19 Christian HerdtweckMerge branch 'cnfvar-deprecations'
2022-05-19 Plamen DimitrovDeprecate any arnied wrapper cnfvar functionality
2022-05-19 Plamen DimitrovReorder and complete the string and file serialization...
2022-05-19 Plamen DimitrovDeprecate "to" and privatize "from" cnf structure methods
2022-05-19 Plamen DimitrovDrop localized dialout cnfvar complexity for the easier...
2022-05-19 Plamen DimitrovConvert the old cnfvar module into a cnfvar string...
2022-05-19 Plamen DimitrovDrop previous simple cnf module and class throughout...
2022-05-19 Plamen DimitrovMerge branch 'cnfline-templates' into cnfvar-deprecations
2022-05-19 Plamen DimitrovReplace the mk_config with a sample minimal cnfvar...
2022-05-19 Plamen DimitrovAdd a minimal coverage unit test for runtime breakage...
2022-05-19 Plamen DimitrovDrop any cnfvar manipulation from the generic mail...
2022-05-19 Plamen DimitrovAdd minimal defaults modification based on cnfvar type...
2022-05-19 Christian HerdtweckChange creation of mail users to dynamic
2022-05-19 Plamen DimitrovUnify the template arguments across various template...
2022-05-19 Plamen DimitrovSanitize all collected default values to empty fields
2022-05-19 Plamen DimitrovDrop any None and thus previously required default...
2022-05-19 Plamen DimitrovUse better and fresh/recent UI defaults for all templates
2022-05-19 Plamen DimitrovDrop the cnfline subpackage and reuse all of its defaul...
2022-05-19 Plamen DimitrovUse group (minimal GUI) defaults similarly to the user...
2022-05-19 Plamen DimitrovIntroduce use of defaults i.e. UI-default rather than...
2022-05-19 Christian HerdtweckMerge branch 'cnfvar-review-improvements' into master
2022-05-17 Plamen DimitrovWait for arnied in addition to generate to preserve...
2022-05-17 Plamen DimitrovRestore support for zero instance filtering in binary...
2022-05-11 Plamen DimitrovFix and improve readability of cnfvar API backend type...
2022-05-11 Plamen DimitrovAdd case-insensitive replace() behavior to str-inheriti...
2022-05-11 Plamen DimitrovImplement add() to add cnfvars to cnfvar lists directly...
2022-05-11 Plamen DimitrovFix inconsistent cnf structure method naming
2022-05-11 Plamen DimitrovAdd a shortcut to obtain the instance of a possibly...
2022-05-10 Plamen DimitrovRevert the default instance number back to zero
2022-04-27 Christian HerdtweckImprove creation of docs
2022-04-27 Christian HerdtweckUpdate deprecation warnings
2022-04-27 Christian HerdtweckUpdate purpose in module descriptions
2022-04-27 Plamen DimitrovUpdate mail utils folder name assumptions from Objekte...
2022-04-21 Christian HerdtweckCreate argparse type "existing_dir[_empty]"
2022-04-21 Christian HerdtweckClean up, remove compat with py < 3.6
2022-04-05 Christian HerdtweckIncrease version to 1.7.0 v1.7.0
2022-04-05 Christian HerdtweckLittle fixes found during cnfvar-api-Review
2022-04-05 Christian HerdtweckMerge branch 'cnfvar-api'
2022-04-05 Christian HerdtweckReview: a few fixes
2022-04-05 Christian HerdtweckDeprecate cnfvar_old and arnied_wrapper
2022-04-04 Samir AguiarAdd a new cnfvar2 API
2022-04-04 Samir AguiarAdd a Python version of arnied varlink interface
2022-04-04 Samir AguiarRename cnfvar module to cnfvar_old
2022-04-04 Samir AguiarVarious fixes to the cnfvar module
2022-04-01 Christian HerdtweckIgnore JetBrains IDE dir
2021-11-10 Christian HerdtweckVersion 1.6.7 v1.6.7
2021-11-10 Christian HerdtweckMerge branch 'logger-accept-handlers'
2021-11-10 Christian HerdtweckFix comments and spacing
2021-11-10 Christian HerdtweckAdd methods to more easily add handlers
2021-11-10 Christian HerdtweckCreate unittest for log_helper from test functions
2021-11-10 Christian HerdtweckFix a small bug in log helper
2021-11-10 Christian HerdtweckAdd a NullHandler if no handler is supplied to i2n...
2021-11-10 Christian HerdtweckAdd option to add specified handlers to logger
2021-11-08 Christian HerdtweckMerge branch 'log-read-improve'
2021-11-08 Christian Herdtwecklog_read: correct error message
2021-11-08 Christian Herdtwecklog_read: return/yield all of input args from iteration
2021-11-08 Christian Herdtwecklog_read: Make names of class variables clearer
2021-11-08 Christian Herdtwecklog_read: Fix import order and return from prepare_result
2021-11-08 Christian Herdtwecklog_read: create/Fix docstrings
2021-11-08 Christian Herdtwecklog_read: One more check for test
2021-11-08 Christian Herdtwecklog_read: Deal with rare case of wrong fstat at test...
2021-11-08 Christian Herdtwecklog_read: Just warn when file shrinks, try reading...
2021-11-08 Christian HerdtweckFix get_cnf if working on local machine
2021-11-08 Christian HerdtweckAdd argparse-checker for file allowing empty
2021-11-08 Christian HerdtweckFix some whitespace and line breaks
2021-09-15 Christian HerdtweckReduce assumptions on stdout
2021-09-15 Christian HerdtweckDo not assume running tests in English system
2021-09-15 Christian HerdtweckDo not re-run tests if they failed already
2021-09-10 Christian HerdtweckBump release, now version 1.6.6 v1.6.6
2021-09-10 Christian HerdtweckMerge branch 'arnied-wait-socket'
2021-09-10 Samir AguiarUse the already defined function to wait for generate
2021-09-10 Samir AguiarImprove documentation of arnied wrapper and tests
2021-09-10 Samir AguiarAdd a new function to wait for arnied to be ready
2021-09-10 Samir AguiarFix unit tests
2021-09-06 Christian HerdtweckAdd license and doc to rpm package
2021-09-02 Christian HerdtweckRemove superfluous doc/README
2021-03-25 Christian HerdtweckIncrease version to 1.6.5 v1.6.5
2021-03-25 Juliana RodrigueiroFix decoding on "get_cnf --json"
2020-02-13 Thomas JaroschIncrease version to 1.6.4 v1.6.4
2020-02-13 Christian HerdtweckSmall fix and comment for imap mailbox
2020-02-13 Christian HerdtweckMinor fix: else --> elif
2020-02-13 Christian HerdtweckFix typo in Group CnfVar builder
2020-02-13 Christian HerdtweckMinor improvement of comments for SimpleCnf
next