Skip to content
Snippets Groups Projects
  1. Jan 31, 2019
    • 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
  2. Oct 16, 2018
  3. Sep 26, 2018
  4. Sep 21, 2018
  5. Aug 13, 2018
  6. Aug 03, 2018
  7. Aug 02, 2018
  8. Jul 26, 2018
  9. Jul 09, 2018
    • Jan Mach's avatar
      Improved Mentat installation documentation page. · 5d12a1d2
      Jan Mach authored
      There is a lots of hidden work here in this commit. To make the installation process even more simple, we have prepared three Ansible roles available via official Ansible Galaxy site, that can very quickly install and configure Mentat system. (Redmine issue: #3361,#3387)
      5d12a1d2
  10. Jun 19, 2018
    • Jan Mach's avatar
      Implemented new database administration commands to mentat-dbmngr.py module. · daca7794
      Jan Mach authored
      Implemented *reinit-main* command for main database schema reinitialization. Implemented *fixtures-add* and *fixtures-remove* command for inserting respectively deleting demonstration data objects (user accounts, groups, filters and networks). This will enable use to make demonstration isntallations more easy and smooth. (Redmine issue: #3383,#3387)
      daca7794
  11. Jun 01, 2018
    • Jan Mach's avatar
      Implemented example Apache configuration file for Basic authentication. · 870d557f
      Jan Mach authored
      There are two Apache example configurations now, first is an example for Shibboleth SSO authentication, second is an example for Basic authentication. Using these two examples (especially the latter) it is possible to very quickly set up demonstration installation. The installation page was updated accordingly to reflect new installation options. (Redmine issue: #3387,#3361)
      870d557f
  12. Jan 24, 2018
    • Jan Mach's avatar
      Documentation improvements. · da5e5f65
      Jan Mach authored
      Enhanced section about installation, added new section about migration (based on experience from installation on new server). (Redmine issue: #3361)
      da5e5f65
  13. Jan 18, 2018
  14. Aug 09, 2017
Loading