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

Update Control Plane link #159

Merged
merged 1 commit into from
May 16, 2024
Merged

Update Control Plane link #159

merged 1 commit into from
May 16, 2024

Conversation

samueldemoura
Copy link
Contributor

@samueldemoura samueldemoura commented May 15, 2024

Updates the README so the Control Plane link goes to our landing page.

Summary by CodeRabbit

  • Documentation
    • Updated URL in the configuration documentation to reflect the new domain: https://shakacode.controlplane.com.

@samueldemoura samueldemoura self-assigned this May 15, 2024
Copy link

coderabbitai bot commented May 15, 2024

Walkthrough

The primary change involves updating a URL in the config/initializers/cypress_on_rails.rb file. The URL in the <a> tag has been modified from "https://controlplane.com" to "https://shakacode.controlplane.com" to reflect a more specific subdomain.

Changes

File Summary
config/initializers/cypress_on_rails.rb Updated URL in <a> tag to a more specific subdomain.

Poem

In the land of code where URLs roam,
A change was made to guide us home.
From controlplane to shakacode,
A clearer path where data flowed.
🐰✨
CodeRabbit cheers, the change is done,
Now onward to new tasks, one by one!


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>.
    • 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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @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.

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 as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration 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.

Copy link

cypress bot commented May 15, 2024

Passing run #113 ↗︎

0 10 0 0 Flakiness 0

Details:

Merge 36263fd into 1577204...
Project: cypress-on-rails Commit: 8e2b12b6c5 ℹ️
Status: Passed Duration: 00:14 💡
Started: May 15, 2024 5:25 PM Ended: May 15, 2024 5:25 PM

Review all test suite changes for PR #159 ↗︎

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Out of diff range and nitpick comments (32)
README.md (32)

Line range hint 9-9: Consider rephrasing "Feel free to" to make the writing more professional.

- Feel free to engage in discussions around this gem at our [Slack Channel](https://join.slack.com/t/reactrails/shared_invite/enQtNjY3NTczMjczNzYxLTlmYjdiZmY3MTVlMzU2YWE0OWM0MzNiZDI0MzdkZGFiZTFkYTFkOGVjODBmOWEyYWQ3MzA2NGE1YWJjNmVlMGE) or our [forum category for Cypress](https://forum.shakacode.com/c/cypress-on-rails/55).
+ You are welcome to engage in discussions around this gem at our [Slack Channel](https://join.slack.com/t/reactrails/shared_invite/enQtNjY3NTczMjczNzYxLTlmYjdiZmY3MTVlMzU2YWE0OWM0MzNiZDI0MzdkZGFiZTFkYTFkOGVjODBmOWEyYWQ3MzA2NGE1YWJjNmVlMGE) or our [forum category for Cypress](https://forum.shakacode.com/c/cypress-on-rails/55).

Line range hint 29-29: Unpaired symbol: ‘]’ seems to be missing.

- Gem for using [cypress.io](http://github.com/cypress-io/) or [playwright.dev](https://playwright.dev/) in Rails and Ruby Rack applications with the goal of controlling state as mentioned in [Cypress Best Practices](https://docs.cypress.io/guides/references/best-practices.html#Organizing-Tests-Logging-In-Controlling-State)
+ Gem for using [cypress.io](http://github.com/cypress-io/) or [playwright.dev](https://playwright.dev/) in Rails and Ruby Rack applications with the goal of controlling state as mentioned in [Cypress Best Practices](https://docs.cypress.io/guides/references/best-practices.html#Organizing-Tests-Logging-In-Controlling-State)]

Line range hint 95-95: Consider replacing "get" with "are" for a more formal tone.

- Now you can create scenarios and commands that are plain Ruby files that get loaded through middleware, the ruby sky is your limit.
+ Now you can create scenarios and commands that are plain Ruby files that are loaded through middleware, the ruby sky is your limit.

Line range hint 114-114: Possible typo: repeated word "WARNING".

- ### WARNING
- *WARNING!!:* cypress-on-rails can execute arbitrary ruby code
+ ### WARNING
+ *WARNING:* cypress-on-rails can execute arbitrary ruby code

Line range hint 115-115: Consider adding a comma for clarity.

- cypress-on-rails can execute arbitrary ruby code Please use with extra caution if starting your local server on 0.0.0.0 or running the gem on a hosted server
+ cypress-on-rails can execute arbitrary ruby code. Please use with extra caution if starting your local server on 0.0.0.0 or running the gem on a hosted server

Line range hint 323-323: Consider using a synonym for "test" to strengthen the writing.

- Please test and give feedback.
+ Please evaluate and provide feedback.

Line range hint 545-545: If this is a compound adjective, use a hyphen.

- The following companies support our open source projects, and ShakaCode uses their products!
+ The following companies support our open-source projects, and ShakaCode uses their products!

Line range hint 370-370: Remove multiple consecutive blank lines.

- <br />
- <br />
+ <br />

Line range hint 17-17: Headings should be surrounded by blank lines.

- # CypressOnRails
+ 
+ # CypressOnRails

Line range hint 22-22: Headings should be surrounded by blank lines.

- # Totally new to Cypress?
+ 
+ # Totally new to Cypress?

Line range hint 44-44: Headings should be surrounded by blank lines.

- # Totally new to Playwright?
+ 
+ # Totally new to Playwright?

Line range hint 114-114: Headings should be surrounded by blank lines.

- ### WARNING
+ 
+ ### WARNING

Line range hint 212-212: Headings should be surrounded by blank lines.

- ### Update your database.yml
+ 
+ ### Update your database.yml

Line range hint 105-105: Fenced code blocks should be surrounded by blank lines.

- For example:
```yaml
+ For example:
+ 
```yaml

Line range hint 173-173: Fenced code blocks should be surrounded by blank lines.

- ```ruby
+ 
```ruby

Line range hint 177-177: Fenced code blocks should be surrounded by blank lines.

- ```js
+ 
```js

Line range hint 192-192: Fenced code blocks should be surrounded by blank lines.

- ```ruby
+ 
```ruby

Line range hint 213-213: Fenced code blocks should be surrounded by blank lines.

- ```shell
+ 
```shell

Line range hint 245-245: Fenced code blocks should be surrounded by blank lines.

- ```ruby
+ 
```ruby

Line range hint 254-254: Fenced code blocks should be surrounded by blank lines.

- ```js
+ 
```js

Line range hint 271-271: Fenced code blocks should be surrounded by blank lines.

- ```ruby
+ 
```ruby

Line range hint 277-277: Fenced code blocks should be surrounded by blank lines.

- ```js
+ 
```js

Line range hint 295-295: Fenced code blocks should be surrounded by blank lines.

- ```ruby
+ 
```ruby

Line range hint 304-304: Fenced code blocks should be surrounded by blank lines.

- ```js
+ 
```js

Line range hint 492-492: Fenced code blocks should be surrounded by blank lines.

- ```js
+ 
```js

Line range hint 33-33: Lists should be surrounded by blank lines.

- * [Good start Here](https://docs.cypress.io/examples/tutorials.html#Best-Practices)
+ 
* [Good start Here](https://docs.cypress.io/examples/tutorials.html#Best-Practices)

Line range hint 39-39: Lists should be surrounded by blank lines.

- * [Good start Here](https://playwright.dev/docs/writing-tests)
+ 
* [Good start Here](https://playwright.dev/docs/writing-tests)

Line range hint 45-45: Lists should be surrounded by blank lines.

- * use database_cleaner before each test
+ 
* use database_cleaner before each test

Line range hint 84-84: Lists should be surrounded by blank lines.

- * `config/initializers/cypress_on_rails.rb` used to configure Cypress on Rails
+ 
* `config/initializers/cypress_on_rails.rb` used to configure Cypress on Rails

Line range hint 368-368: Bare URL used.

- https://github.com/shakacode/cypress-on-rails/fork
+ [Fork it](https://github.com/shakacode/cypress-on-rails/fork)

Line range hint 490-490: Bare URL used.

- https://www.jetbrains.com
+ [JetBrains](https://www.jetbrains.com)

Line range hint 501-501: Bare URL used.

- https://scoutapp.com
+ [ScoutAPM](https://scoutapp.com)
Review Details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits Files that changed from the base of the PR and between 1577204 and 36263fd.
Files selected for processing (1)
  • README.md (1 hunks)
Additional Context Used
LanguageTool (7)
README.md (7)

Near line 9: The phrase ‘feel free to’ is used quite frequently. Consider using a less frequent alternative to set your writing apart from others and make it sound more professional.
Context: ...ode.com/blog/client-engagement-model/). Feel free to engage in discussions around this gem a...


Near line 29: Unpaired symbol: ‘]’ seems to be missing
Context: ...al of controlling state as mentioned in [Cypress Best Practices](https://docs.cyp...


Near line 95: The verb “get” can be informal. Consider replacing it with a form of “to be”.
Context: ...commands that are plain Ruby files that get loaded through middleware, the ruby sky is you...


Near line 114: Possible typo: you repeated a word
Context: ...default database: my_db_test ``` ### WARNING WARNING!!: cypress-on-rails can execute arbitr...


Near line 115: Consider adding a comma here.
Context: ...on-rails can execute arbitrary ruby code Please use with extra caution if starting your...


Near line 323: Try using a synonym here to strengthen your writing.
Context: ...(matching npm package) Please test and give feedback. Add the npm package: ``` ya...


Near line 545: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: .../> The following companies support our open source projects, and ShakaCode uses their prod...

Additional comments not posted (1)
README.md (1)

519-521: Update Control Plane link to the new domain.

The URL has been correctly updated to "https://shakacode.controlplane.com" as per the PR objectives.

@justin808 justin808 merged commit 52cfca4 into master May 16, 2024
3 of 4 checks passed
@justin808 justin808 deleted the chore/update-cpln-link branch May 16, 2024 00:02
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.

None yet

2 participants