Skip to content
Snippets Groups Projects
  1. Feb 12, 2019
    • Jan Mach's avatar
      Make the whole project more developer friendly. · d1672c44
      Jan Mach authored
      Following big improvements were made to make the development more easier:
      
      * Created the 'setup.py' script to support native Python packaging with setuptools and pip.
      * There is a new target 'make develop', that will bootstrap the Python virtual environment, install all production and development requirements and install the whole project in editable mode.
      * Revised the dependency installation targets.
      * Big facelift of makefile help target.
      * Added target for build environment cleanup.
      * Added target for initialization of new translations of Mentat and Hawat.
      * Added target for building locally Python packages.
      * Added target for building locally Debian packages.
      * Updated documentation page for developers.
      
      (Redmine issue: #4216,#3387,#3361)
      d1672c44
  2. Feb 06, 2019
  3. Feb 01, 2019
  4. 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
  5. Jan 22, 2019
  6. Jan 17, 2019
  7. Dec 20, 2018
  8. Nov 12, 2018
  9. Oct 17, 2018
    • Jan Mach's avatar
      Base implementation of the API key authentication blueprint. · 5cf90ae2
      Jan Mach authored
      This new blueprint provides users (admins) with the ability to generate API access keys and use them to access the website. Currently the key generation is restricted only to the administrators, because this feature is considered to be experimental. (Redmine issue: #4366)
      5cf90ae2
  10. Oct 16, 2018
  11. Oct 02, 2018
    • Jan Mach's avatar
      Improved documentation page for developers. · 1225777a
      Jan Mach authored
      Moved some content from website to autogenerated documentation to prevent from repeating the same content on multiple places. Added information about versioning and tagging. (Redmine issue: #3361)
      1225777a
    • Jan Mach's avatar
      Fix: Fixed minor bugs in documentation syntax. · 25a83071
      Jan Mach authored
      The Sphinx-doc reported various minor bugs when generating the documentation. These should be fixed now. (Redmine issue: #3361)
      25a83071
    • Jan Mach's avatar
      Improved documentation index page. · 1414acf2
      Jan Mach authored
      * Added section for useful links and references.
      * Created substitution to create direct link to Git revision page in our project support system.
      * Created substitution for easy generation of documentation links.
      
      (Redmine issue: #3361)
      1414acf2
  12. Sep 26, 2018
  13. Sep 25, 2018
  14. Sep 21, 2018
  15. Sep 06, 2018
    • Jan Mach's avatar
      Big documenation improvements. · 0b069aa0
      Jan Mach authored
      Improved documentation with focus on possible developers, so the Overview and Development section were greatly improved. (Redmine issue: #3361)
      0b069aa0
  16. Sep 01, 2018
  17. Aug 13, 2018
  18. Aug 03, 2018
  19. Aug 02, 2018
  20. Jul 27, 2018
  21. Jul 26, 2018
  22. Jul 23, 2018
  23. Jul 18, 2018
  24. Jul 17, 2018
  25. Jul 16, 2018
    • Jan Mach's avatar
      Implemented new Hawat pluggable module: changelogs. · 0e916daf
      Jan Mach authored
      Hawat can now track item changes and display them through new changelogs pluggable module. This feature can be used for monitoring changes done on various items like user and group account settings. This patch contains complete work including enhancements of database model. (Redmine issue: #3734)
      0e916daf
  26. Jul 13, 2018
Loading