Skip to content
Snippets Groups Projects
  1. Sep 27, 2017
    • Jan Mach's avatar
    • Jan Mach's avatar
      Feature: Prototype implementation of next generation web user interface for Mentat system. · 0a724ce9
      Jan Mach authored
      This commit represents huge amount of work and introduces new Python-based version of Hawat web user interface for Mentat system. It is built on top of the great Flask framework. Currently it is still work in progress and many features are implemented only as dummy stubs, however the core functionality is almost finished. Following is a list of current key features:
      
        * Focus on modular architecture using Flask`s blueprint feature.
        * Multi-layered configurability (defaults, multiple file overrides).
        * Plugin system.
        * Internationalization support.
        * Support for multiple authentication systems.
      
      This commit provides working albeit hollow starting point for future web interface development. IT IS NOT READY FOR PRODUCTION USAGE!!!
      
      (Redmine issue: #3734,#3361)
      0a724ce9
  2. Sep 08, 2017
  3. 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
      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
  4. May 24, 2017
    • Jan Mach's avatar
      Changed package version handling in Grunt. · ead1afa4
      Jan Mach authored
      Package version is now represented as single string. This will enable better and easier version propagation into documentation and buildbot system. (Redmine issue: #3387)
      ead1afa4
  5. May 22, 2017
  6. May 15, 2017
  7. May 02, 2017
    • Jan Mach's avatar
      Moved Mentat deployment directory into subdirectory. · 1af8b894
      Jan Mach authored
      Mart of the files in repository will be published separatelly via Python wheels and PyPI. Mentat core deployment directory was moved into subdirectory, so that other deployment subdirectories may be in deploy directory. (Redmine issue: #3387)
      1af8b894
  8. Apr 11, 2017
  9. Mar 21, 2017
  10. Mar 16, 2017
    • Jan Mach's avatar
      Gruntfile now duplicates deb package for better deployment. · c4e9e128
      Jan Mach authored
      After successfull build the resulting deb package is duplicated to one with filename better suitable for automatic deployment in development environment. This filename contains string 'latest' instead of the version string and therefore overwrites any existing package.
      c4e9e128
    • Jan Mach's avatar
      Initial project revision · ebf03249
      Jan Mach authored
      This is the initial project release. It works, however it should still be considered as alpha release and work in progress. Couple of known issues:
      * missing configuration validation
      * missing documentation
      * missing modules
      * only partially working unit tests, not enough coverge of unit tests
      ebf03249
Loading