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

Add '/queue simple' path #260

Closed
wants to merge 17 commits into from

Commits on Feb 9, 2024

  1. Add '/queue simple' path

    samburney committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    bc6f386 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e5c7ee View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    be10d44 View commit details
    Browse the repository at this point in the history
  2. Change ip vrf for router OS v7 (ansible-collections#259)

    * Update api_info.py
    
    * Update api_modify.py
    
    * Update _api_data.py
    
    * Update _api_data.py
    
    * Update _api_data.py
    
    * Update api_info.py
    
    * Update api_modify.py
    
    * Update api_info.py
    
    * Update api_modify.py
    
    * Create 259-add-routeros7-support-for-ip-vrf.yml
    
    * Update changelogs/fragments/259-add-routeros7-support-for-ip-vrf.yml
    
    Co-authored-by: Felix Fontein <felix@fontein.de>
    
    ---------
    
    Co-authored-by: Felix Fontein <felix@fontein.de>
    2 people authored and samburney committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    1562abe View commit details
    Browse the repository at this point in the history
  3. Fix date removal in nonverbose config (ansible-collections#262)

    * Fix date removal in nonverbose config
    
    As in newer versions of RouterOS the date format is 2024-10-02 and no longer 2024/10/02, the regex did no longer match all cases. This is fixed.
    
    * Add changelog fragment
    mpas97 authored and samburney committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    fc569a5 View commit details
    Browse the repository at this point in the history
  4. Prepare 2.13.0 release.

    felixfontein authored and samburney committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    fdb4ebd View commit details
    Browse the repository at this point in the history
  5. Release 2.13.0.

    felixfontein authored and samburney committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    ec2c757 View commit details
    Browse the repository at this point in the history
  6. Add missing fields in "system package update" (ansible-collections#263)

    Signed-off-by: Michael Hanselmann <public@hansmi.ch>
    hansmi authored and samburney committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    f88cdf9 View commit details
    Browse the repository at this point in the history
  7. Remove default value for "running" field in "interface wireless" (ans…

    …ible-collections#264)
    
    The `running` field can't be configured. By having a default value it's
    written and shows up in diffs.
    hansmi authored and samburney committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    9bada52 View commit details
    Browse the repository at this point in the history
  8. KeyInfo: prevent read_only usage with can_disable, remove_value, abse…

    …nt_value, default, or required (ansible-collections#265)
    
    * Prevent read_only usage with can_disable, remove_value, absent_value, default, or required.
    
    * Add test.
    felixfontein authored and samburney committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    da231f4 View commit details
    Browse the repository at this point in the history
  9. Bump fsfe/reuse-action from 2 to 3 (ansible-collections#267)

    Bumps [fsfe/reuse-action](https://github.com/fsfe/reuse-action) from 2 to 3.
    - [Release notes](https://github.com/fsfe/reuse-action/releases)
    - [Commits](fsfe/reuse-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: fsfe/reuse-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and samburney committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    dc53216 View commit details
    Browse the repository at this point in the history
  10. Ignore pylint warnings for construct that does not work with Python 2 (

    …ansible-collections#268)
    
    * Ignore pylint warnings for construct that does not work with Python 2.
    
    * Revert "Ignore pylint warnings for construct that does not work with Python 2."
    
    This reverts commit 407b2ef.
    
    * Different approach: use ignore.txt since otherwise ansible-core 2.14 tests fail.
    felixfontein authored and samburney committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    cb087fb View commit details
    Browse the repository at this point in the history
  11. Prepare 2.14.0 release.

    felixfontein authored and samburney committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    f3763d5 View commit details
    Browse the repository at this point in the history
  12. Add interface wifi paths (ansible-collections#266)

    * Add interface wifi paths
    
    * Update changelog
    
    * Remove most defaults
    cosandr authored and samburney committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    ba984d0 View commit details
    Browse the repository at this point in the history
  13. Release 2.14.0.

    felixfontein authored and samburney committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    a175a15 View commit details
    Browse the repository at this point in the history
  14. Updated queue-simple path:

    - Updated all default values to match those from the API
    - Re-ordered fields to match API output
    - Target is not required; added default value
    samburney committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    668d874 View commit details
    Browse the repository at this point in the history
  15. 'target' *is* required, however it interracts strangely with values o…

    …f 0.0.0.0/0 and '' (Empty string).
    samburney committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    c282423 View commit details
    Browse the repository at this point in the history