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

[CCXDEV-12378] Revert unwanted changes #269

Merged

Conversation

juandspy
Copy link
Collaborator

Description

The InsightsDroid was admin on this repo so it merged unwanted changes automatically even though the CI was not passing.

This resets the repo to f8605aa.

for commit in $(git --no-pager log --pretty=format:"%H" $COMMIT_TO_REVERT_TO..HEAD)
do
    if git rev-parse --verify $commit^2 >/dev/null 2>&1
    then
        # This is a merge commit, so revert it with -m 1
        git revert --no-edit -m 1 $commit
    else
        # This is not a merge commit, so revert it normally
        git revert --no-edit $commit
    fi
done

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Testing steps

Checklist

  • make before_commit passes
  • updated documentation wherever necessary
  • added or modified tests if necessary
  • updated schemas and validators in insights-data-schemas in case of input/output change

…endabot/go_modules/github.com/spf13/viper-1.18.2"

This reverts commit 3e00a68, reversing
changes made to 2f83626.
…endabot/go_modules/github.com/DATA-DOG/go-sqlmock-1.5.2"

This reverts commit 2f83626, reversing
changes made to 9a79708.
…endabot/go_modules/github.com/minio/minio-go/v7-7.0.69"

This reverts commit 9a79708, reversing
changes made to d537928.
…endabot/go_modules/golang.org/x/crypto-0.17.0"

This reverts commit d537928, reversing
changes made to ae8c7c5.
…endabot/go_modules/github.com/redhatinsights/app-common-go-1.6.7"

This reverts commit ae8c7c5, reversing
changes made to 24ce469.
…endabot/go_modules/github.com/archdx/zerolog-sentry-1.8.2"

This reverts commit 24ce469, reversing
changes made to f8605aa.
@juandspy juandspy merged commit d5e22b0 into RedHatInsights:master Mar 20, 2024
13 of 14 checks 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