Skip to content

Circleci project setup#379

Merged
Dargon789 merged 27 commits intomainfrom
circleci-project-setup
May 28, 2025
Merged

Circleci project setup#379
Dargon789 merged 27 commits intomainfrom
circleci-project-setup

Conversation

@Dargon789
Copy link
Copy Markdown
Owner

@Dargon789 Dargon789 commented May 28, 2025

Description

Please include a brief summary of the change.

Type of change

  • Chore (non-breaking change that addresses non-functional tasks, maintenance, or code quality improvements)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Associated Issues

For Linear issues: Closes APKT-xxx
For GH issues: closes #...

Showcase (Optional)

If there is a UI change include the screenshots with before and after state.
If new feature is being introduced, include the link to demo recording.

Checklist

  • Code in this PR is covered by automated tests (Unit tests, E2E tests)
  • My changes generate no new warnings
  • I have reviewed my own code
  • I have filled out all required sections
  • I have tested my changes on the preview link
  • Approver of this PR confirms that the changes are tested on the preview link

Summary by Sourcery

Add initial CircleCI configuration to set up CI pipeline with AWS CLI orb.

CI:

  • Introduce .circleci/config.yml using CircleCI version 2.1
  • Integrate aws-cli orb v2.0.3 for AWS CLI setup
  • Define an example Docker-based job and corresponding workflow

Sam-Newman and others added 27 commits May 10, 2025 05:17
Co-authored-by: TomTom <rtomas@gmail.com>
Co-authored-by: Enes <enesozturk.d@gmail.com>
Co-authored-by: Derek <alexanderderekrein@gmail.com>
Co-authored-by: Sven <38101365+svenvoskamp@users.noreply.github.com>
Co-authored-by: tomiir <rocchitomas@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Enes <enesozturk.d@gmail.com>
Co-authored-by: Derek <alexanderderekrein@gmail.com>
… not supported (reown-com#4026)

Co-authored-by: tomiir <rocchitomas@gmail.com>
… list (reown-com#4300)

Co-authored-by: Derek <alexanderderekrein@gmail.com>
Co-authored-by: MK <mago.khamidov@gmail.com>
Co-authored-by: MK <53529533+magiziz@users.noreply.github.com>
@codesandbox
Copy link
Copy Markdown

codesandbox bot commented May 28, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@bolt-new-by-stackblitz
Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai bot commented May 28, 2025

Reviewer's Guide

Add initial CircleCI setup by introducing a config file that uses version 2.1, imports the AWS CLI orb, defines a sample Docker-based job, and orchestrates it in a workflow.

File-Level Changes

Change Details Files
Add initial CircleCI configuration
  • Specify CircleCI pipeline version 2.1
  • Import aws-cli orb (circleci/aws-cli@2.0.3)
  • Define example-job using cimg/base:stable Docker image with aws-cli/setup step
  • Create example-workflow to execute the example-job
.circleci/config.yml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@vercel
Copy link
Copy Markdown

vercel bot commented May 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
appkit-builder-mgkr ❌ Failed (Inspect) May 28, 2025 0:20am
web3game ❌ Failed (Inspect) May 28, 2025 0:20am

@snyk-io
Copy link
Copy Markdown

snyk-io bot commented May 28, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

Copy link
Copy Markdown

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey @Dargon789 - I've reviewed your changes and found some issues that need to be addressed.

Here's what I looked at during the review
  • 🟢 General issues: all looks good
  • 🟢 Security: all looks good
  • 🟢 Testing: all looks good
  • 🟢 Complexity: all looks good
  • 🟢 Documentation: all looks good

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Repository owner deleted a comment from vercel bot May 28, 2025
@Dargon789 Dargon789 merged commit 5338286 into main May 28, 2025
16 of 27 checks passed
@Dargon789 Dargon789 deleted the circleci-project-setup branch May 28, 2025 00:25
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.

8 participants