Debian Package Tracker
Register | Log in
Subscribe

logdata-anomaly-miner

tool for log analysis pipelines

Choose email to subscribe with

general
  • source: logdata-anomaly-miner (main)
  • version: 2.5.0-1
  • maintainer: Markus Wurzenberger (DMD)
  • arch: all
  • std-ver: 4.6.0
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 0.0.7-1
  • oldstable: 1.0.0-1
  • stable: 2.2.2-1
  • testing: 2.5.0-1
  • unstable: 2.5.0-1
versioned links
  • 0.0.7-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.0.0-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.2.2-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.5.0-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • logdata-anomaly-miner
action needed
lintian reports 2 warnings high
Lintian reports 2 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2021-04-11 Last update: 2021-10-13 21:33
version in VCS is newer than in repository, is it time to upload? normal
vcswatch reports that this package seems to have a new changelog entry (version 2.5.1-1, distribution unstable) and new commits in its VCS. You should consider whether it's time to make an upload.

Here are the relevant commit messages:
commit d48e79c1b94c304b4b6946c4f42aa838bd1fb188
Merge: e3fe6df3 b11a9fba
Author: whotwagner <ilovemail@feedyourhead.at>
Date:   Fri May 13 19:51:30 2022 +0200

    Merge pull request #1109 from whotwagner/fix-styles
    
    Silenced various deepsource issues

commit b11a9fbabf774ed5c9808dd74eb515b39985e975
Author: Wolfgang Hotwagner <wolfgang.hotwagner@ait.ac.at>
Date:   Fri May 13 16:59:06 2022 +0000

    Silenced various deepsource issues
    
    Silenced two minor deepsource issues

commit 1c9cb5debab4741db0816c3fdcca7fbee88b78ce
Author: Wolfgang Hotwagner <wolfgang.hotwagner@ait.ac.at>
Date:   Fri May 13 16:46:21 2022 +0000

    Silenced various deepsource issues
    
    md5() is not used in a security related matter so the checks can be safely silenced.
    Another deepsource issue is that we should conder to iterate a
    dictionary directly. This issue seems to be a false positive as well and
    will be silenced with this commit.

commit e3fe6df3a3893ce8c8b183341dca09f4ce7376da
Merge: e8df1e63 0143a878
Author: whotwagner <ilovemail@feedyourhead.at>
Date:   Fri May 13 18:27:49 2022 +0200

    Merge pull request #1108 from whotwagner/fix-styles
    
    Fix styles

commit 0143a878da35ec6699bc6f079fe3b05ad9edde65
Author: Wolfgang Hotwagner <wolfgang.hotwagner@ait.ac.at>
Date:   Fri May 13 15:57:38 2022 +0000

    Silencing Deepsource-Issue in SecureOSFunctions
    
    The deepsource-issue "Global variable is declared but not used" in
    SecureOSFunctions can be silenced due to the fact that this code will be
    removed soon.

commit a80a7b8d8ef8a2738572ece694b73475f2f8855f
Merge: fdafd1ce e8df1e63
Author: Wolfgang Hotwagner <wolfgang.hotwagner@ait.ac.at>
Date:   Fri May 13 15:54:10 2022 +0000

    Merge remote-tracking branch 'upstream/development' into fix-styles

commit e8df1e63b4274f0150ac63a11c582e072898772a
Author: whotwagner <ilovemail@feedyourhead.at>
Date:   Fri May 13 14:53:30 2022 +0200

    Fix styling issues and buggy code (DeepSource) (#1107)
    
    - 1 blank line required after class docstring FLK-D204 in source/root/usr/lib/logdata-anomaly-miner/aminer/AnalysisChild.py
    - Missing module/function docstring PY-D0003 in source/root/usr/lib/logdata-anomaly-miner/aminer/analysis/EventFrequencyDetector.py
    - Inconsistent return statements PYL-R1710 in source/root/usr/lib/logdata-anomaly-miner/aminer/util/PersistenceUtil.py
    - Consider removing the commented out code block PY-W0069 in source/root/usr/lib/logdata-anomaly-miner/aminer/input/JsonStateMachine.py
    - Appending to dictionary immediately following its definition PY-W0072 in source/root/etc/aminer/template_config.py by excluding in .deepsource.toml
    - Skip PYL-W0221 in source/root/etc/aminer/conf-available/generic/AudispdParsingModel.py
    
    Co-authored-by: Wolfgang Hotwagner <wolfgang.hotwagner@ait.ac.at>

commit fdafd1ce078aa122b8e8c1d3dee9870f252af1dc
Author: Wolfgang Hotwagner <wolfgang.hotwagner@ait.ac.at>
Date:   Thu May 12 14:33:06 2022 +0000

    Fix styling issues and buggy code (DeepSource)
    
    - 1 blank line required after class docstring FLK-D204 in source/root/usr/lib/logdata-anomaly-miner/aminer/AnalysisChild.py
    - Missing module/function docstring PY-D0003 in source/root/usr/lib/logdata-anomaly-miner/aminer/analysis/EventFrequencyDetector.py
    - Inconsistent return statements PYL-R1710 in source/root/usr/lib/logdata-anomaly-miner/aminer/util/PersistenceUtil.py
    - Consider removing the commented out code block PY-W0069 in source/root/usr/lib/logdata-anomaly-miner/aminer/input/JsonStateMachine.py
    - Appending to dictionary immediately following its definition PY-W0072 in source/root/etc/aminer/template_config.py by excluding in .deepsource.toml
    - Skip PYL-W0221 in source/root/etc/aminer/conf-available/generic/AudispdParsingModel.py

commit ff18c863c339ac27e84b6425a96ece86e9319804
Merge: 5dfe87a4 224c393a
Author: 4cti0nfi9ure <16901151+4cti0nfi9ure@users.noreply.github.com>
Date:   Thu May 12 15:35:57 2022 +0200

    Merge pull request #1105 from ait-aecid/exclude-testsuite-from-deepsource
    
    Exclude testsuite from deepsource

commit 224c393ac7b6843d3c09992ba7ace51412fd7d5d
Author: Wolfgang Hotwagner <wolfgang.hotwagner@ait.ac.at>
Date:   Thu May 12 13:01:17 2022 +0000

    Rearranged exclude_patterns for deepsource
    
    This commit sets the exclude_patterns for deepsource at the beginning of
    the file because deepsource doesn't exclude the path correctly.

commit cfcfda1469c547ce82fa6f691f531e86f6696ce6
Merge: e7b5bfec 5dfe87a4
Author: Wolfgang Hotwagner <wolfgang.hotwagner@ait.ac.at>
Date:   Thu May 12 12:58:24 2022 +0000

    Merge branch 'development' into exclude-testsuite-from-deepsource

commit 5dfe87a480658bd0840da4fd6c37f6f5e9d6fe58
Author: whotwagner <ilovemail@feedyourhead.at>
Date:   Thu May 12 14:45:57 2022 +0200

    remove aecid-testsuite from deepsource (#1104)
    
    This commit excludeds aecid-testsuite from deepsource.
    
    Co-authored-by: Wolfgang Hotwagner <wolfgang.hotwagner@ait.ac.at>

commit 37c4317b83d5aca86bc4c6fe10194a7d61385183
Author: whotwagner <ilovemail@feedyourhead.at>
Date:   Thu May 12 14:17:19 2022 +0200

    Remove comments jsonstatemachine (#1103)
    
    * Added python3-statsmodels to Dockerfiles
    
    This commit adds python3-statsmodels to the Dockerfiles(production,
    testing) and makes sure that links for statsmodels are also available in
    docker-images.
    
    * fixed link-path for statsmodels in test-dockerfile
    
    * Removed commented code from JsonStateMachine
    
    This commit removes unused code from JsonStateMachine. This commit fixed
    Deepsource Issues.
    
    Co-authored-by: Wolfgang Hotwagner <wolfgang.hotwagner@ait.ac.at>

commit e7b5bfeccdfd482d6830ab599b41b143b03592a3
Author: Wolfgang Hotwagner <wolfgang.hotwagner@ait.ac.at>
Date:   Thu May 12 12:11:11 2022 +0000

    remove aecid-testsuite from deepsource
    
    This commit excludeds aecid-testsuite from deepsource.

commit 593ad9dcafd73bd2e26929fad6ab39898889cada
Author: whotwagner <ilovemail@feedyourhead.at>
Date:   Wed May 11 15:55:11 2022 +0200

    Fix unused imports (#1102)
    
    * Added python3-statsmodels to Dockerfiles
    
    This commit adds python3-statsmodels to the Dockerfiles(production,
    testing) and makes sure that links for statsmodels are also available in
    docker-images.
    
    * fixed link-path for statsmodels in test-dockerfile
    
    * Adjusted importlib import in YamlConfig
    
    This fix addresses an deepsource issue that complains about the import
    of importlib.util
    
    * Remove unused import of SimpleMonotonicTimestampAdjust
    
    This commit removes the import of SimpleMonotonicTimestampAdjust in
    YamlConfigTest. This line seems unneccessary.
    
    * Remove import of sys in ValueRangeDetectorTest
    
    the sys package is not needed anymore in ValueRangeDetectorTest.py
    
    * updated multiple_omponents.yml
    
    Co-authored-by: Wolfgang Hotwagner <wolfgang.hotwagner@ait.ac.at>

commit f62d464a5a0c2ab9076949d4af1c3302337b33b3
Author: whotwagner <ilovemail@feedyourhead.at>
Date:   Wed May 11 15:54:34 2022 +0200

    Fix list definition (#1100)
    
    * Added python3-statsmodels to Dockerfiles
    
    This commit adds python3-statsmodels to the Dockerfiles(production,
    testing) and makes sure that links for statsmodels are also available in
    docker-images.
    
    * fixed link-path for statsmodels in test-dockerfile
    
    * Appending to list immediately
    
    Instead of appending items to a list just after creation, it should be refactored to add those items into the list definition itself.
    
    Co-authored-by: Wolfgang Hotwagner <wolfgang.hotwagner@ait.ac.at>

commit 0e86c96c86fb2c27395c145292698cb948171c2f
Merge: 38b56225 c46213fb
Author: 4cti0nfi9ure <16901151+4cti0nfi9ure@users.noreply.github.com>
Date:   Mon May 9 13:31:53 2022 +0200

    Merge pull request #1097 from whotwagner/version-2.5.1
    
    Version 2.5.1

commit c46213fb3bf5b170e7a193e8187651faeb77af5d
Author: Wolfgang Hotwagner <wolfgang.hotwagner@ait.ac.at>
Date:   Mon May 9 13:05:40 2022 +0200

    modified version in docs

commit 6c9832f20197d3cc1c5a07d818388b267ddaee98
Author: Wolfgang Hotwagner <wolfgang.hotwagner@ait.ac.at>
Date:   Mon May 9 12:58:08 2022 +0200

    Version 2.5.1
    
    Added version 2.5.1 to changelog and debian/changelog.
    Updated metadata.py

commit 38b56225f0127cafdfcedb9cf170e5ecb4327dc7
Merge: bd03e3c5 6a724a25
Author: whotwagner <ilovemail@feedyourhead.at>
Date:   Tue Apr 26 12:46:01 2022 +0200

    Merge pull request #1091 from dITySoftware/172_unittest_bug
    
    hotfix runUnittests.sh script

commit 6a724a252f91970b6037a45c6da23d6d02fd3185
Author: Ernst Leierzopf <e.leierzopf@gmail.com>
Date:   Mon Apr 25 21:52:27 2022 +0200

    fixed bug

commit 49c4d777f6b30f406e75f5dfbef41a676cac3ead
Author: Ernst Leierzopf <e.leierzopf@gmail.com>
Date:   Mon Apr 25 21:32:38 2022 +0200

    fixed deepsource issues

commit f89942dbe6c783a8b16bc09c6bb2faa77ef99188
Author: Ernst Leierzopf <e.leierzopf@gmail.com>
Date:   Mon Apr 25 21:30:42 2022 +0200

    undid changes.

commit ea2cf32a23070b95351f025f3f8401f85bdbeb96
Merge: 37c2520c a2e7b7bc
Author: dITySoftware <56120276+dITySoftware@users.noreply.github.com>
Date:   Mon Apr 25 21:20:48 2022 +0200

    Merge branch '173_yaml_format_parser_models' into 172_unittest_bug

commit 37c2520c5039d99662e90898e698666a1b76ac44
Merge: 20393b98 bd03e3c5
Author: dITySoftware <56120276+dITySoftware@users.noreply.github.com>
Date:   Mon Apr 25 21:19:44 2022 +0200

    Merge branch 'ait-aecid:development' into 172_unittest_bug

commit 20393b98c4fe8b55d19203a46c9228db32bad59a
Author: Ernst Leierzopf <e.leierzopf@gmail.com>
Date:   Mon Apr 25 21:16:55 2022 +0200

    fixed BytesWarning.

commit a2e7b7bc3d1dbd85723e70accd1c1877b3e86aac
Author: Ernst Leierzopf <e.leierzopf@gmail.com>
Date:   Mon Apr 25 21:15:37 2022 +0200

    fixed test.

commit 039a97ec9c29f6511974562f711ec365a5582a5e
Author: Ernst Leierzopf <e.leierzopf@gmail.com>
Date:   Mon Apr 25 21:08:47 2022 +0200

    added missing unittests for data.

commit beb6575aeac44a80a70e540dce9cd0bdaa7e9a5a
Author: Ernst Leierzopf <e.leierzopf@gmail.com>
Date:   Mon Apr 25 21:05:42 2022 +0200

    implemented yaml ParserModels.

commit bd03e3c5ebb09cbb47866c2efb2dfcaf219c0623
Merge: 19e7e28d 8940c039
Author: 4cti0nfi9ure <16901151+4cti0nfi9ure@users.noreply.github.com>
Date:   Mon Apr 25 14:48:21 2022 +0200

    Merge pull request #1088 from hoeldg/EFD_bug_distant_timestamps
    
    EFD: Fixed problem that appears with empty windows

commit 8940c039c614723eb895b8b7b4b990b4debf5beb
Author: hoeldg <66625424+hoeldg@users.noreply.github.com>
Date:   Mon Apr 25 13:21:24 2022 +0200

    EFD: refactored code part

commit 19e7e28d2ddc86a27d10843244572e2ac31db2ed
Author: dITySoftware <56120276+dITySoftware@users.noreply.github.com>
Date:   Mon Apr 25 07:58:12 2022 +0200

    added ValueError if type does not match in ValueMatchRule. (#1090)
    
    * added ValueError if type does not match in ValueMatchRule.
    
    * changed ValueError to TypeError.
    
    * fixed deepsource issue.

commit e3ce116877fea5661e5a2a4b9d6dbaeb17aa4dd1
Author: Ernst Leierzopf <e.leierzopf@gmail.com>
Date:   Mon Apr 25 07:16:06 2022 +0200

    fixed deepsource issues.

commit 313e52d328e2f6990ee1fc1d6114fcd987eb7f54
Author: Ernst Leierzopf <e.leierzopf@gmail.com>
Date:   Mon Apr 25 07:12:17 2022 +0200

    fixed deepsource issues.

commit b25560690283f43242ed85e5f82c6fc89a48f292
Author: Ernst Leierzopf <e.leierzopf@gmail.com>
Date:   Mon Apr 25 07:07:06 2022 +0200

    fixed remote control test.

commit 5bd6a29cd95b1a536e090fb25c925ee6c6946c82
Author: Ernst Leierzopf <e.leierzopf@gmail.com>
Date:   Fri Apr 22 18:38:31 2022 +0200

    fixed unittests.

commit f7bd572c84e7c291b9b93e621d066d64796160f3
Author: Ernst Leierzopf <e.leierzopf@gmail.com>
Date:   Fri Apr 22 17:40:43 2022 +0200

    fixed runUnittests.sh script.

commit 0eb025c0962e5e0fab4b85c22845e8d8135f6513
Author: dITySoftware <56120276+dITySoftware@users.noreply.github.com>
Date:   Fri Apr 22 10:34:59 2022 +0200

    added nullable functionality to JsonModelElements. (#1079)
    
    * added nullable functionality to JsonModelElements.
    
    * fixed index out of range if matches are empty in JsonModelElement array.
    
    * fixed indentation of version string.
    
    * undid changes.
    
    * bugfixes and addition of missing tests.
    
    * added test and fixed bug.
    
    * fixed issue and added NULL_OBJECT.
    
    * fixed deepsource issues.
    
    * fixed error in windows.yml and YamlConfig.
    
    * fixed bug in check_keys.
    
    * added unittest.

commit 7691bd6605a14c0f5b09e22137ae87eaab9582e2
Author: hoeldg <georg.hoeld@ait.ac.at>
Date:   Thu Apr 21 12:27:55 2022 +0200

    EFD: Fixed problem that appears with empty windows

commit 026024928f331a8e0fe95655aa54c2fa0b82080e
Author: hoeldg <66625424+hoeldg@users.noreply.github.com>
Date:   Thu Apr 21 09:00:48 2022 +0200

    EFD: Enabled immediate detection without training, if both limits are set (#1086)

commit de6ea17f10a5c876373c4565d6e8d4c713b5b55b
Author: hoeldg <66625424+hoeldg@users.noreply.github.com>
Date:   Thu Apr 14 16:25:59 2022 +0200

    EFD: Fixed bug related to auto_include_flag (#1083)
    
    * EFD: Fixed bug related to auto_include_flag
    
    * EFD: Added the function reset_counter

commit db12a264687a42bdb0fa79ddcec1e393b03d8fd2
Merge: ef70440b 06c0ecef
Author: whotwagner <ilovemail@feedyourhead.at>
Date:   Tue Apr 12 13:25:14 2022 +0200

    Merge pull request #1081 from dITySoftware/168_center_version_string
    
    fixed indentation of version string.

commit ef70440bc931b36ec39af7a2ffb721cd094a8e01
Merge: 19e580cd 7953c0e3
Author: whotwagner <ilovemail@feedyourhead.at>
Date:   Tue Apr 12 10:58:29 2022 +0200

    Merge pull request #1076 from landauermax/fix_logo
    
    Remove spaces in aminer logo

commit 06c0ecef8798b6e7d76c4cd67ef15393cdf47699
Author: Ernst Leierzopf <e.leierzopf@gmail.com>
Date:   Sun Apr 10 14:11:20 2022 +0200

    removed unnessecary attribute in metadata.

commit d0cbbb91f5a54fda54f4c967800e2da9577e0fc7
Author: Ernst Leierzopf <e.leierzopf@gmail.com>
Date:   Sun Apr 10 14:04:55 2022 +0200

    fixed indentation of version string.

commit 19e580cd89ce9f21d94256eb508bdfe51b8b54d0
Author: hoeldg <66625424+hoeldg@users.noreply.github.com>
Date:   Fri Apr 8 08:36:20 2022 +0200

    ParserCounter: Fixed do_timer (#1078)

commit 7953c0e328d96ef29995c3a71920c3d9f2a02674
Author: root <max.landauer@ait.ac.at>
Date:   Tue Apr 5 07:44:41 2022 +0000

    Remove spaces in aminer logo

commit 8e50d2a4b5a5192796e365eee3e95301e117bde5
Author: dITySoftware <56120276+dITySoftware@users.noreply.github.com>
Date:   Mon Apr 4 08:14:01 2022 +0200

    fixed code to allow the usage of AtomFilterMatchAction in yaml configs. (#1073)
    
    * fixed code to allow the usage of AtomFilterMatchAction in yaml configs.
    
    * fixed deepsource issues.
    
    * changed default value of delete_components and added documentation.

commit 7cfbee3388b0176e3a5f8c6c89c8c047cbe09957
Author: hoeldg <66625424+hoeldg@users.noreply.github.com>
Date:   Thu Mar 31 09:39:04 2022 +0200

    MTTD: fixed minor bug (#1072)

commit cce0d2313afb7bae33707da319c18318455bfd1f
Merge: 0ce6773a 928836fc
Author: whotwagner <ilovemail@feedyourhead.at>
Date:   Wed Mar 30 11:19:02 2022 +0200

    Merge pull request #1069 from dITySoftware/165_json_null_entry
    
    165 fixed JsonModelElement when json object is null.

commit 928836fca3f8b37dfb62c2d3107a051fb8670449
Author: Ernst Leierzopf <ernst.leierzopf.fl@ait.ac.at>
Date:   Fri Mar 25 12:38:03 2022 +0100

    fixed JsonModelElement when json object is null.

commit 0ce6773acec80772b050b00478d8b2baa1fa6780
Author: whotwagner <ilovemail@feedyourhead.at>
Date:   Tue Mar 22 16:36:41 2022 +0100

    Fixed links to python-files for Dockerfile (#1068)
    
    All linked python-libraries must be located at
    /usr/lib/logdata-anomaly-miner. This directory is used by the aminer and
    it is very unlikely that this directory will be mounted into the docker
    container.
    
    Co-authored-by: Wolfgang Hotwagner <wolfgang.hotwagner@ait.ac.at>

commit 6e4d4a1c945a5d24c833ed8a6a45cb03b199f88f
Author: dITySoftware <56120276+dITySoftware@users.noreply.github.com>
Date:   Tue Mar 22 12:01:46 2022 +0100

    fixed error in JsonModelElement. (#1032)
    
    * fixed error in JsonModelElement.
    
    * fixed deepsource issues.
    
    * fixed error in AminerParsingModel.
    
    * fixed missing values in json-eve-demo.yml
    
    * fixed json input demo configs.
    
    * added more config data.
    
    * added more config.
    
    * fixed json journal demo config.
    
    Co-authored-by: Ernst Leierzopf <ernst.leierzopf.fl@ait.ac.at>

commit 0a1bea8ef7b4cf2ec1b9061a72f4c28b610fd8d1
Author: hoeldg <66625424+hoeldg@users.noreply.github.com>
Date:   Tue Mar 22 08:34:15 2022 +0100

    VTD: Added variable type 'range' (#1066)
    
    * VTD: Added new variable type range
    
    * Fixed unit tests
    
    * Fixed DeepSourceIssues
    
    * Removed import and added durbin_watson statistic

commit 186553fb4d858fe1765726e45453638811a9c5c9
Author: whotwagner <ilovemail@feedyourhead.at>
Date:   Mon Mar 21 08:02:10 2022 +0100

    Added include-directive to supervisord.conf (#1067)
    
    The include block allows to add config-files to the directory
    /etc/supervisor/conf.d/*.conf.
    
    Co-authored-by: Wolfgang Hotwagner <wolfgang.hotwagner@ait.ac.at#>

commit 2d0a4390789f7df834ba77235c4ccd1affb575c2
Merge: 24c6653c f1afe80d
Author: whotwagner <ilovemail@feedyourhead.at>
Date:   Fri Mar 18 14:25:50 2022 +0100

    Merge pull request #1058 from landauermax/improve_performance
    
    Improve performance

commit 24c6653cbacdc56ae23fd43b9c69b95f03ef8ef9
Merge: c4e71e67 3c1f7845
Author: whotwagner <ilovemail@feedyourhead.at>
Date:   Fri Mar 18 09:53:59 2022 +0100

    Merge pull request #1060 from landauermax/improve_output_handling
    
    Improve output handling

commit c4e71e6706b35016f9bce2c9a15e01d3b3b37117
Merge: 92ff62c6 d07dd8df
Author: whotwagner <ilovemail@feedyourhead.at>
Date:   Thu Mar 17 16:40:43 2022 +0100

    Merge pull request #1057 from landauermax/fix_charset_msg
    
    Fix incorrect message of charset detector

commit 3c1f78450e56ffbe237faf14fa789805b8037fe7
Author: root <max.landauer@ait.ac.at>
Date:   Thu Mar 17 12:07:51 2022 +0100

    Fix deepsource issues

commit 98dfd4d14072915d89488d2fd738e49998ce3f6b
Author: root <max.landauer@ait.ac.at>
Date:   Tue Mar 15 15:00:36 2022 +0100

    Fix tests

commit af5d1c03e9decef3f4f1cdb78873bef17be22b5b
Author: root <max.landauer@ait.ac.at>
Date:   Tue Mar 15 10:06:27 2022 +0100

    Fix tests

commit dc27febc37fe1783c7de3cea115b3bcec29cbdf0
Author: root <max.landauer@ait.ac.at>
Date:   Mon Mar 14 16:51:26 2022 +0100

    Fix match list handling for json objects

commit c92509a558f879698462a3f066b3bc9493db735a
Author: root <max.landauer@ait.ac.at>
Date:   Mon Mar 14 16:26:33 2022 +0100

    Fix tests

commit 2c23bb8268737ec78a72e8ff61d8fd52ed7cea90
Author: root <max.landauer@ait.ac.at>
Date:   Mon Mar 14 15:56:49 2022 +0100

    Fix tests

commit e3e66b12a372c7e0de8563009a8accbdbacb8894
Author: root <max.landauer@ait.ac.at>
Date:   Mon Mar 14 14:33:21 2022 +0100

    Fix tests

commit 92ff62c6747018c4cccce35162109061fdacc217
Author: hoeldg <66625424+hoeldg@users.noreply.github.com>
Date:   Mon Mar 14 08:42:08 2022 +0100

    EFD: Added option to set the lower and upper limit of the range interval (#1055)
    
    * EFD: Added option to set the lower and upper limit of the range interval
    
    * Fixed DeepSourceIssue

commit c7cc082bab0579c2e03835910d523cd99d6f2d2a
Merge: 89cd69c4 9b11b9ca
Author: root <max.landauer@ait.ac.at>
Date:   Fri Mar 11 14:58:49 2022 +0100

    Merge remote-tracking branch 'upstream/development' into improve_output_handling

commit 9b11b9cae2b4eb24abcf0b1cdadabd95bc5f081b
Merge: 0573fd43 76f13dc1
Author: whotwagner <ilovemail@feedyourhead.at>
Date:   Fri Mar 11 12:53:23 2022 +0100

    Merge pull request #1050 from dITySoftware/163_test_performance_dependencies
    
    Fix performance dependencies

commit 89cd69c44102b0621a4f07e03d8f6a90b12b456f
Author: root <max.landauer@ait.ac.at>
Date:   Fri Mar 11 12:44:21 2022 +0100

    Fix deepsource issues

commit 67ebd4e378ec892eacdc2a68e27e708a6c0542c4
Author: root <max.landauer@ait.ac.at>
Date:   Fri Mar 11 12:18:33 2022 +0100

    Fix tests to fit ParsedLogAtom and AnnotatedMatch

commit d78a36fd2dffd90d127fb55d27c4e85f9e15c56c
Author: root <max.landauer@ait.ac.at>
Date:   Fri Mar 11 11:58:57 2022 +0100

    Add ParsedLogAtom to aminer parser to ensure compatibility with lower versions

commit 76f13dc1bf139fdd9e919f4e83f1721a94581dc3
Author: Ernst Leierzopf <ernst.leierzopf.fl@ait.ac.at>
Date:   Fri Mar 11 11:42:47 2022 +0100

    bugfix

commit e554fa287040d47bd35b8ef648fa1ea0362135ac
Author: Ernst Leierzopf <ernst.leierzopf.fl@ait.ac.at>
Date:   Fri Mar 11 11:33:17 2022 +0100

    added missing paths.

commit 03a5bd0c9944c9b28a8b7db4065a9bfb1c0f92fb
Author: Ernst Leierzopf <ernst.leierzopf.fl@ait.ac.at>
Date:   Fri Mar 11 11:23:45 2022 +0100

    fixed dockerfile.

commit b48f624d504912956b27e2483244ff3d65db7b6f
Author: Ernst Leierzopf <ernst.leierzopf.fl@ait.ac.at>
Date:   Fri Mar 11 10:53:21 2022 +0100

    changed link destination in Dockerfile.

commit 1f4f7f46444f92cd3598ff12031b82bf5eb50190
Author: Ernst Leierzopf <ernst.leierzopf.fl@ait.ac.at>
Date:   Fri Mar 11 10:50:59 2022 +0100

    fixed paths in other tests.

commit f966796bb589b0203bebd06472f31a6abbe49b75
Author: root <max.landauer@ait.ac.at>
Date:   Fri Mar 11 10:34:05 2022 +0100

    Remove ParsedLogAtom attribute from output

commit 2972c2752d1233ec64c332260dfd1ee473d2353e
Author: Ernst Leierzopf <ernst.leierzopf.fl@ait.ac.at>
Date:   Fri Mar 11 09:50:42 2022 +0100

    fixed errors in tryitout.

commit fc4f127ae4846de66fbc2938fb3b7b8d0fd49175
Author: Ernst Leierzopf <ernst.leierzopf.fl@ait.ac.at>
Date:   Fri Mar 11 09:07:36 2022 +0100

    fixed error.

commit 463ac950727143b878429fa458fdb96293984e57
Author: root <max.landauer@ait.ac.at>
Date:   Fri Mar 11 09:07:15 2022 +0100

    Fix deepsource issues

commit 03dca0b3bc4d16459f1825b46c053e7834397345
Author: Ernst Leierzopf <ernst.leierzopf.fl@ait.ac.at>
Date:   Fri Mar 11 08:44:28 2022 +0100

    undid changes.

commit 863e8c631d8967b3e012511bb49dec5464799804
Author: Ernst Leierzopf <ernst.leierzopf.fl@ait.ac.at>
Date:   Fri Mar 11 08:15:23 2022 +0100

    fixed some errors.

commit 2e46f9833826f93dc0eadafd91f3e822a87ec323
Author: Ernst Leierzopf <ernst.leierzopf.fl@ait.ac.at>
Date:   Fri Mar 11 07:31:07 2022 +0100

    fixed permission errors in runTryItOut.

commit e790c4df81cc6639e11259b1bc281bfb99d59930
Author: Ernst Leierzopf <ernst.leierzopf.fl@ait.ac.at>
Date:   Fri Mar 11 07:28:21 2022 +0100

    changed permissions in getting started test.

commit 473af71ea77121107d66ec1ff6c7f98e8d3d7228
Author: Ernst Leierzopf <ernst.leierzopf.fl@ait.ac.at>
Date:   Fri Mar 11 07:08:12 2022 +0100

    changed permissions on /etc/aminer folder.

commit c4fb2b3ff0753698f89171df87571b03e88d7783
Author: root <max.landauer@ait.ac.at>
Date:   Thu Mar 10 17:19:09 2022 +0100

    Add print valid json in anomaly instead of string

commit 72e2b6771b9a523697a803d8e2fb29d8e705d047
Author: root <max.landauer@ait.ac.at>
Date:   Thu Mar 10 16:39:41 2022 +0100

    Change output logline param default value to false

commit f1afe80de0fa40de3cc1934cf498152a3464895e
Author: root <max.landauer@ait.ac.at>
Date:   Thu Mar 10 12:32:36 2022 +0100

    Replace lists with sets in float value parsing element

commit a1fbd8d176cd5c3bc0ef2f87173ad5503d4753a5
Author: root <max.landauer@ait.ac.at>
Date:   Thu Mar 10 10:31:07 2022 +0100

    Replace lists with sets in integer parsing element

commit 74d51e24fed46c7dca9e614bd5035b582a36eeda
Author: root <max.landauer@ait.ac.at>
Date:   Thu Mar 10 10:23:36 2022 +0100

    Replace list with set in variable byte parsing element

commit 41ea68f7490ea6316fbe31dbe45e783b2753ca39
Author: Ernst Leierzopf <ernst.leierzopf.fl@ait.ac.at>
Date:   Thu Mar 10 08:23:31 2022 +0100

    undid changes.

commit fb73da591275f5f571e19d4c95bc24eadbee6405
Author: Ernst Leierzopf <ernst.leierzopf.fl@ait.ac.at>
Date:   Thu Mar 10 07:46:49 2022 +0100

    undid changes.

commit 49ef0e7dc37023da47bc2ad0f98a12e429f6a9c7
Author: Ernst Leierzopf <ernst.leierzopf.fl@ait.ac.at>
Date:   Thu Mar 10 07:29:41 2022 +0100

    removed folder.

commit b2549976ad7869a44727819e509f1141a4379ba8
Author: Ernst Leierzopf <ernst.leierzopf.fl@ait.ac.at>
Date:   Thu Mar 10 07:26:33 2022 +0100

    changed paths for the linked packages.

commit c9c9f19910a6cae0062f510e7ffc81d43c6d8308
Author: Ernst Leierzopf <ernst.leierzopf.fl@ait.ac.at>
Date:   Thu Mar 10 06:28:30 2022 +0100

    removed owner of /etc/aminer.

commit d07dd8dff96abf3a573ef43b542baee6f1ce0e5c
Author: landauermax <max.landauer@ait.ac.at>
Date:   Thu Mar 3 11:57:37 2022 +0100

    Fix incorrect message of charset detector

commit 81e84c8a887c2f0378ad20b4061d6c32953c84ec
Author: Ernst Leierzopf <ernst.leierzopf.fl@ait.ac.at>
Date:   Tue Mar 1 10:17:48 2022 +0100

    changed timings.

commit 067c34456c62900313b2079396ceba2cbeb9fe93
Author: Ernst Leierzopf <ernst.leierzopf.fl@ait.ac.at>
Date:   Tue Mar 1 10:11:05 2022 +0100

    test

commit e26023c144aefbfdec60c383cf83a591fe664033
Author: Ernst Leierzopf <ernst.leierzopf.fl@ait.ac.at>
Date:   Tue Mar 1 10:04:26 2022 +0100

    removed file.

commit 2f6c9bc69258c0dd229f0d03b83a384d3c48a0a4
Author: Ernst Leierzopf <ernst.leierzopf.fl@ait.ac.at>
Date:   Tue Mar 1 10:03:36 2022 +0100

    changed tests.
Created: 2021-01-31 Last update: 2022-05-19 03:11
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.6.1 instead of 4.6.0).
Created: 2022-05-11 Last update: 2022-05-11 23:24
news
[rss feed]
  • [2021-12-16] logdata-anomaly-miner 2.5.0-1 MIGRATED to testing (Debian testing watch)
  • [2021-12-06] Accepted logdata-anomaly-miner 2.5.0-1 (source) into unstable (Markus Wurzenberger) (signed by: Sebastian Ramacher)
  • [2021-02-10] logdata-anomaly-miner 2.2.2-1 MIGRATED to testing (Debian testing watch)
  • [2021-01-31] Accepted logdata-anomaly-miner 2.2.2-1 (source) into unstable (Markus Wurzenberger) (signed by: Sebastian Ramacher)
  • [2021-01-27] Accepted logdata-anomaly-miner 2.2.1-1 (source) into unstable (Markus Wurzenberger) (signed by: Sebastian Ramacher)
  • [2021-01-01] logdata-anomaly-miner 2.2.0-1 MIGRATED to testing (Debian testing watch)
  • [2020-12-22] Accepted logdata-anomaly-miner 2.2.0-1 (source) into unstable (Markus Wurzenberger) (signed by: Sebastian Ramacher)
  • [2020-07-11] logdata-anomaly-miner 2.0.1-1 MIGRATED to testing (Debian testing watch)
  • [2020-07-01] Accepted logdata-anomaly-miner 2.0.1-1 (source) into unstable (Markus Wurzenberger) (signed by: Sebastian Ramacher)
  • [2018-10-26] logdata-anomaly-miner 1.0.0-1 MIGRATED to testing (Debian testing watch)
  • [2018-10-15] Accepted logdata-anomaly-miner 1.0.0-1 (source) into unstable (Markus Wurzenberger) (signed by: Boyuan Yang)
  • [2017-06-01] Accepted logdata-anomaly-miner 0.0.8-1 (source) into experimental (Roman Fiedler) (signed by: Gianfranco Costamagna)
  • [2017-01-21] logdata-anomaly-miner 0.0.7-1 MIGRATED to testing (Debian testing watch)
  • [2017-01-10] Accepted logdata-anomaly-miner 0.0.7-1 (source) into unstable (Roman Fiedler) (signed by: Gianfranco Costamagna)
  • [2016-12-20] logdata-anomaly-miner 0.0.6-1 MIGRATED to testing (Debian testing watch)
  • [2016-12-09] Accepted logdata-anomaly-miner 0.0.6-1 (source) into unstable (Roman Fiedler) (signed by: Gianfranco Costamagna)
  • [2016-10-24] logdata-anomaly-miner 0.0.5-1 MIGRATED to testing (Debian testing watch)
  • [2016-10-11] Accepted logdata-anomaly-miner 0.0.5-1 (source) into unstable (Roman Fiedler) (signed by: Gianfranco Costamagna)
  • [2016-08-13] logdata-anomaly-miner 0.0.3-2 MIGRATED to testing (Debian testing watch)
  • [2016-08-02] logdata-anomaly-miner 0.0.3-1 MIGRATED to testing (Debian testing watch)
  • [2016-08-02] Accepted logdata-anomaly-miner 0.0.3-2 (source) into unstable (Roman Fiedler) (signed by: Gianfranco Costamagna)
  • [2016-07-22] Accepted logdata-anomaly-miner 0.0.3-1 (source) into unstable (Roman Fiedler) (signed by: Gianfranco Costamagna)
  • [2016-06-29] logdata-anomaly-miner 0.0.2-1 MIGRATED to testing (Debian testing watch)
  • [2016-06-18] Accepted logdata-anomaly-miner 0.0.2-1 (source all) into unstable, unstable (Roman Fiedler) (signed by: Gianfranco Costamagna)
bugs [bug history graph]
  • all: 0
links
  • homepage
  • lintian (0, 2)
  • buildd: logs, clang, reproducibility
  • popcon
  • browse source code
  • edit tags
  • other distros
  • screenshots
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 2.5.0-1

Debian Package Tracker — Copyright 2013-2018 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing