Skip to content

Normalize line-endings#1765

Merged
EItanya merged 5 commits into
kagent-dev:mainfrom
marcofranssen:normalize-lineendings
May 1, 2026
Merged

Normalize line-endings#1765
EItanya merged 5 commits into
kagent-dev:mainfrom
marcofranssen:normalize-lineendings

Conversation

@marcofranssen

@marcofranssen marcofranssen commented Apr 28, 2026

Copy link
Copy Markdown
Contributor

Couple of files had a mix of Windows and Linux line-endings, added a .gitattributes to handle this correctly in the repo and committed the ones with a mix of line endingins.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Normalizes line endings across a few repository files and introduces a .gitattributes entry to help Git manage text files consistently.

Changes:

  • Normalize line endings in a Helm values file and two JS test helper files.
  • Add .gitattributes with * text=auto to enable Git’s text normalization behavior.
  • (Incidental) Remove a duplicated YAML key in values.yaml.

Reviewed changes

Copilot reviewed 2 out of 4 changed files in this pull request and generated 5 comments.

File Description
helm/agents/argo-rollouts/values.yaml Line-ending normalization; also removes a duplicated modelConfigRef key.
.github/data/agent-framework/scenario1/tests/chai-http.js Line-ending normalization in scenario test helper.
.github/data/agent-framework/scenario1/tests/chai-exec.js Line-ending normalization in scenario test helper.
.gitattributes Adds repository-wide text normalization rule.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread helm/agents/argo-rollouts/values.yaml
Comment thread .gitattributes Outdated
Comment thread .github/data/agent-framework/scenario1/tests/chai-exec.js Outdated
Comment thread .github/data/agent-framework/scenario1/tests/chai-exec.js Outdated
Comment thread .github/data/agent-framework/scenario1/tests/chai-http.js
@marcofranssen marcofranssen force-pushed the normalize-lineendings branch from f3bddfd to ba71da0 Compare April 28, 2026 10:45

@iplay88keys iplay88keys left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@iplay88keys iplay88keys self-assigned this Apr 28, 2026
marcofranssen and others added 4 commits April 29, 2026 11:31
Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
@marcofranssen marcofranssen force-pushed the normalize-lineendings branch from 39861ca to 05cf0bf Compare April 29, 2026 09:31
@EItanya EItanya merged commit fb611b0 into kagent-dev:main May 1, 2026
41 of 42 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.

4 participants