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

Quay and Telco Tabs #112

Merged
merged 7 commits into from
Aug 30, 2024
Merged

Conversation

MVarshini
Copy link
Collaborator

Type of change

  • Refactor
  • New feature
  • Bug fix
  • Optimization
  • Documentation Update

Description

This PR includes Quay and Telco Tabs

Related Tickets & Documents

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.

Testing

  • Please describe the System Under Test.
  • Please provide detailed steps to perform tests related to this code change.
  • How were the fix/results from this change verified? Please provide relevant screenshots or results.

@MVarshini MVarshini self-assigned this Aug 20, 2024
pretty: true,
start_date: "2022-08-16",
end_date: "2024-08-16",
// ...(start_date && { start_date }),
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we cleanup this?

@vishnuchalla
Copy link
Collaborator

@MVarshini There isn't any trace for splunk dashboard links for telco here. Can we get them added in this PR as well please?

export const SET_TELCO_SORT_DIR = "SET_TELCO_SORT_DIR";
export const SET_TELCO_PAGE = "SET_TELCO_PAGE";
export const SET_TELCO_PAGE_OPTIONS = "SET_TELCO_PAGE_OPTIONS";
export const SET_TELCO_INIT_JOBS = "SET_OCP_INIT_JOBS";
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this action appropriate here?

Copy link
Member

@chentex chentex left a comment

Choose a reason for hiding this comment

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

Wow, this is definitely a new App! thanks for the effort @MVarshini!!!
Apart from the comments that @vishnuchalla, the only other thing I noticed is this:

  • I am in Quay page and it loads the jobs.
  • Move to Telco page, but for the current dates there are no jobs
  • table in Telco continues to show the Quay job list

I used the dates 24.Aug to 26.Aug in Telco

  • Also happens if I am in Telco and it's showing data from the 16.Aug to 26.Aug, and the update to 24.Aug to 26.Aug

I guess it's just the cleanup part of the table.

Again thank you very much for this changes @MVarshini !!

export const SET_QUAY_SORT_DIR = "SET_QUAY_SORT_DIR";
export const SET_QUAY_PAGE = "SET_QUAY_PAGE";
export const SET_QUAY_PAGE_OPTIONS = "SET_QUAY_PAGE_OPTIONS";
export const SET_QUAY_INIT_JOBS = "SET_OCP_INIT_JOBS";
Copy link
Member

Choose a reason for hiding this comment

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

I think this one is still crossed named

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Updated it

@MVarshini
Copy link
Collaborator Author

Wow, this is definitely a new App! thanks for the effort @MVarshini!!! Apart from the comments that @vishnuchalla, the only other thing I noticed is this:

  • I am in Quay page and it loads the jobs.
  • Move to Telco page, but for the current dates there are no jobs
  • table in Telco continues to show the Quay job list

I used the dates 24.Aug to 26.Aug in Telco

  • Also happens if I am in Telco and it's showing data from the 16.Aug to 26.Aug, and the update to 24.Aug to 26.Aug

I guess it's just the cleanup part of the table.

Again thank you very much for this changes @MVarshini !!

@chentex Thanks for the catch. Updated the code. Please check

@vishnuchalla
Copy link
Collaborator

vishnuchalla commented Aug 27, 2024

Screenshot from 2024-08-27 11-19-18
Still some values in Telco are missing. For example when I expand a row, I do not see some placeholder values.

Copy link
Collaborator

@vishnuchalla vishnuchalla left a comment

Choose a reason for hiding this comment

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

lgtm

@vishnuchalla vishnuchalla merged commit 685b6aa into cloud-bulldozer:revamp Aug 30, 2024
1 check passed
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.

3 participants