Skip to content
Snippets Groups Projects
  1. Feb 03, 2020
  2. Jan 07, 2020
  3. Nov 27, 2019
  4. Sep 24, 2019
  5. May 24, 2019
  6. Apr 26, 2019
  7. Mar 06, 2019
    • Jan Mach's avatar
      Rewritten the Debian package building mechanism. · 8cfc1309
      Jan Mach authored
      New mechanism for building Debian packages makes better use of debhelper. Previous solution with using Grunt for building the package was abandoned entirely. (Redmine issue: #3387,#4216)
      8cfc1309
  8. Mar 04, 2019
    • Jan Mach's avatar
      Makefile and buildprocedure imporvements. · 07c3f135
      Jan Mach authored
      * The creation of Python virtual environment is now a separate makefile target.
      * The 'develop' target now reuses already defined targets.
      * Using python-dotenv to local configuration customizations.
      
      (Redmine issue: #3387,#4216)
      07c3f135
  9. Feb 26, 2019
  10. Feb 19, 2019
  11. Feb 11, 2019
  12. Feb 06, 2019
  13. Feb 01, 2019
  14. Jan 31, 2019
    • Jan Mach's avatar
      Improved coding style in migration environment script. · 66b711e8
      Jan Mach authored
      (Redmine issue: #4230,#3443)
      66b711e8
    • Jan Mach's avatar
      Implemented database migrations for mentat_events database. · a8c06759
      Jan Mach authored
      The database migrations for IDEA event database *mentat_events* are now implemented. I have moved this issue to the next release, because there is code already merged in the current development branch that depended performing the migrations on target system. It was a choice of either removing that commit, or going forward with implementation. I have decided to implement it immediately, because this issue is blocking many more features.
      
      The implementation is again based on Alembic tool, which is already being used for migrations on mentat_main metadata database. It is however separatelly configured instance, merging both instances into single one would require considerably more amount of research and work.
      
      I have also updated accordingly manual pages regarding installation and upgrading. Very important bit of information was stamping the database with latest migration revision after clean installation.
      
      (Redmine issue: #4230)
      a8c06759
  15. Sep 21, 2018
    • Jan Mach's avatar
      Initial version of periodical anomaly detection scripts. · 2586e789
      Jan Mach authored
      I have added prototype periodical anomaly detection scripts created by Pavel Kácha into Mentat package. So far these are just simple shell scripts intended to be executed periodically via cron that will simply use the PSQL utility to query database and send the result via email. Possible improvements might be to envelope these into Mentat script to make use of common configurations. (Redmine issue: #4222)
      2586e789
  16. Sep 20, 2018
    • Jan Mach's avatar
      Used the Flask-Migrate plugin for metadata database migrations. · 0ccc41c7
      Jan Mach authored
      With future improvements of database schema there must be a mechanism for performing database migrations. Problem is we have two databases, one accesed via SQLAlchemy and the second directly via Psycopg2. I have selected to use Flask-Migrate plugin built on top of Alembic to perform metadata database migrations. (Redmine issue: #4230)
      0ccc41c7
  17. Jul 26, 2018
  18. Jul 25, 2018
  19. Jul 23, 2018
  20. Jun 21, 2018
    • Jan Mach's avatar
      Huge improvements in reporter module and report views in Hawat. · e7c49335
      Jan Mach authored
      * Improved report model to enable parent reports, so we can link extra reports with parent summary reports.
      * Fixed/improved statistical calculations for reports.
      * Greatly improved report view visuals.
      * Greatly improved report search form.
      
      This commit contains backwards compatibility breaking features including necesity do alter database schema. (Redmine issue: #3734)
      e7c49335
  21. May 29, 2018
  22. May 02, 2018
  23. Apr 27, 2018
    • Jan Mach's avatar
      Improved data migration script. · 362ad620
      Jan Mach authored
      The data migration script was enhanced for quick and little bit dirty fix of invalid string character encoding when converting records from MongoDB to new PostgreSQL representation. The old implementation contained a bug and some strings were not stored in correct UTF-8 encoding. After this patch everything should be UTF-8 in PostgreSQL tables. (Redmine issue: #3752)
      362ad620
  24. Feb 01, 2018
  25. Jan 29, 2018
  26. Jan 28, 2018
  27. Jan 24, 2018
Loading