Skip to content
Snippets Groups Projects
  1. Aug 03, 2017
  2. Jul 25, 2017
  3. Jul 21, 2017
  4. Jul 20, 2017
  5. Jul 19, 2017
  6. Jul 18, 2017
  7. Jun 22, 2017
  8. Jun 21, 2017
  9. Jun 15, 2017
  10. Jun 05, 2017
  11. May 31, 2017
    • Jan Mach's avatar
      Version bump to build new distribution. · 94e817fe
      Jan Mach authored
      (Redmine issue: #3387)
      94e817fe
    • Jan Mach's avatar
      Fix: Added missing global configuration. · 52081d5e
      Jan Mach authored
      Locally everything worked, but it would fail after building packages on build server. (Redmine issue: #3443)
      52081d5e
    • Jan Mach's avatar
      Added master project Makefile. · 6c413bb6
      Jan Mach authored
      This Makefile will be capable of launching all common tasks and ease both local development and automatic build with our build system. (Redmine issue: #3387)
      6c413bb6
    • Jan Mach's avatar
      Code quality improvements in executable files in bin project subdirectory. · 5fdfa234
      Jan Mach authored
      Greatly improved code quality using pylint and pyflakes. All files now rank above 9 points with custom .pylintrc-bin file. Following exceptions were added to default pylint configuration:
      
        * line-too-long - I do not want to have calls to logging service spanning over multiple lines and distracting from code flow. I want them to be only single line, no matter how long, because it is not important.
        * bad-whitespace - I like to add additional whitespaces in places, where they should not be, mostly to align related items vertically, which in my opinion improves readability.
        * logging-format-interpolation - In Python3 I prefer string.format() to string % (args).
      
      Additionally the pattern for module name validation was altered, because of our executable file naming policy (added suppot for '-' and '.' characters in name).
      
      (Redmine issue: #3443)
      5fdfa234
  12. May 30, 2017
    • Jan Mach's avatar
      Fix: Gruntfile tasks attempted to work with deprecated feature. · dfcfd74f
      Jan Mach authored
      The duplication of recently built package to one with 'latest' string instead of version number was deprecated, however some tasks still attempted to use the incorrect file name. (Redmine issue: #3387)
      dfcfd74f
    • Jan Mach's avatar
      Fix: Storage daemon component must re-serialize processed IDEA messages. · 6c9d3e14
      Jan Mach authored
      Legacy Mentat system needs retrieves the messages from database by parsing 'raw_msg' attribute of MongoDB object. The storage daemon component was not updating the IDEA serialization after update ant messages retrieved by legacy component did not see the updates. (Redmine issue: #3364)
      6c9d3e14
    • Jan Mach's avatar
      Propagating build number to Grunt and documentation. · 5a783df0
      Jan Mach authored
      Build number from Buildbot system now gets propagated to Grunt and autogenerated documentation. This feature is intended to be used for development (unstable) builds to somehow autoincrement the package version number. For production distributions this will be skipped and developer still has to set the desired version number manually. (Redmine issues: #3361 and #3387)
      5a783df0
  13. May 25, 2017
  14. May 24, 2017
  15. May 23, 2017
  16. May 22, 2017
  17. May 17, 2017
  18. May 16, 2017
  19. May 15, 2017
  20. May 12, 2017
Loading