Skip to content
Snippets Groups Projects
  1. Apr 07, 2017
  2. Apr 06, 2017
  3. Apr 05, 2017
    • Jan Mach's avatar
      Implemented internal IDEA message representation class. · 5b01f6fa
      Jan Mach authored
      The default idea.lite library for representing IDEA messages does not take into account custom subkeys, that can appear in messages handled by Mentat. This patch introduces prototype of new library, which is based on idea.lite and takes custom keys into account. (Redmine issues: #3364 and #1017)
      5b01f6fa
  4. Apr 04, 2017
  5. Mar 31, 2017
    • Jan Mach's avatar
      Fixed wrong isinstance() comparisons. · ae7b7047
      Jan Mach authored
      Previous implementation had following flaws: the collections.abc module did not exist on older versions of Python and comparing against immutable Sequence resulted in strings being treated as lists, which isnt something you need. (Redmine issue: #3392)
      ae7b7047
  6. Mar 29, 2017
    • Jan Mach's avatar
      Implemented automatic documentation generation using Sphinx-doc. · acb3fbc7
      Jan Mach authored
      Project documentation will now be (partly) autogenerated out of the module source code. The environment was prepared and first modules were added into documentation. Guide to generate the documentation locally was added to Redmine project wiki page (Development cheat sheet), so that the documentation is available to developers before it will be published on-line. (Redmine issue: #3361)
      acb3fbc7
    • Jan Mach's avatar
      Huge revission of mentat.filtering library. · ce01f6d7
      Jan Mach authored
      This commit represents huge revision of mentat.filtering library. Codebase has been checked, unit tests have been improved and documentation has been written to make order in current state of things. Based on this filtering language improvements will be designed. (Redmine issues: #3393, #1017 and #3361)
      ce01f6d7
    • Jan Mach's avatar
      Implemented support for default argument values in inspection actions. · 8496ca27
      Jan Mach authored
      When not explicitly set and appropriate, default value will be used as and inspection action agument. Updated log line styles to match. Updated demo and default configuration files to provide clues of new options. Updated unit tests to verify new functionality (visually, currently without assertions. (Redmine issues: #3373 and #1017)
      8496ca27
    • Jan Mach's avatar
      Implemented support for overwrite and unique options for tag and set inspection actions. · e0c5c266
      Jan Mach authored
      It is now possible to choose, whether already existing value should be overwritten or unique. Uniqueness work only for lists at the end of JPath. (Redmine issues: #3372 and #3396)
      e0c5c266
    • Jan Mach's avatar
      Implemented support for conditional value overwriting and uniqueness. · bf0598d3
      Jan Mach authored
      The jpath_set() method now optionally enables user to specify, whether already existing value should be overwritten or not, and whether value should be unique or not. The uniqueness option works only for lists at the end of JPath. (Redmine issues: #3392, #3361 and #1017, enables #3372 and #3396)
      bf0598d3
  7. Mar 28, 2017
  8. Mar 27, 2017
  9. Mar 26, 2017
    • Jan Mach's avatar
      Documentation improvements. · a8355b5a
      Jan Mach authored
      Tried to make the section about node delimiters and indices more clear. (Redmine issues: #3392 and #3361)
      a8355b5a
  10. Mar 25, 2017
  11. Mar 22, 2017
    • Jan Mach's avatar
      a9945c2a
    • Jan Mach's avatar
      Improved postinst script in Debian package. · c12344ec
      Jan Mach authored
      The postinst script now makes sure, that all configuration files and con scripts within /etc/mentat directory have correct ownerships and permissions. There was an issue with permissions of cron script for database watchdog and the result was the script was not running. Additionally few of the configuration files were executable and there were other irregularities, so it was fixed all at once. (Redmine issue: #3387)
      c12344ec
  12. Mar 21, 2017
  13. Mar 16, 2017
Loading