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

[pull] master from huginn:master #55

Merged
merged 8 commits into from
Oct 26, 2024
Merged

[pull] master from huginn:master #55

merged 8 commits into from
Oct 26, 2024

Conversation

pull[bot]
Copy link

@pull pull bot commented Oct 26, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

overhacked and others added 8 commits October 16, 2024 15:52
huginn_agent was loaded in such a way that the Zeitwerk loader wouldn't
find agent gems and the Agent::TYPES array wasn't being extended with
custom agent gems when Zeitwerk reloaded the Agent model.

Call `HuginnAgent.require!` in a `Application.config.to_prepare` event
so that it is run whenever Zeitwerk reloads code (specifically the Agent
model).

Signed-off-by: Ross Williams <[email protected]>
Custom agents had appeared always at the bottom of the list, making them
hard to find. Sort agents by name so the list is more consistent to
navigate.

Signed-off-by: Ross Williams <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Because this agent uses form_configurable every line break entered in
the "content" field will be encoded and saved as CRLF, which will be
directly reflected in the final output.

This option allows the agent to output lines terminated with LF
instead of CRLF.
…werk_fix

Fix huginn_agent gems for Rails 6 & 7 Zeitwerk loader
…iquid_output_agent

Add a new option "line_break_is_lf" to LiquidOutputAgent
@coveralls
Copy link

coveralls commented Oct 26, 2024

Pull Request Test Coverage Report for Build 11534145922

Details

  • 30 of 30 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.03%) to 88.449%

Totals Coverage Status
Change from base Build 11508726772: 0.03%
Covered Lines: 6830
Relevant Lines: 7722

💛 - Coveralls

@pull pull bot added the ⤵️ pull label Oct 26, 2024
@pull pull bot merged commit 05bb517 into eloisetwaine:master Oct 26, 2024
6 checks passed
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.

3 participants