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

tasks code and task history displayed in app panel #360

Merged
merged 22 commits into from
Sep 11, 2024

Conversation

deepakdinesh1123
Copy link
Contributor

No description provided.

@kc-diabeat
Copy link
Contributor

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.

@kc-diabeat
Copy link
Contributor

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.

@kc-diabeat
Copy link
Contributor

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.

@kc-diabeat
Copy link
Contributor

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.

Copy link
Contributor

Choose a reason for hiding this comment

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

@prem056627 Please remove this file

Copy link
Contributor

Choose a reason for hiding this comment

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

removed

Copy link
Contributor

Choose a reason for hiding this comment

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

@prem056627 please revert this change

Copy link
Contributor

Choose a reason for hiding this comment

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

@prem056627 Please revert this change

@@ -1 +1 @@
{ "buildMajor": 0, "buildMinor": 3, "buildPatch": 0, "buildTag": "" }
{"buildMajor":0,"buildMinor":3,"buildPatch":1,"buildTag":""}
Copy link
Contributor

Choose a reason for hiding this comment

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

@prem056627 Please revert changes of this file

@kc-diabeat
Copy link
Contributor

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.

@kc-diabeat
Copy link
Contributor

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.

Copy link
Contributor

Choose a reason for hiding this comment

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

remove this file

Copy link
Contributor

Choose a reason for hiding this comment

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

please revert this change

Copy link
Contributor

Choose a reason for hiding this comment

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

please revert this change

@@ -70,6 +78,7 @@ def post(self, request, app_uuid, *args, **kwargs):
tenant = TenantModel.objects.get(uuid=app_uuid)
connection.set_tenant(tenant)
with connection.cursor() as c:
ws = Workspace.get_plugin_source()
Copy link
Contributor

Choose a reason for hiding this comment

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

@deepakdinesh1123 Is this needed over here? because below we are creating new Workspace instance

@kc-diabeat
Copy link
Contributor

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.

@kc-diabeat
Copy link
Contributor

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.

@kc-diabeat
Copy link
Contributor

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.

@@ -101,6 +102,7 @@ export default function AppTaskManagement() {
</div>
<UpdateTaskModal />
<RemoveAllPoliciesModal />
Copy link
Member

Choose a reason for hiding this comment

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

@prem056627 can you check if this RemoveAllPoliciesModal is required, if not remove it


return (
<div className="overflow-y-auto">
{console.log('TaskHistoryData',TaskHistoryData)}
Copy link
Member

Choose a reason for hiding this comment

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

@prem056627 remove console log

Copy link
Contributor

Choose a reason for hiding this comment

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

@prem056627 Can you please remove this ?


console.log('appTaskManagementData....', rowData.id);
dispatch(openIsTaskHistoryModalOpen(true));
console.log('isTaskHistoryModalOpen...', isTaskHistoryModalOpen);
Copy link
Member

Choose a reason for hiding this comment

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

@prem056627 remove console logs

@kc-diabeat
Copy link
Contributor

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.

@kc-diabeat
Copy link
Contributor

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.

@kc-diabeat
Copy link
Contributor

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.

@shahharsh176 shahharsh176 merged commit acee998 into main Sep 11, 2024
5 checks passed
@shahharsh176 shahharsh176 deleted the feat/tasks_docstring branch September 11, 2024 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants