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

Build Filters for Telco #150

Merged
merged 9 commits into from
Jan 20, 2025
Merged

Conversation

MVarshini
Copy link
Collaborator

Type of change

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

Description

Build Filters for Telco Tab

Related Tickets & Documents

  • Related Issue #
  • Closes #

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.

Copy link
Collaborator

@dbutenhof dbutenhof left a comment

Choose a reason for hiding this comment

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

Comments & questions ...

backend/app/services/search.py Show resolved Hide resolved
backend/app/services/search.py Outdated Show resolved Hide resolved
backend/app/services/search.py Outdated Show resolved Hide resolved
backend/app/services/search.py Outdated Show resolved Hide resolved
backend/app/services/search.py Outdated Show resolved Hide resolved
backend/app/services/search.py Outdated Show resolved Hide resolved
frontend/src/actions/quayActions.js Outdated Show resolved Hide resolved
backend/app/api/v1/commons/telco.py Outdated Show resolved Hide resolved
backend/app/api/v1/commons/utils.py Outdated Show resolved Hide resolved
backend/app/services/search.py Outdated Show resolved Hide resolved
backend/app/api/v1/endpoints/ocp/ocpJobs.py Outdated Show resolved Hide resolved
backend/app/services/splunk.py Outdated Show resolved Hide resolved
backend/app/services/splunk.py Outdated Show resolved Hide resolved
backend/app/services/splunk.py Outdated Show resolved Hide resolved
frontend/src/actions/ocpActions.js Outdated Show resolved Hide resolved
backend/app/api/v1/endpoints/quay/quayJobs.py Outdated Show resolved Hide resolved
backend/app/api/v1/endpoints/telco/telcoJobs.py Outdated Show resolved Hide resolved
frontend/src/actions/ocpActions.js Outdated Show resolved Hide resolved
Copy link
Collaborator

@dbutenhof dbutenhof left a comment

Choose a reason for hiding this comment

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

You've inherited the same poetry 2.0 problems from the updated stream9 base image, so we'll need a merge and cleanup before it can finish. I also found some minor new comments; but this is looking good.

backend/app/api/v1/commons/utils.py Outdated Show resolved Hide resolved
backend/app/api/v1/commons/utils.py Outdated Show resolved Hide resolved
backend/app/api/v1/endpoints/ocp/ocpJobs.py Outdated Show resolved Hide resolved
backend/app/api/v1/endpoints/ocp/ocpJobs.py Outdated Show resolved Hide resolved
backend/app/api/v1/endpoints/quay/quayJobs.py Outdated Show resolved Hide resolved
backend/app/api/v1/endpoints/quay/quayJobs.py Show resolved Hide resolved
backend/app/api/v1/endpoints/telco/telcoJobs.py Outdated Show resolved Hide resolved
frontend/src/actions/telcoActions.js Outdated Show resolved Hide resolved
frontend/src/actions/ocpActions.js Outdated Show resolved Hide resolved
Copy link
Member

@jaredoconnell jaredoconnell left a comment

Choose a reason for hiding this comment

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

This should be ready once me and Dave's comments are addressed.

backend/app/api/v1/endpoints/quay/quayJobs.py Outdated Show resolved Hide resolved
backend/app/api/v1/endpoints/quay/quayJobs.py Show resolved Hide resolved
backend/app/api/v1/endpoints/telco/telcoJobs.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@dbutenhof dbutenhof left a comment

Choose a reason for hiding this comment

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

I think a few aspects could be incrementally improved (including consistency in the ":" vs "." issue); but at this point I'm going to say "this passes the threshold". On the other hand, I don't think "approval" is meaningful since we really need to have Vishnu's poetry fix merged up to revamp.

backend/app/api/v1/commons/utils.py Outdated Show resolved Hide resolved
frontend/src/actions/ocpActions.js Outdated Show resolved Hide resolved
"/api/v1/telco/filters",
summary="Returns data to build the filter",
description="Returns a list of jobs in the specified dates of requested size. \
If not dates are provided the API will use the following values as defaults. \
Copy link
Collaborator

Choose a reason for hiding this comment

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

You took Jared's suggestion of using "the following values as defaults:" with the ":" rather than "." in at least one instance, but not consistently. I'd prefer consistency.

Copy link
Collaborator

@dbutenhof dbutenhof left a comment

Choose a reason for hiding this comment

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

There's still Jared's ":" vs "." comment; but that's minor, so I'll approve and let you decide whether to complete that change.

@dbutenhof dbutenhof merged commit 6f0dfc9 into cloud-bulldozer:revamp Jan 20, 2025
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