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

fix(RHTAPREL-278): add copyright to match_conditions.go #322

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jinqi7
Copy link

@jinqi7 jinqi7 commented Dec 9, 2023

For debugging CI issue...

@jinqi7 jinqi7 requested review from a team, theflockers, ralphbean, davidmogar, johnbieren, cuipinghuo, happybhati and Troy876 and removed request for a team December 9, 2023 20:11
@jinqi7
Copy link
Author

jinqi7 commented Dec 9, 2023

/retest

@@ -1,3 +1,19 @@
/*
Copyright 2022.
Copy link
Collaborator

Choose a reason for hiding this comment

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

wrong year

Copy link
Author

Choose a reason for hiding this comment

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

Thanks. I am using the PR for testing the PR in e2e-tests.

@jinqi7 jinqi7 force-pushed the RP_RPA_reconcile branch 2 times, most recently from 7a93140 to b09867d Compare December 10, 2023 23:04
@jinqi7 jinqi7 marked this pull request as draft December 10, 2023 23:09
Copy link
Collaborator

@davidmogar davidmogar left a comment

Choose a reason for hiding this comment

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

The right copyright notice to use is the following one:

/*
Copyright 2023 Red Hat Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

Probably we have to update other notices as well to include the company.

Copy link

sonarcloud bot commented Dec 13, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@jinqi7
Copy link
Author

jinqi7 commented Dec 13, 2023

/retest

Copy link

codecov bot commented Jan 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.65%. Comparing base (7cc7c99) to head (c6c6311).
Report is 4 commits behind head on main.

❗ Current head c6c6311 differs from pull request most recent head e47185b. Consider uploading reports for the commit e47185b to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #322      +/-   ##
==========================================
+ Coverage   84.58%   84.65%   +0.07%     
==========================================
  Files          29       26       -3     
  Lines        1654     1382     -272     
==========================================
- Hits         1399     1170     -229     
+ Misses        175      152      -23     
+ Partials       80       60      -20     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

sonarcloud bot commented Jan 22, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@ralphbean ralphbean removed their request for review February 5, 2024 13:13
@jinqi7 jinqi7 marked this pull request as ready for review March 4, 2024 09:57
@jinqi7 jinqi7 requested a review from a team as a code owner March 4, 2024 09:57
@jinqi7 jinqi7 marked this pull request as draft March 4, 2024 11:51
johnbieren
johnbieren previously approved these changes Mar 4, 2024
Copy link

openshift-ci bot commented Mar 5, 2024

New changes are detected. LGTM label has been removed.

@jinqi7 jinqi7 marked this pull request as ready for review March 5, 2024 01:17
@jinqi7 jinqi7 force-pushed the RP_RPA_reconcile branch 2 times, most recently from ff8c941 to c6c6311 Compare March 5, 2024 02:44
@jinqi7
Copy link
Author

jinqi7 commented Mar 5, 2024

/retest

@jinqi7 jinqi7 marked this pull request as draft March 5, 2024 09:39
@jinqi7 jinqi7 marked this pull request as ready for review March 11, 2024 11:41
@johnbieren
Copy link
Collaborator

@jinqi7 what is this PR for? It seems one day it is adding a copyright like the title says, and the next it is adding thousands of lines of change. And it keeps switching between those two

Service logs were being cluttered whenever the ReleasePlan was created
before the Application. With this change, the error when trying to
find the Application is ignored and the ReleasePlan is set to be
reconciled after a minute.

Signed-off-by: David Moreno García <damoreno@redhat.com>
Copy link

sonarcloud bot commented Mar 13, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

openshift-ci bot commented Mar 13, 2024

@jinqi7: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/release-service-e2e f869f17 link true /test release-service-e2e

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@jinqi7 jinqi7 marked this pull request as draft March 26, 2024 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants