Skip to content
Snippets Groups Projects
  1. Jun 01, 2018
    • Jan Mach's avatar
      Removed unnecesary directory from Git. · 80a01070
      Jan Mach authored
      The 'vendor' directory containing third-party client libraries for web interface should never have gotten into the repository in the first place. (Redmine issue: #3387)
      80a01070
  2. Apr 24, 2018
  3. Oct 26, 2017
  4. Oct 16, 2017
  5. Sep 27, 2017
    • 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
  6. Aug 08, 2017
  7. Aug 03, 2017
  8. May 15, 2017
  9. May 02, 2017
    • Jan Mach's avatar
      Implemented build process for separate pynspect Python packages. · efc5e094
      Jan Mach authored
      Pynspect library now has separate build process located in deploy/pynspect directory. There is a master makefile. Prior the build current version of library source code is synchronized to local directory, from which the Python packages are then built. The pynspect library still needs to be removed from Mentat package build process. (Redmine issues: #3393 and #3387)
      efc5e094
  10. Apr 04, 2017
  11. 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
  12. Mar 28, 2017
  13. Mar 16, 2017
    • 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