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

Akasha/v0.47.10 #22380

Closed
Closed

Conversation

starlinklab
Copy link

@starlinklab starlinklab commented Oct 27, 2024

Description

Closes: #XXXX


Author Checklist

All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

I have...

  • included the correct type prefix in the PR title, you can find examples of the prefixes below:
  • confirmed ! in the type prefix if API or client breaking change
  • targeted the correct branch (see PR Targeting)
  • provided a link to the relevant issue or specification
  • reviewed "Files changed" and left comments if necessary
  • included the necessary unit and integration tests
  • added a changelog entry to CHANGELOG.md
  • updated the relevant documentation or specification, including comments for documenting Go code
  • confirmed all CI checks have passed

Reviewers Checklist

All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.

Please see Pull Request Reviewer section in the contributing guide for more information on how to review a pull request.

I have...

  • confirmed the correct type prefix in the PR title
  • confirmed all author checklist items have been addressed
  • reviewed state machine logic, API design and naming, documentation is accurate, tests and test coverage

Summary by CodeRabbit

  • New Features

    • Introduced new bug report and feature request templates for improved user submissions.
    • Added a new workflow for building documentation upon pull request labeling.
    • Enhanced the epic issue template for better feature proposals.
  • Bug Fixes

    • Updated various workflows to ensure compatibility with the latest Go version and actions.
  • Documentation

    • Revised CONTRIBUTING.md and CODING_GUIDELINES.md for clarity and updated procedures.
    • Removed outdated files and sections to streamline information.
  • Chores

    • Removed obsolete configuration files and workflows to improve repository cleanliness.

Copy link
Contributor

coderabbitai bot commented Oct 27, 2024

Caution

Review failed

The pull request is closed.

Walkthrough

This pull request involves the deletion of various configuration files and templates related to the Cosmos SDK project, including .coderabbit.yml, .github/.codespellignore, and multiple issue and pull request templates. New templates for bug reports, feature requests, and epics have been introduced. Additionally, several workflows have been added or modified, focusing on documentation builds, cherry-picking commits, and static analysis. The changes reflect a significant reorganization of the repository's configuration and documentation processes.

Changes

File Path Change Summary
.coderabbit.yml Configuration file removed.
.github/.codespellignore Configuration file removed.
.github/ISSUE_TEMPLATE/bug-report.md New bug report template added.
.github/ISSUE_TEMPLATE/bug-report.yml Template removed.
.github/ISSUE_TEMPLATE/documentation.yml Template removed.
.github/ISSUE_TEMPLATE/epics.md New epic issue template added.
.github/ISSUE_TEMPLATE/epics.yml Template removed.
.github/ISSUE_TEMPLATE/feature-request.md New feature request template added.
.github/ISSUE_TEMPLATE/feature-request.yml Template removed.
.github/ISSUE_TEMPLATE/module-readiness-checklist.md Documentation link updated.
.github/ISSUE_TEMPLATE/qa.md Template removed.
.github/PULL_REQUEST_TEMPLATE.md Modifications for clarity and organization.
.github/PULL_REQUEST_TEMPLATE/docs.md New documentation pull request template added.
.github/PULL_REQUEST_TEMPLATE/other.md New other pull request template added.
.github/codeql/config.yml Configuration file removed.
.github/dependabot.yml Modifications to package ecosystem entries and schedules.
.github/issue_labeler.yml Configuration file removed.
.github/labeler.yml New label configurations added for automated labeling.
.github/pr_labeler.yml Configuration file removed.
.github/workflows/build-docs.yml New workflow added for building documentation.
.github/workflows/build.yml Modifications to workflow triggers and job configurations.
.github/workflows/changelog-reminder.yml Workflow removed.
.github/workflows/codeql-analysis.yml Updates to action versions and configuration.
.github/workflows/consensuswarn.yml Workflow removed.
.github/workflows/dependabot-update-all.yml Modifications to actions and job steps.
.github/workflows/dependencies-review.yml Updated to streamline execution on pull requests.
.github/workflows/docker.yml Updates to action versions for Docker image building.
.github/workflows/fork-cherry-pick.yml New workflow added for cherry-picking commits.
.github/workflows/gosec.yml Modifications to trigger conditions and action arguments.
.github/workflows/issue_labeler.yml Workflow removed.
.github/workflows/issues.yml Workflow removed.
.github/workflows/labeler.yml New workflow added for automated labeling of pull requests.
.github/workflows/lint-pr.yml Modifications to permissions and error handling steps removed.
.github/workflows/lint.yml Modifications to job steps and action versions.
.github/workflows/md-link-checker.yml Trigger updated to a scheduled event.
.github/workflows/misspell.yml Workflow removed.
.github/workflows/pr-go-mod-tidy-mocks.yml Workflow removed.
.github/workflows/pr_labeler.yml Workflow removed.
.github/workflows/project.yml New workflow added to add PRs to a project.
.github/workflows/proto-docker.yml Updates to action versions for Docker image building.
.github/workflows/proto-registry.yml Modifications to trigger conditions and job steps.
.github/workflows/proto.yml Updates to action versions for lint and break-check jobs.
.github/workflows/release-confix.yml Workflow removed.
.github/workflows/release-cosmovisor.yml No alterations to the declarations of exported or public entities were made.
.github/workflows/release-rosetta.yml New workflow added for releasing Rosetta tool.
.github/workflows/release.yml Modifications to action versions and arguments.
.github/workflows/sims-045.yml New workflow added for Sims release 0.45.x.
.github/workflows/sims-046.yml New workflow added for Sims release 0.46.x.
.github/workflows/sims-047.yml New workflow added for Sims release 0.47.x.
.github/workflows/sims-050.yml Workflow removed.
.github/workflows/sims-052.yml Workflow removed.
.github/workflows/sims-nightly.yml Modifications to job configurations and action versions.
.github/workflows/sims.yml Modifications to job configurations and action versions.
.github/workflows/software-compat-v052.yml Workflow removed.
.github/workflows/stale.yml Action version downgraded and parameters updated.
.github/workflows/staticmajor.yml New workflow added for static analysis.
.github/workflows/test.yml Significant restructuring of jobs and workflows.
.github/workflows/v2-test.yml Workflow removed.
.gitignore Modifications to ignored files and directories.
.golangci.yml Modifications to linter settings and timeout configurations.
.goreleaser.yml Changelog generation settings updated.
.mergify.yml Backport rules updated.
.vscode/launch.json Configuration removed.
CODING_GUIDELINES.md Formatting and content updates for clarity.
CONTRIBUTING.md Structural and content modifications for contribution guidelines.
Dockerfile Base image updated to Go 1.19-alpine.
Makefile Significant restructuring of build and dependency management processes.
README.md Updates to links, images, and text content for clarity.
RELEASES.md Document removed.
RELEASE_NOTES.md Release notes for v0.47.10 added.
RELEASE_PROCESS.md Updates to release procedures and timelines.
ROADMAP.md Document removed.
SECURITY.md Restructured and updated security reporting guidelines.
UPGRADING.md Updates to reflect changes in the Cosmos SDK.
api/amino/amino.pulsar.go Extension removed from descriptorpb.FieldOptions.
api/cosmos/accounts/defaults/lockup/lockup.pulsar.go Type and methods related to lockup functionality removed.
api/cosmos/accounts/interfaces/account_abstraction/v1/interface.pulsar.go Types related to account abstraction removed.
api/cosmos/accounts/module/v1/module.pulsar.go Type and methods for the accounts module removed.
api/cosmos/accounts/testing/rotation/v1/partial.pulsar.go Types related to account rotation removed.
api/cosmos/accounts/v1/accounts.pulsar.go Protocol buffer definitions for accounts API removed.
api/cosmos/accounts/v1/genesis.pulsar.go Types related to genesis state and accounts removed.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant GitHub
    participant Workflow

    User->>GitHub: Create PR
    GitHub->>Workflow: Trigger PR Workflow
    Workflow->>GitHub: Validate Changes
    Workflow->>GitHub: Run Lint Checks
    Workflow->>GitHub: Build Documentation
    Workflow->>GitHub: Run Tests
    Workflow->>GitHub: Notify Success/Failure
Loading

Possibly related PRs

Suggested reviewers

  • sontrinh16
  • julienrbrt
  • tac0turtle

🐇 In the garden, changes bloom,
Files removed, making room.
New templates sprout, workflows align,
Documentation's path, clear and fine.
Hop along, let progress grow,
In the code, let our efforts show! 🌱


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@kocubinski
Copy link
Member

Not sure what this is, looks like it may have been opened by accident? Feel free to reopen if I'm mistaken.

@kocubinski kocubinski closed this Oct 27, 2024
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.

2 participants