-
Notifications
You must be signed in to change notification settings - Fork 58
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
add: contribution doc and fix use_latest template tag #293
Conversation
d04b8dc
to
094ef37
Compare
f95b77d
to
9f9ab8f
Compare
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.
Can we also add the docstring for this function, including the rationale and the usage pattern? @deepakdinesh1123 @shahharsh176
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.
Also not sure why we are including this change in this PR..We will be having another PR where the template file for app panel is being updated to use this template tag. Shouldn't we have this change in that PR?
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.
It's already merged, that's why I included the fix in this PR
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.
@kc-diabeat added the docstring
* add: contribution doc and fix use_latest template tag fix * chore: add doc_string for use_latest filter --------- Co-authored-by: Harsh Shah <[email protected]>
* support for telemetry and logging * fixed incorrect middleware name * added docstrings and setup otel for loguru * sending logs to otel * init * django settings module variable set in post_fork * trace export error fixed * refactor: base settings * add: OTEL_RESOURCE_ATTRIBUTES env var * zango release workflow added (#301) * zango release workflow added * branch updated, workflow name corrected * version and changelog checks added * image link updated * feat: added frontend build generation workflow (#316) * autoincrement filter added * filter renamed * filter renamed * feat: added frontend build generation workflow * fix: api token added, LICENSE file removed --------- Co-authored-by: deepakdinesh1123 <[email protected]> Co-authored-by: Harsh Shah <[email protected]> * Deploy frontend build * add: contribution doc and fix use_latest template tag (#293) * add: contribution doc and fix use_latest template tag fix * chore: add doc_string for use_latest filter --------- Co-authored-by: Harsh Shah <[email protected]> * added version for dependencies (#320) * added version for dependencies * Update base.txt django-rest-knox version fixed * auditlogs now gets default timezone of host if timezone is not specified (#322) * auditlogs now gets default timezone of host if timezone is not specified * tzlocal removed * remove unused import --------- Co-authored-by: Harsh Shah <[email protected]> * support for telemetry and logging * otel resource attributes variable removed * python-dotenv removed * fix: shift handler and logger inside setup_setting for avoiding error on existing project --------- Co-authored-by: kc-diabeat <[email protected]> Co-authored-by: deepakdinesh1123 <[email protected]> Co-authored-by: Harsh Shah <[email protected]> Co-authored-by: deepakdinesh1123 <[email protected]> Co-authored-by: Ravi Patel <[email protected]> Co-authored-by: Harsh Shah <[email protected]>
No description provided.