Commit Graph

14 Commits (20a6ddf4b50f0a84333532f25b22abfc43f8b82c)

Author SHA1 Message Date
Florent Cayré 6bc276d62a [17.0][FIX] module_analysis: interpret exclude_directories as relative to module's folder
Fixes #3042.
2024-10-11 09:59:38 +02:00
Florian da Costa 6e1116117c [IMP] module_analysis : allow to pass a custom domain to the analysis cron.
Usefull if we want to analyse the code for uninstalled modules for instance
2024-09-12 10:41:54 +02:00
KevinKhao 6e217dc395 [IMP] Add SCSS SLOC measure 2024-09-12 10:41:54 +02:00
Florian da Costa 4d71e0bc06 [IMP] Remove automatic analyse at installation and update
Analyse can take some time and a cron task can do it every day if needed, no need to recompute it in real time
2024-09-12 10:41:54 +02:00
Sylvain LE GAL b211217cf1 [FIX+IMP] module_analysis : remove analysis when updating modules, because the analysis is partial (it also make the update slower) ; Add instead a cron task that is executed nightly to update analysis automatically 2024-09-12 10:41:54 +02:00
Roy Le 4fd562e47b [FIX] module_analysis: correct syntax 2024-09-12 10:41:54 +02:00
Telmo Santos 667e1ac9c0 Fix _get_files_to_analyse 2024-09-12 10:41:54 +02:00
Telmo Santos aee3e3fe68 [Fix] author_txt_list assign 2024-09-12 10:41:54 +02:00
Telmo Santos 02e4339509 fixup! [MIG] module_analysis: Migration to 13.0 2024-09-12 10:41:54 +02:00
Telmo Santos 54e1769043 Remove anonymous variable _ 2024-09-12 10:41:54 +02:00
Telmo Santos 949a09aca0 Fix pre-commit warnings 2024-09-12 10:41:54 +02:00
Telmo Santos d23babebb0 [MIG] module_analysis: Migration to 13.0 2024-09-12 10:41:54 +02:00
Telmo Santos cbe64de0f0 [IMP] module_analysis: black, isort, prettier 2024-09-12 10:41:54 +02:00
Sylvain LE GAL 4b68360db6 [ADD] new module module_analysis
fixup! [ADD] new module module_analysis

fixup! fixup! [ADD] new module module_analysis

fixup! fixup! fixup! [ADD] new module module_analysis

fixup! fixup! fixup! fixup! [ADD] new module module_analysis

IMP exception message

fixup! fixup! fixup! fixup! fixup! [ADD] new module module_analysis

[REF] remove use of cloc. use pygount librairy instead

fixup! [REF] remove use of cloc. use pygount librairy instead

fixup! fixup! [REF] remove use of cloc. use pygount librairy instead

Apply suggestions from code review

Co-Authored-By: David Beal <david.beal@akretion.com>

Update module_analysis/views/menu.xml

Co-Authored-By: David Beal <david.beal@akretion.com>

Update module_analysis/tests/test_module.py

Co-Authored-By: David Beal <david.beal@akretion.com>

Update module_analysis/readme/CONFIGURE.rst

Co-Authored-By: David Beal <david.beal@akretion.com>

[IMP] handle encoding

[UPD] Update module_analysis.pot

[UPD] README.rst

[UPD] README.rst
2024-09-12 10:41:54 +02:00