-
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
feat: added frontend build generation workflow #316
Conversation
The build artifact is available in the artifact section here. You can download it and place the build file under backend/src/zango/assets/app_panel/js for local testing and verification. |
The build artifact is available in the artifact section here. You can download it and place the build file under backend/src/zango/assets/app_panel/js for local testing and verification. |
…lane-Technologies/zelthy3 into feat/fe-build-generation-workflow
The build artifact is available in the artifact section here. You can download it and place the build file under backend/src/zango/assets/app_panel/js for local testing and verification. |
* 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]>
* 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]>
What does it do?
This PR introduces a new build generation a workflow for frontend.