-
Notifications
You must be signed in to change notification settings - Fork 18
LINE - correcting name of components #617
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
base: dev
Are you sure you want to change the base?
Conversation
WalkthroughThe version in the appmixer.line bundle.json file was updated from 1.0.0 to 1.0.1. A changelog entry for version 1.0.1 was added, noting corrections to the names of three functions or features: GetNumberOfFollowers, GetNumberOfMessageDeliveries, and LeaveGroupOrRoom. Changes
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this 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
🧹 Nitpick comments (1)
src/appmixer/line/bundle.json (1)
8-10
: Optional: move newest changelog entry to the top
Putting1.0.1
above1.0.0
keeps the file in reverse-chronological order, making recent changes easier to spot.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
src/appmixer/line/bundle.json
(1 hunks)
🧰 Additional context used
📓 Path-based instructions (4)
`src/appmixer/**`: Use `src/appmixer` for source code of connectors.
src/appmixer/**
: Usesrc/appmixer
for source code of connectors.
📄 Source: CodeRabbit Inference Engine (.github/copilot-instructions.md)
List of files the instruction was applied to:
src/appmixer/line/bundle.json
`src/appmixer/*/{service.json,auth.js,bundle.json}`: Connectors consist of service.json, auth.js, and bundle.json files, located in the `src/appmixer` folder.
src/appmixer/*/{service.json,auth.js,bundle.json}
: Connectors consist of service.json, auth.js, and bundle.json files, located in thesrc/appmixer
folder.
📄 Source: CodeRabbit Inference Engine (.github/copilot-instructions.md)
List of files the instruction was applied to:
src/appmixer/line/bundle.json
`src/appmixer/*/bundle.json`: The `bundle.json` file for a connector must use th...
src/appmixer/*/bundle.json
: Thebundle.json
file for a connector must use theappmixer.${CONNECTOR_NAME}
format for thename
property, '1.0.0' as the default forversion
, and must include achangelog
object.
📄 Source: CodeRabbit Inference Engine (.github/copilot-instructions.md)
List of files the instruction was applied to:
src/appmixer/line/bundle.json
`**/*/bundle.json`: Make sure `version` also matches the last entry in `changelog`
**/*/bundle.json
: Make sureversion
also matches the last entry inchangelog
⚙️ Source: CodeRabbit Configuration File
List of files the instruction was applied to:
src/appmixer/line/bundle.json
🧠 Learnings (2)
📓 Common learnings
Learnt from: CR
PR: clientIO/appmixer-connectors#0
File: .github/copilot-instructions.md:0-0
Timestamp: 2025-06-30T09:09:52.832Z
Learning: Applies to src/appmixer/*/bundle.json : The `bundle.json` file for a connector must use the `appmixer.${CONNECTOR_NAME}` format for the `name` property, '1.0.0' as the default for `version`, and must include a `changelog` object.
Learnt from: CR
PR: clientIO/appmixer-connectors#0
File: .github/copilot-instructions.md:0-0
Timestamp: 2025-06-30T09:09:52.832Z
Learning: Applies to src/appmixer/*/{service.json,auth.js,bundle.json} : Connectors consist of service.json, auth.js, and bundle.json files, located in the `src/appmixer` folder.
Learnt from: CR
PR: clientIO/appmixer-connectors#0
File: .github/copilot-instructions.md:0-0
Timestamp: 2025-06-30T09:09:52.832Z
Learning: Applies to src/appmixer/*/core/*/component.json : The `component.json` file must define the `version` property, e.g., '1.0.0'.
Learnt from: CR
PR: clientIO/appmixer-connectors#0
File: .github/copilot-instructions.md:0-0
Timestamp: 2025-06-30T09:09:52.832Z
Learning: Applies to src/appmixer/*/service.json : The `service.json` file for a connector must use the `appmixer.${CONNECTOR_NAME}` format for the `name` property, use 'applications' as the default value for `category`, and '1.0.0' as the default for `version`.
Learnt from: jirihofman
PR: clientIO/appmixer-connectors#460
File: src/appmixer/kafka/connections.js:3-7
Timestamp: 2025-04-04T08:08:44.744Z
Learning: In the appmixer-connectors project, dependencies for specific modules like Kafka should be added to their module-specific package.json files (e.g., src/appmixer/kafka/package.json) rather than the root package.json file.
Learnt from: jirihofman
PR: clientIO/appmixer-connectors#460
File: src/appmixer/kafka/connections.js:3-7
Timestamp: 2025-04-04T08:08:44.744Z
Learning: In the appmixer-connectors project, dependencies for specific modules like Kafka should be added to their module-specific package.json files (e.g., src/appmixer/kafka/package.json) rather than the root package.json file.
Learnt from: CR
PR: clientIO/appmixer-connectors#0
File: .github/copilot-instructions.md:0-0
Timestamp: 2025-06-30T09:09:52.832Z
Learning: Applies to src/appmixer/** : Use `src/appmixer` for source code of connectors.
src/appmixer/line/bundle.json (4)
Learnt from: CR
PR: clientIO/appmixer-connectors#0
File: .github/copilot-instructions.md:0-0
Timestamp: 2025-06-30T09:09:52.832Z
Learning: Applies to src/appmixer/*/bundle.json : The `bundle.json` file for a connector must use the `appmixer.${CONNECTOR_NAME}` format for the `name` property, '1.0.0' as the default for `version`, and must include a `changelog` object.
Learnt from: CR
PR: clientIO/appmixer-connectors#0
File: .github/copilot-instructions.md:0-0
Timestamp: 2025-06-30T09:09:52.832Z
Learning: Applies to src/appmixer/*/core/*/component.json : The `component.json` file must define the `version` property, e.g., '1.0.0'.
Learnt from: CR
PR: clientIO/appmixer-connectors#0
File: .github/copilot-instructions.md:0-0
Timestamp: 2025-06-30T09:09:52.832Z
Learning: Applies to src/appmixer/*/{service.json,auth.js,bundle.json} : Connectors consist of service.json, auth.js, and bundle.json files, located in the `src/appmixer` folder.
Learnt from: CR
PR: clientIO/appmixer-connectors#0
File: .github/copilot-instructions.md:0-0
Timestamp: 2025-06-30T09:09:52.832Z
Learning: Applies to src/appmixer/*/service.json : The `service.json` file for a connector must use the `appmixer.${CONNECTOR_NAME}` format for the `name` property, use 'applications' as the default value for `category`, and '1.0.0' as the default for `version`.
🔇 Additional comments (1)
src/appmixer/line/bundle.json (1)
3-3
: Version correctly incremented and in sync with changelog
The bump to1.0.1
matches the latest key in thechangelog
, so the mandatory guideline (version
≙ last changelog entry) is satisfied.
Summary by CodeRabbit