Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14.0] : code_tracker #274

Open
wants to merge 8 commits into
base: 14.0
Choose a base branch
from
Open

[14.0] : code_tracker #274

wants to merge 8 commits into from

Conversation

syera94
Copy link

@syera94 syera94 commented May 23, 2023

@sebastienbeau @Kev-Roche

To check the code tracker.
Test works on my local.
Thanks in advance

@codecov
Copy link

codecov bot commented May 23, 2023

Codecov Report

Merging #274 (043ffa5) into 14.0 (2ff0747) will decrease coverage by 1.09%.
The diff coverage is 40.62%.

@@            Coverage Diff             @@
##             14.0     #274      +/-   ##
==========================================
- Coverage   78.79%   77.71%   -1.09%     
==========================================
  Files          98      103       +5     
  Lines        1099     1131      +32     
  Branches      209      211       +2     
==========================================
+ Hits          866      879      +13     
- Misses        201      220      +19     
  Partials       32       32              
Impacted Files Coverage Δ
code_tracker/tests/test_tracker_trace.py 5.00% <5.00%> (ø)
code_tracker/__init__.py 100.00% <100.00%> (ø)
code_tracker/models/__init__.py 100.00% <100.00%> (ø)
code_tracker/models/tracker_code_info.py 100.00% <100.00%> (ø)
code_tracker/tests/__init__.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@Kev-Roche Kev-Roche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing translation

"model_name": model_name,
"running_time": running_time,
"user": user,
"log_trace": log_trace,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change the name "log_trace" by trace since it is not related to the logs

@@ -0,0 +1,2 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
"access_tracker_code_info_group_system","tracker code info groupe systeme","model_tracker_code_info","base.group_system",1,1,1,0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add unlink possibility

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants