- Sep 27, 2017
-
-
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)
- Sep 08, 2017
-
- May 30, 2017
-
-
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)
-
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)
-
- May 24, 2017
-
-
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)
-
- May 22, 2017
-
- May 15, 2017
- May 02, 2017
-
- Apr 11, 2017
-
-
Jan Mach authored
(Redmine issue: #3387)
-
- Mar 21, 2017
-
-
Jan Mach authored
-
- Mar 16, 2017
-
-
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.
-
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
-