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 #46

Merged
merged 42 commits into from
Nov 17, 2024
Merged

[pull] master from huginn:master #46

merged 42 commits into from
Nov 17, 2024

Conversation

pull[bot]
Copy link

@pull pull bot commented Oct 25, 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 3 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>
@coveralls
Copy link

coveralls commented Oct 25, 2024

Pull Request Test Coverage Report for Build 11515799149

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage remained the same at 88.417%

Files with Coverage Reduction New Missed Lines %
app/models/event.rb 1 91.18%
Totals Coverage Status
Change from base Build 11247548907: 0.0%
Covered Lines: 6809
Relevant Lines: 7701

💛 - Coveralls

@pull pull bot added the ⤵️ pull label Oct 25, 2024
renovate bot and others added 25 commits October 26, 2024 05:18
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
This allows for obtaining raw XPath values, including booleans,
numbers and arrays of strings.

While at it, NaN and Infinity are now converted to a string instead of
causing runtime error.
…th_values

WebsiteAgent can output raw XPath values
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update dependency letter_opener_web to v3

* Use Nokogiri as the backend for XmlMini; REXML seems broken

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Akinori MUSHA <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This feature has been broken since select2 was updated to version 4.
knu and others added 14 commits November 4, 2024 12:35
Heroku instance is only available on paid plan.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update README.md to revise Heroku paid plan
Translate a nested object of any levels and use a single call of API to translate all texts in it at once.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Use appropriate third-party gems for Faraday v2
  - follow_redirects and gzip are no longer standard middleware
  - HTTP adapters are now separate gems
- Switch tumblr_client to the fork by IFTTT that supports Faraday v2
- Drop unnecessary gem version constraints
Modern versions of Ruby obviously have Rubygems 2.7.0+ with them. [ci skip]
@pull pull bot merged commit 7063e2c into kp-forks:master Nov 17, 2024
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.

4 participants