-
Notifications
You must be signed in to change notification settings - Fork 29
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
base: 14.0
Are you sure you want to change the base?
Conversation
Codecov Report
@@ 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
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing translation
code_tracker/decorators.py
Outdated
"model_name": model_name, | ||
"running_time": running_time, | ||
"user": user, | ||
"log_trace": log_trace, |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add unlink possibility
@sebastienbeau @Kev-Roche
To check the code tracker.
Test works on my local.
Thanks in advance