https://www.puppet.com/community logo
Join Slack
Powered by
# module-bots
  • g

    GitHub

    10/31/2024, 9:27 AM
    3 new commits pushed to
    <https://github.com/voxpupuli/metadata-json-lint/tree/master|master>
    by bastelfreak
    <https://github.com/voxpupuli/metadata-json-lint/commit/849201188f52cd369a8f66f675e83a0b4cdd69b3|84920118>
    - Update voxpupuli-rubocop requirement from ~> 2.8.0 to ~> 3.0.0
    <https://github.com/voxpupuli/metadata-json-lint/commit/7b1e77a28ff23d211989a9937578da703ef9362e|7b1e77a2>
    - rubocop: autofix
    <https://github.com/voxpupuli/metadata-json-lint/commit/cea5e193ce26a3acd1139cc041e60b82e3e2dcd0|cea5e193>
    - Merge pull request #147 from voxpupuli/dependabot/bundler/voxpupuli-rubocop-tw-3.0.0 voxpupuli/metadata-json-lint
  • g

    GitHub

    11/18/2024, 1:10 PM
    #177 Update pry requirement from ~&gt; 0.14.2 to ~&gt; 0.15.0 Pull request opened by dependabot[bot] Updates the requirements on pry to permit the latest version. Release notes Sourced from pry's releases.
    v0.15.0
    From the CHANGELOG.md
    v0.15.0
    Features
    • Added support for Reline (#2298)
    • Added support for Ruby 3.3 (#2295)
    • Added Pry:Input:SimpleStdio for dumb terminals when Reline is in use (#2304)
    • Remove OpenStruct usage (#2307) (#2309)
    • Disable coloring of output when NO_COLOR is set. (#2323)
    • Add
    pry --no-multiline
    flag to keep single line prompt. (#2327)
    Bug Fixes
    • Fix typos on docs and and comments (#2300) (#2301)
    • Fix 'calling clear method' on user code when defined in pry context. (#2291)
    • Fix arguments WatchExpression#add_expression (#2278)
    Breaking changes
    • Remove support for deprecated `Pry.config.prompt = [proc {}, proc {}]`Use Pry::Prompt API instead (#2308)
    • Remove deprecated
    Pry.config.exception_whitelist
    . Use
    Pry.config.unrescued_exceptions
    instead. (#2326)
    Changelog Sourced from pry's changelog.
    [v0.15.0][v0.15.0] (November 15, 2024)
    Features
    • Added support for Reline (#2298)
    • Added support for Ruby 3.3 (#2295)
    • Added Pry:Input:SimpleStdio for dumb terminals when Reline is in use (#2304)
    • Remove OpenStruct usage (#2307) (#2309)
    • Disable coloring of output when NO_COLOR is set. (#2323)(pry/pry#2323))
    • Add
    pry --no-multiline
    flag to keep single line prompt. (#2327)
    Bug Fixes
    • Fix typos on docs and and comments (#2300) (#2301)
    • Fix 'calling clear method' on user code when defined in pry context. (#2291)
    • Fix arguments WatchExpression#add_expression (#2278)
    Breaking changes
    • Remove support for deprecated `Pry.config.prompt = [proc {}, proc {}]`Use Pry::Prompt API instead (#2308)
    • Remove deprecated
    Pry.config.exception_whitelist
    . Use
    Pry.config.unrescued_exceptions
    instead. (#2326)
    [v0.14.2][v0.14.2] (January 9, 2023)
    Features
    • Configure
    code
    as a supported editor on Pry::Editor (#2236)
    • Added support for Ruby 3.2 (#2263)
    • Added support for Ruby 3.1 (#2228)
    Bug fixes
    ... (truncated) Commits • `52d1489` Merge pull request #2330 from andrehjr/prep-for-v0.15.0 • `cd0eeec` Prep for v0.15.0 • `9ba4b32` Update CHANGELOG.md • `a07eced` Merge pull request #2327 from andrehjr/allow-pry-no-multiline-config • `0b01b5c` Add --no-multiline options to disable multiline with Reline • `c0639ae` Merge pull request #2329 from andrehjr/fallback-to-method-source-for-older-prism • `fe8e985` Fallback to Pry::Code.complete_expression? when prism is not available • `2615de7` Merge pull request #2326 from andrehjr/remove-deprecated-exception-whitelist • `a92f8fa` Update changelog • `4214909` Remove deprecated 'exception_whitelist' config. • Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
    @dependabot rebase
    . --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: •
    @dependabot rebase
    will rebase this PR •
    @dependabot recreate
    will recreate this PR, overwriting any edits that have been made to it •
    @dependabot merge
    will merge this PR after your CI passes on it •
    @dependabot squash and merge
    will squash and merge this PR after your CI passes on it •
    @dependabot cancel merge
    will cancel a previously requested merge and block automerging •
    @dependabot reopen
    will reopen this PR if it is closed •
    @dependabot close
    will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually •
    @dependabot show <dependency name> ignore conditions
    will show all of the ignore conditions of the specified dependency •
    @dependabot ignore this major version
    will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this minor version
    will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this dependency
    will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) voxpupuli/puppet-syntax ✅ All checks have passed 10/10 successful checks
  • g

    GitHub

    12/24/2024, 2:02 PM
    #178 Update pry requirement from ~&gt; 0.14.2 to ~&gt; 0.15.1 Pull request opened by dependabot[bot] Updates the requirements on pry to permit the latest version. Changelog Sourced from pry's changelog.
    https://github.com/pry/pry/blob/master/v0.15.1 (December 24, 2024)
    Bug Fixes
    • Restore Pry.config.ls compatibility (#2335)
    • Avoid breaking reading inputs if Prism is not available (#2338)
    [v0.15.0][v0.15.0] (November 15, 2024)
    Features
    • Added support for Reline (#2298)
    • Added support for Ruby 3.3 (#2295)
    • Added Pry:Input:SimpleStdio for dumb terminals when Reline is in use (#2304)
    • Remove OpenStruct usage (#2307) (#2309)
    • Disable coloring of output when NO_COLOR is set. (#2323)(pry/pry#2323))
    • Add
    pry --no-multiline
    flag to keep single line prompt. (#2327)
    Bug Fixes
    • Fix typos on docs and and comments (#2300) (#2301)
    • Fix 'calling clear method' on user code when defined in pry context. (#2291)
    • Fix arguments WatchExpression#add_expression (#2278)
    Breaking changes
    • Remove support for deprecated `Pry.config.prompt = [proc {}, proc {}]`Use Pry::Prompt API instead (#2308)
    • Remove deprecated
    Pry.config.exception_whitelist
    . Use
    Pry.config.unrescued_exceptions
    instead. (#2326)
    [v0.14.2][v0.14.2] (January 9, 2023)
    Features
    ... (truncated) Commits • See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
    @dependabot rebase
    . --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: •
    @dependabot rebase
    will rebase this PR •
    @dependabot recreate
    will recreate this PR, overwriting any edits that have been made to it •
    @dependabot merge
    will merge this PR after your CI passes on it •
    @dependabot squash and merge
    will squash and merge this PR after your CI passes on it •
    @dependabot cancel merge
    will cancel a previously requested merge and block automerging •
    @dependabot reopen
    will reopen this PR if it is closed •
    @dependabot close
    will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually •
    @dependabot show <dependency name> ignore conditions
    will show all of the ignore conditions of the specified dependency •
    @dependabot ignore this major version
    will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this minor version
    will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this dependency
    will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) voxpupuli/puppet-syntax ✅ All checks have passed 10/10 successful checks
    • 1
    • 1
  • g

    GitHub

    12/24/2024, 2:02 PM
    #177 Update pry requirement from ~&gt; 0.14.2 to ~&gt; 0.15.0 Pull request opened by dependabot[bot] Updates the requirements on pry to permit the latest version. Release notes Sourced from pry's releases.
    v0.15.0
    From the CHANGELOG.md
    v0.15.0
    Features
    • Added support for Reline (#2298)
    • Added support for Ruby 3.3 (#2295)
    • Added Pry:Input:SimpleStdio for dumb terminals when Reline is in use (#2304)
    • Remove OpenStruct usage (#2307) (#2309)
    • Disable coloring of output when NO_COLOR is set. (#2323)
    • Add
    pry --no-multiline
    flag to keep single line prompt. (#2327)
    Bug Fixes
    • Fix typos on docs and and comments (#2300) (#2301)
    • Fix 'calling clear method' on user code when defined in pry context. (#2291)
    • Fix arguments WatchExpression#add_expression (#2278)
    Breaking changes
    • Remove support for deprecated `Pry.config.prompt = [proc {}, proc {}]`Use Pry::Prompt API instead (#2308)
    • Remove deprecated
    Pry.config.exception_whitelist
    . Use
    Pry.config.unrescued_exceptions
    instead. (#2326)
    Changelog Sourced from pry's changelog.
    [v0.15.0][v0.15.0] (November 15, 2024)
    Features
    • Added support for Reline (#2298)
    • Added support for Ruby 3.3 (#2295)
    • Added Pry:Input:SimpleStdio for dumb terminals when Reline is in use (#2304)
    • Remove OpenStruct usage (#2307) (#2309)
    • Disable coloring of output when NO_COLOR is set. (#2323)(pry/pry#2323))
    • Add
    pry --no-multiline
    flag to keep single line prompt. (#2327)
    Bug Fixes
    • Fix typos on docs and and comments (#2300) (#2301)
    • Fix 'calling clear method' on user code when defined in pry context. (#2291)
    • Fix arguments WatchExpression#add_expression (#2278)
    Breaking changes
    • Remove support for deprecated `Pry.config.prompt = [proc {}, proc {}]`Use Pry::Prompt API instead (#2308)
    • Remove deprecated
    Pry.config.exception_whitelist
    . Use
    Pry.config.unrescued_exceptions
    instead. (#2326)
    [v0.14.2][v0.14.2] (January 9, 2023)
    Features
    • Configure
    code
    as a supported editor on Pry::Editor (#2236)
    • Added support for Ruby 3.2 (#2263)
    • Added support for Ruby 3.1 (#2228)
    Bug fixes
    ... (truncated) Commits • `52d1489` Merge pull request #2330 from andrehjr/prep-for-v0.15.0 • `cd0eeec` Prep for v0.15.0 • `9ba4b32` Update CHANGELOG.md • `a07eced` Merge pull request #2327 from andrehjr/allow-pry-no-multiline-config • `0b01b5c` Add --no-multiline options to disable multiline with Reline • `c0639ae` Merge pull request #2329 from andrehjr/fallback-to-method-source-for-older-prism • `fe8e985` Fallback to Pry::Code.complete_expression? when prism is not available • `2615de7` Merge pull request #2326 from andrehjr/remove-deprecated-exception-whitelist • `a92f8fa` Update changelog • `4214909` Remove deprecated 'exception_whitelist' config. • Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
    @dependabot rebase
    . --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: •
    @dependabot rebase
    will rebase this PR •
    @dependabot recreate
    will recreate this PR, overwriting any edits that have been made to it •
    @dependabot merge
    will merge this PR after your CI passes on it •
    @dependabot squash and merge
    will squash and merge this PR after your CI passes on it •
    @dependabot cancel merge
    will cancel a previously requested merge and block automerging •
    @dependabot reopen
    will reopen this PR if it is closed •
    @dependabot close
    will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually •
    @dependabot show <dependency name> ignore conditions
    will show all of the ignore conditions of the specified dependency •
    @dependabot ignore this major version
    will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this minor version
    will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this dependency
    will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) voxpupuli/puppet-syntax ✅ All checks have passed 10/10 successful checks
    • 1
    • 1
  • g

    GitHub

    12/25/2024, 1:39 PM
    #179 Update pry requirement from ~&gt; 0.14.2 to ~&gt; 0.15.2 Pull request opened by dependabot[bot] Updates the requirements on pry to permit the latest version. Release notes Sourced from pry's releases.
    v0.15.2
    This release fixes one additional scenario that could happen if Prism was not available.
    Bug Fixes
    Avoid breaking reading input if Prism version is undetectable (pry/pry#2340)
    Changelog Sourced from pry's changelog.
    https://github.com/pry/pry/blob/master/v0.15.2 (December 24, 2024)
    Bug Fixes
    • Avoid breaking reading input if Prism version is undetectable (#2340)
    https://github.com/pry/pry/blob/master/v0.15.1 (December 24, 2024)
    Bug Fixes
    • Restore Pry.config.ls compatibility (#2335)
    • Avoid breaking reading inputs if Prism is not available (#2338)
    [v0.15.0][v0.15.0] (November 15, 2024)
    Features
    • Added support for Reline (#2298)
    • Added support for Ruby 3.3 (#2295)
    • Added Pry:Input:SimpleStdio for dumb terminals when Reline is in use (#2304)
    • Remove OpenStruct usage (#2307) (#2309)
    • Disable coloring of output when NO_COLOR is set. (#2323)(pry/pry#2323))
    • Add
    pry --no-multiline
    flag to keep single line prompt. (#2327)
    Bug Fixes
    • Fix typos on docs and and comments (#2300) (#2301)
    • Fix 'calling clear method' on user code when defined in pry context. (#2291)
    • Fix arguments WatchExpression#add_expression (#2278)
    Breaking changes
    • Remove support for deprecated `Pry.config.prompt = [proc {}, proc {}]`Use Pry::Prompt API instead (#2308)
    • Remove deprecated
    Pry.config.exception_whitelist
    .
    ... (truncated) Commits • `2c89b65` Merge pull request #2341 from pry/prep-for-0-15-2 • `b4c4c30` Prep for v0.15.2 • `beb098e` Merge pull request #2340 from pry/prism-not-available-version • `ec09d6a` Avoid breaking pry when prism version is not detectable • `da8ca59` Merge pull request #2339 from pry/prep-for-0-15-1 • `4dff418` Prep for v0.15.1 release • `cb333c9` Merge pull request #2338 from andrehjr/prism-not-available • `b347dce` Avoid breaking pry when prism is not available • `798d620` Merge pull request #2333 from pry/dependabot/bundler/psych-lte-5.3.0 • `e7a5768` Merge pull request #2335 from andrehjr/make-ls-config-backwards-compat • Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
    @dependabot rebase
    . --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: •
    @dependabot rebase
    will rebase this PR •
    @dependabot recreate
    will recreate this PR, overwriting any edits that have been made to it •
    @dependabot merge
    will merge this PR after your CI passes on it •
    @dependabot squash and merge
    will squash and merge this PR after your CI passes on it •
    @dependabot cancel merge
    will cancel a previously requested merge and block automerging •
    @dependabot reopen
    will reopen this PR if it is closed •
    @dependabot close
    will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually •
    @dependabot show <dependency name> ignore conditions
    will show all of the ignore conditions of the specified dependency •
    @dependabot ignore this major version
    will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this minor version
    will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this dependency
    will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) voxpupuli/puppet-syntax ✅ All checks have passed 10/10 successful checks
  • g

    GitHub

    01/24/2025, 11:28 AM
    #148 Add test for openvox requirement Pull request opened by bastelfreak This test ensures that we can list
    openvox
    as a requirement in metadata.json. It's valid with and without `puppet`: "requirements": [ { "name": "puppet", "version_requirement": ">= 7.0.0 < 9.0.0" }, { "name": "openvox", "version_requirement": ">= 7.0.0 < 9.0.0" } ] "requirements": [ { "name": "openvox", "version_requirement": ">= 7.0.0 < 9.0.0" } ] voxpupuli/metadata-json-lint
    • 1
    • 1
  • g

    GitHub

    01/24/2025, 11:31 AM
    #149 Add Ruby 3.4 to CI Pull request opened by bastelfreak voxpupuli/metadata-json-lint
    • 1
    • 1
  • g

    GitHub

    01/24/2025, 11:43 AM
    #150 Rake: Use RuboCop tasks from voxpupuli-rubocop Pull request opened by bastelfreak voxpupuli/metadata-json-lint
    • 1
    • 1
  • g

    GitHub

    01/24/2025, 12:23 PM
    #152 Fail on escape sequences in metadata.json Pull request opened by bastelfreak This is an enhancement of #120 We now use a regex to identify invalid escape sequences.
    JSON.parse()
    has no built-in way to detect this. Even in strict mode it ignores it:
    Copy code
    irb(main):002> require 'json'
    => true
    irb(main):003> JSON.parser = JSON::Ext::Parser
    => JSON::Ext::Parser
    irb(main):004> JSON.parse('{"summary": "A description with an invalid \( escape sequence"}')
    => {"summary"=>"A description with an invalid ( escape sequence"}
    irb(main):005> JSON.parse("{\"summary\": \"A description with an invalid \( escape sequence\"}")
    => {"summary"=>"A description with an invalid ( escape sequence"}
    irb(main):006>
    voxpupuli/metadata-json-lint
    • 1
    • 1
  • g

    GitHub

    01/24/2025, 1:41 PM
    #154 Fail if metadata.json has no proper newline Pull request opened by bastelfreak Should be rebased after #152 is merged. Since ages, it's in our style guide that files need to end with a newline (https://voxpupuli.org/docs/reviewing_pr/), also the FHS demands it. voxpupuli/metadata-json-lint
    • 1
    • 1
  • g

    GitHub

    01/24/2025, 3:11 PM
    #153 Drop code coverage in testing Pull request opened by ekohl We're not aware of anyone using this and it simplifies things to drop it. voxpupuli/metadata-json-lint
    • 1
    • 2
  • g

    GitHub

    01/24/2025, 3:11 PM
    2 new commits pushed to
    <https://github.com/voxpupuli/metadata-json-lint/tree/master|master>
    by ekohl
    <https://github.com/voxpupuli/metadata-json-lint/commit/9d995543515f7c3f7f811ada64b74ef88bdf856f|9d995543>
    - Drop code coverage in testing
    <https://github.com/voxpupuli/metadata-json-lint/commit/1230eff3dfc9378648f399cebc4f44905fcfc6f0|1230eff3>
    - Merge pull request #153 from ekohl/drop-coverage voxpupuli/metadata-json-lint
  • g

    GitHub

    01/24/2025, 3:12 PM
    #151 Remove coverage as a vector in the testing matrix Pull request opened by ekohl on <!date^1737721266^{date_short}|2025-01-24T12:21:06Z> This simplifies the matrix to just Ruby versions and derive the value for COVERAGE by an expression. Link: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/evaluate- expressions-in-workflows-and-actions#example Currently I don't know if this works, but it opens the path to using https://github.com/voxpupuli/ruby- version/. voxpupuli/metadata-json-lint
    • 1
    • 1
  • g

    GitHub

    01/24/2025, 3:17 PM
    2 new commits pushed to
    <https://github.com/voxpupuli/metadata-json-lint/tree/master|master>
    by bastelfreak
    <https://github.com/voxpupuli/metadata-json-lint/commit/580da2cb8e81205c47a880594e558bab2698a69c|580da2cb>
    - Add Ruby 3.4 to CI
    <https://github.com/voxpupuli/metadata-json-lint/commit/3ff070ba1a933c58404d9fbe75b23c260dcfedbe|3ff070ba>
    - Merge pull request #149 from bastelfreak/ruby34 voxpupuli/metadata-json-lint
  • g

    GitHub

    01/24/2025, 5:10 PM
    2 new commits pushed to
    <https://github.com/voxpupuli/metadata-json-lint/tree/master|master>
    by bastelfreak
    <https://github.com/voxpupuli/metadata-json-lint/commit/2313973b9b94b86c28e22e9d45d6fefbae4ade58|2313973b>
    - Rake: Use RuboCop tasks from voxpupuli-rubocop
    <https://github.com/voxpupuli/metadata-json-lint/commit/76a9a59bea1555673382ebae39fb809ad0e55ae7|76a9a59b>
    - Merge pull request #150 from bastelfreak/vp voxpupuli/metadata-json-lint
  • g

    GitHub

    01/24/2025, 5:17 PM
    #155 Parse whole json file and print all errors Issue created by bastelfreak At the moment, the linter stops after the first error/issue. Especially for the missing newline and or broken escape sequence (#152, #154), we could still parse the JSON and output all errors. voxpupuli/metadata-json-lint
  • g

    GitHub

    01/24/2025, 5:20 PM
    3 new commits pushed to
    <https://github.com/voxpupuli/metadata-json-lint/tree/master|master>
    by bastelfreak
    <https://github.com/voxpupuli/metadata-json-lint/commit/02529dadff130de3ae26a9c0d9b5198608edbda0|02529dad>
    - Add invalid escape sequence test
    <https://github.com/voxpupuli/metadata-json-lint/commit/f0b04dedc6096f597baa4a3d584ce105bbb4c888|f0b04ded>
    - Fail if metadata.json contains invalid escape sequence
    <https://github.com/voxpupuli/metadata-json-lint/commit/d0c1cd548791704292bdc24accb84fda6432ab7f|d0c1cd54>
    - Merge pull request #152 from bastelfreak/test_for_invalid_escape voxpupuli/metadata-json-lint
  • g

    GitHub

    01/24/2025, 5:27 PM
    #156 CI: Switch to voxpupuli/ruby-version Pull request opened by bastelfreak This now uses the same CI config as puppet_metadata. voxpupuli/metadata-json-lint
    • 1
    • 1
  • g

    GitHub

    01/24/2025, 5:31 PM
    2 new commits pushed to
    <https://github.com/voxpupuli/metadata-json-lint/tree/master|master>
    by bastelfreak
    <https://github.com/voxpupuli/metadata-json-lint/commit/9e7be024cf7bbb2629015080af9968e9a78c0262|9e7be024>
    - CI: Switch to voxpupuli/ruby-version
    <https://github.com/voxpupuli/metadata-json-lint/commit/e9d088e376a09b5bf519683aa2be67b42eb68c01|e9d088e3>
    - Merge pull request #156 from bastelfreak/foo voxpupuli/metadata-json-lint
  • g

    GitHub

    01/24/2025, 5:57 PM
    2 new commits pushed to
    <https://github.com/voxpupuli/metadata-json-lint/tree/master|master>
    by bastelfreak
    <https://github.com/voxpupuli/metadata-json-lint/commit/6a5293d95aba7d2340671a3127ba266b3477b87b|6a5293d9>
    - Fail if metadata.json has no proper newline
    <https://github.com/voxpupuli/metadata-json-lint/commit/cd27d48010680c2421b9053da112d5da2a6d78e8|cd27d480>
    - Merge pull request #154 from bastelfreak/slashn voxpupuli/metadata-json-lint
  • g

    GitHub

    01/24/2025, 5:59 PM
    #157 Release 4.2.0 Pull request opened by bastelfreak voxpupuli/metadata-json-lint
    • 1
    • 1
  • g

    GitHub

    01/24/2025, 7:08 PM
    2 new commits pushed to
    <https://github.com/voxpupuli/metadata-json-lint/tree/master|master>
    by bastelfreak
    <https://github.com/voxpupuli/metadata-json-lint/commit/00a616c6cd1a2b8c474be4ff626e452032bdd07a|00a616c6>
    - Release 4.2.0
    <https://github.com/voxpupuli/metadata-json-lint/commit/e8b781ba0ee5499c1006add685b3dd11ec0a9348|e8b781ba>
    - Merge pull request #157 from bastelfreak/rel420 voxpupuli/metadata-json-lint
  • g

    GitHub

    02/09/2025, 9:08 PM
    #158 Create man page for metadata-json-lint binary Pull request opened by lelutin This file is currently not taken into account. It can be compiled to a man page with rst2man. I've written a man page for the
    metadata-json-lint
    binary when creating a pacakge for this in debian archives. I've used the ReStructuredText format just because I know how to transform that into a man page with
    rst2man
    , but it could be converted to another format that would suit maintainers better. This pull request is meant to start discussions about how to format and include such a man page document. Are you interested in integrating such a man page? If so, is rst an acceptable format? How should I hook it up to a build system to produce the end result? voxpupuli/metadata-json-lint
  • g

    GitHub

    02/22/2025, 10:10 PM
    2 new commits pushed to
    <https://github.com/voxpupuli/metadata-json-lint?email_source&#x3D;slack/tree/master|master>
    by bastelfreak
    <https://github.com/voxpupuli/metadata-json-lint/commit/964526fc71ac0793c5a3d82183a77532f407408b|964526fc>
    - Add test for openvox requirement
    <https://github.com/voxpupuli/metadata-json-lint/commit/03574807f8a7e05cfc22b48a86c25fd2137b5d75|03574807>
    - Merge pull request #148 from bastelfreak/openvox voxpupuli/metadata-json-lint
  • g

    GitHub

    02/22/2025, 10:24 PM
    #159 Update test for new json 2.10.0 release Pull request opened by bastelfreak json 2.10.0 updated the text in exceptions. This was done in ruby/json#754. metadata-json-lint prints the exception and our test verified the exception text. That's no longer consistent between older and newer json messages. I think it provides no benefit to match the exception text, so lets remove it from our test. voxpupuli/metadata-json-lint
    • 1
    • 1
  • g

    GitHub

    02/23/2025, 12:19 PM
    2 new commits pushed to
    <https://github.com/voxpupuli/metadata-json-lint?email_source&#x3D;slack/tree/master|master>
    by bastelfreak
    <https://github.com/voxpupuli/metadata-json-lint/commit/3789409a96b48424a61cc6a7610dc358e44f0867|3789409a>
    - Update test for new json 2.10.0 release
    <https://github.com/voxpupuli/metadata-json-lint/commit/165d535c6060d401adadb430426b87f78c55b703|165d535c>
    - Merge pull request #159 from voxpupuli/debug voxpupuli/metadata-json-lint
  • g

    GitHub

    02/23/2025, 12:22 PM
    #160 Release 4.2.1 Pull request opened by bastelfreak voxpupuli/metadata-json-lint
    • 1
    • 1
  • g

    GitHub

    02/23/2025, 12:31 PM
    2 new commits pushed to
    <https://github.com/voxpupuli/metadata-json-lint?email_source&#x3D;slack/tree/master|master>
    by bastelfreak
    <https://github.com/voxpupuli/metadata-json-lint/commit/19b7fad0e3fa75ecd1a4e3812302e65b3eb731f1|19b7fad0>
    - Release 4.2.1
    <https://github.com/voxpupuli/metadata-json-lint/commit/2d86cbed51b8afd1b403829d7edfe4c632aa14ef|2d86cbed>
    - Merge pull request #160 from bastelfreak/rel421 voxpupuli/metadata-json-lint
  • g

    GitHub

    04/17/2025, 1:52 PM
    #161 Update voxpupuli-rubocop requirement from ~&gt; 3.0.0 to ~&gt; 3.1.0 Pull request opened by dependabot[bot] Updates the requirements on voxpupuli-rubocop to permit the latest version. Changelog Sourced from voxpupuli-rubocop's changelog.
    ## 3.1.0 (2025-04-16)
    Full Changelog
    Implemented enhancements:
    • Update rubocop gems to latest versions #76 (bastelfreak)
    ## v3.0.0 (2024-10-25)
    Full Changelog
    This release updates rubocop-rspec to a new major version. It enables multiple Cops by default. Please read their changelog: https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md#300-2024-06-11
    Breaking changes:
    • rubocop-rspec: Update 2.31 -> 3.1 #71 (bastelfreak)
    Implemented enhancements:
    • rubocop-performance: Update 1.21.0->1.22.1 #73 (bastelfreak)
    • rubocop-minitest: Update 0.35.0->0.36.0 #72 (bastelfreak)
    • rubocop: Update 1.64.1->1.67.0 #70 (bastelfreak)
    ## v2.8.0 (2024-06-28)
    Full Changelog
    Merged pull requests:
    • Update rubocop-rspec requirement from ~> 2.26 to ~> 2.31.0 #63 (dependabot[bot])
    • Update rubocop requirement from ~> 1.63.5 to ~> 1.64.1 #62 (dependabot[bot])
    ## v2.7.1 (2024-06-28)
    Full Changelog
    Fixed bugs:
    • rubocop.yml: exclude fixtures directory #65 (bastelfreak)
    Merged pull requests:
    • Document major release policy #64 (bastelfreak)
    ## v2.7.0 (2024-05-11)
    Full Changelog
    Merged pull requests:
    ... (truncated) Commits • `2c9e4cd` Merge pull request #77 from bastelfreak/rel310 • `7238492` Release 3.1.0 • `0d88b96` Merge pull request #76 from bastelfreak/updates • `59c3f24` configure rubocop plugins properly • `d6a072d` Update rubocop gems to latest versions • See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
    @dependabot rebase
    . --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: •
    @dependabot rebase
    will rebase this PR •
    @dependabot recreate
    will recreate this PR, overwriting any edits that have been made to it •
    @dependabot merge
    will merge this PR after your CI passes on it •
    @dependabot squash and merge
    will squash and merge this PR after your CI passes on it •
    @dependabot cancel merge
    will cancel a previously requested merge and block automerging •
    @dependabot reopen
    will reopen this PR if it is closed •
    @dependabot close
    will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually •
    @dependabot show <dependency name> ignore conditions
    will show all of the ignore conditions of the specified dependency •
    @dependabot ignore this major version
    will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this minor version
    will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) •
    @dependabot ignore this dependency
    will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) voxpupuli/metadata-json-lint
    • 1
    • 1
  • g

    GitHub

    04/17/2025, 1:56 PM
    2 new commits pushed to
    <https://github.com/voxpupuli/metadata-json-lint/tree/master|master>
    by bastelfreak
    <https://github.com/voxpupuli/metadata-json-lint/commit/e2dda14f6a8340d4832780006df98010b53d5b70|e2dda14f>
    - Update voxpupuli-rubocop requirement from ~> 3.0.0 to ~> 3.1.0
    <https://github.com/voxpupuli/metadata-json-lint/commit/8d7fb92193a022a5275f7e08c13966cbe1578e87|8d7fb921>
    - Merge pull request #161 from voxpupuli/dependabot/bundler/voxpupuli-rubocop-tw-3.1.0 voxpupuli/metadata-json-lint